html {
  width: 100%;
}

input{
  font-family: "Nunito", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.8rem !important;
  caret-color: #3a3a3a !important;
  -webkit-text-fill-color: #3a3a3a !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  font-family: "Nunito", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.8rem !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  color: #3a3a3a !important;
  caret-color: #3a3a3a !important;
  -webkit-text-fill-color: #3a3a3a !important;
}

body {
  overflow-x: hidden !important;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

body.show-spinner {
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  position: fixed;
  border-radius: 0 !important;
}

/* Spinner */
body.show-spinner::before {
  content: " ";
  background: #ffffff;
  background-size: cover;
  display: inline-block;
  width: 290px;
  height: 290px;
  border: 5px solid rgba(525, 46, 45, 0.2);
  border-radius: 50%;
  border-top-color: #ed2a24;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 145px);
  top: calc(50% - 155px);
  position: fixed;
  z-index: 1;
}
@media (max-width: 650px){
  body.show-spinner::before{
  width: 193px;
  max-width: 193px;
  height: 193px;
  left: calc(50% - 100px);
  top: calc(50% - 93px);
  }
}
body.show-spinner::after {
  content: " ";
  background: url("../al-images/ez-loader.gif");
  display: inline-block;
  width: 200px;
  max-width: 200px;
  height: 200px;
  left: calc(50% - 100px);
  top: calc(50% - 110px);
  position: fixed;
  animation: light 2s infinite;
  -webkit-animation: light 1s ease-in-out infinite;
  z-index: 999;
}
@media (max-width: 650px){
  body.show-spinner::after{
  background: url("../al-images/ez-loader-mobile.gif");
  width: 125px;
  max-width: 125px;
  height: 125px;
  left: calc(50% - 70px);
  top: calc(50% - 60px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Aaquib All 2022 Custom CSS */
.rotate-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
}

.rotate-chevron i {
    transition: transform 200ms;
    transform: rotate(0);
    transform-origin: center;
    font-size: 14px;
    font-weight: 500;

}
.rotate-chevron.collapsed i {
    transform: rotate(-90deg);
}
.fixed-background {
  background-image: linear-gradient(to bottom, rgb(0 173 212 / 50%), rgb(197 0 0 / 49%)), url("../al-images/login/background.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.profile_picture{
  width: 200px;
  height: 200px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}
.btn-delete-sm{
  background: linear-gradient(45deg, #c60000, #ff3306) !important;
  border-radius: 50% !important;
  padding: 5px 7px !important;
  color: #fff !important;
  box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
}
@media (max-width: 1200px)
{
  .delete-modal {
    max-width: 420px !important;
  }
}
.modal .modal-content{
  border: initial;
  border-radius: 0.9rem;
  background-color: rgb(255 255 255 / 61%);
  backdrop-filter: blur(2.5px);
}
.modal-right > .modal-dialog > .modal-content{
  border: initial;
  border-radius: 0px;
  border-top-left-radius: 1.1rem;
  border-bottom-left-radius: 0.9rem;
  background-color: rgb(255 255 255 / 75%);
  backdrop-filter: blur(2.5px);
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{
  border-color: #999 transparent transparent;
  border-top-color: red !important;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:after{
  /*content: "\f86c";
  font-family: "Font Awesome 5 Pro";
  margin-top: -10px;
  position: absolute;
  margin-left: -22px;
  color: #939290;
  transform: rotate(90deg);
  font-weight: 100;*/
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}
.menu .sub-menu ul li {
  list-style: none !important;
  margin-bottom: 0;
  position: relative; }
#EmergencyNumber::placeholder{
  color: red;
}
.registration-header{
  filter: drop-shadow(0.5px 0.5px 8px black);
}
.list-group-item{
  background-color: inherit !important;
}
.nav-tabs.separator-tabs .nav-link{
  font-size: 1.099rem;
}
/* Aaquib All 2022 Custom CSS Ends */

/* Aaquib All 2023 Custom CSS */
.notification-icon {
  align-self: center;
}
.btn-delete-sm {
  background: linear-gradient(45deg, #c60000, #ff3306) !important;
  border-radius: 50% !important;
  padding: 5px 7px !important;
  color: #fff !important;
  box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
}
@media (min-width: 576px) {
  .modal-dialog {
    /*max-width: 821px !important;*/
    margin: 1.75rem auto;
  }
}
.al-text-red {
  color: red !important;
}
.al-text-green {
  color: #53ae0e !important;
}
.al-text-blue {
  color: #147eae !important;
}
.rating-color {
  color: #fbc634 !important;
}
#EmergencyNumber::placeholder {
  color: red;
}
tbody>tr.pointer {
  cursor: pointer;
}
.registration-header {
  filter: drop-shadow(0.5px 0.5px 8px black);
}
.list-group-item {
  background-color: inherit !important;
}
.copyrights {
  font-size: 0.9em;
}
@media (max-width: 990px) {
  .process-icon {
    transform: rotate(90deg);
  }
}
.itcn-bg-1 {
  background: #e6e6e6;
}
label {
  margin-bottom: 0.3rem;
  margin-left: 5px;
}
.no-sort-icon:before {
  content: "" !important;
}
.no-sort-icon:after {
  content: "" !important;
}
.mini-card {
  height: 100px;
}
@media (min-width: 992px) and (max-width : 1200px) {
  .mini-card {
    height: 106px !important;
  }
}
@media (min-width: 1201px) and (max-width : 1900px) {
  .mini-card {
    height: 125.5px !important;
  }
}
.itcn-table-res{
    overflow: auto !important;
  }
@media (min-width: 980px) and (max-width: 2000px){
  .itcn-table-res{
    overflow: hidden !important;
  }
}
.new_user_photo {
    width: 75px;
    height: 75px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
    border: 1px solid #fff;
    border-radius: 175px;
    margin-bottom: 15px;
  }
/* Table */
.fixed_header {
    table-layout: fixed;
  }
.fixed_header tbody,
.fixed_header thead{
  overflow: auto;
}
table.fixed_header.dataTable thead > tr >th,
table.fixed_header.dataTable tbody > tr >td{
  padding-left: 1em;
  padding-right: 1em;
}
.fixed_header tbody tr td img {
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  border: 1px solid #fff;
}
.fixed_header thead tr th,
.fixed_header tbody tr td{
  width: 145px !important;
  text-align: start;
}
.fixed_header thead tr th:nth-last-child(1),
.fixed_header tbody tr td:nth-last-child(1){
  width: 200px !important;
  /* text-align: center; */
  /* display: flex; */
  /* justify-content: flex-start; */
  /* align-items: center; */
  /* height: 100%; */
}
.fixed_header tbody tr td:nth-last-child(1) > a {
 margin-right: 3px;
}
.dataTables_wrapper{
  overflow: auto;
}
.dataTables_wrapper::-webkit-scrollbar-thumb {
  background-color: #c5c5c5 !important;
  border-radius: 10px;
  width: 4px !important;
}
.dataTables_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}
.dataTables_wrapper::-webkit-scrollbar {
  width: 8px !important;
  height: 4px !important;
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
  -moz-box-shadow: inset 0 0 10px #e6292978;
  -ms-box-shadow: inset 0 0 10px #e6292978;
  -o-box-shadow: inset 0 0 10px #e6292978;
  box-shadow: none;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  /* Add Some Code If Needed */
}
/* Table Ends*/
/* Aaquib All 2023 Custom CSS Ends */
[style-cursor="wait"] {
  cursor: wait !important;
 }
 .navbar .user img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.alert-box {
  position: relative;
  border-right: 1px solid #ededed;
  padding-right: 12px;
  margin-right: 15px;
 }
 .alert-box button {
  font-size: 16px;
  color: #8f8f8f;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
 }
 .alert-dot {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 12px;
  right: 11px;
  background: #ed2a24;
  border-radius: 50%;
  z-index: 9;
  border: 1px solid #fff;
  box-sizing: border-box;
 }
 .alert-box a, .alert-box .alert-box-empty {
  display: block;
  padding: 10px 20px;
  width: 240px;
 }
 .alert-box a.text-bold {
  font-weight: 600;
 }
 .alert-box .alert-date {
  font-weight: 400;
  color: #878787;
  display: block;
 }
 .code-editor {
    width: 100%;
    height: 400px;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    white-space: pre;
    tab-size: 2;
    outline: none;
    background: none;
    overflow-wrap: normal;
    background-color: #282c34;
    color: #f8f8f8;
    padding: 10px;
    outline: none;
}
.code-editor::selection {
    background: #f8f8f8;
    color: #282c34;
    -webkit-text-fill-color: #282c34 !important;
}
.input-inner-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.submit-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
ul.nav.nav-tabs.card-header-tabs.ml-0 {
  margin-left: 30px !important;
}
.menu .sub-menu ul li.active i {
  background: #a3a3a32e;
  /* fill: #fff !important; */
  color: #3a3a3a !important;
}

.rotate-arrow-icon i {
  font-size: 14px !important;
}

.menu .sub-menu ul li a:hover i {
  background: #a3a3a32e;
  color: #3a3a3a;
}
main h2:first-child {
  font-weight: 700;
}
.dropdown-menu > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  padding: 15px;
}

.dropdown-menu > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  border-bottom: 1px solid #f3f3f3;
  padding: 15px 20px;
}

.dropdown-menu > a i {
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 38px;
  height: 38px;
  border-radius: 0.55rem;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 400;
}

.dropdown-menu > a:nth-child(3) i {
  font-size: 16px;
}

.dropdown-menu > a:nth-child(2) i {
  font-size: 15px;
}

.dropdown-menu > a:last-child {
  border-bottom: 0;
}

.dropdown-menu > a:active {
  background: #f8f8f8;
  color: #ed2a24;
}

.dropdown-menu > a:active i {
  background: #a3a3a32e;color: #3a3a3a;
}

.dropdown-menu > a:hover i {
  background: #a3a3a32e;color: #3a3a3a;
}

.dropdown-menu {
  min-width: 13rem;
}