/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

:root {
  --primary: #D81E05;
  --secondary: #AC8400;
  --btn-primary: #D81E05;
  --btn-primary-hover: #991200;
  --btn-secondary: #991200;
  --btn-secondary-hover: #991200;
  --text-white: #ffffff;
  --text-primary: rgb(60, 45, 57);
  --bg-white: #ffffff;
  --bg-black: #000000;
  --text-black: #000000;
  --bg-light-gray: rgb(169, 169, 169);
  --bg-light-gray-300: #FAFAFA;
  --bg-light-gray-400: #CDCDCD;
  --bg-light-gray-600: #4F4F4F;
  --color-light-1: #EBEBEB;
  --bg-green: #219653;
  --bg-warning: #F2994A;
  --bg-Cancelled: #EB5757;
  --default-font: 'Roboto', sans-serif;
}

* {
  font-family: var(--default-font);
}

a:hover,
a:not(.btn):hover {
  text-decoration: none;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--text-black) !important;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--text-black) !important;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--text-black) !important;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--text-black) !important;
  opacity: 1;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  font-family: var(--default-font);
  transition: 0.5s ease-out;
}

.btn:hover {
  transform: scale(1.1);
  transition: all ease-out 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--default-font);
}

p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-gray-color3);
  font-family: var(--default-font);
}

.horizontal_line {
  width: 100%;
  height: 1px;
  background: var(--text-black);
}

.border-0 {
  border: none !important;
}

.btn-primary {
  background: var(--btn-primary);
  border-color: var(--btn-primary);
  color: var(--text-white);
}

.btn-secondary {
  background: var(--btn-secondary);
  border-color: var(--btn-secondary);
  color: var(--text-white)
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  background: var(--btn-secondary-hover);
  border-color: var(--btn-secondary-hover);
  color: var(--text-white);
}

.btn-primary .material-icons {
  margin-right: 8px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background: var(--btn-primary-hover);
  border-color: var(--btn-primary-hover);
  outline: none;
  box-shadow: none;
}

.btn-style-1 {
  background: var(--btn-style-1);
  border-color: var(--btn-style-1);
  color: var(--primary);
}

.btn-style-1:hover,
.btn-style-1:focus,
.btn-style-1:active:focus {
  background: var(--btn-style-1-hover);
  border-color: var(--btn-style-1-hover);
  color: var(--text-white);
  outline: none;
  box-shadow: none;
}

.btn-outline-primary {
  background: none;
  border: var(--btn-primary) solid 2px;
  color: var(--btn-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active:focus {
  background: none;
  border-color: var(--btn-primary-hover);
  color: var(--btn-primary-hover);
}

:is(.btn-paid, .btn-unpaid, .btn-cancelled) {
  border-radius: 15px;
}

.btn-paid:is(:hover, :focus, :focus-visible, :active),
.btn-unpaid:is(:hover, :focus, :focus-visible, :active),
.btn-cancelled:is(:hover, :focus, :focus-visible, :active) {
  outline: 0;
  color: var(--bg-white);
}


.btn-paid {
  background-color: var(--bg-green);
  color: var(--bg-white);
}

.btn-unpaid {
  background-color: var(--bg-warning);
  color: var(--bg-white);
}

.btn-cancelled {
  background-color: var(--bg-Cancelled);
  color: var(--bg-white);
}

.open>.btn-default.dropdown-toggle {
  background-color: var(--primary);
  color: var(--text-white);
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: var(--text-white);
  background-color: var(--btn-secondary-hover);
  border-color: var(--btn-secondary-hover);
  outline: 0;
  box-shadow: none;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 12px;
}

.skip-to-content {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.btn .material-symbols-outlined {
  font-size: 150%;
  /* margin-right: 5px;
  margin-left: -12px; */
}

.btn .btn_loader {
  position: absolute;
  width: 35px;
  left: 15px;
  background: inherit;
  opacity: 0;
  visibility: hidden;
}

.btn .btn_loader.show {
  opacity: 1;
  visibility: visible;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}

.pos-relative {
  position: relative !important;
}

#getProductDetail .btn .btn_loader {
  background: var(--bg-white);
  left: 25px;
}

.tab-content {
  box-shadow: 0 4px 5px rgba(0, 0, 0, .25);
  background: var(--bg-white);
  padding: 25px;
  border-radius: 16px;
}

.tab-content .tab_inside_header {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
  margin: -25px -25px 25px -25px;
  background: var(--bg-white);
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
}

.tab-content .tab_inside_header .btn {
  min-width: 155px;
  margin-right: 0;
  margin-left: auto;
}

.tab-content .tab_inside_header .tab_inside_title {
  margin: 0;
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 16px;
}


input.form-control {
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, .42);
  box-shadow: none;
  padding: 10px 0;
}

.form-group label {
  color: #757575;
  font-size: 12px;
  font-family: var(--default-font);
  margin: 0;
  font-weight: 400;
}

.form-group label.error {
  color: #ff0000;
}

.material-symbols-outlined-fill {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}


.wrapper-body {
  background: var(--light-gray-color5);
}

table.table thead tr th {
  background: #F9FAFB;
  color: var(--text-primary)
}

.table {
  border: none;
}

:where(th, td) {
  padding: 16px;
}

.text-green {
  color: #219653;
}

.text-warning {
  color: #F2994A;
}

.text-danger {
  color: #DA291C;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.modal-content {
  border-radius: 12px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  padding-bottom: 0px;
}

.modal-header h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
}

.modal-body,
.modal-header {
  padding: 24px;
}

.modal-header::before,
.modal-header::after {
  display: none;
}

.modal-content .btn-primary {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.20),
    0px 3px 4px 0px rgba(0, 0, 0, 0.12),
    0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  margin-top: 23px;
  padding: 12px;
}

:where(input.form-control:placeholder, select.form-control:placeholder, input, select) {
  font-size: 14px;
  color: var(--text-primary);
  border: none;
  border-bottom: solid 1px var(--bg-light-gray);
  border-radius: 0px;
}

.form-control,
input.form-control {
  font-size: 14px;
  color: var(--text-primary);
  border: none;
  border-bottom: solid 1px var(--bg-light-gray);
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

:is(.form-control:focus, .form-control:focus-visible) {
  box-shadow: none;
}

label {
  color: var(--bg-black);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

/*-------------------------------------
  Loader Css
------------------------------------*/

div.progress {
  height: 4px;
  width: 145px;
  background: linear-gradient(var(--btn-primary) 0 0), linear-gradient(var(--btn-primary) 0 0),
    #dbdcef;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  animation: progress-7x9cg2 3s infinite;
}

@keyframes progress-7x9cg2 {
  0% {
    background-position: -150% 0, -150% 0;
  }

  66% {
    background-position: 250% 0, -150% 0;
  }

  100% {
    background-position: 250% 0, 250% 0;
  }
}


/*K code*/

.form-control[title]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(216, 30, 5, 0.22);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(216, 30, 5, 0.22);
}

.card {
  border-radius: 16px;
  background: var(--bg-white);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20), 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
  padding: 24px;
  margin-bottom: 16px;
}

.card .card-heading {

  margin-bottom: 12px;
}

.card .card-heading h4 {
  margin-top: 0;
  color: var(--text-black);
  font-size: 20px;
  margin-bottom: 0;
}

.loader_logo {
  width: 70px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30px;
  text-align: center;
}

.loader_logo img {
  max-width: 100%;
  width: 70px;
}


/* ---------------------------------------------------
    Data Table Css
----------------------------------------------------- */

.dataTable tr td input[type="radio"]:checked,
.modal input[type="radio"]:checked {
  background: #454F5B;
}

.dataTable tr td input[type="checkbox"],
.modal input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 2px #454F5B;
  width: 18px;
  height: 18px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dataTable tr td input[type="checkbox"]:checked,
.modal input[type="checkbox"]:checked {
  background: #454F5B;
}

.dataTables_wrapper {
  max-width: 100%;
  overflow: auto;
}

.dataTable tbody tr {
  transition: all 0.3s ease;
}

.dataTable tbody tr.selected_tr {
  background: var(--light-gray-color1);
}

.dataTables_wrapper .dataTables_length select {
  border-radius: 6px;
  padding: 8px 10px;
  margin: 0 5px;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--default-font);
}

.dataTables_wrapper .dataTables_length select:focus {
  outline: none;
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 6px;
  padding: 5px 10px;
  border: var(--dark-gray-color4) solid 1px;
  color: var(--dark-gray-color2);
  margin: 0 5px;
  height: 41px;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--default-font);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dataTables_wrapper .dataTables_filter input:focus {
  outline: none;
  border-color: var(--btn-secondary);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.dataTables_wrapper .dataTables_filter label {
  font-weight: 600;
}

.dataTables_filter {
  text-align: right;
}

.dataTables_wrapper .dataTables_filter label input {
  border: #D0D5DD solid 1px;
  background: url('/svg-dark-icon.svg') no-repeat center left 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--default-font);
  color: #667085;
  padding-left: 35px
}

.table_box_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(265, 265, 265, .90);
  z-index: 11;
}

.dataTables_filter label input::-webkit-input-placeholder {
  color: #667085 !important;
}

.dataTables_filter label input::-moz-placeholder {
  color: #667085 !important;
}

.dataTables_filter label input:-ms-input-placeholder {
  color: #667085 !important;
}

.dataTables_filter label input:-moz-placeholder {
  color: #667085 !important;
}

ul.pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border: #dee2e6 solid 1px;
  border-radius: 40px;
}

ul.pagination {
  margin: 0;
  padding: 5px 10px;
  justify-content: flex-end;
}

.pagination>li>a,
.pagination>li>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0 !important;
  border: #ddd solid 1px;
  width: 40px;
  height: 40px;
  border-radius: 40px !important;
  transition: all 0.3s ease;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>li:last-child>a:hover,
.pagination>li:first-child>a:hover {
  background: var(--btn-primary) !important;
  margin: 0 10px 0 0 !important;

  border-color: var(--btn-primary) !important;
  border-radius: 40px;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
  background: var(--btn-secondary);
  color: var(--text-white);
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover {
  background: var(--btn-primary);
  color: var(--text-white);
  border: var(--btn-primary) !important;
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous>span,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-gray-color2);
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover>span,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover>span {
  color: var(--text-white);
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover:not(.disabled),
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover:not(.disabled),
body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:focus:not(.disabled),
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:focus:not(.disabled) {
  border-color: var(--btn-primary) !important;
  outline: none;
  background: var(--btn-secondary);
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate {
  display: inline-flex;
  align-items: center;
}

table.dataTable.no-footer {
  border: none;
}

.dataTables_filter+table.dataTable.no-footer,
.dataTables_length+table.dataTable.no-footer {
  padding-top: 10px;
}

table.dataTable thead>tr>th.sorting::after,
table.dataTable thead>tr>th.sorting_asc::after,
table.dataTable thead>tr>th.sorting_desc::after,
table.dataTable thead>tr>th.sorting_asc_disabled::after,
table.dataTable thead>tr>th.sorting_desc_disabled::after,
table.dataTable thead>tr>td.sorting::after,
table.dataTable thead>tr>td.sorting_asc::after,
table.dataTable thead>tr>td.sorting_desc::after,
table.dataTable thead>tr>td.sorting_asc_disabled::after,
table.dataTable thead>tr>td.sorting_desc_disabled::after {

  top: 50%;
  content: "\f1e3";
  font-size: 1em;
  font-family: 'Material Symbols Outlined';
}

table.dataTable thead>tr>th.sorting::before,
table.dataTable thead>tr>th.sorting_asc::before,
table.dataTable thead>tr>th.sorting_desc::before,
table.dataTable thead>tr>th.sorting_asc_disabled::before,
table.dataTable thead>tr>th.sorting_desc_disabled::before,
table.dataTable thead>tr>td.sorting::before,
table.dataTable thead>tr>td.sorting_asc::before,
table.dataTable thead>tr>td.sorting_desc::before,
table.dataTable thead>tr>td.sorting_asc_disabled::before,
table.dataTable thead>tr>td.sorting_desc_disabled::before {

  bottom: 50%;
  content: "\f1e0";
  right: 18px;
  font-size: 1em;
  font-family: 'Material Symbols Outlined';
}

table.table thead tr th a {
  color: inherit;
  text-decoration: none;
  font-size: 15px;
}

table.table thead tr th {
  font-size: 15px;
  background: var(--bg-light-gray-300);
}

table.table thead tr th a:focus,
table.table thead tr th a.focus {
  outline: none;
  box-shadow: none;
}

table.table thead tr th a .fa-arrow-down:before {
  bottom: 50%;
  content: "\f1e0";
  right: 18px;
  font-size: 1em;
  font-family: 'Material Symbols Outlined';
}

table.table thead tr th a .fa-arrow-up:before {
  bottom: 50%;
  content: "\f1e3";
  right: 18px;
  font-size: 1em;
  font-family: 'Material Symbols Outlined';
}

body .dataTables_wrapper .dataTables_paginate span a.paginate_button.current,
body .dataTables_wrapper .dataTables_paginate span a.paginate_button.current:hover,
body .dataTables_wrapper .dataTables_paginate span a.paginate_button:hover {
  background: var(--btn-primary);
  border: none;
  color: var(--text-white) !important;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body .dataTables_wrapper .dataTables_paginate span a.paginate_button:focus,
body .dataTables_wrapper .dataTables_paginate span a.paginate_button:active {
  outline: none;
  box-shadow: none;
}

body .dataTables_wrapper .dataTables_paginate span a.paginate_button {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--text-black);
  font-weight: 500;
  font-size: 18px;
  border-radius: 100%;
  font-family: var(--default-font);
  transition: all 0.3s ease;
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next {
  font-size: 18px;
  font-weight: 500;
  width: 28px;
  height: 28px;
  border: var(--dark-gray-color4) solid 1px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s ease;
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous {
  margin-right: 15px;
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.next {
  margin-left: 15px;
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover {
  background: transparent;
  border: transparent !important;
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous>span,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-gray-color2);
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover>span,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover>span {
  color: var(--text-white);
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover:not(.disabled),
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover:not(.disabled),
body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:focus:not(.disabled),
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:focus:not(.disabled) {
  border-color: transparent !important;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate {
  display: inline-flex;
  align-items: center;
}

table.dataTable.no-footer {
  border: none;
}

.dataTables_filter+table.dataTable.no-footer,
.dataTables_length+table.dataTable.no-footer {
  padding-top: 10px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 16px 24px;
}

table.dataTable tbody td {
  padding: 12px 24px;
}

body .dataTables_wrapper .dataTables_paginate span a.paginate_button.current,
body .dataTables_wrapper .dataTables_paginate span a.paginate_button {
  font-size: 12px;
  width: 28px;
  height: 28px;
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  font-size: 12px;
}


table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
  opacity: 0.6;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
  opacity: 1;
}


.dataTables_wrapper .dataTables_length select {
  font-size: 12px;
}

body .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover,
body .dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover {
  background-color: transparent;
  color: var(--text-primary);
  outline: 0;
}

/* ---------------------------------------------------
    Choose Portal Page
----------------------------------------------------- */
.x_choose_portal_main,
.x_login_portal_main {
  background-image: url("/background_1.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x_choose_portal_main .x_choose_two_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 72px;
  border-radius: 12px;
  background: rgba(205, 205, 205, 0.90);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.x_parent_box .x_parent_img {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0.5);
}

.x_parent_box .x_parent_img svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  margin: 0 auto;
}

.x_parent_box .x_parent_img svg path {
  font-size: 52px;
}

.x_parent_box .x_parent_img:hover,
.x_parent_box .x_parent_img:focus,
.x_parent_box .x_parent_img:focus-visible {
  filter: brightness(1);
  outline: 0;
}

.x_choose_portal_main .x_choose_two_box h4 {
  color: var(--primary);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* ---------------------------------------------------
    Login
----------------------------------------------------- */
.x_login_portal_main {
  background-image: url("background_2.png");
}

.x_login_portal_main .x_login_card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid var(--primary);
  background-color: var(--bg-white);
  box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.25);
  width: 530px;
  padding: 36px 30px;
}

.x_login_portal_main .x_login_card img {
  padding: 30px;
  border-radius: 100%;
  box-shadow: 0 0 10px 0px rgb(169, 169, 169);
  overflow: visible;
  height: 204px;
  width: 204px;
}

.x_login_portal_main .x_login_card h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
  margin-top: 36px;
}

.x_login_portal_main .x_login_card .form-group {
  margin-bottom: 16px;
}

.x_login_portal_main .x_login_card input {
  border: none;
  box-shadow: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.42);
  padding: 13px 8px 13px 00;
  color: var(--text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.x_login_portal_main .x_login_card .btn-signin {
  margin-top: 8px;
}

/* ---------------------------------------------------
    Top navbar
----------------------------------------------------- */

.x_top_navbar {
  position: fixed;
  width: calc(100% - 250px);
  padding: 8px 16px;
  border-bottom: 1px solid #CFCFCF;
  background-color: var(--bg-white);
  top: 0;
  right: 0;
  z-index: 999;
}

.x_header_fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.x_header_dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
}

.x_header_dropdown ul {
  border-radius: 4px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  min-width: 190px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 60px;
  min-height: 45px;
}

.x_header_dropdown ul#student_list_data:after {
  content: 'Loading...';
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 15px;
}

.x_header_dropdown ul li.init::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 11px;
  width: 16px;
  height: 16px;
  background-image: url("/dropdown-down.svg");
  z-index: 999;
}

.x_header_dropdown ul li {
  z-index: 2;
  text-decoration: none;
  color: var(--text-white);
  cursor: pointer;
  padding: 8px 16px;
  background-color: var(--primary);
  font-weight: 500;
  border-bottom: solid 1px var(--primary);
  min-height: auto;
  display: flex;
  align-items: center;
}

.x_header_dropdown ul li:not(.init) {
  float: left;
  width: 100%;
  display: none;
  background: var(--bg-white);
  color: var(--text-primary);
}

.x_header_dropdown ul li:not(.init).selected {
  display: none !important;
}

.x_header_dropdown ul li:not(.init):hover,
ul li.selected:not(.init) {
  background: var(--bg-white);
  color: var(--text-primary)
}

.x_header_dropdown li.init {
  cursor: pointer;
  min-height: 44px;
}

.x_header_dropdown li.oneRecordli:after {
  content: '';
  display: none;
}

.x_header_dropdown li.init span {
  color: var(--text-white);
}

.x_header_dropdown ul li:last-child {
  border-bottom: none;
}

.x_header_dropdown ul li img {
  margin-right: 8px;
}

.x_header_dropdown #sidebarCollapse {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  border: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, .20);
  width: 42px;
  height: 42px;
  background: var(--bg-light-gray-300);
}

.x_header_dropdown #sidebarCollapse .menu_icon {
  width: 20px;
  height: 18px;
  margin: auto;
  border-top: #000 solid 2px;
  position: relative;
}

.x_header_dropdown #sidebarCollapse .menu_icon::before,
.x_header_dropdown #sidebarCollapse .menu_icon::after {
  content: '';
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
}

.x_header_dropdown #sidebarCollapse:hover .menu_icon {
  border-color: var(--btn-primary);
}

.x_header_dropdown #sidebarCollapse:hover .menu_icon::before,
.x_header_dropdown #sidebarCollapse:hover .menu_icon::after {
  background: var(--btn-primary);
}

.x_header_dropdown #sidebarCollapse .menu_icon::before {
  content: '';
  width: 65%;
  height: 1px;
  top: 6px;
}

.x_header_dropdown #sidebarCollapse .menu_icon::after {
  content: '';
  width: 100%;
  height: 1px;
  top: 14px;
}

.x_header_dropdown.headerexpand #sidebarCollapse:hover {
  transform: none;
}

.x_header_dropdown.headerexpand #sidebarCollapse .menu_icon {
  border: none;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.x_header_dropdown.headerexpand #sidebarCollapse .menu_icon::after {
  width: 110%;
  height: 1.5px;
  top: 14px;
  transform: rotate(-45deg) translate(3px, -5px);
}

.x_header_dropdown.headerexpand #sidebarCollapse .menu_icon::before {
  width: 110%;
  height: 1.5px;
  top: 6px;
  transform: rotate(45deg) translate(1px, 3px);
}

.x_header_dropdown:not(.headerexpand) #sidebarCollapse .material-symbols-outlined {
  display: none;
}

.x_header_search_profilebar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 12px;
}

.x_header_search_profilebar .x_input_baar {
  position: relative;
}

.x_header_search_profilebar .x_input_baar input {
  border-radius: 25px !important;
  border: 2px solid #D1D1D1;
  background: var(--white, #FFF);
  height: 50px;
  padding-right: 36px;
}

.x_header_search_profilebar .x_input_baar img {
  position: absolute;
  right: 16px;
  top: 17px;
}

.x_header_search_profilebar .input-group-btn {
  position: absolute;
  width: auto;
  right: 5px;
  top: 0;
  bottom: 0;
  display: inline-flex;
  z-index: 3;
}

.x_header_search_profilebar .input-group-btn .btn-primary {
  background: none;
  border: none;
  color: rgb(197, 199, 205);
  padding: 0 10px;
}

.x_header_search_profilebar .input-group-btn .btn-primary:hover {
  color: var(--text-black);
}

.x_header_search_profilebar .input-group .form-control {
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 25px;
  border: 2px solid #D1D1D1;
  background: var(--white, #FFF);
  height: 50px;
  padding-right: 36px;
}

.x_notification_dropdwn {
  position: relative;
  margin-right: 0px;
}

.x_notification_dropdwn .x_notifi_number {
  position: absolute;
  background-color: var(--primary);
  color: var(--white);
  position: absolute;
  background-color: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  z-index: 999;
  top: -4px !important;
  min-width: 15px;
  height: 15px;
  font-size: 12px;
  color: var(--text-white);
  border-radius: 10px;
  right: 0 !important;
}

.x_notification_dropdwn .dropdown-toggle:is(:hover, :focus) {
  color: var(--btn-primary);
}

.x_notification_dropdwn .dropdown-toggle:is(:hover, :focus) .x_notifi_number {
  background: var(--text-black);
}

.x_notification_dropdwn button,
.x_profile_dropdwn button {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.x_notification_dropdwn button,
.x_profile_dropdwn button:hover,
.x_notification_dropdwn button,
.x_profile_dropdwn button:focus,
.x_notification_dropdwn button,
.x_profile_dropdwn button:focus-visible,
.x_profile_dropdwn button img:focus,
.x_profile_dropdwn button:active {
  outline: 0;
}

.x_notification_dropdwn .dropdown-toggle {
  background: none;
  margin-right: 00px;
  margin-left: 0px;
}

.x_notification_dropdwn .dropdown-toggle .material-symbols-outlined {
  margin-left: 0;
  margin-right: 0;
  font-size: 180%;
}

.x_notification_dropdwn .dropdown-toggle .material-symbols-outlined:focus,
.x_notification_dropdwn .dropdown-toggle .material-symbols-outlined:focus-within {
  outline: 0;
}

.x_notification_dropdwn .dropdown-menu {
  min-width: 300px;
  top: 45px;
  border-radius: 8px;
}

.x_notification_dropdwn .dropdown-menu li {
  border-bottom: solid 1px var(--bg-light-gray);
  padding: 16px 8px;
}

.x_notification_dropdwn .dropdown-menu li p {
  margin-bottom: 0px;
}

.x_notification_dropdwn .dropdown-menu li:last-child {
  border-bottom: none;
}

.x_profile_dropdwn {
  margin-right: 0;
}

.x_profile_dropdwn .dropdown-menu {
  top: 65px;
}

.x_notification_dropdwn .dropdown-menu li span {
  color: var(--bg-light-gray);
}

.x_notification_dropdwn .dropdown-toggle:is(:hover, :focus, :active) {
  color: var(--btn-primary);
  outline: 0;
  box-shadow: none;
}

.x_notification_dropdwn .dropdown-toggle:is(:hover, :focus) .x_notifi_number {
  background: var(--text-black);
}

/* ---------------------------------------------------
    wrapper and sidebar
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: var(--text-black);
  color: var(--text-white);
  transition: all 0.3s;
}

#sidebarMenu.active {
  margin-left: 0px;
  width: 80px;
  transition: all 0.1s ease-in-out;
  height: 100%;
}

#sidebarMenu.active .nav-left .navbar ul.nav li a span,
#sidebarMenu.active .x_navbar_links li a span {
  display: none;
}

#sidebarMenu.active .x_logo img {
  width: 44px;
}

#sidebarMenu.active .nav-left .navbar ul.nav li.weblink a {
  justify-content: center;
}

#sidebarMenu.active .navbar-collapse nav .x_navbar_links {
  padding-left: 0;
}

#sidebarMenu.active .navbar-collapse nav .x_navbar_links li,
#sidebarMenu.active .navbar-collapse nav .x_navbar_links li a {
  text-align: center;
  width: 100%;
  justify-content: center;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: var(--text-black);
}

#sidebar ul.components {
  padding: 0 0;
  border-bottom: 1px solid var(--text-black);
}

#sidebar ul p {
  color: var(--text-white);
  padding: 10px;
}

#sidebar ul li a {
  padding: 18px 24px;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--bg-light-gray);
}

#sidebar ul li a:hover {
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.16);
}

#sidebar ul li.active>a>svg path {
  stroke: var(--bg-white);
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.16);
}

a[data-toggle="collapse"] {
  position: relative;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
  padding-top: 56px;
  background: #FAFAFA;
}

.x_attendance_monthly .btn {
  margin-left: auto;
  display: flex;
  padding: 12px 19px;
  border-radius: 4px;
}

.x_attendance_monthly .x_monthly_card {
  border-radius: 2px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 8px;
}

.x_attendance_monthly .x_monthly_card.active {
  border: 1px solid var(--Primary-Color, #DA291C);
}

.x_attendance_cln_heading {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.x_attendance_cln_heading h4 {
  font-size: 20px;
}

.x_attendance_cln_heading .nav.nav-tabs {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.x_attendance_cln_heading .nav-tabs>li:first-child a {
  border-radius: 4px 0px 0px 4px
}

.x_attendance_cln_heading .nav-tabs>li:last-child>a {
  border-radius: 0px 4px 4px 0px
}

.x_attendance_cln_heading .nav-tabs>li>a {
  background-color: var(--bg-light-gray-400);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
}

.x_attendance_cln_heading .nav-tabs>li>a.active {
  background-color: var(--primary);
  color: var(--text-white)
}

.x_table_right_filters {
  display: flex;
  align-items: center;
}

.x_timetable_cal .tab-content .tab-pane:first-child,
.x_card_calendar .tab-content .tab-pane:first-child {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20), 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
  padding: 24px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 12px;
}

.x_attendance_calendar>.tab-content {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
  padding-top: 16px;
}

.x_attendance_calendar>.tab-content>.tab-pane>.nav-tabs {
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
  border-bottom: none;
}

.x_attendance_calendar>.tab-content>.tab-pane .tab-content {
  border-radius: 0 0 16px 16px;
  padding: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20),
    0px 2px 2px 0px rgba(0, 0, 0, 0.12),
    0px 0px 2px 0px rgba(0, 0, 0, 0.14);
}

.x_attendance_calendar>.tab-content>.tab-pane>.nav-tabs>li>a {
  color: var(--text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: 0.5px;
  padding: 14px 36px;
  background-color: var(--bg-light-gray-400);
  border-radius: 16px 16px 0 0;
}

.x_attendance_calendar>.tab-content>.tab-pane>.nav-tabs>li.active>a,
.x_attendance_calendar>.tab-content>.tab-pane>.nav-tabs>li>a:hover {
  background-color: var(--primary);
  color: var(--text-white);
}

.timebase_bg {
  border-radius: 4px;
  border: 1px solid var(--text-primary);
  background: #2D9CDB;
  height: 20px;
}

.x_announcement_list {
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
  border-bottom: solid 1px var(--bg-light-gray-400);
}

.x_announcement_list:first-child {
  margin-top: 0px;
}

/* .x_announcement_list .x_ann_datetime {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  position: absolute; right: 5px; top:10px;
} */

.x_announcement_list .x_ann_datetime span {
  color: var(--text-primary);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

.x_announcement_list .title_label {
  background: var(--bg-light-gray-600);
  color: #ffffff;
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
}

.x_announcement_list .announcement_title {
  font-size: 15px;
  font-weight: 500;
}

.x_announcement_list .x_ann_datetime span {
  background-color: var(--bg-light-gray-300);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.x_announcement_list p {
  margin-bottom: 0;
  color: var(--text-black);
}

.x_attendence .card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x_attendence .card-heading a {
  color: var(--btn-primary);
  font-size: 16px;
  font-weight: 500;
}

/*End K code*/

header .header_right .dropdown-menu {
  top: calc(100% + 5px);
  right: 10px;
  left: initial;
}

header .header_right .dropdown-menu .username {
  font-size: 12px;
  padding: 5px 10px;
  color: #878a99;
  margin-bottom: 5px;
}

header .header_right .dropdown-menu>li>a {
  padding: 7px 10px;
  font-size: 12px;
  border-radius: 0 !important
}

.x_header_dropdown {
  position: relative;
  margin-left: 255px;
  transition: all 0.1s ease-in-out;
}

.x_header_dropdown.headerexpand {
  margin-left: 82px;
}


header .header_right .dropdown-menu>li:last-child>a {
  border-top-color: #ffffff;
}

header .header_right .dropdown-menu>li>a:hover,
header .header_right .dropdown-menu>li>a:focus {
  padding: 7px 10px;
  background: var(--btn-primary);
  color: #fff;
}

header {
  display: flex;
  padding: 12px 16px;
}

.no-record-alert {
  font-size: 20px;
  font-weight: 400;
}

.no-record-alert img {
  width: 150px;
}

body {
  padding-top: 56px;
}

body.body-add-sticky {
  padding-top: 70px;
}

.middle_content.comingsoon_sec {
  text-align: center;
  padding-bottom: 70px;
}

.comingsoon_sec h1 {
  color: var(--btn-primary);
  text-transform: uppercase;
  text-align: center;
  font-size: 110px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 5px 8px 4px rgba(0, 0, 0, .2);
  margin: 20px auto 50px;
}

.comingsoon_sec h1 span {
  color: var(--btn-secondary);
}

.tearmsLoader {
  width: 100%;
  height: 100%;
  background: var(--btn-primary);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 123;
  position: fixed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tearmsLoader svg.cecoLoader {
  left: 0;
  right: 0;
  margin: auto;
}

.toast-custom {
  width: 320px;
  height: auto;
  position: fixed;
  background: var(--bg-white);
  color: var(--text-primary);
  padding: 15px 15px 15px 60px;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 4px 35px rgba(108, 108, 108, 0.53);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
}

.toast-custom>span {
  width: 50px;
  color: var(--text-white);
  font-size: 32px;
  background: rgba(0, 0, 0, .1);
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
  align-items: center;
  justify-content: center;
}

.toast-custom p {
  color: inherit;
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
  display: flex;
  height: 100%;
  align-items: center;
}

.toast-custom.toast-success {
  background: var(--btn-primary-hover);
  color: var(--text-white);
}

.toast-custom.toast-danger {
  background: #DC3545;
  color: var(--text-white);
}

.toast-custom.toast-right-bottom {
  right: 0;
  bottom: 30px;
}

.toast-custom.toast-center-center {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
}

.toast-custom#cart_existing_toast {
  height: 110px;
  width: 600px;
  max-width: calc(100% - 20px);
}

.toast-custom#fnofailFunction {
  height: 150px;
  width: 650px;
  font-size: 20px;
  max-width: calc(100% - 20px);
}

#toast_existing_close,
#fnofailFunction_close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  left: initial;
  background: none;
  cursor: pointer;
  font-size: 24px;
}

header {
  background: var(--bg-white);
  box-shadow: 0px 4px 24px rgba(163, 163, 163, 0.08);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 0.1s ease-in-out;
}

header .navbar-static-top.navbar-inverse {
  box-shadow: none;
  padding: 15px 0;
}

header .navbar-static-top.navbar-inverse .navbar-brand {
  display: flex;
  align-items: center;
  height: auto;
  min-width: 400px;
}

header .navbar-static-top.navbar-inverse .navbar-brand img {
  width: 148px;
  transition: all 0.3s ease;
}

header .navbar-static-top.navbar .navbar-nav>li.weblink {
  padding: 0;
}

header .navbar-static-top.navbar .navbar-nav>li.weblink+li.weblink {
  border-left: var(--dark-gray-color4) solid 1px;
}

header .navbar-static-top.navbar .navbar-nav>li.weblink>a {
  margin: 0;
  line-height: 1.22em;
}

header .navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
  font-family: var(--default-font);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 24px;
  margin: 0;
  transition: all 0.3s ease;
}

header .navbar-static-top.navbar .menu-bar>.navbar-nav>li.active>a,
header .navbar-static-top.navbar .menu-bar>.navbar-nav>li>a:hover,
header .navbar-static-top.navbar .menu-bar>.navbar-nav>li>a:focus {
  background: none;
  color: var(--btn-secondary);
  outline: none;
  border: none !important;
}

header .navbar-static-top.navbar .menu-bar>.navbar-nav>li>a[aria-label="Pumps"] {
  color: var(--dark-gray-color4) !important;
}

header .navbar-static-top.navbar .menu-bar>.navbar-nav>li>a.pumps-menu {
  color: var(--dark-gray-color4);
}

header .navbar-right {
  padding-top: 0;
}

header .navbar-static-top.navbar .navbar-collapse {
  display: inline-flex !important;
  margin: auto;
}

header .navbar>.container {
  display: flex;
  align-items: center;
}

header .header_right {
  width: 400px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

header .header_right .notification_icon,
header .header_right .head_cart_icon {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  border: var(--dark-gray-color4) solid 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

header .header_right .notification_icon span,
header .header_right .head_cart_icon span {
  font-size: 30px;
}

header .header_right .head_cart_icon .count,
header .header_right .notification_icon .count {
  background: var(--red-color);
  color: var(--text-white);
  font-size: 12px;
  min-width: 22px;
  height: 22px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  position: absolute;
  right: -5px;
  top: 0;
}

header .header_right .notification_icon:hover,
header .header_right .notification_icon:focus,
header .header_right .head_cart_icon:hover,
header .header_right .head_cart_icon:focus {
  background: var(--btn-primary-hover);
  border-color: var(--btn-primary-hover);
  color: var(--text-white);
}

header .notification_box,
header .head_cart_box {
  margin-left: 15px;
}

header .header_right .username,
header .header_right .nav-item.header_signin>a {
  font-family: var(--default-font);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  max-width: 210px;
  line-height: 1.1em;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

header .header_right .dropdown-menu {
  width: 250px;
  padding: 15px;
  margin: 0;
  border: none;
  border-radius: 0 0 12px 12px;
  top: calc(100% + 11px);
  box-shadow: 0px 4px 35px rgba(108, 108, 108, 0.13);
}

header .header_right .nav-item.header_signin>a:hover,
header .header_right .nav-item.header_signin>a:focus {
  text-decoration: none;
  color: var(--bg-black);
}

header .header_right .profile_menu>a {
  color: var(--dark-gray-color1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #9d2929;
}

header .header_right .profile_menu>a:hover,
header .header_right .profile_menu>a:focus {
  color: var(--btn-secondary-hover);
}

header .header_right .profile_menu>a .material-symbols-outlined {
  margin-left: 5px;
  transition: all 0.3s ease;
}

header .header_right .profile_menu.open>a .material-symbols-outlined {
  transform: rotate(180deg);
}

header .header_right .dropdown-menu>li>a {
  margin-left: 0;
  border: none;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--default-font);
  transition: all 0.3s ease;
}

header .header_right .dropdown-menu>li:last-child>a {
  border-top: var(--dark-gray-color4) solid 1px;
}

header .header_right .dropdown-menu>li>a:hover,
header .header_right .dropdown-menu>li>a:focus {
  padding: 6px 10px;
  background: var(--light-gray-color5);
  color: var(--btn-secondary-hover);
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 6px;
}

header .header_right .dropdown-menu>li:last-child>a:hover,
header .header_right .dropdown-menu>li:last-child>a:focus {}

header.sticky-header {
  position: fixed;
  width: 100%;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

header.sticky-header .navbar-static-top.navbar-inverse {
  padding: 3px 0;
}

header.sticky-header .navbar-static-top.navbar-inverse .navbar-brand img {
  width: 120px;
}

header.sticky-header .header_right .notification_icon,
header.sticky-header .header_right .head_cart_icon {
  width: 46px;
  height: 46px;
}

header.sticky-header .header_right .notification_icon .material-symbols-outlined,
header.sticky-header .header_right .head_cart_icon .material-symbols-outlined {
  font-size: 24px;
}

.stylish_checkbox {
  margin: 20px 0;
}

.stylish_checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.stylish_checkbox label {
  padding-left: 30px;
  position: relative;
}

.stylish_checkbox input[type='checkbox']+label:not(.error):before {
  content: '';
  border: rgba(0, 0, 0, 0.54) solid 2px;
}

.stylish_checkbox input[type='checkbox']+label:not(.error):after {
  content: '';
}

.stylish_checkbox input[type='checkbox']+label:not(.error):before,
.tab-pane .panel_box .stylish_checkbox input[type='checkbox']+label:not(.error):after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stylish_checkbox input[type='checkbox']:checked+label:not(.error):before {
  content: '';
  background: var(--btn-primary);
  border-color: var(--btn-primary);
}

.stylish_checkbox input[type='checkbox']:checked+label:not(.error):before {
  content: '\e876';
  font-family: 'Material Symbols Outlined';
  color: #fff;
}

.stylish_checkbox input[type='checkbox']+label.error+label:before {
  content: '';
  border: rgba(0, 0, 0, 0.54) solid 2px;
}

.stylish_checkbox input[type='checkbox']+label.error+label:after {
  content: '';
}

.stylish_checkbox input[type='checkbox']+label.error+label:before,
.tab-pane .panel_box .stylish_checkbox input[type='checkbox']+label.error+label:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stylish_checkbox input[type='checkbox']:checked+label.error+label:before {
  content: '';
  background: var(--red-color);
  border-color: var(--red-color);
}

.stylish_checkbox input[type='checkbox']:checked+label.error+label:before {
  content: '\e876';
  font-family: 'Material Symbols Outlined';
  color: #fff;
}

.stylish_checkbox input[type='radio']+label:not(.error):before {
  content: '';
  border: rgba(0, 0, 0, 0.54) solid 2px;
}

.stylish_checkbox input[type='radio']+label:not(.error):after {
  content: '';
}

.stylish_checkbox input[type='radio']+label:not(.error):before,
.tab-pane .panel_box .stylish_checkbox input[type='radio']+label:not(.error):after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stylish_checkbox input[type='radio']:checked+label:not(.error):before {
  content: '';
  background: var(--red-color);
  border-color: var(--red-color);
}

.stylish_checkbox input[type='radio']:checked+label:not(.error):before {
  content: '\e876';
  font-family: 'Material Symbols Outlined';
  color: #fff;
}

.stylish_checkbox input[type='radio']+label.error+label:before {
  content: '';
  border: rgba(0, 0, 0, 0.54) solid 2px;
}

.stylish_checkbox input[type='radio']+label.error+label:after {
  content: '';
}

.stylish_checkbox input[type='radio']+label.error+label:before,
.tab-pane .panel_box .stylish_checkbox input[type='radio']+label.error+label:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stylish_checkbox input[type='radio']:checked+label.error+label:before {
  content: '';
  background: var(--red-color);
  border-color: var(--red-color);
}

.stylish_checkbox input[type='radio']:checked+label.error+label:before {
  content: '\e876';
  font-family: 'Material Symbols Outlined';
  color: #fff;
}

.nav-tabs {
  border-radius: 16px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .25);
}

.nav-tabs>li {
  margin: 0;
}

.nav-tabs>li>a {
  font-size: 16px;
  font-family: var(--default-font);
  letter-spacing: 0.5px;
  color: var(--text-black);
  margin: 0 !important;
  border: none;
  border-bottom: #cdcdcd solid 1px;
}

.nav-tabs>li:first-child>a {
  border-radius: 16px 16px 0 0;
}

.nav-tabs>li:last-child>a {
  border-radius: 0 0 16px 16px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover {
  border: none;
  border-bottom: var(--btn-primary) solid 1px;
  color: var(--text-white);
  background: var(--btn-primary);
}

ul::-webkit-scrollbar-track,
#terms_condition_modal #terms_and_condition::-webkit-scrollbar-track,
.portal_access_sec .portal_access_right::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--light-gray-color5);
}

ul::-webkit-scrollbar,
#terms_condition_modal #terms_and_condition::-webkit-scrollbar,
.portal_access_sec .portal_access_right::-webkit-scrollbar {
  width: 8px;
  background-color: var(--bg-white);
}

ul::-webkit-scrollbar-thumb,
#terms_condition_modal #terms_and_condition::-webkit-scrollbar-thumb,
.portal_access_sec .portal_access_right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary);
}

.sidebar::-webkit-scrollbar {
  width: 5px;
}

.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  outline: 1px solid rgba(0, 0, 0, 0.3);
}

.sidebar .navbar-collapse nav .x_navbar_links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-end;
  padding-left: 0;
  gap: 4px;
  margin-bottom: 0;
  background: #000;
  margin-top: auto;
  padding-top: 40px;
}

.sidebar .navbar-collapse nav .x_navbar_links li {
  text-align: left;
  width: 100%;
}

.sidebar .navbar-collapse nav .x_navbar_links li a {
  margin-left: 0px;
}

.sidebar .navbar-collapse nav .x_navbar_links li a:is(:hover, :focus, :focus-visible) {
  color: var(--bg-white);
}

.sidebar .navbar-collapse nav .x_navbar_links li:hover {
  list-style: none;
}

.sidebar .navbar-collapse nav .x_navbar_links li.version_link span {
  color: var(--bg-light-gray-600);
  font-size: 14px;
}

.sidebar .navbar-collapse nav .x_navbar_links li:not(.version_link) a {
  width: 100%;
  background: #000000;
  color: var(--bg-light-gray);
  font-weight: 400;
  font-family: var(--default-font);
  margin-left: 0;
  padding: 18px 24px;
  font-size: 16px;
  gap: 25px;
  text-decoration: none;
  line-height: 1.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.sidebar:not(.active) .x_navbar_links li.version_link {
  padding-left: 25px;
}

.sidebar .x_navbar_links li a::before {
  content: '';
  font-size: 16px;
  line-height: 1.28em;
  color: var(--white);
  font-family: 'Material Icons';
  display: flex;
  justify-content: center;
  color: var(--bg-light-gray);
}

.sidebar .x_navbar_links li a[aria-label="Sign out"]::before {
  content: "\e9ba";
}

.sidebar .x_navbar_links li a[aria-label="Privacy Policy"]::before {
  content: "\ea17";
}

.sidebar .x_navbar_links li a[aria-label="College Portal"]::before {
  content: "\e80c";
}

.sidebar .x_navbar_links li a[aria-label="Learning Management"]::before {
  content: "\e54b";
}

.sidebar .x_navbar_links li a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: var(--text-white);
}


.sidebar {
  width: 255px;
  position: fixed;
  height: 100%;
  background: var(--bg-black);
  overflow-y: auto;
  top: 0;
  z-index: 999;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.1s ease-in-out;
}

/* .sidebar.active {
  position: absolute;
  height: auto;
  overflow: initial;
} */

.exapnaddiv .page-copy:before {
  content: '';
  width: 60px;
  position: absolute;
  left: -62px;
  height: 100%;
  background: #000;
  top: 0;
}

.sidebar.active .navbar-collapse.collapse {
  width: 60px;
}

.sidebar.active .nav-left .weblink {
  align-items: start;
  transition: none;
}

.sidebar.active .nav-left .navbar ul.nav li.weblink:hover a span,
.sidebar.active .x_navbar_links li:hover a span {
  display: initial !important;
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 45px);
  text-align: left;
  white-space: nowrap;
}

.sidebar.active .nav-left .navbar ul.nav li.weblink:hover a,
#sidebarMenu.active .navbar-collapse nav .x_navbar_links li:hover a {
  width: 260px;
  justify-content: flex-start;
  color: #fff;
}

#sidebarMenu.active .navbar-collapse nav .x_navbar_links li:hover a {
  border-left: 2px solid transparent;
}

.sidebar.active .nav-left .navbar ul.nav li a::before,
#sidebarMenu.active .navbar-collapse nav .x_navbar_links li a::before {
  width: 30px;
}

.sidebar.active .nav-left .navbar ul.nav li a::after {
  display: none;
}

.sidebar.active .nav-left .navbar ul.nav li a,
.sidebar.active .nav-left .navbar ul.nav li.weblink a:is(:hover, :focus) {
  background: #000;
  justify-content: flex-start;
  transition: none;
}

.sidebar.active .nav-left .navbar ul.nav li.weblink a {
  justify-content: flex-start !important;
  transition: none !important;
}

.sidebar.active .nav-left .navbar ul.nav li.weblink a {
  border-left: #000 solid 3px;
}

.sidebar.active .nav-left .navbar ul.nav li.weblink.active a,
.sidebar.active .nav-left .navbar ul.nav li.weblink:hover a,
.sidebar.active .x_navbar_links li.active a,
.sidebar.active .x_navbar_links li:hover a {
  border-color: var(--btn-primary);
}

.x_header_dropdown #sidebarCollapse:focus,
.x_header_dropdown #sidebarCollapse:hover,
.x_header_dropdown #sidebarCollapse:active:focus {
  outline: none;
  transform: none;
}

.sidebar .x_logo img {
  width: 74px;
}

.sidebar .navbar-static-top.navbar-inverse {
  background: none;
}

.sidebar nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sidebar .nav-left {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
  background: none;
  border-radius: 0;
  height: 100%;
}

.sidebar .nav-left ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sidebar .nav-left .weblink {
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.sidebar .nav-left .navbar ul.nav li.weblink a {
  width: 100%;
  color: var(--bg-light-gray);
  font-weight: 400;
  font-family: var(--default-font);
  margin-left: 0;
  padding: 18px 24px;
  font-size: 16px;
  gap: 25px;
  text-decoration: none;
  line-height: 1.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.sidebar .nav-left .navbar ul.nav li.active a,
.sidebar .nav-left .navbar ul.nav li.active a::before {
  color: var(--bg-white);
}

.sidebar .nav-left li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary);
  width: 3px;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.sidebar .nav-left .navbar ul.nav li.weblink a:is(:hover, :focus) {
  background: rgba(255, 255, 255, 0.16);
  color: var(--text-white);

}

.sidebar .nav-left .navbar ul.nav li a::before {
  content: '';
  font-size: 16px;
  line-height: 1.28em;
  color: var(--white);
  font-family: 'Material Icons';
  display: flex;
  justify-content: center;
  color: var(--bg-light-gray);
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Dashboard"]::before {
  content: "\e871";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Contact"]::before {
  content: "\e0b0";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Contacts"]::before {
  content: "\e0b0";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Attendance"]::before {
  content: "\e614";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Billing"]::before {
  content: "\ef6e";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Class Contact"]::before {
  content: "\e0ba";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Student Report"]::before {
  content: "\e873";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Student Reports"]::before {
  content: "\e873";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Academic Timetable"]::before {
  content: "\ebcc";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Sports"]::before {
  content: "\ea33";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Community Activities"]::before,
.sidebar .nav-left .navbar ul.nav li a[aria-label="Community"]::before {
  content: "\f8e0";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Care and Wellbeing"]::before {
  content: "\eb4c";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Health"]::before {
  content: "\e1d5";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Awards"]::before {
  content: "\ea3f";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Events"]::before {
  content: "\e616";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Excursions"]::before {
  content: "\e530";
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Co-Curricular"]::before {
  content: "\ea33";
}

.sidebar .nav-left .weblink.signout-item {
  margin-left: 0;
  align-items: flex-start;
}

.sidebar .nav-left .weblink a:hover,
.sidebar .nav-left .weblink.active a {
  color: rgba(255, 255, 255, 0.16)
}

.sidebar .navbar-inverse .navbar-nav>li>a:focus {
  background: none;
  color: inherit;
  outline: none;
  box-shadow: none;
  border: none !important;
}

.sidebar .nav-left .weblink .material-icons,
.sidebar .nav-left .weblink .lni {
  color: var(--light-blue);
  font-size: 30px;
  margin-bottom: 4px;
}

.sidebar .nav-left .weblink.active a:before {
  color: var(--text-white);
}

.sidebar .nav-left .link-text {
  font-size: 13px;
  padding: 0px 4px;
  text-align: left;
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0
}

.sidebar .nav-left .weblink.active a,
.sidebar .nav-left .weblink.active a .material-icons,
.sidebar .nav-left .weblink.active a .lni {
  color: #fff;
  position: relative;
}

.page-copy {
  width: calc(100% - 255px);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  transition: all 0.1s ease-in-out;
}

.wrapper-body.exapnaddiv .page-copy {
  width: calc(100% - 82px);
}

.sidebar .navbar-collapse.collapse {
  display: block !important;
  height: 100% !important;
  max-height: max-content;
}


/* ---------------------------------------------------
    Billing
----------------------------------------------------- */

.x_page_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.x_page_heading h4 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.x_billing_status {
  border-radius: 4px;
  background: #F2994A;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 12px;
  text-align: right;
}

.x_billing_status h4 {
  font-size: 20px;
  color: var(--text-white);
  margin: 0;
}

.x_billing_status p {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-white);
  margin: 0;
}

.x_table_filter_class>button {
  border-radius: 8px;
  border: 1px solid var(--gray-300, #D0D5DD);
  background: var(--white, #FFF);
  padding: 10px 16px;

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.x_table_filter_class>.btn .material-symbols-outlined {
  margin-left: 0px;
}

.x_table_filter_class .dropdown-menu {
  padding: 16px;
  border-radius: 8px;
}

.x_table_filter_class .dropdown-menu input,
.x_table_filter_class .dropdown-menu select {
  font-size: 12px;
}

.x_table_filter_class li a {
  padding: 0;
  padding-bottom: 8px;
  color: var(--text-primary);
}

.x_table_filter_class .dropdown-menu li a:is(:hover, :focus, :active) {
  background-color: transparent;
  border: none;
  color: var(--primary);
  padding: 0;
  padding-bottom: 8px;
  outline: 0;
  box-shadow: none;
}

.x_table_filter_class .dropdown-menu>.active>a,
.x_table_filter_class .dropdown-menu>.active>a:hover,
.x_table_filter_class .dropdown-menu>.active>a:focus {
  background-color: transparent;
  border: none;
  color: var(--primary);
  padding: 0;
  padding-bottom: 8px;
}

/* ---------------------------------------------------
    Care and Wellbeing Page
----------------------------------------------------- */
.x_care_wellbeing .card .card-body p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x_care_wellbeing .card .card-body p label,
.x_care_wellbeing .card .card-body p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.x_care_wellbeing .card .card-body p label {
  margin-bottom: 8px;
}

.x_care_wellbeing .card .card-body label,
.x_care_wellbeing .card .card-body span {
  color: var(--bg-light-gray-600);

}

.x_care_wellbeing .card .card-body span {
  font-weight: 500;
}

.x_care_wellbeing .card .card-body .x_care_desc_action {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}

.x_care_wellbeing .card .card-body .x_care_desc_action p {
  flex: 0 0 47.1%;
  flex-direction: column;
  align-items: flex-start;
}

.x_care_wellbeing .x_category_comm {
  color: var(--bg-green);
}

/* --------------------------------------------------
 Contact page
----------------------------------------------------- */
.nav.x_nav_tabs_left {
  border-radius: 16px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.x_nav_tabs_left li a {
  padding: 20px 24px;
}

#top_side_user_profile_img img {
  width: 50px;
}

/* --------------------------------------------------
 Page Loader
----------------------------------------------------- */
.sidebar .navbar-static-top.navbar-inverse {
  box-shadow: none;
}

.sidebar .nav-left .navbar ul.nav li a[aria-label="Sign out"]::before {
  content: "\e9ba";
}

.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;

  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;

  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;

  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;

  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: var(--white-color);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: var(--white-color);
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: var(--white-color);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {

  to {

    -webkit-transform: rotateZ(360deg);

    transform: rotateZ(360deg);

  }

}

@keyframes spinner {

  to {

    -webkit-transform: rotateZ(360deg);

    transform: rotateZ(360deg);

  }

}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {

    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {

    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {

    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

}

/*************** Image Preloader ****************/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(265, 265, 265, .90);
  z-index: 9999;
}

.x_card_health {
  padding: 16px;
  padding-bottom: 8px;
}

/* .x_card_health>.card-body{padding: 16px 24px;} */
/* .x_card_health>.card-body>.card */
.x_card_health>.card-body label {
  color: var(--bg-light-gray-600);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: normal;
}

.x_card_health>.card-body p {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
}

/* custom css Pratik*/
.profile_photo {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.profile_photo img {
  border: var(--btn-primary) solid 1px;
  border-radius: 100%;
  max-width: 150px
}

.profile_photo #edit_photo {
  background: var(--btn-primary);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-flex;
  color: var(--text-white);
  font-size: 16px;

  align-items: center;
  justify-content: center;
  position: absolute;
  right: -6px;
  top: calc(50% - 12px);
  cursor: pointer;
}

.profile_photo input[type="file"] {
  opacity: 0;
  visibility: hidden;
  width: 100px;
}

.profile_photo #edit_photo {
  background: var(--btn-primary-hover);
}

.radio_box {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px
}

.radio_box label {
  margin: 0 20px 0 0
}

.radio_box input[type='radio'],
.check_box input[type='checkbox'] {
  cursor: pointer;
  margin: 0 10px 0 0;
  border: none;
  -maz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM10 18C5.6 18 2 14.4 2 10C2 5.6 5.6 2 10 2C14.4 2 18 5.6 18 10C18 14.4 14.4 18 10 18Z' fill='black' fill-opacity='0.54'/%3E%3C/svg%3E") no-repeat center / 100% auto;
  width: 20px;
  height: 20px;
}

.radio_box input[type='radio']:checked {
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5C7.2 5 5 7.2 5 10C5 12.8 7.2 15 10 15C12.8 15 15 12.8 15 10C15 7.2 12.8 5 10 5ZM10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM10 18C5.6 18 2 14.4 2 10C2 5.6 5.6 2 10 2C14.4 2 18 5.6 18 10C18 14.4 14.4 18 10 18Z' fill='%23DA291C'/%3E%3C/svg%3E") no-repeat center / 100% auto;
  width: 20px;
  height: 20px;
}

.radio_box input[type='radio']:focus,
.radio_box input[type='radio']:checked:focus {
  outline: none;
  box-shadow: none;
}

.check_box {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px
}

.check_box label {
  margin: 0 20px 0 0
}

.check_box input[type='checkbox'] {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.54' fill-rule='evenodd' clip-rule='evenodd' d='M16 2V16H2V2H16ZM16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center / 100% auto;
}

.check_box input[type='checkbox']:checked {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM7 14L2 9.19231L3.4 7.84615L7 11.3077L14.6 4L16 5.34615L7 14Z' fill='%23DA291C'/%3E%3C/svg%3E%0A") no-repeat center / 100% auto;
}

.check_box input[type='checkbox']:focus,
.check_box input[type='checkbox']:checked:focus {
  outline: none;
  box-shadow: none;
}

.custom_style_switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.custom_style_switch label {
  cursor: pointer;
  width: 35px;
  height: 15px;
  background: grey;
  display: block;
  border-radius: 15px;
  position: relative;
}

.custom_style_switch label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  background: #3C3639;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: 0.15s;
}

.custom_style_switch input:checked+label,
.custom_style_switch input:disabled:checked+label {
  background: #EC948D
}

.custom_style_switch input:checked+label:after,
.custom_style_switch input:disabled:checked+label:after {
  left: calc(100% + 2px);
  transform: translateX(-100%);
  background: var(--primary);
}

.custom_style_switch label:active:after {
  width: 50px;
}

.custom_style_switch label .custom_switchlabel {
  width: 300px;
  display: flex;
  min-width: auto;
  white-space: nowrap;
  padding-left: 45px;
  top: -3px;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
}

#contact_tab1 .custom_style_switch,
#contact_tab3 .custom_style_switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 20px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px
}

#contact_tab1 .custom_style_switch label,
#contact_tab3 .custom_style_switch label {
  margin-right: 0;
  margin-left: auto;
}

#contact_tab1 .custom_style_switch h6,
#contact_tab3 .custom_style_switch h6 {
  font-size: 16px;
  margin: 0;
}

#first_name_two_field {
  display: flex;
  flex-wrap: wrap;
}

#first_name_two_field .name_field_col_one {
  width: 60px;
}

#first_name_two_field .name_field_col_two {
  width: calc(100% - 70px);
  margin-left: 10px;
}

.toast_message {
  width: auto;
  align-content: center;
  padding: 20px;
  color: #ffffff;
  position: fixed;
  right: 20px;
  bottom: 30px;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .15);
  font-weight: 500;
  z-index: 12345;
  display: none;
}

.toast_message .toast-icon {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .15);
  margin: -20px 15px -20px -20px;
}

.toast_message.toast-success,
.toast_message.toast-add-success {
  background: #099885;
}

.toast_message.toast-danger {
  background: var(--btn-primary);
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

#viewAttendanceModal .modal-dialog {
  width: 415px;
  max-width: 100%;
}

#viewAttendanceModal .modal-body .modal-title {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px
}

#viewAttendanceModal .modal-body .modal-title h4 {
  margin: 0;
  max-width: calc(100% - 25px)
}

#viewAttendanceModal .modal-body .modal-title .close {
  margin-right: 0;
  margin-left: auto;
}

#viewAttendanceModal .modal-body .attendance_list {
  align-items: center;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  display: inline-flex;
  width: 100%;
  padding: 20px;
}

#viewAttendanceModal .modal-body .attendance_list label {
  font-size: 14px;
  line-height: 1.3em;
  color: #3C3639;
  max-width: calc(100% - 60px)
}

#viewAttendanceModal .modal-body .attendance_list .attendance_status {
  font-size: 12px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
}

#viewAttendanceModal .modal-body .attendance_list .attendance_status.present_status {
  color: #219653
}

#viewAttendanceModal .modal-body .attendance_list .attendance_status.absent_status {
  color: #EB5757
}

.fc .fc-button-primary {
  background-color: var(--btn-primary) !important;
  border-color: var(--btn-primary) !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: var(--btn-primary-hover) !important;
}

.fc-direction-ltr .fc-daygrid-event.Absentstatus .fc-event-title.fc-sticky,
.fc-direction-ltr .fc-daygrid-event.Presentstatus .fc-event-title.fc-sticky {
  margin-bottom: 4px;
}

.fc .fc-daygrid-day-number,
.fc .fc-col-header-cell-cushion {
  color: var(--text-primary);
}

.fc-direction-ltr .fc-daygrid-event .fc-event-title {
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
}

.fc-direction-ltr .fc-daygrid-event.timetableSchedule:hover,
.fc-direction-ltr .fc-daygrid-event.timetableSchedule:focus {
  outline: none;
  box-shadow: none;
  background: none;
}


.fc-direction-ltr .fc-daygrid-event.Absentstatus .fc-event-title.fc-sticky,
.fc-direction-ltr .fc-daygrid-event.Presentstatus .fc-event-title.fc-sticky {
  font-weight: normal !important;
  font-size: 12px !important;
}

.fc-direction-ltr .fc-daygrid-event.timetableSchedule .fc-event-title {
  /* background: #FFEBEB;
  color: #E92C2C; */
  padding: 5px;
  border-radius: 4px;
  flex-grow: initial;
  text-transform: uppercase;
}

.fc-direction-ltr .fc-daygrid-event.timetableSchedule .fc-daygrid-event-dot,
.fc-direction-ltr .fc-daygrid-event.timetableSchedule .fc-event-time {
  display: none;
}

.view_detail_calendar_modal .modal-dialog {
  width: 417px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.view_detail_calendar_modal .modal-header {
  padding-bottom: 15px;
}

.view_detail_calendar_modal .modal-body {
  padding-top: 0
}

.view_detail_calendar_modal .modal-body label {
  width: 100%;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  background: #EBEBEB;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.view_detail_calendar_modal .modal-body h6 {
  margin: 0 10px 0 0;
}

#care_wellbeing_data_table .public_note {
  width: 100%;
  max-height: 100px;
  max-width: 200px;
  word-break: break-all;
  overflow: auto;
}

.date_filter_dropdown_list {
  width: 100%;
  display: inline-flex;
  align-content: center;
}

.date_filter_dropdown_list .form-control {
  width: 25%;
  display: inline-flex
}

.date_filter_dropdown_list #filterBtn {
  display: inline-flex;
  align-items: center;
}

.dropdown.x_table_filter_class {
  border-radius: 4px;
  padding: 0;
}

.dropdown.x_table_filter_class input {
  border: var(--btn-primary) solid 2px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.dropdown.x_table_filter_class input:focus {
  border-color: #000;
  outline: none;
}

.dropdown.x_table_filter_class label {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.custom_style_switch_basic .info label {
  background: none !important;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.field-label:after {
  display: none !important
}

.custom_style_switch_basic input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.custom_style_switch_basic label {
  cursor: pointer;
  width: 35px;
  height: 15px;
  background: grey;
  display: block;
  border-radius: 15px;
  position: relative;
}

.custom_style_switch_basic label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  background: #3C3639;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: 0.15s;
}

.custom_style_switch_basic input:checked+label,
.custom_style_switch_basic input:disabled:checked+label {
  background: #EC948D
}

.custom_style_switch_basic input:checked+label:after,
.custom_style_switch_basic input:disabled:checked+label:after {
  left: calc(100% + 2px);
  transform: translateX(-100%);
  background: var(--primary);
}

.custom_style_switch_basic label:active:after {
  width: 50px;
}

.custom_style_switch_basic label .custom_switchlabel {
  width: 300px;
  display: flex;
  min-width: auto;
  white-space: nowrap;
  padding-left: 45px;
  top: -3px;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
}

.custom_style_switch_basic input#donotemail_1:checked+label:after {
  opacity: 0
}

.custom_style_switch_basic input#donotemail_1:checked+label {
  background: gray
}

.custom_style_switch_basic .boolean-radio>label {
  min-width: 35px;
  max-width: 35px;
  width: 40px;
  font-size: 0;
  display: inline-block !important;
}

.custom_style_switch_basic .boolean-radio {
  width: 35px;
  background: #ffffff;
  display: inline-flex;
}

.custom_style_switch_basic input#donotemail_0,
.custom_style_switch_basic input#donotemail_1 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0
}

.custom_style_switch_basic input#donotemail_1+label {
  background: none !important;
  position: absolute;
  margin-left: 0;
}

.custom_style_switch_basic input#donotemail_1+label:after {
  opacity: 0;
}

.custom_style_switch_basic input#donotemail_1:checked+label:after {
  opacity: 0
}

.custom_style_switch_basic input#donotemail_1:checked+label {
  z-index: 99;
  position: relative;
}

.custom_style_switch_basic input#donotphone_0,
.custom_style_switch_basic input#donotphone_1 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0
}

.custom_style_switch_basic input#donotphone_1+label {
  background: none !important;
  position: absolute;
  margin-left: 0;
}

.custom_style_switch_basic input#donotphone_1+label:after {
  opacity: 0;
}

.custom_style_switch_basic input#donotphone_1:checked+label:after {
  opacity: 0
}

.custom_style_switch_basic input#donotphone_1:checked+label {
  z-index: 99;
  position: relative;
}

.tab-content #contact_tab1 h2.tab-title {
  display: none;
}

#contact_tab1 fieldset[aria-label="fullNameSection"] {
  margin-bottom: 0
}

#contact_tab1 fieldset table tbody tr td:not(.day) {
  padding-bottom: 30px
}

#contact_tab1 fieldset table:not(.table-condensed)>tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(1) {
  width: 100%;
}

#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:not(:nth-child(1)) {
  width: 50%;
  display: flex;
}

#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:not(:nth-child(1)) td:not(.day) {
  width: 100%
}

/*#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(3),#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(4),#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(5){width: calc(33% - 40px)} */
/*#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(3) td{width: calc(50% - 60px); display: flex; flex-wrap: wrap; flex-direction: column;}
#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(3) td,#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(4) td,#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(5) td,#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(6) td{padding-right: 15px; width: 100%; margin: 0; display: flex; flex-wrap: wrap;}
#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(3) td .control,#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(4) td .control,#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(5) td .control,#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(6) td .control{width: 100%}*/
#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr td.cell.zero-cell {
  display: none;
}

#contact_tab1 fieldset table[data-name="general_section_4"] tbody tr td .info {
  min-height: 21px;
}

#contact_tab1 fieldset table[data-name="religionsection"]:not(.table-condensed) tbody tr,
#contact_tab1 fieldset table[data-name="company_section"]:not(.table-condensed) tbody tr,
#contact_tab1 fieldset table[data-name="contact_section"]:not(.table-condensed)>tbody>tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#contact_tab1 fieldset table[data-name="religionsection"]:not(.table-condensed) tbody tr td,
#contact_tab1 fieldset table[data-name="company_section"]:not(.table-condensed) tbody tr td,
#contact_tab1 fieldset table[data-name="contact_section"]:not(.table-condensed) tbody>tr>td:not(.day) {
  width: 50%;
  padding-left: 10px;
  padding-right: 15px;
}

#contact_tab1 fieldset table tbody tr td:not(.day):first-child {
  padding-left: 15px;
  padding-right: 10px
}

#contact_tab1 fieldset:nth-child(3) table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#contact_tab1 fieldset[aria-label="Share your contact details to other parents"] h3 {
  margin-bottom: 20px
}

html[dir=ltr] .crmEntityFormView .cell div.info div.validators {
  margin-top: -5px;
}

#contact_tab1 fieldset:nth-child(1) table tbody tr td:first-child {
  padding-left: 15px;
}

#contact_tab1 fieldset:nth-child(1) table tbody tr td:last-child {
  padding-right: 15px;
}

#contact_tab1 fieldset:nth-child(2) table tbody tr td:not(.day):last-child {
  padding-right: 15px;
}

#contact_tab1 .crmEntityFormView .actions {
  display: none;
}

#contact_tab1 fieldset:nth-child(3) table.section,
#contact_tab1 .tab-column div fieldset:nth-child(3) table.section tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#contact_tab1 fieldset:nth-child(3) table.section tr.custom_style_switch_basic {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

#contact_tab1 fieldset:nth-child(3) table.section tr.custom_style_switch_basic td {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 30px);
  margin: 0 15px 15px;
  padding: 25px 20px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

#contact_tab1 fieldset:nth-child(3) table.section tr.custom_style_switch_basic td .custom_style_switch_basic {
  display: inline-flex;
  margin-right: 10px;
  margin-left: auto;
}

#contact_tab1 fieldset:nth-child(3) table.section tbody {
  display: block;
}

#contact_tab1 fieldset table:not(.table-condensed) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#contact_tab1 fieldset:nth-child(3) table tbody {
  display: block;
  width: 100%;
}

#contact_tab1 .image-inline img.image-render {
  border-radius: 100%;
  border: var(--btn-primary) solid 2px;
}

#contact_tab1 #cr03d_photo_label {
  display: none;
}

fieldset[aria-label="Personal Detail"] table td .control {
  position: relative
}

fieldset[aria-label="Personal Detail"] table .buttonfordeleteimage {
  font-size: 0 !important;
  position: absolute;
  right: -10px;
  top: 50%;
  background: var(--btn-primary);
  color: #fff;
  width: 24px;
  height: 24px !important;
  display: inline-block;
  padding: 0 4px !important;
  border-radius: 100%;
}

fieldset[aria-label="Personal Detail"] table .buttonfordeleteimage .iconforimage {
  font-size: 14px
}

fieldset[aria-label="Personal Detail"] table .buttonfordeleteimage .iconforimage.fa-trash:before {
  content: '\e3c9';
  font-family: 'Material Icons';
}

#contact_tab1 .control.custom_style_switch_basic {
  margin: 0 10px 0 auto;
  border-radius: 4px;
}

#contact_tab1 .section-title h3 {
  padding: 0 0 20px 0;
  margin: 0 15px 20px;
  font-weight: 600;
  border-bottom: solid 1px var(--bg-light-gray-400);
}

.section-title h3 {
  font-size: 14px;
  font-weight: 500;
}

input[type="email"].form-control {
  text-decoration: none !important;
}

div.alert-success.message {
  background: #099885;
  border: #099885;
  border-radius: 0;
  color: #fff;
  position: fixed;
  right: 18px;
  bottom: 10px;
  z-index: 99999;
  padding: 20px 40px 20px 20px !important;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .15);
}

div.alert-success.message input[type="submit"] {
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 10px;
  text-shadow: none;
  opacity: 1;
  background: rgba(255, 255, 255, .15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}

div.alert-success.message #MessageLabel {
  text-shadow: none;
  color: #fff !important;
  font-weight: 500;
  font-size: 0;
  outline: none;
  box-shadow: none;
  padding-left: 50px;
}

div.alert-success.message #MessageLabel::after {
  content: 'Update Successfully';
  font-size: 15px;
}

div.alert-success.message #MessageLabel::before {
  content: '\e876';
  background: rgba(255, 255, 255, .15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  width: 60px;
  display: inline-flex;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'Material Symbols Outlined';
  color: #fff;
  font-size: 24px;
}

.personal_tab_content .form-control::-webkit-input-placeholder {
  color: #bbb !important;
}

.personal_tab_content .form-control::-moz-placeholder {
  color: #bbb !important;
}

.personal_tab_content .form-control:-ms-input-placeholder {
  color: #bbb !important;
}

.personal_tab_content .form-control:-moz-placeholder {
  color: #bbb !important;
}

.custom_style_switch_basic .switch_shadow_box {
  width: calc(50% - 30px);
  margin: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  padding: 15px;
}

.custom_style_switch_basic td.cell.zero-cell {
  display: none !important;
}

.check_box_radio input[type='radio'] {
  cursor: pointer;
  margin: 0 10px 0 0;
  border: none;
  -maz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM10 18C5.6 18 2 14.4 2 10C2 5.6 5.6 2 10 2C14.4 2 18 5.6 18 10C18 14.4 14.4 18 10 18Z' fill='black' fill-opacity='0.54'/%3E%3C/svg%3E") no-repeat center / 100% auto;
  width: 20px;
  height: 20px;
}

.check_box_radio {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px
}

.check_box_radio label {
  margin: 0 20px 0 0
}

.check_box_radio input[type='radio'] {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.54' fill-rule='evenodd' clip-rule='evenodd' d='M16 2V16H2V2H16ZM16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center / 100% auto;
}

.check_box_radio input[type='radio']:checked {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM7 14L2 9.19231L3.4 7.84615L7 11.3077L14.6 4L16 5.34615L7 14Z' fill='%23DA291C'/%3E%3C/svg%3E%0A") no-repeat center / 100% auto;
}

.check_box_radio input[type='radio']:focus,
.check_box_radio input[type='radio']:checked:focus {
  outline: none;
  box-shadow: none;
}

.simple_accordion .panel .panel-heading {
  padding: 0
}

.simple_accordion .panel-heading .panel-title a {
  background: #f1f1f1;
  padding: 10px;
  width: 100%;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--default-font);
  cursor: pointer;
  border-radius: 4px;
}

.simple_accordion .panel-heading .panel-title a:hover,
.simple_accordion .panel-heading .panel-title a:focus {
  color: var(--btn-primary);
}

.simple_accordion .panel-heading .panel-title a[aria-expanded="true"] {
  color: #000
}

.simple_accordion .panel-heading .panel-title a::before {
  display: none;
}

.simple_accordion .panel-heading .panel-title a::after {
  content: '\e5c7';
  font-family: 'Material Icons';
  position: absolute;
  right: 10px;
  color: #000;
  font-size: 18px;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
}

.simple_accordion .panel-heading .panel-title a.collapsed::after {
  content: '\e5c5';
  font-family: 'Material Icons';
}

.simple_accordion .panel .panel-collapse table {
  margin: 10px auto 20px;
}

.simple_accordion .panel .panel-collapse table tr th,
.simple_accordion .panel .panel-collapse table tr td {
  font-size: 12px;
}

/* .simple_accordion .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{border: solid 1px #eee !important;} */
.simple_accordion .panel-default {
  border: solid 1px #eee !important;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.simple_accordion .panel-default .panel-body .panel .panel-collapse {
  padding: 15px;
  overflow: auto;
}

span.edit_circle_icon {
  position: absolute;
  z-index: 11;
  right: 20px;
  top: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: var(--btn-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 4px 20px rgba(0, 0, 0, .15);
  background: #fff;
  transition: all 0.3s ease-in-out;
}

span.edit_circle_icon:hover,
span.edit_circle_icon:focus {
  background: var(--btn-primary);
  color: var(--bg-white);
  outline: none;
  box-shadow: none;
}

.input-group.date_range_picker {
  display: inline-flex;
  align-items: center;
  margin: 5px 10px;
}

.input-group.date_range_picker .input-group-prepend {
  background: #e9ecef;
  border: 1px solid #ced4da;
  width: 40px;
  height: 35px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

.input-group.date_range_picker .input-group-prepend span {
  font-size: inherit;
  font-weight: inherit;
}

.input-group.date_range_picker .form-control {
  border: 1px solid #ced4da;
  font-size: 14px;
  padding: 10px 5px;
}

#noChild .modal-body {
  text-align: center;
}

#noChild .modal-body img {
  width: 200px;
}

#noChild .modal-dialog {
  width: 400px;
  max-width: 100%;
}

#noChild .modal-content {
  background: (--bg-light-gray-300)
}

#health_sec_tab.nav-tabs>li {
  width: 100%;
}

#student_community_sec .nav-tabs {
  box-shadow: none;
  border-radius: 0;
  margin-left: 15px;
  width: calc(100% - 30px);
}

#student_community_sec .nav-tabs li a {
  min-width: 100px;
  text-align: center;
  border: none;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 500;
}

#student_community_sec .x_table_filter_class {
  margin-bottom: -40px;
}

.community_header {
  margin-bottom: -30px;
  display: flex;
  flex-wrap: wrap;
}

#student_community_sec #addCommunity_Btn {
  margin-right: 0;
  margin-left: 10px;
}

.tab_right_daterangepicker {
  display: inline-flex;
  position: absolute;
  top: 25px;
  right: 15px;
}

.fc-dayGridMonth-view.fc-daygrid {
  overflow: auto;
}

.fc-dayGridMonth-view.fc-daygrid table.fc-scrollgrid {
  min-width: 600px;
}

@media (max-width:1199px) {
  .nav-tabs>li>a {
    font-size: 16px;
  }
}

@media (max-width:1028px) {
  .nav-tabs>li>a {
    font-size: 16px;
  }
}

/*@media (max-width:991px) {
#health_sec_tab.nav-tabs>li:first-child>a, #health_sec_tab.nav-tabs>li.active>a{border-radius: 10px; display: inline-flex;}
#health_sec_tab.nav-tabs>li{display: flex; align-items: stretch;}
#health_sec_tab.nav-tabs>li a{width: 100%; align-items: center;}
#health_sec_tab.nav.x_nav_tabs_left{border-radius: 10px;}
}*/
/* ---------------------------------------------------
  Media Max 991
----------------------------------------------------- */
@media (max-width:991.99px) {

  #health_sec_tab.nav-tabs>li:first-child>a,
  #health_sec_tab.nav-tabs>li.active>a {
    border-radius: 10px;
    display: inline-flex;
  }

  #health_sec_tab.nav-tabs>li {
    display: flex;
    align-items: stretch;
  }

  #health_sec_tab.nav-tabs>li a {
    width: 100%;
    align-items: center;
    display: flex;
  }

  #health_sec_tab.nav.x_nav_tabs_left {
    border-radius: 10px;
  }

  .sidebar .navbar-collapse nav .x_navbar_links {
    padding-left: 9px;
  }

  .nav.x_nav_tabs_left {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
  }

  .nav-tabs>li:last-child>a,
  .nav-tabs>li a {
    border-radius: 0;
  }

  .x_nav_tabs_left li a {
    padding: 16px;
  }

  .nav-tabs>li:first-child>a,
  .nav-tabs>li.active>a {
    border-radius: 16px;
  }

  .nav-tabs>li>a {
    font-size: 16px;
    text-align: center;
    border-bottom: none;
  }

  .tab-content .tab_inside_header .btn {
    min-width: auto;
  }

  .x_attendance_calendar>.tab-content>.tab-pane>.nav-tabs>li>a {
    line-height: 28px;
    font-size: 15px;
    padding: 10px 20px;
  }

  .tab_right_daterangepicker {
    top: 18px;
  }

  .tab_right_daterangepicker .input-group.date_range_picker .form-control {
    font-size: 12px;
  }
}

@media (max-width:800px) {
  .nav-tabs#health_sec_tab>li>a {
    font-size: 14px;
    padding: 10px;
  }
}

/* ---------------------------------------------------
  Media Max 768
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebarMenu {
    margin-left: -255px;
  }

  #sidebarMenu.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: block;
  }

  .x_header_dropdown {
    margin-left: 0px;
  }

  .page-copy {
    width: calc(100% - 0px);
  }

  #MobileNavhide {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 80px;
    display: none;
    z-index: 999;
  }

  .x_attendance_monthly .btn {
    padding: 8px 7px;
  }

  .x_attendance_cln_heading .material-icons,
  .x_attendance_cln_heading .material-symbols-outlined {
    font-size: 14px !important;
  }

  #health_sec_tab.nav-tabs>li {
    width: 100%;
  }

  #health_sec_tab.nav-tabs>li>a {
    justify-content: center;
    border-radius: 10px;
  }
}

@media(min-width:768px) {
  .mobile_tab_menu {
    display: none;
  }
}

/* ---------------------------------------------------
Media Max 767px
----------------------------------------------------- */

@media(max-width:767px) {
  .modal-dialog {
    max-width: calc(100% - 20px);
  }

  .x_choose_portal_main .x_choose_two_box {
    flex-direction: column;
    height: 100%;
    border-radius: 0px;
    padding: 30px;
  }

  .x_header_search_profilebar .x_input_baar {
    display: none;
  }

  .x_header_dropdown ul {
    min-width: auto;
    max-width: 150px;
    white-space: nowrap;
    padding-left: 0;
    font-size: 12px;
    top: 5px;
    width: 150px;
  }

  .x_header_dropdown ul li {
    min-height: auto;
  }

  .navbar-right {
    margin-right: 0;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .x_header_dropdown ul li span {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90px;
    margin-left: 10px;
    white-space: nowrap;
  }

  .x_header_dropdown ul li {
    padding: 4px 9px;
  }

  .x_header_dropdown ul li.init {
    padding: 9px;
  }

  .x_header_dropdown ul li.init img {
    display: none;
  }

  .x_header_dropdown ul::after {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95px;
    height: 1.2em;
    white-space: nowrap;
    display: inline-block;
    margin-left: 10px;
  }

  .x_header_dropdown ul li img {
    margin-right: 0;
  }

  .card .card-heading h4 {
    font-size: 16px;
  }

  .x_care_wellbeing .card .card-body .x_care_desc_action p {
    flex: 0 0 100%;
  }

  .x_header_dropdown #sidebarCollapse {
    display: block;
  }

  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .nav-tabs>li:last-child>a,
  .nav-tabs>li a {
    border-radius: 0;
  }

  .x_nav_tabs_left li a {
    padding: 16px;
  }

  .nav-tabs>li:first-child>a,
  .nav-tabs>li.active>a {
    border-radius: 16px;
  }

  .nav-tabs>li>a {
    font-size: 16px;
    text-align: center;
    border-bottom: none;
  }

  .tab-content .tab_inside_header .btn {
    min-width: auto;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }

  .fc .fc-button-group .fc-button {
    font-size: 10px !important;
  }

  .fc .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 14px;
  }

  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(2),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(3),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(4),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(5) {
    width: 50%;
  }

  .form-control,
  input.form-control {
    font-size: 14px;
  }

  .crmEntityFormView .cell {
    margin-bottom: 0;
  }

  #contact_tab1 .section-title h3 {
    padding-bottom: 15px;
  }

  .dataTables_wrapper .dataTables_filter label input {
    font-size: 14px;
    background-size: 16px;
  }

  #student_community_sec .nav-tabs li a {
    min-width: 90px;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
    line-height: 1.2em;
  }
}

@media screen and (min-width: 601px) {
  #health_sec_tab {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }

  #contact_tab1 .image-inline img.image-render {
    width: 100px;
    height: auto;
  }

  fieldset[aria-label="Personal Detail"] table .buttonfordeleteimage {
    right: initial;
    top: 60%;
  }

  .mobile_tab_menu {
    margin-bottom: 5px;
  }

  .mobile_tab_menu .mob-tab {
    display: flex;
    background: var(--btn-primary);
    color: #fff;
    margin: -15px 0;
    padding: 15px 25px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: var(--default-font);
    letter-spacing: .5px;
  }

  #tab-contact.tab-content:not(.personal_tab_content) .mobile_tab_menu .mob-tab {
    margin-left: -25px;
    margin-right: -25px;
  }

  .mobile_tab_menu .mob-tab:not(#personal_detail_nav_mnu) {
    margin-top: 0;
  }

  .mobile_tab_menu .tab-active:not(#personal_detail_nav_mnu) {
    margin-bottom: 25px;
  }

  #tab-contact.tab-content .check_box_radio label {
    margin-right: 15px;
  }

  #contact_tab1 fieldset table[data-name="contact_section"] tbody tr td.picklist-cell {
    width: 100%;
  }

  #contact_tab1 fieldset table[data-name="contact_section"] tbody tr #preferredcontactmethodcode {
    width: 220px;
    max-width: 100%;
  }

  #health_sec_tab {
    display: none;
    position: absolute;
    z-index: 12;
    width: calc(100% - 30px);
  }

  .health_tab_mobile_btn {
    display: inline-flex !important;
    width: 100%;
    background: var(--primary);
    position: relative;
    color: var(--text-white);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
  }

  .health_tab_mobile_btn::after {
    content: '';
    position: absolute;
    transform: rotate(0deg);
    right: 8px;
    top: 11px;
    width: 25px;
    height: 20px;
    background-image: url(/dropdown-down.svg);
    background-position: center;
    background-size: 100% auto;
  }

  .health_tab_mobile_btn.angle-down::after {
    transform: rotate(180deg);
  }

  .x_attendance_calendar>.tab-content {
    padding-top: 0;
  }

  .x_attendance_calendar>.tab-content .tab-pane .card {
    padding: 15px;
    border-radius: 10px;
  }

  .x_attendance_calendar>.tab-content>.tab-pane>.nav-tabs>li>a {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px 10px 0 0;
  }

  .tab_right_daterangepicker {
    top: -2px;
  }

  #student_community_sec .card-body {
    padding-top: 40px;
  }
}

/* ---------------------------------------------------
  Media Max 500
----------------------------------------------------- */

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }

  .view_detail_calendar_modal .modal-dialog {
    width: calc(100% - 20px);
  }

  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(2),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(3),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(4),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(5),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:not(:nth-child(1)) {
    width: 100%;
  }

  #contact_tab1 fieldset table[data-name="religionsection"]:not(.table-condensed) tbody tr td,
  #contact_tab1 fieldset table[data-name="company_section"]:not(.table-condensed) tbody tr td,
  #contact_tab1 fieldset table[data-name="contact_section"]:not(.table-condensed) tbody>tr>td:not(.day) {
    width: 100%;
  }

  .nav-tabs>li:first-child>a,
  .nav-tabs>li.active>a {
    border-radius: 10px;
  }

  .x_nav_tabs_left li a {
    padding: 10px;
  }
}

/* ---------------------------------------------------
  Media Min 1200
----------------------------------------------------- */
/* @media (min-width: 1200px) {
.x_announcement_list p { max-width: 90%; }
} */

@media screen and (max-width: 479px) {

  #contact_tab1 fieldset table[data-name="religionsection"] tbody tr td,
  #contact_tab1 fieldset table[data-name="company_section"] tbody tr td,
  #contact_tab1 fieldset table[data-name="contact_section"] tbody tr td {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(2),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(3),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(4),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(5),
  #contact_tab1 fieldset table[data-name="general_section_4"] tbody tr:nth-child(6) {
    width: 100%;
  }

  .nav-tabs>li>a {
    font-size: 14px;
  }

  .nav.x_nav_tabs_left#tab-contact-menu {
    box-shadow: none;
  }

  .x_nav_tabs_left#tab-contact-menu li a {
    padding: 15px 10px;
  }

  #contact_tab1 fieldset:nth-child(1) table tbody tr td:first-child {
    padding-right: 15px;
  }

  #tab-contact:not(.personal_tab_content) {
    padding-left: 15px;
    padding-right: 15px;
  }

  #tab-contact:not(.personal_tab_content) .tab_inside_header {
    margin-left: -15px;
    margin-right: -15px;
  }

  .nav.x_nav_tabs_left#tab-contact-menu {
    border-radius: 10px;
  }

  .nav-tabs#tab-contact-menu>li:first-child>a,
  .nav-tabs#tab-contact-menu>li.active>a {
    border-radius: 10px;
  }

  #contact_tab1 .custom_style_switch h6,
  #contact_tab3 .custom_style_switch h6 {
    font-size: 14px;
  }

  .tab-content .tab_inside_header .tab_inside_title {
    font-size: 14px;
  }

  .x_attendance_cln_heading {
    margin-bottom: 15px;
  }

  .x_attendance_cln_heading h4 {
    margin: 0;
  }

  #contact_court_order_date {
    min-width: 100%;
    text-align: left !important;
  }

  .tab-content .tab_inside_header {
    margin: -15px -15px 25px -15px;
  }

  .tab-content {
    padding: 15px;
  }

  #medicationBtn_toggle,
  #addMedication_btn {
    font-size: 12px;
    padding: 6px 10px;
  }

  span.edit_circle_icon {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #calendar_tab .card {
    overflow: auto;
  }

  #calendar_tab #calendar {
    min-width: 600px;
  }

  .loader_logo img {
    width: 50px;
  }

  .tab_right_daterangepicker {
    top: -48px;
    left: 10px;
    right: initial;
  }

  #student_community_sec.card #addCommunity_modal {
    padding: 5px 10px;
    font-size: 12px;
  }

  #student_community_sec #datetimepicker3,
  #student_community_sec #datetimepicker4 {
    width: 130px;
  }

  #student_community_sec #datetimepicker3 #Date_fillter,
  #student_community_sec #datetimepicker4 #Date_fillter {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .tab_right_daterangepicker .input-group.date_range_picker .form-control {
    font-size: 12px;
  }
}

#privateModeText{
  display: none !important;
}

a.link_redirect {
  color: rgb(48, 44, 225);
}
