:root {
  --orange: #FF6000;
  --l-orange: #FFA559;
  --ll-orange: #FFE6C7;
  --d-grey: #454545;

  --red: #820002;
  --l-red: #C14440;
  --ll-red: #E58F8A;
  --ddd-grey: #D9D9D9;
}


☺html{
  height: 100%;
}

body{
  color: #444444 !important;
}

a {
  color: #820002;
}

a:hover{
  color: var(--l-red);
}

.content-wrapper {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
}

.nav-link.active g{
  fill:  #fff;
  stroke: #fff;
  stroke-width: 0.5;
}

.nav-link g{
  fill:  #3A416F;
  stroke: #3A416F;
  stroke-width: 0.35;
}

table th{
  font-size: 0.75rem;
  font-weight: 700;
}

table td{
  font-size: 0.85rem;
  vertical-align: middle !important;

}

#users_table_info{
  font-size: 0.8rem;
}


.table.condensed > :not(caption) > * > * {
  padding: 0 0.5rem;
}

.table thead th {
  /*background-color: #f7f7f7;*/
  font-weight: 600;
  font-size: 0.8rem;
}

.table thead th {
  /*padding: 0.25rem 1.5rem;*/
}

.table-minimal td{
  border-top: 0 !important;
}

.bold{
  font-weight: 700;
}

.select2-container {
  width: 100% !important;
}

.btn-link{
  color: #859096;
}

.btn-link:hover{
  color: #8f8f9d;
}

.select2-container--default .select2-selection--single {
  background-color: #eef5f9;
  border: 0;
  border-bottom: 1px  solid #eeeff0;
  border-radius: 0;
  padding-left:10px !important;

  /*padding-left: 10px !important;*/
  /*border-left-width: 1px;*/
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}


.select2-dropdown {
  /*border: 1px  solid #eeeff0;*/
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #67757c !important;
  font-size: 0.9rem !important;
}

.select2-selection__rendered {
    /*line-height: 40px !important;*/
}
.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top:  65% !important;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #455a64;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #67757c;
  font-size: 0.8rem;
  color:  #67757c;
}

.dataTables_info{
  font-size: 0.8rem;
}


/*.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #f88b36;
}*/


/*.select2-selection__arrow {
    height: 35px !important;
}*/

/*.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.5rem 1rem 0.5rem 0.75rem;
}*/

.choices__inner {
  background-color: #fff;
}

.choices__list--single{
  padding: 0.025rem 0.02rem 0.05rem 0.75rem
}

.is-focused .choices__inner, .is-open .choices__inner{
  border-color: #ec7c34 !important;
}


.filepond--credits{
  display: none;
}

small{
  font-size: 0.7rem;
  color: #929292;
}

.progress, .progress-bar {
  height: 8px; /*10px;*/
  font-size: 0.6rem;
  margin-top: 0;
}


.pull-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pull-center-top {
  display: flex;
  justify-content: center;
  align-items: top;
}

.pull-right{
    display: flex;
    align-items: right;
    justify-content: right;
}

.pull-left{
    display: flex;
    align-items: left;
    justify-content: left;
}

.f-5{
  font-size: 5rem;
}

/*span{
  font-size: 0.7rem !important;
}*/

.file{
  padding-left: 10px !important;
}

.elipses {
    white-space: nowrap; 
    width: 300px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.nav.nav-pills .nav-link.active{
  /*background-color: #fd7e14;
  color: #fff;*/
}

.square{
  width: 300px;
  height: 300px;
}
.square-md{
  width: 200px;
  height: 200px;
}
.square-sm{
  width: 150px;
  height: 150px;
}

.img-fit{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img-fill{
  object-fit: contain;
  height: 100%;
}

.table-plain > :not(caption) > * > * {
  padding: 0.3rem 0.5rem !important;
  border: 0 !important;
}

.table-plain {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

.table-plain td, .table-plain th{
  vertical-align: top;
 /* border-top: 1px solid #dee2e6 !important;*/
}

.offcanvas-md{
  width: 600px !important;
}

.offcanvas-full{
  width: 100% !important;
}

.playing{
    /*color: #fff;*/
    background-image: linear-gradient(-200deg, #fff, #cbcbcb);
}

.normal thead th {
  background-color: #fff !important;
}


video {
  width: 100%;
  height: auto;
}


.wrap{
  word-break: break-all !important;
}
/*MUSIC PLAYER*/

.audio-player {
  height: 50px;
  width: 100%;
  background: #ec7c34;
  /*box-shadow: 0 0 20px 0 #000a;
  font-family: arial;*/
  color: white;
  font-size: 1em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #0008;
}
.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid #0000;
  border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}


.select2-results__option--selected {  display: none; } 

/*.select2-results__option[aria-selected=true] {
    display: none;
}*/


.page-item.active .page-link {
  background-color: #343a40;
  border-color: #343a40;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}

.page-link {
  line-height: 0.5;
}

.form-control:focus {
  /*box-shadow: 0 0 0 .07rem rgb(206, 212, 218);
  border-color: #ced4da;*/

  box-shadow: none;
  border-color: #7e7e7e;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: var(--l-red);
  border-color: var(--l-red);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
  background-color: var(--l-red);
  border-color: var(--red);
}

form label {
  font-size: 0.72rem;
  color: #758288;
}

label {
  margin-bottom: .2rem;
}

.form-control {
  font-size: 0.8rem;
  padding: .325rem .5rem;
  color: #535353;
  /*background-color: #f2f2f252  !important;*/
}

.form-label{
  color: #7d7d7d;
}

.modal-header {
  border-bottom:  0;
  border-radius: 0;
}

.semi-bold{
  font-weight: 500;
}

.btn {
  font-size: 0.8rem;
}

.table td{
  padding: .3rem;
}

.table th{
  text-align: center;
}
.w-2{
  width: 10px !important;
}

.w-5{
  width: 5%;
}

.w-60{
  width: 60%;
}

.w-70{
  width: 70%;
}

.w-80{
  width: 80%;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--l-red);
  border-color: var(--l-red);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}

.select2-results {
  font-size: 0.8rem;
}

.alert-danger {
  background-color: #fde8e4;
  color: #b44c36;
  border-color: #fbd1c8;
}


.alert-success {
  color: #088675;
  background-color: #daf4f0 ;
  border-color: #b6e8e1;
}

.aler-info{
  color: #1f75a4;
  background-color: #dff0fa;
  border-color: #bfe1f4;
}

.alert-secondary{
  color: #2859b5;
  background-color: #e1ebfd;
  border-color: #c2d6fb;
}

.alert-primary {
  color: #303d67;
  background-color: #e2e5ed;
  border-color: #c6cbdc;
}

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

/*table.dataTable {
  margin-top: 30px !important;
}*/

table.dataTable thead tr {
  background-color: #f3f1f173;
}

table.dataTable tbody td, th{
  vertical-align: middle;
}

.fix-sidebar .left-sidebar {
  position: fixed !important;
  
}

.dropify-message p {
  text-align: center !important;
}

.progress {
  border-radius: 0;
}

[type="radio"].with-gap.radio-col-orange:checked + label::before {
  border: 2px solid #f76e17;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-orange:checked + label::after {
  background-color: #f76e17;
  border: 2px solid #f76e17;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

.text-xs{
  font-size: 0.75rem;
}

/*a {
  color: #f76e17;
}
a:hover{
  color: #f76000;
}*/

.f-icon-sm{
  font-size: 1rem !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #929292;
  opacity: 0.4; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #929292;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #929292;
 }

.badge {
  padding: .38em .5em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 0.85rem;
}

.select2-container .select2-search--inline .select2-search__field {
  color: #67757c;
}

.text-dark {
  color: #455a64 !important;
}

.text-d-grey{
  color: var(--d-grey);
}

.avatar{
  width: 30px;
  height: 30px;
}

.w-10{
  width: 10%;
}

.w-15{
  width: 15%;
}

.w-20{
  width: 20%;
}

.w-30{
  width: 30%;
}

.w-40{
  width: 40%;
}

.pl-5{
  padding-left: 5px;
}

.pr-5{
  padding-right: 5px;
}

#toast-container{
  font-size: 0.9rem;
}

.modal-xl {
  max-width: 80%;
}

.modal-xxl {
  max-width: 95%;
}

.pagination{
  font-size: 0.7rem;
}

.dataTables_length{
   font-size: 0.8rem;
}

.dataTables_wrapper .dataTables_paginate, .dataTables_info {
  padding-top: 1rem;
}

.page-item.disabled .page-link {
  font-size: 0.7rem;
}


.badge-primary-round{
  color: #f76e17;
  border: 0.1rem solid #f76e17;
}

.badge-secondary-round{
  color: #6c757d;
  border: 0.1rem solid #6c757d;
}

.badge-success-round{
  color: #26dad2;
  border: 0.1rem solid #26dad2;
}

.badge-info-round{
  color: #1976d2;
  border: 0.1rem solid #1976d2;
}

.badge-dark-round{
  color: #263238;
  border: 0.1rem solid #263238;
}

.tbl{
  width: 100%;
  background: transparent;
}

.tbl thead th {
  padding: 0.25rem 1.5rem;
}

.tbl td, .tbl th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.tbl thead th {
  padding: 0.25rem 1.5rem;
  font-weight: 600;
  font-size: 0.8rem;
}

.tbl td {
  padding: .2rem .5rem;
}

.tbl td, .tbl th {
  border-color: #f3f1f1;
}

.bg-semi-dark{
  background-color: #eef5f9;
}

.chk-sm{
  height: 15px !important;
}

#frm_enroll section{
  min-height: 200px;
  border-top: 2px solid var(--l-red);
  padding-top: 20px;
}

.steps li a{
  font-size: 0.7rem !important;
  line-height: 0.87rem;
}

.wizard > .content > .body label.error {
  color: #f62d51 !important;
}

.badge-warning {
  color: #fff !important;
}

.login-register{
  padding-left:  20px;
  padding-right:  20px;
}

.br{
  border-right: 1px solid #99999945;
}

.text-justify{
  text-align: justify;
}

a.nav-link{
  font-size: 0.9rem;
  padding: 5px 20px;
}

.customtab2 a.nav-link{
  padding: .5rem 1rem;
}

.customtab2 li a.nav-link.active {
  background: #2f3d4a;
}

.customtab2 li a.nav-link:hover {
  background: #2f3d4a;
}

.bg-light-grey{
  background-color: #f3f1f14a;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.td-center{
  vertical-align: middle !important;
}

.bg-female{
  background-color: #F73D93;
  color: #fff;
}

.bg-male{
  background-color: #1C6DD0;
  color: #fff;
}

.bg-light-male{
  background-color: #CEE4FF;
}

.bg-light-female{
  background-color: #FFD0E6;
}

.text-boys{
  color: #1C6DD0;
}

.text-girls{
  color: #F73D93;
}

#login_msg{
  font-size: 0.8rem;
}

.alert {
  padding: 1rem !important;
  font-size: 0.8rem;
}


.select2-container--default .select2-selection--multiple {
  border: 0;
  border-bottom: 1px solid #eeeff0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1976d2;
  border: 1px solid #1976d2;

  }

.card-header {
  border-bottom: 0;
  background-color: #fff;

}

.page-link {
  border: 0;
}

.pagination {
  border-radius: 0;
}

.page-item:last-child .page-link {
  border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.page-item:first-child .page-link {
  border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #343a40;
  border-color: #343a40;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #ddd;
  background-color: #343a40;
}

.page-link:hover {
  color: #343a40;
  border-color: #eef5f9 ;
}

.page-link:focus {
  box-shadow:  none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.btn-lvl:hover{
  color: #fff !important;
}

.btn-lvl{
  margin-bottom: 5px;
}

.h-middle{
  margin: auto;
}

.btn-item{
  font-size: 0.8rem;
}

.dropdown-item:focus{
  color: #2f3d4a;
}

.stylish-table tbody tr:hover{
  background: rgba(32, 146, 247, 0.07);
}

tr.boys:hover{
  background: rgba(0, 51, 253, 0.07) !important;
  /*border-left: 2px solid #1C6DD0 !important;*/
  
}


tr.girls:hover{
  background: rgba(238, 6, 136, 0.07) !important; 
  border-left: 4px solid #F73D93 !important;
}

tr.boys:hover .qz, tr.boys:hover .hw, tr.boys:hover .sw, tr:hover  td.ig, tr:hover  td.pt, tr:hover  td.qa{
    background: rgba(243, 241, 241, 1)!important;
}

tr:hover  td.ig{
  color: #009987 !important;
}

tr.girls:hover .qz, tr.girls:hover .hw, tr.girls:hover .sw{
    background: rgba(238, 6, 136, 1) !important; 
}


[type="checkbox"].filled-in:checked + label::after {
  border: 2px solid var(--red);
  background-color: var(--red);
}

@media only screen and (max-width: 600px) {
  .container-fluid{
    padding: 0 20px;
  }
}


.b-lr{
  border-left: 1px solid #eaeaea !important;
  border-right: 1px solid #eaeaea !important;
}

.input-sm{
  font-size: 0.8rem !important;
  padding: .2rem 0.8rem !important;
  min-height: 25px !important;
  height: 25px !important;
}
.select-sm{
  font-size: 0.8rem !important;
  padding: 0 0.8rem !important;
  min-height: 25px !important;
  height: 25px !important;
}


span.vertical{
  writing-mode: vertical-lr; -ms-writing-mode: tb-rl; transform: rotate(180deg);
  font-size: 0.625rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.td_item{
  padding: 5px 0.8rem !important;
}

.tbl_list tbody tr {
  border-left: 0 !important;
}

.pull-bottom{
  display: flex;
  align-items: flex-end;
}

.icon-lg{
  font-size: 5rem;
}

.dropdown-item {
  color: #67757c !important;
  padding: 5px 1rem !important;
}

.dropdown-menu {
  font-size: 0.9rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color:  #ececec;
}

.sub-grade{
  font-size: 0.8rem !important;
}

.subject-group{
  padding: 0.5rem 1.25rem;
}
.subject-group:hover{
  background-color: #f6fcff;
}

#faculty-dashboard.card-group {
  column-gap: 0.5rem;
}

.table-responsive > .table-bordered {
  border: 1px solid #dee2e6;
}

.no-p td{
  padding: 0 0.3rem !important;
}

  @media (min-width: 576px){
    .card-columns {
      column-count: 2;
    }
  }

.fs-5rem{
  font-size: 5rem;
}

.user-profile .profile-text {
  height: 70px;
  max-height: 70px;
  margin-top: 20px;

}


.alert {
  border-radius: 0;
  border: 0;
}

.bg-default{
  background: rgba(0, 0, 0, 0.03);
}

.profile-tab li a.nav-link.active, .customtab li a.nav-link.active {
    border-bottom: 3px solid var(--red);
}

.table th {
  padding: .3rem .5rem;
}

.footer-login{
  left: 0 !important;
  bottom: 0;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}


.text-primary {
  color: #892224 !important;
}

.topbar {
  /*background: #1f2344;*/
  /* background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#7D251E));
  background: #820002; */
  
  background: linear-gradient(52deg, rgb(255, 209, 196) 0%, #820002 100%);

  /*background: rgb(9,100,189);
  background: linear-gradient(90deg, rgb(44,136,61) 26%, rgb(248,205,6) 60%);*/
}
.fs-xs{
  font-size: 0.7rem;
}

.fs-sm{
  font-size: 0.8rem;
}

.fs-md{
  font-size: 1rem;
}

.fs-lg{
  font-size: 1.5rem;
}

.floating-labels .form-group{
  margin-bottom: 30px;
}


.flex-column{
  flex-direction: column;
}

.login-box{
  width: 700px;
  display: grid;
  place-items: center;
}

.signup-box {
  display: grid;
  place-items: center;
}

@media only screen and (min-width: 768px) {
  .signup-box {
    width: 1200px;
  }
}



.modal-footer{
  border: none;
  background: #f4f4f4;
}

.modal-body, .modal-footer {
  padding: 1rem 2rem;
}

.fs-sm{
  font-size: 0.8rem;
}

.fs-md{
  font-size: 1rem;
}

.fs-icon{
  font-size: 5rem;
}

@media only screen and (max-width: 768px) {
  .login-box{
    width: 340px;
  }

  .signup-box{
    width: 340px;
  }

  .modal-xl{
    max-width: 100% !important;
  }

  .modal-nav{
    flex-direction: column;
  }

}


/* 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;
}

.scroll{
  overflow-y: auto;
  /*height: 500px;*/
  height: 63vh;
  /*max-height: 500px;
  min-height: 500px;*/
}


/*#view .tab-pane{
  height: 500px;
}*/

[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::after {
  background-color: var(--red);
}
[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::before, [type="radio"].with-gap:checked + label::after {
  border: 2px solid var(--red);
}

.dd-handle{
  cursor: auto;
  color: #758288;
}

.dd-handle:hover {
  color: #758288;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--red);
}


.custom-nav-pills .nav-link{
  border-radius: 0;
  padding: 0.8rem;
}

.dd{
  max-width: 100%;
}

.myadmin-dd .dd-list .dd-item .dd-handle {
  padding: 8px;
}

.dd-handle label{
  height: auto;
  overflow-wrap: break-word;
}


.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.modal-nav .nav-link{
  padding: 1rem;
  background-color: #d8e8db;
  margin: 0 5px;
}


.btn-secondary:hover {
  color: #606060;
  background-color: #f4f4f4;
  border: 1px solid #ced4da;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}


.pl-20{
  padding-left: 23px !important;
}

.px-20{
  padding: 10px 40px !important;
}


.btn, .btn:hover{
  box-shadow: none !important;
}

[type="checkbox"].disable:not(:checked) + label::after {
  background-color: #b1b8bb;
}


.tbl-attachment td{
  padding: 0.1rem 0.8rem;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--red);
  border-color: var(--red);
}

.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
  background: var(--red);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #207f37;
}

.minimal-faq .card .card-header {
  background: #f9f9f9;
  padding: 0.5rem !important;
}


.text-normal{
  color: #444444; 
}

input:focus, textarea:focus {
  outline-style: solid;
  outline-width: 2px;
}

.border-top-primary{
  border-bottom: 2px solid rgba(120, 130, 140, 0.5) !important ;
}

.container-fluid {
  padding: 0;
}

.page-titles {
  margin: 0;
}

button.close {
  background-color: #f4f4f4;
}

.btn-xs {
  font-size: 10px !important;
}

.card-footer {
  background-color: rgba(0,0,0,.02);
}

.user_menu{
  padding: 15px 20px 15px 25px !important;
}

.readonly-select {
  pointer-events: none;
  opacity: 0.5;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 2000;
  background-color: #fdf5f4;
  border-bottom: 2px solid #dee2e6;
}

.mfp-content {
    width:100vw;
    height:90vh;
 }


.lds-dual-ring {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 5px 0;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid rgb(255,96,0);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: #f2f4f8 !important; /* [1] */
  z-index: 1055; /* [2] */
}

.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: #f2f4f8 !important; /* [1] */
  z-index: 1055; /* [2] */
}

.modal-backdrop {
  background-image: url('../assets/images/BackgroundRed.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}

/* .modal-body {
  background-image: url('../assets/images/PatternedBG.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
} */

.modal-header {
  background-color: #ffffff;
}



