
@import url(https://fonts.googleapis.com/css?family=Roboto);

*:not(i,.lg-icon,.fc-icon) {
  font-family: "Roboto" !important;
}

#wrapper {
  position: relative;
}



/*  start login */

.login-page input[type=text], 
.login-page input[type=password] {
  text-align: center;
  border-radius: 50px;
}

.squaredFour label {
  color: #fff;
}

.btn {
  border-radius:  0px;
}

#login {
  border-radius: 50px;
}

span.text-white {
  font-size: 13px;
}

.btn-create {
  background-color:  #F84205;
  border-color: #F84205;
}

.btn-forgot {
  color:  #000;
}

#login, .btn-forgot {
  background-color: #A83442;
  border-color: #A83442;
}

/*  end login */



/*  start register */

.register-page .card {
  border-radius: 0px;
}

.register-page .card-header {
  border-radius: 0px !important;
  color: #fff;
  background-color: #A83442;
  padding-bottom: 1.5rem;
}

.backdrop {
  position: absolute;
  width: 99%;
  width: calc(100% - 17px);
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.register-page .card-body {
  border-radius: 19px;
  margin-top: -1rem;
  background: #fff;
  padding: 1rem;
}

.col-form-label {
  color: #A83442;
  font-weight: bold;
}

.register-page input[type=text],
.register-page select,
.register-page input[type=number],
.register-page input[type=password]
 {
  background-color: #FCD8DD;
  border-color: #FCD8DD;
  border-radius: 0px;
}

.register-page .btn {
  width: 40%;
}

.btn-orange {
  background-color:  #F84205;
  border-color: #F84205;
  color: #000;
  font-weight: bold;
}

.btn-m-red {
  background-color:  #A83442;
  border-color: #A83442;
  color: #000;
  font-weight: bold;
}


/*  end register */


/*  start dashboard */

.navbar,
.navbar *,
.dark-mode .navbar,
.dark-mode .navbar * {
  background-color: transparent !important;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.navbar.scrolled,
.dark-mode .navbar.scrolled {
  box-shadow: 0px -10px 22px #000 !important;
  background-color: #7D2432 !important;
}



#content {
  background-image: url(../../../assets/images/Phoenixx_BG.jpg);
  background-size: cover;
  background-position: center;
}


.dark-mode .backdrop {
  background-color: #000;
}

.dropdown-list.dropdown-menu {
  background-color: #fff;
}





/*  end register */




/*  start  dashboard */

#accordionSidebar,
#accordionSidebar .text-gray-600,
#accordionSidebar .nav-link,
.dark-mode #accordionSidebar,
.dark-mode #accordionSidebar .text-gray-600,
.dark-mode #accordionSidebar .nav-link
 {
  background-color: #7D2432 !important;
}


.navbar {
  box-shadow: none !important;
}

#page-body {
  margin-top: 0px !important;
}

.bg-white,
.dark-mode .bg-white .card-body {
  /* background-color: rgba(255,255,255,0.1) !important; */
  color: #000 !important;
}

.bg-d-red,
.dark-mode .bg-d-red .card-body {
  background-color: #7D2432 !important;
}

.bg-l-red,
.dark-mode .bg-l-red .card-body {
  background-color: #B35662 !important;
}

.bg-pink,
.dark-mode .bg-pink .card-body {
  background-color: #EAB8BC !important;
}

.card,
.card-body {
  border-radius: 25px;
  overflow: hidden;
}

.text-orange,
.text-orange *,
.dark-mode .card-title.text-orange {
  color: #FF914D !important; 
  
}

.text-d-orange {
  color: #F84205 !important;
  
}

.text-black {
  color: #000 !important;
}

.card-title {
  font-weight: bold;
}

.qcard {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.5rem 1.5rem
}

.qcard-title {
  color: #D40A0A !important;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  margin-bottom: 5px;
}

.qcard-footer .btn {
  text-transform: uppercase;
  padding: 0;
}

.card-img-top {
  background-position: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px;
}
.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 5px;
}
.fc-button {
  background-color: #661C2A !important;
  color: #fff;
  text-transform: uppercase !important;
  border: none !important;
}

.fc-btnCreateSched-button  {
  background-color: #B35662 !important;
  color: #000 !important;
  font-weight: bold !important;
}

.fc-prev-button,
.fc-next-button {
 border-radius: 50px !important;
}

.fc-dayGridMonth-button {
  margin-right: 5px !important;
  border-radius: 5px !important;
}
.fc-timeGridDay-button {
  border-radius: 5px !important;
}

.fc-col-header .fc-day-sun .fc-scrollgrid-sync-inner,
.fc-col-header .fc-day-tue .fc-scrollgrid-sync-inner,
.fc-col-header .fc-day-thu .fc-scrollgrid-sync-inner,
.fc-col-header .fc-day-sat .fc-scrollgrid-sync-inner {
  background-color: #B35662 !important;
}

.fc-col-header .fc-day-mon .fc-scrollgrid-sync-inner,
.fc-col-header .fc-day-wed .fc-scrollgrid-sync-inner,
.fc-col-header .fc-day-fri .fc-scrollgrid-sync-inner{
  background-color: #661C2A !important;
}

.bg-pink .card-title,
.dark-mode .bg-pink .card-title {
  color: #000 !important;
}

.card-announcement,
.card-stats {
  background-color: #EAB8BC !important;
  color: #000 !important;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 3px;
  border: 2px solid #A7A6A6;
  text-align: center;
  cursor: pointer !important;
}

.todo {
  color: #000 !important;
  border-bottom: 1px dotted;
}

.sidebar .nav-item .nav-link {
  padding: 0.3rem 1rem;
}

.width-80 {
  display: inline-block;
  width: 80%;
}

.see-less, 
.see-less-announcement {
  display: none;
}

.pointer {
  cursor: pointer;
}

.modal-dialog {
  border: 5px solid #A83442;
}

.modal-header,
.dark-mode .modal-header,
.modal-body,
.dark-mode .modal-body,
.modal-footer,
.dark-mode .modal-footer,
.modal-body p.text-dark,
.dark-mode .modal-body p.text-dark,
.dark-mode .modal-header span
{
  background-color: #E7E7E7 !important;
}

.modal-body p.text-dark,
.dark-mode .modal-body p.text-dark,
.modal-header span,
.dark-mode .modal-header span
{
  color: #000 !important;
}

.modal-header {
  border: none;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-title {
  color: #F84205 !important;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.dark-mode .dropdown-item {
  background-color: transparent !important;
  color: #fff !important;
}

.btn-orange {
  background-color: #FF914D;
  color: #000;
  padding: 0 1em;
  width: 170px;
  border-radius: 3px;
}

.btn-gray {
  background-color: #A6A6A6;
  color: #000;
  padding: 0 1em;
  width: 170px;
  border-radius: 3px;
}

.list-item.active {
  background-color:#FF914D;
  color: #fff;
  border: 3px solid #AE3A43;
  border-radius: 3px;
  padding: 0.25em;
}

.list-item {
  background-color:#A83442;
  color: #fff;
  border: 3px solid #F9949D;
  border-radius: 3px;
  padding: 0.25em;
  margin-bottom: 5px;
  text-align: center;
}

/* Special styling for WebKit/Blink */
input[type=range],
.dark-mode input.slider {
  height: 3px;
  background-color: #661C2A !important;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background: #661C2A;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background: #661C2A;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  height: 15px;
  width: 15px;
  background: #661C2A;
}

.dark-mode input, 
.dark-mode textarea, 
.dark-mode select,
.dark-mode .card-header, .dark-mode .card-footer {
  background-color: #661C2A !important;
  border-color:  #661C2A !important;
  color: #fff !important;
}

.timer-input input {
  display: inline-block;
  width: 30px;
  padding: 0px;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* input[type="checkbox"], 
.dark-mode input[type="checkbox"] {
  border: 1px solid #41B883;
  background-color: #34495E;
}

input[type="checkbox"] {
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #34495E;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #41B883;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  border: 1px solid #41B883;
  background-color: #34495E;
}

input[type="checkbox"]:checked + span::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #41B883;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
}

input[type="checkbox"]:active {
  border: 2px solid #34495E;
} */
/*  end dashboard */





/*  start quiz  */

.card-stats * {
  color: #000 !important
}

.card-stats .stats-item {
  border-bottom: 1px dotted;
  padding: 0 1em;
}

.bar > div {
  float: left;
}

.bar-correct {
  background-color: #fff;
  color: green;
}

.bar-wrong {
  background-color: red;
  color: #000;
}


.card-answer.alert-success {
  background-color: #97DBA0 !important;
}

.card-answer.alert-danger {
  background-color: #D94949 !important;
}

.bg-orange, 
.bg-orange .card-body {
  background-color: #FF914D !important;
  color: #000 !important;
}


/*  end quiz */




/* video css*/
.video-category {
  border: 2px solid #661C2A;
  border-radius: 5px;
  height: 150px;
  width: 200px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  color: #000;
}

.card.card-video,
.dark-mode .card.card-video {
  /* border: 2px solid #661C2A !important; */
  border-radius: 3px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  color: #000;
  /* border-top: 0px solid #661C2A !important;
  border-left: 0px solid #661C2A !important;
  border-bottom: 5px solid #661C2A !important;
  border-right: 5px solid #661C2A !important; */
  border: 0px solid ;
  max-width: 230px;
  box-shadow: 5px 7px 1px #661c2a;
  min-height: 330px;
}

.card-video .card-body {
  border-radius: 0px;
  background-color: #F1B6B9 !important;
}

.card-video img {
  width: 90%;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.card-video h6 {
  font-weight: bold;
  color: #661C2A;
  font-size: 16px;
}

.card-video p {
  font-size: 14px;
  color: #000 !important;
}

.page-title,
.card-label {
  color: #000 !important;
  font-weight: bolder;
}

.page-sub-title {
  color: #F84205 !important;
  font-weight: bolder;
}

.card {
  border: none !important;
}

.quiz-nav {
  width: 150px;
  background-color: #7D2432;
  color:#FF9BA4;
}

.border-rounded {
  border-radius: 25px;
}

.border-smooth {
  border-radius: 5px;
}

.border-sharp {
  border-radius: 0px !important;
}

.border-thick {
  border: 5px solid;
}

.border-red {
  border: 10px solid #A93543 !important;
}

.border-red-thin {
  border: 5px solid #A93543 !important;
}

.border-orange-thin {
  border: 5px solid #FF914D !important;
}

.border-red {
  border: 10px solid #A93543 !important;
}

.border-pink {
  border: 10px solid #F6C4C9 !important;
}

.border-pink-thin {
  border: 5px solid #F6C4C9 !important;
}

.border-red .card-body, 
.border-pink .card-body {
  padding: 0.1em;
}




.note-item small, 
.note-item h6, 
.note-item p 
 {
  margin-bottom: 0px;
}

.note-item button {
  float: right;
  margin-top: 20px;
  background: transparent;
  border: none;
}

.card-notes textarea {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid;
  color: #000 !important;
}




/* end video css*/



/* previous exams */

.btn-primary {
  background-color: #7D2432 !important;
  color: #fff !important;
}


/* end previous exams */


/* previous exams */

.bg-transparent {
  background-color: transparent !important;
}


/* end previous exams */


.navbar * {
  color: #000 !important;
}

/* calendar */
.fc-view-harness,
.fc-col-header-cell {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
}

.sidebar *,
.sidebar i,
#accordionSidebar a {
    color: #fff;
}

#content {
  padding-top: 4em;
}

.bg-gray {
  background-color: #CCCCCC;
}



/* digital fiels */


.card-folder {
  background-image:url(../../../assets/images/v2icons/folder.png);
  background-size: 80%;
  height: 150px;
  background-repeat: no-repeat;
  border-radius: 0px;
  /* width: 226px; */
  background-position: center;
  color: #fff;
  background-color: transparent;
}

.card-handouts-pic:nth-child(even) > img {
  border: 5px solid #A6B828 !important;
}
.card-handouts-pic:nth-child(odd) > img {
  border: 5px solid #FE0000 !important;
}


.input-group {
  border-radius: 15px;
  overflow: hidden;
}

.input-group input {
  background-color: #FCD8DD !important;
  border: 0px !important;
  color: #000 !important;
}

.input-group-append  {
background-color: #FCD8DD;
}

.input-group-append i {
  color: #FCD8DD;
}

.input-group-append .btn-outline-secondary {
  background-color: #A83442;  
  border-radius: 25px !important;
}


.table th {
  text-align: center;
}

.table th div {
  background-color: #FF9BA4;
  border-radius: 5px;
}

.table td {
  border-color: #7D2432;
}

.table th,
.table td {
  color: #000;
  font-size: 0.9em;
  border: none;
  border-bottom: 1px solid #7D2432;
}
.table th:first-child,
.table td:first-child {
  background-color: #FCD8DD;
}

.dark-mode a:not(.lg-download) {
  color: #000 !important;
}

.table select {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #ccc !important;
}
/* end digital fiels */


.card2 {
  background-color: transparent !important;
  border-radius: 0px !important;
}

.card2 .card-header {
  padding-bottom: 2em !important;
  border-radius: 0px !important;
  background-color: #A83442 !important;
}

.card2 .card-body {
  margin-top: -1.5em;
  border-radius: 25px;
  background-color: #fff;
}

.card2 input,
.card2 textarea {
  background-color: #E7E7E7 !important;
  border: none;
  color: #000 !important;
}

.card-comment {
  padding-top: 15px;
}

.card-comment *,
.dark-mode .card-comment * {
  color: #fff !important;
}

.card-comment .dropdown-menu button,
.dark-mode .card-comment .dropdown-menu button {
  color: #000 !important;
}



.modal input[type="text"],
.dark-mode .modal input[type="text"] ,
.modal input[type="number"],
.dark-mode .modal input[type="number"] ,
.modal select,
.dark-mode .modal select ,
.modal textarea,
.dark-mode .modal textarea 
{
  background-color: #FCD8DD !important;
  border: none;
  color: #000 !important;
}




.modal input[type="text"].input-gray,
.dark-mode .modal input[type="text"].input-gray ,
.modal input[type="number"].input-gray,
.dark-mode .modal input[type="number"].input-gray ,
.modal select.input-gray,
.dark-mode .modal select.input-gray ,
.modal textarea.input-gray,
.dark-mode .modal textarea.input-gray 
{
    background-color: #E7E7E7 !important;
    border: none;
    color: #000 !important;
}

.modal input[type="text"].input-pink,
.dark-mode .modal input[type="text"].input-pink ,
.modal input[type="number"].input-pink,
.dark-mode .modal input[type="number"].input-pink ,
.modal select.input-pink,
.dark-mode .modal select.input-pink ,
.modal textarea.input-pink,
.dark-mode .modal textarea.input-pink 
{
    background-color: #FCD8DD !important;
    border: none;
    color: #000 !important;
}



input[type="file"] {
    background-color: transparent !important;
    border: none;
    width: fit-content;
    color: #000 !important;
}

.card-notes .card-body {
  border-radius: 0px !important;
}

.comment-text {
  color: #000 !important;
}

.card-answer.alert-success  {
  background-image: url(../../../assets/images/v2icons/Check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.card-answer.alert-danger  {
  background-image: url(../../../assets/images/v2icons/Wrong.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.card-handouts .img-fluid {
  height: 250px;
}

.topbar .dropdown-list .dropdown-header {
  border: none;
  border-bottom: 1px solid #000;
}

.sidebar .nav-item .nav-link {
  width: 100% !important;
}

.dark-mode .page-title, 
.dark-mode .page-sub-title, 
.dark-mode .page-title a,
.dark-mode .topbar .nav-link *,
.dark-mode .topbar .dropdown-item *,
.dark-mode .dropdown-header,
.dark-mode .card-label,
.dark-mode .fc-toolbar-title,
.dark-mode .timer-input * {
  color: #fff !important;
}

.dark-mode .topbar .dropdown-menu {
  background-color: #292A2D !important;
  border-color: #000;
}
.dark-mode .topbar .dropdown-item,
.dark-mode .dropdown-divider {
  border-color: #000;
}

.topbar .dropdown-menu {
  background-color: #fff !important;
}

p {
  left: 0px !important;
}

.task-text.checked {
  text-decoration: line-through;
  color: #821104;
}

.fc-timegrid-slot-label-cushion,
.fc-timegrid-axis-cushion {
  color: #000;
}

.video-category:hover,
.flashcard-category:hover, 
.list-item.cat:hover, 
.list-item.sub-cat:hover, 
.list-item.mod-cat:hover
{
  background-color: #FF914D !important;
}



.annotation {
  color: #fff;
}

.media-heading.title {
  position: relative;
}

/* .media-heading.title small {
  position: absolute;
  right: 0;
} */

.card2 .card-header h6 {
  color: #fff;
}

.col-lg-5 .timer-input input[type="number"] {
  background-color: #7D2432;
  color: #fff;
  font-weight: bold;
}

.page-top-title {
  width: 100%;
  color: #000 !important;
  text-align: center;
  text-transform: uppercase;
  margin-left: 8.5em;
  font-weight: bold;
}
.dark-mode .page-top-title {
  color: #fff !important;
}

.scrolled .page-top-title {
  margin-left: 4em;
}

.sidebar-toggled .scrolled .page-top-title,
.sidebar-toggled .page-top-title {
  margin-left: 8.5em;
}








.card.card-folder {
  margin: auto;
}

.card-folder > div > div {
  padding: 30px 20px;
}

body.mceContentBody { 
  background: #fff; 
  color:#000;
}

.fc-daygrid-dot-event {
  background-color:#F8706D !important;
}

#tbl-analytics td {
  background-color: #EAB8BC !important;
}

p.card-text.text-black,
p.card-text.text-black * {
  color: #fff !important;
}






@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  .col-lg-2 {
    flex: 0 0 30.666667%;
    max-width: 30.666667%;
  }

  .card-folder u {
    font-size: 0.7rem;
  }

  .page-top-title {
    margin-left: 0em !important;
  }

}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */

  .col-lg-2 {
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
  }

  .card-folder u {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 600px) {
  .backdrop {
    width: 100% !important;
  }
}

/*mobile*/
@media only screen and (min-device-width: 380px) and (orientation:portrait) {
  /* For portrait layouts only */

  /*videos category center*/
  .col-lg-10.d-sm-flex.justify-content-around.mb-4 {
    margin: 0 21%;
  }

  .col-lg-10.d-sm-flex.justify-content-around.mb-4 a {
    margin-bottom: 1rem;
  }

}