button#btn_login,
button#btn_resetpassowrd {
    font-size: 13px !important;
    color: #fff !important;
    height: 35px !important;
    padding: 0 10px !important;
    box-shadow: 0px 2px 5px #cccccc94 !important;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    padding-top: 0;
}

.text-primary1 {
    color:#243c5c !important;
    font-size: 17px;
    /* background: #006a81; */
}

.login-banner,
.login-banner .banner-img {
    /* position: relative; */
    z-index: -1;
    background: #243c5c;
}

.text-primary {
    color: #243c5c !important;
}

.btn-primary {
  color: #fff !important;
  border-radius: 5px !important;
  background-color: #243c5c !important;
  border-color: #9ea9b7 !important;
}
@media (min-width: 1200px){
.h3, h3 {
    font-size: 20px;
}
}
.btn-primary:hover {
    background-color: #263d5bf0 !important;
    border-color: #243c5cf0 !important;
}

.auth .brand-logo {
    margin: 0 !important;
}

.footer {
    background: #006a81;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    color: white;
}

.text-muted {
    color: #fff !important;
}

.footer a {
    color: #31a56c;
    font-size: inherit;
}

::-webkit-scrollbar-thumb {
    background: #243c5c !important;
}

/* .content-wrapper {
    background: #fff0 !important;
    height: 100%;
} */

.content-wrapper1 .row {
    justify-content: center;
    align-items: center;
    height: 100vh;
}


h3.text-primary.mb-3,
h6.font-weight-light {
    position: relative;
    z-index: 9;
}

button#btn_login,
button#btn_resetpassowrd {

    height: 50px !important;
    border-radius: 5px !important;
}

button#btn_resetpassowrd {
    background: #85888b !important;
    color: #fff !important;
}

button#btn_login:hover {
    background: #243c5cf0 !important;
    color: #fff !important;
}


button#btn_resetpassowrd:hover {
    background: #6e6f70 !important;
    color: #fff !important;
}

input#txtcaptcha {
    height: 60px !important;
    border: none;
    background: transparent;
    box-shadow: none !important;
}

.captcha-section {
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #cccccc8f;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 0px;
}

.auth .auth-form-light {

    padding: 10px 30px 20px !important;
}

.auth .brand-logo img {
    margin-left: -20px;
}

.captcha-text {
    display: flex;
    align-items: center;
}

.login-banner,
.login-banner .banner-img {
    /* position: relative; */
    z-index: -1;
}
.auth form .form-group .form-control, .auth form .form-group .asColorPicker-input, .auth form .form-group .dataTables_wrapper select, .dataTables_wrapper .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=text],
.auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=number], .auth form .form-group .select2-container--default .select2-selection--single, .select2-container--default .auth form .form-group .select2-selection--single, .auth form .form-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth form .form-group .select2-search__field, .auth form .form-group .typeahead,
.auth form .form-group .tt-query,
.auth form .form-group .tt-hint {
  background: transparent;
 
  font-size: .9375rem;
}
.form-group {
    margin-bottom:5px;
}
.form-group label{
    margin:0;
  }
  .form-group label{
    margin-bottom:2px;
    color:#000;
}
.form-group select span{
    font-size:13px;
}
.form-group {
    /* margin-bottom: 1rem; */
    position:relative;
  }
  .form-group select{
      width:100%;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

.captcha-text>div>canvas {
    width: 120px !important;
    height: 40px !important;
    float: left !important;

}

.captcha-text>div>div {
    width: 120px !important;
    float: left !important;
    margin-top: 7px !important;
}

.captcha-text>div>input {
    font-size: 20px !important;
    color: #464646 !important;
    height: 35px !important;
    padding: 0px !important;
    width: 120px !important;
    border: none !important;
    /* box-shadow: 0px 2px 5px #cccccc94 !important; */
}

.captcha-text>div>div>a {
    background-color: #006a81;
    color: white !important;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;

}

.container-scroller {
    overflow: hidden;
}
.login-banner ,
.login-banner .banner-img {
    position: relative;
    z-index: -1;
}
.login-banner .banner-img img{
    width:100%;
}
.login-banner .project-title {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.page-body-wrapper {
    /*min-height: calc(100vh - 60px);*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
  }
  
  .page-body-wrapper.full-page-wrapper {
    width: 100%;
   /* min-height: 100vh;*/
    padding-top: 0;
  }
  @media (min-width: 992px) {
    .sidebar-absolute .page-body-wrapper {
      position: relative;
    }
    .sidebar-absolute .page-body-wrapper .sidebar {
      -webkit-transition: none;
      transition: none;
    }
    .sidebar-absolute:not(.sidebar-hidden) .sidebar {
      position: absolute;
      height: 100%;
      -webkit-box-shadow: 0 0 3px 1px #a7a3a3;
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      /* Firefox 3.5 - 3.6 */
      box-shadow: 0 0 3px 1px #a7a3a3;
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    }
    .sidebar-absolute .main-panel {
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .page-body-wrapper{
    padding:0;
  }
  .align-items-center, .loader-demo-box, .list-wrapper ul li, .email-wrapper .message-body .attachments-sections ul li .thumb, .email-wrapper .message-body .attachments-sections ul li .details .buttons, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
    align-items: center !important;
  }
  .w-100 {
    width: 100% !important;
  }
.mx-0 {
  margin-right: 0 !important;
}


.mx-0 {
  margin-left: 0 !important;
}
.col-xl-4,.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
   
    .col-xl-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
      }
  }
  .auth .auth-form-light {
    background: #ffffff;
    margin:30px 0;
    box-shadow: 0px 10px 20px #cccccc14;
        padding: 30px !important;
  }
  .auth .auth-form-light .input-group .form-control:focus, .auth .auth-form-light .asColorPicker-wrap .form-control:focus, .auth .auth-form-light .input-group .asColorPicker-input:focus, .auth .auth-form-light .asColorPicker-wrap .asColorPicker-input:focus, .auth .auth-form-light .input-group .dataTables_wrapper select:focus, .dataTables_wrapper .auth .auth-form-light .input-group select:focus, .auth .auth-form-light .asColorPicker-wrap .dataTables_wrapper select:focus, .dataTables_wrapper .auth .auth-form-light .asColorPicker-wrap select:focus, .auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group input:focus[type=text], .auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap input:focus[type=text],
.auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group select:focus,
.auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap select:focus, .auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group input:focus[type=number], .auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap input:focus[type=number], .auth .auth-form-light .input-group .select2-container--default .select2-selection--single:focus, .select2-container--default .auth .auth-form-light .input-group .select2-selection--single:focus, .auth .auth-form-light .asColorPicker-wrap .select2-container--default .select2-selection--single:focus, .select2-container--default .auth .auth-form-light .asColorPicker-wrap .select2-selection--single:focus, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single .auth .auth-form-light .input-group .select2-search__field:focus, .auth .auth-form-light .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single .auth .auth-form-light .asColorPicker-wrap .select2-search__field:focus, .auth .auth-form-light .input-group .typeahead:focus, .auth .auth-form-light .asColorPicker-wrap .typeahead:focus,
.auth .auth-form-light .input-group .tt-query:focus,
.auth .auth-form-light .asColorPicker-wrap .tt-query:focus,
.auth .auth-form-light .input-group .tt-hint:focus,
.auth .auth-form-light .asColorPicker-wrap .tt-hint:focus, .auth .auth-form-light .input-group .form-control:active, .auth .auth-form-light .asColorPicker-wrap .form-control:active, .auth .auth-form-light .input-group .asColorPicker-input:active, .auth .auth-form-light .asColorPicker-wrap .asColorPicker-input:active, .auth .auth-form-light .input-group .dataTables_wrapper select:active, .dataTables_wrapper .auth .auth-form-light .input-group select:active, .auth .auth-form-light .asColorPicker-wrap .dataTables_wrapper select:active, .dataTables_wrapper .auth .auth-form-light .asColorPicker-wrap select:active, .auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input:active[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group input:active[type=text], .auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input:active[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap input:active[type=text],
.auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row select:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group select:active,
.auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row select:active, .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap select:active, .auth .auth-form-light .input-group .jsgrid .jsgrid-table .jsgrid-filter-row input:active[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .input-group input:active[type=number], .auth .auth-form-light .asColorPicker-wrap .jsgrid .jsgrid-table .jsgrid-filter-row input:active[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth .auth-form-light .asColorPicker-wrap input:active[type=number], .auth .auth-form-light .input-group .select2-container--default .select2-selection--single:active, .select2-container--default .auth .auth-form-light .input-group .select2-selection--single:active, .auth .auth-form-light .asColorPicker-wrap .select2-container--default .select2-selection--single:active, .select2-container--default .auth .auth-form-light .asColorPicker-wrap .select2-selection--single:active, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single .select2-search__field:active, .select2-container--default .select2-selection--single .auth .auth-form-light .input-group .select2-search__field:active, .auth .auth-form-light .asColorPicker-wrap .select2-container--default .select2-selection--single .select2-search__field:active, .select2-container--default .select2-selection--single .auth .auth-form-light .asColorPicker-wrap .select2-search__field:active, .auth .auth-form-light .input-group .typeahead:active, .auth .auth-form-light .asColorPicker-wrap .typeahead:active,
.auth .auth-form-light .input-group .tt-query:active,
.auth .auth-form-light .asColorPicker-wrap .tt-query:active,
.auth .auth-form-light .input-group .tt-hint:active,
.auth .auth-form-light .asColorPicker-wrap .tt-hint:active {
  border-color: #CED4DA;
}
.text-left {
    text-align: left !important;
  }
  .auth .brand-logo {
    margin-bottom:1rem;
  }
 
  .mb-3, .template-demo .circle-progress-block,
.my-3 {
  margin-bottom: 1rem !important;
}
.font-weight-light {
    font-weight: 300 !important;
    font-size: 14px;
  }
  
  form.pt-3.login-form input{
    height:42px !important;
  }
  .pt-3,
.py-3 {
  padding-top: 1rem !important;
}
form.pt-3.login-form input{
    height:42px !important;
  }
  .form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
  .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
  .tt-query,
  .tt-hint {
    display: block;
    width: 100%;
    height: 38px !important;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0px 10px 20px #00000012 !important;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
    .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
    .tt-query,
    .tt-hint {
      transition: none;
    }
  }
  .form-control::-ms-expand, .asColorPicker-input::-ms-expand, .dataTables_wrapper select::-ms-expand, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::-ms-expand,
.jsgrid .jsgrid-table .jsgrid-filter-row select::-ms-expand, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::-ms-expand, .select2-container--default .select2-selection--single::-ms-expand, .select2-container--default .select2-selection--single .select2-search__field::-ms-expand, .typeahead::-ms-expand,
.tt-query::-ms-expand,
.tt-hint::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .asColorPicker-input:-moz-focusring, .dataTables_wrapper select:-moz-focusring, .jsgrid .jsgrid-table .jsgrid-filter-row input:-moz-focusring[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select:-moz-focusring, .jsgrid .jsgrid-table .jsgrid-filter-row input:-moz-focusring[type=number], .select2-container--default .select2-selection--single:-moz-focusring, .select2-container--default .select2-selection--single .select2-search__field:-moz-focusring, .typeahead:-moz-focusring,
.tt-query:-moz-focusring,
.tt-hint:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number], .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint:focus {
  color: #495057;
  background-color:#fff;
  border-color:rgb(50 75 141 / 39%) !important;
  outline: 0;
  box-shadow:0 0 0 0.2rem rgb(50 75 141 / 39%) !important;
}

.form-control::placeholder, .asColorPicker-input::placeholder, .dataTables_wrapper select::placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::placeholder,
.jsgrid .jsgrid-table .jsgrid-filter-row select::placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::placeholder, .select2-container--default .select2-selection--single::placeholder, .select2-container--default .select2-selection--single .select2-search__field::placeholder, .typeahead::placeholder,
.tt-query::placeholder,
.tt-hint::placeholder {
  color: #c9c8c8;
  opacity: 1;
}

.form-control:disabled, .asColorPicker-input:disabled, .dataTables_wrapper select:disabled, .jsgrid .jsgrid-table .jsgrid-filter-row input:disabled[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select:disabled, .jsgrid .jsgrid-table .jsgrid-filter-row input:disabled[type=number], .select2-container--default .select2-selection--single:disabled, .select2-container--default .select2-selection--single .select2-search__field:disabled, .typeahead:disabled,
.tt-query:disabled,
.tt-hint:disabled, .form-control[readonly], .asColorPicker-input[readonly], .dataTables_wrapper select[readonly], .jsgrid .jsgrid-table .jsgrid-filter-row input[readonly][type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select[readonly], .jsgrid .jsgrid-table .jsgrid-filter-row input[readonly][type=number], .select2-container--default .select2-selection--single[readonly], .select2-container--default .select2-selection--single .select2-search__field[readonly], .typeahead[readonly],
.tt-query[readonly],
.tt-hint[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control, input.asColorPicker-input[type="date"], .jsgrid .jsgrid-table .jsgrid-filter-row input[type="date"][type=text], .jsgrid .jsgrid-table .jsgrid-filter-row input[type="date"][type=number], .select2-container--default input.select2-selection--single[type="date"], .select2-container--default .select2-selection--single input.select2-search__field[type="date"], input.typeahead[type="date"],
input.tt-query[type="date"],
input.tt-hint[type="date"],
input[type="time"].form-control,
input.asColorPicker-input[type="time"],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="time"][type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="time"][type=number],
.select2-container--default input.select2-selection--single[type="time"],
.select2-container--default .select2-selection--single input.select2-search__field[type="time"],
input.typeahead[type="time"],
input.tt-query[type="time"],
input.tt-hint[type="time"],
input[type="datetime-local"].form-control,
input.asColorPicker-input[type="datetime-local"],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="datetime-local"][type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="datetime-local"][type=number],
.select2-container--default input.select2-selection--single[type="datetime-local"],
.select2-container--default .select2-selection--single input.select2-search__field[type="datetime-local"],
input.typeahead[type="datetime-local"],
input.tt-query[type="datetime-local"],
input.tt-hint[type="datetime-local"],
input[type="month"].form-control,
input.asColorPicker-input[type="month"],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="month"][type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="month"][type=number],
.select2-container--default input.select2-selection--single[type="month"],
.select2-container--default .select2-selection--single input.select2-search__field[type="month"],
input.typeahead[type="month"],
input.tt-query[type="month"],
input.tt-hint[type="month"] {
  appearance: none;
}

select.form-control:focus::-ms-value, select.asColorPicker-input:focus::-ms-value, .dataTables_wrapper select:focus::-ms-value,
.jsgrid .jsgrid-table .jsgrid-filter-row select:focus::-ms-value, .select2-container--default select.select2-selection--single:focus::-ms-value, .select2-container--default .select2-selection--single select.select2-search__field:focus::-ms-value, select.typeahead:focus::-ms-value,
select.tt-query:focus::-ms-value,
select.tt-hint:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.form-control-lg {
    height: 3.175rem;
    padding: 5px 10px;
    font-size: 13px;
    color: #000 !important;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
.mt-3, .template-demo > .btn, .fc .template-demo > button, .ajax-upload-dragdrop .template-demo > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .template-demo > .swal2-styled, .wizard > .actions .template-demo > a, .template-demo > .btn-toolbar,
.my-3 {
  margin-top: 1rem !important;
}
 .content-wrapper1 {
    padding-top: 0;
    min-height: calc(100vh - 75px);
  }
  .content-wrapper1 {
 
    /* padding:10px 20px; */
    width: 70%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
   
  }
  @media (max-width: 767px) {
    .content-wrapper1 {
      padding: 1.5rem 1.5rem;
    }
  }
  .content-wrapper1 {
    padding: 10px;
}
.loader div svg {

  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-main {
  border-radius: 30px;
  position: fixed;
  width: auto;
  min-width: 300px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.display-block {
  display: block;
}

.display-none {
  display: none;
}

.alert-header {
  width: 100%;
  height: 40px;
}

.alert-header-left {
  width: 50%;
  float: left;
}

.alert-header-left-icon-fontsize {
  font-size: 17px;
}

.alert-header-left-icon-pad {
  padding-right: 10px
}

.alert-header-right {
  width: 50%;
  float: right;
  text-align: right;
}

.alert-paragraph {
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.alert-close-fontsize {
  font-size: 30px;
}

.alert-size {
  width: 300px;

}

.alert {
  margin-bottom: 0px;
  padding: 15px;
}

.pop-button {
  border-radius: 20px;
  border: none !important;
  background-color: transparent !important;
  padding: 0px 0px !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  transition: none !important;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 10px !important;
}

.alert-danger {
  background-color: #dc3545 !important;
  border-color: #d32535 !important;
}

.alert-warning {
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}


.communication-list {
  overflow-y: auto;
}

@media(min-width:1600px) {
  .communication-list {
    height: calc(77vh - 50px) !important;
  }
}

@media(max-width:1600px) {
  .communication-list {
    height: calc(70vh - 50px) !important;
  }
}

@media(max-width:1500px) {
  .communication-list {
    height: calc(65vh - 50px) !important;
  }
}

@media(max-width:1200px) {
  .communication-list {
    height: calc(70vh - 50px) !important;
  }
}

@media(max-width:1100px) {
  .communication-list {
    height: calc(80vh - 50px) !important;
  }
}

.btn-primary {
  color: white !important;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.0rem !important;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 90px !important;
}

.react-datepicker__time-list-item .react-datepicker__time-list-item--selected {
  background-color: #f58634 !important;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #f58634 !important;
}

.react-datepicker__day--selected {
  background-color: #f58634 !important;
}

.react-datepicker__triangle {
  left: -10px !important;
}

/* .video-react-controls-enabled
  {
    height: calc(90vh) !important;
  } */
/* .video-react-controls-enabled
  {
    /*width: 267px !important;
    min-height: inherit !important;
  } */
/* .video-react-video
  { 
    width: 220px !important;
    height: 220px !important;
  } */
/* .video-react-control-bar
  {
    width: 220px !important;
  } */

.activeSubmenu {
  display: block;
}

.deactiveSubmenu {
  display: none;
}

.dropdown-menu.show {
  display: block;
  z-index: 10000 !important;
}

.modal-dialog1 {
  height: auto;
  width: 80%;
  position: relative;
  top: 20%;
  left: 10%;
  margin-top: 120px;
}
div.css-b62m3t-container ~label
{
  top: -10px;
  transform: translateY(-2px);
  transition: all 0.3s ease-in;
  color: #243c5c !important;
  font-weight: 500 !important;
  font-size: 11px !important;
}
div.css-3iigni-container
{
  margin-top: 2.7px !important;
  margin-bottom: 5px !important;
}
div.css-3iigni-container ~label
{
  top: -12px;
  transform: translateY(-2px);
  transition: all 0.3s ease-in;
  color: #243c5c !important;
  font-weight: 500 !important;
  font-size: 11px !important;
}
div.css-3iigni-container input
{
  border-bottom: none !important;
  margin-bottom: 5px;
}
div.css-b62m3t-container input
{
  border-bottom: none !important;
  margin-bottom: 5px;
}
div.css-b62m3t-container input:focus
{
  border-bottom: none !important;
}

div.css-kbk1cd-control
{
  height: 28px !important;
  background-color: #fff !important;
}
/* div.css-1ia0ku-control
{
    min-height: 34px !important;
} */
.modal-dialog1 {
    height: auto;
    width: 60%;
    position: relative;
    top: 20%;
    /* left: 10%; */
    margin-top: 120px;
    margin-left: 10%;
    margin-right: auto;
}
@media only screen and (max-width: 1280px) {
  .modal-dialog1 {
      height: auto;
      width: 80%;
      position: relative;
      top: 20%;
      /* left: 10%; */
      margin-top: 120px;
      margin-left: 0%;
      margin-right: auto;
  }
}
/* html
{
  overflow-y:hidden !important;
} */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color:  #203754 !important;
  border-color: var(--bs-btn-hover-border-color);
}
.imgBox2 {
  height: 90vh;
  width: 100%;
  object-fit: fill;
}
.modal-header {
  display: block !important;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.fa-circle-exclamation
{
  margin-top: 20px !important;
  margin-right: -30px !important;
}
.close_btn .fa-solid {
  color: #ff2727;
  cursor: pointer;
  background-color: #ffe7e7;
  width: 19px;
  height: 19px;
  border-radius: 60px;
  transform: translate(-30px, 8px);
  text-align: center;
  line-height: 20px;
  position: absolute;
}
.rateBox {
  border: #e9e9e9 solid 1px;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  height: auto !important;
}
/* .css-1dimb5e-singleValue
{
  margin-bottom: -15px !important;
}
.css-1dimb5e-singleValue
{
  margin-bottom: -15px !important;
} */
/* .css-olqui2-singleValue
{
  margin-bottom: -15px !important;
}
.css-1jqq78o-placeholder
{
  margin-bottom: -15px !important;
} */
/* .css-1fdsijx-ValueContainer
{
  margin-bottom: -5px;
  padding-left: 0px !important;
  
} */


.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #243c5c;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: #fff;
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: #243c5c;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.tabletdbordernone
{
    border: none !important;
    padding: 2px;
}
.css-b62m3t-container
{
    width: 200px !important;
}
fieldset
{
    border: 1px solid #ccc;
}
.item-box-table {
    max-height: 300px;
    height: calc(100vh - 350px);
  }
  .accordion-button:not(.collapsed)::after
  {
    display: none;
   
  }
  .accordion-button.collapsed {
    color: white;
}
.button:not(.collapsed)::after
{
    background-image: none !important;
    color: #fff !important;
}

