:root {
  --Primary: #1f54d0;
  --PrimaryHover: #0d3caa;
  --primaryLight: rgba(111, 130, 143, 0.5);
  --primaryLightHover: #6f828f;
  --Secondary: #000000;
  --SecondaryHover: #333;
  --Dark: #171c2d;
  --Grey: #6f6f6f;
  --White: #fff;
  --boxShadow: rgba(143, 149, 178, 0.15);
  /* Radius */
  --radius-8: 8px;
  /* Font-size */
  --font-size-9: 9px;
  --font-size-10: 10px;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-40: 40px;
  /* FontWeight */
  --font-weight-100: 100;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-600: 600;
  --font-weight-700: bold;
  --font-weight-900: 900;
  /* Input Color */
  --InputTextColor: #6f6f6f;
  --InputBDR: rgba(0, 0, 0, 0.1);
  --InputHover: #6f828f;
  --ErrorColor: rgba(239, 113, 113, 0.5);
  --ErrorColorHover: rgba(239, 113, 113, 1);
  --Successful: #3eb374;
  --UnSuccessful: #ee7676;
  --bdrRadius: 8px;
}

/* Common css Start */

/* Start font family */

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-BoldItalic.eot");
  src: url("../fonts/Nunito-BoldItalic.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-BoldItalic.woff2") format("woff2"),
    url("../fonts/Nunito-BoldItalic.woff") format("woff");
  /* url("../fonts/Nunito-BoldItalic.ttf") format("truetype"),
    url("../fonts/Nunito-BoldItalic.svg#Nunito-BoldItalic") format("svg"); */
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-Black.eot");
  src: url("../fonts/Nunito-Black.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-Black.woff2") format("woff2"),
    url("../fonts/Nunito-Black.woff") format("woff");
  /* url("../fonts/Nunito-Black.ttf") format("truetype"),
    url("../fonts/Nunito-Black.svg#Nunito-Black") format("svg"); */
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /*  url("../fonts/Nunito-ExtraLightItalic.eot");
  src: url("../fonts/Nunito-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Nunito-ExtraLightItalic.woff") format("woff");
  /* url("../fonts/Nunito-ExtraLightItalic.ttf") format("truetype"),
    url("../fonts/Nunito-ExtraLightItalic.svg#Nunito-ExtraLightItalic") format("svg"); */
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-ExtraBoldItalic.eot");
  src: url("../fonts/Nunito-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Nunito-ExtraBoldItalic.woff") format("woff");
  /* url("../fonts/Nunito-ExtraBoldItalic.ttf") format("truetype"),
    url("../fonts/Nunito-ExtraBoldItalic.svg#Nunito-ExtraBoldItalic") format("svg"); */
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-BlackItalic.eot");
  src: url("../fonts/Nunito-BlackItalic.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-BlackItalic.woff2") format("woff2"),
    url("../fonts/Nunito-BlackItalic.woff") format("woff");
  /* url("../fonts/Nunito-BlackItalic.ttf") format("truetype"),
    url("../fonts/Nunito-BlackItalic.svg#Nunito-BlackItalic") format("svg"); */
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-ExtraBold.eot");
  src: url("../fonts/Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"),
    url("../fonts/Nunito-ExtraBold.woff") format("woff");
  /* url("../fonts/Nunito-ExtraBold.ttf") format("truetype"),
    url("../fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold") format("svg"); */
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-ExtraLight.eot");
  src: url("../fonts/Nunito-ExtraLight.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-ExtraLight.woff2") format("woff2"),
    url("../fonts/Nunito-ExtraLight.woff") format("woff");
  /* url("../fonts/Nunito-ExtraLight.ttf") format("truetype"),
    url("../fonts/Nunito-ExtraLight.svg#Nunito-ExtraLight") format("svg"); */
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-Bold.eot");
  src: url("../fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"),
    url("../fonts/Nunito-Bold.woff") format("woff");
  /* url("../fonts/Nunito-Bold.ttf") format("truetype"),
    url("../fonts/Nunito-Bold.svg#Nunito-Bold") format("svg"); */
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-Italic.eot");
  src: url("../fonts/Nunito-Italic.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-Italic.woff2") format("woff2"),
    url("../fonts/Nunito-Italic.woff") format("woff");
  /* url("../fonts/Nunito-Italic.ttf") format("truetype"),
    url("../fonts/Nunito-Italic.svg#Nunito-Italic") format("svg"); */
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-Regular.eot");
  src: url("../fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"),
    url("../fonts/Nunito-Regular.woff") format("woff");
  /* url("../fonts/Nunito-Regular.ttf") format("truetype"),
    url("../fonts/Nunito-Regular.svg#Nunito-Regular") format("svg"); */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-Medium.eot");
  src: url("../fonts/Nunito-Medium.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-Medium.woff2") format("woff2"),
    url("../fonts/Nunito-Medium.woff") format("woff");
  /* url("../fonts/Nunito-Medium.ttf") format("truetype"),
    url("../fonts/Nunito-Medium.svg#Nunito-Medium") format("svg"); */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-MediumItalic.eot");
  src: url("../fonts/Nunito-MediumItalic.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-MediumItalic.woff2") format("woff2"),
    url("../fonts/Nunito-MediumItalic.woff") format("woff");
  /* url("../fonts/Nunito-MediumItalic.ttf") format("truetype"),
    url("../fonts/Nunito-MediumItalic.svg#Nunito-MediumItalic") format("svg"); */
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-SemiBold.eot");
  src: url("../fonts/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"),
    url("../fonts/Nunito-SemiBold.woff") format("woff");
  /* url("../fonts/Nunito-SemiBold.ttf") format("truetype"),
    url("../fonts/Nunito-SemiBold.svg#Nunito-SemiBold") format("svg"); */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-SemiBoldItalic.eot");
  src: url("../fonts/Nunito-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Nunito-SemiBoldItalic.woff") format("woff");
  /* url("../fonts/Nunito-SemiBoldItalic.ttf") format("truetype"),
    url("../fonts/Nunito-SemiBoldItalic.svg#Nunito-SemiBoldItalic") format("svg"); */
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-Light.eot");
  src: url("../fonts/Nunito-Light.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-Light.woff2") format("woff2"),
    url("../fonts/Nunito-Light.woff") format("woff");
  /* url("../fonts/Nunito-Light.ttf") format("truetype"),
    url("../fonts/Nunito-Light.svg#Nunito-Light") format("svg"); */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  /* src: url("../fonts/Nunito-LightItalic.eot");
  src: url("../fonts/Nunito-LightItalic.eot?#iefix") format("embedded-opentype"), */
  src: url("../fonts/Nunito-LightItalic.woff2") format("woff2"),
    url("../fonts/Nunito-LightItalic.woff") format("woff");
  /* url("../fonts/Nunito-LightItalic.ttf") format("truetype"),
    url("../fonts/Nunito-LightItalic.svg#Nunito-LightItalic") format("svg"); */
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* End font family */

body {
  min-height: 100vh;
  background-color: #f2f2f2;
  font-family: "Nunito";
  font-weight: 400;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
* {
  font-family: "Nunito";
}

a:hover {
  color: var(--Primary);
}

.dropdown-menu {
  border-radius: 8px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1184px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #171c2d;
}

/* Common css End */

label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: var(--font-size-13);
  color: var(--Black);
  font-weight: var(--font-weight-700);
}

select:focus-visible {
  outline-offset: 0;
}

select:focus-visible {
  outline: 0;
}

/* Common Buttons Start */

.btn {
  font-weight: 700;
  font-size: 14px;
  padding: 8px 15px 6px;
  border-radius: 8px;
  line-height: 18px;
}

.btn-primary {
  background: var(--Primary);
  border-color: var(--Primary);
}

.btn-primary:hover {
  background: var(--PrimaryHover);
  border-color: var(--PrimaryHover);
}

.btn-primary:active:focus,
.btn-primary:focus {
  background: var(--PrimaryHover);
  border-color: var(--PrimaryHover);
  box-shadow: none;
}

.btn-success {
  background: #2bcc92;
  border-color: #2bcc92;
}

.btn-success:hover {
  background: #1ba774;
  border-color: #1ba774;
}

.btn-success:active:focus,
.btn-success:focus {
  background: #1ba774;
  border-color: #1ba774;
  box-shadow: none;
}

.btn-outline-secondary {
  color: #000000;
  border-color: #d0dbec;
  background: #fff;
}

.btn-outline-secondary img {
  vertical-align: text-top;
  display: inline-block;
  margin-right: 5px;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active {
  background: #fff;
  color: #000000;
}

.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: none;
}

.btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.btn-sm {
  font-size: var(--font-size-13);
  padding: 10px 10px 9px;
  line-height: 1;
}

/* Common Buttons End */

/* Form Start */

.form-label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.form-control {
  border: 1px solid #d0dbec;
  border-radius: 8px;
}

.form-control:hover,
.form-control:focus {
  box-shadow: none;
}

.datepicker .form-control:disabled,
.datepicker .form-control[readonly],
.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f8f9;
  pointer-events: none;
}

.txtreadonly[readonly] {
    pointer-events: initial;
}


textarea.form-control {
  height: auto;
  min-height: 120px;
}

.bootstrap-select .btn {
  background-color: #fff;
  border: 1px solid #d0dbec;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px 7px;
  line-height: 17px;
}

.bootstrap-select .dropdown-menu li a {
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-700);
  line-height: 19px;
}

.bootstrap-select .dropdown-menu li .dropdown-item.active,
.bootstrap-select .dropdown-menu li .dropdown-item:active {
  background-color: #1f54d0;
}

.bootstrap-select .btn-check:active + .btn-light,
.bootstrap-select .btn-check:checked + .btn-light,
.bootstrap-select .btn-light.active,
.bootstrap-select .btn-light:active,
.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #d0dbec;
}

.bootstrap-select > .dropdown-toggle:after {
  color: #93a3b7;
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-color: #fff;
  /* border: 1px solid #d0dbec; */
}

/* Form End */

/* Datatable Start */

table {
  border-spacing: 0;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
  /* position: initial !important; */
}

table.dataTable {
  background: #fff;
}

table.dataTable td {
  background: #fff;
}

.table-bordered td,
.table-bordered th {
  border: 0;
}

table.dataTable th {
  padding: 4px 10px;
  white-space: nowrap;
  height: 32px;
}

table.dataTable .checkbox__wrap {
  width: 18px;
  margin: 0 auto;
}

table.dataTable thead th {
  background-color: #e9f0f6;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-700);
  text-transform: uppercase;
  vertical-align: middle;
}

table.dataTable thead th:first-child {
  border-left: 0px;
  border-radius: 8px 0 0 0;
}

table.dataTable thead th:last-child {
  border-radius: 0 8px 0 0;
}

table.dataTable tbody td:first-child,
table.dataTable thead th:first-child {
  border-left: 1px solid #d0dbec;
}

table.dataTable thead th {
  border-top: 1px solid #d0dbec;
}

table.dataTable tbody td,
table.dataTable thead th {
  border-left: 1px dashed #d0dbec;
}

table.dataTable tbody td:last-child,
table.dataTable thead th:last-child {
  border-right: 1px solid #d0dbec;
}

table.dataTable tbody td {
  border-bottom: 1px dashed #d0dbec;
}

table.dataTable tbody tr:last-child td {
  border-bottom: 1px solid #d0dbec;
}

.dataTables_scrollBody > table.dataTable {
  border-top: 1px solid #d0dbec;
}

table.dataTable tbody td {
  padding: 5px;
  font-size: var(--font-size-14);
  color: #000;
  line-height: 14px;
  font-weight: var(--font-weight-600);
  vertical-align: middle;
}

table.dataTable tbody td strong[data-toggle="modal"] {
  font-weight: 700;
  cursor: pointer;
}

table.dataTable tbody td strong[data-toggle="modal"]:hover {
  color: var(--Primary);
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}

table.dataTable thead th.no-sort {
  padding-right: 5px !important;
}

table.dataTable thead th:first-child.no-sort {
  padding-right: 5px !important;
}

table.dataTable thead th.no-sort:before,
table.dataTable thead th.no-sort:after {
  display: none !important;
}

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 {
  font-size: 18px;
}

table.dataTable .form-control {
  height: 30px;
  font-size: 12px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

table.dataTable tbody tr {
  background-color: transparent;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}

.DTFC_RightWrapper .table.DTFC_Cloned {
  table-layout: fixed !important;
}

.DTFC_RightBodyLiner {
  background: #f3f3f3;
  overflow: hidden !important;
  width: 100% !important;
}

.DTFC_LeftBodyLiner {
  overflow: hidden !important;
  width: 100% !important;
}

.DTFC_RightWrapper .DTFC_RightHeadWrapper {
  box-shadow: -7px 0 7px -2px rgba(0, 0, 0, 0.1);
}

.DTFC_RightWrapper .DTFC_RightBodyWrapper {
  box-shadow: -6px 0 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.DTFC_LeftWrapper .DTFC_RightFootWrapper {
  box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
}

.DTFC_LeftWrapper .DTFC_LeftHeadWrapper {
  box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
}

.DTFC_LeftWrapper .DTFC_LeftBodyWrapper {
  box-shadow: 6px 0 6px 0px rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  z-index: 1;
}

.DTFC_LeftWrapper .DTFC_LeftFootWrapper {
  box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper .DTFC_RightWrapper .DTFC_RightHeadWrapper table.table th,
.dataTables_wrapper .DTFC_RightBodyWrapper .DTFC_RightBodyLiner table.table td {
  border-radius: 0;
  border-left: 0;
}

.dataTables_wrapper
  .DTFC_RightWrapper
  .DTFC_RightHeadWrapper
  table.table
  th:last-child {
  border-radius: 0 8px 0 0;
}

.dataTables_wrapper
  .DTFC_RightBodyWrapper
  .DTFC_RightBodyLiner
  table.table
  tr:last-child
  td:last-child {
  border-radius: 0 0 8px 0;
}

.DTFC_RightBodyWrapper .DTFC_RightBodyLiner > table.dataTable {
  border-top: 1px solid #d0dbec;
}

.tw-fixed {
  min-width: 75px !important;
  width: 75px !important;
  text-align: center;
}

.dataTable .checkbox-fade {
  margin-right: 0px;
  display: block;
  height: 20px;
}

.dataTable .checkbox-fade .cr {
  margin: 0;
  float: none;
}

.dataTable .checkbox-fade label span {
  display: block;
}

.table-inner {
  padding: 30px;
  background: #ffffff;
}

.dataTables_wrapper table.dataTable {
  color: #272727;
}

table.dataTable.no-footer {
  border-bottom: 0px;
}

.dataTables_wrapper table.dataTable thead th {
  padding: 5px 25px 5px 5px;
  border-bottom: 1px dashed #d0dbec;
  height: 40px;
}

.dataTables_wrapper table.dataTable thead .sorting:after,
.dataTables_wrapper table.dataTable thead .sorting:before {
  display: none;
}

.dataTables_wrapper table.dataTable thead .sorting {
  background-image: url("../images/sort_both.svg") !important;
  background-position: center right 5px;
  background-repeat: no-repeat;
}

.dataTables_wrapper table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.svg") !important;
  background-position: center right 5px;
}

.dataTables_wrapper table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.svg") !important;
  background-position: center right 5px;
}

.dataTables_wrapper table.dataTable thead th.no-sort {
  padding-right: 10px;
  background-image: none !important;
}

.dataTables_wrapper table.dataTable tbody th {
  white-space: nowrap;
}

.dataTables_wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0;
  flex-wrap: wrap;
}

.dataTables_wrapper .dataTables_length label {
  margin-bottom: 0;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-600);
  display: flex;
  align-items: center;
}

.dataTables_wrapper .dataTables_info {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-600);
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate {
  padding: 0;
  margin: 0;
  display: flex;
}

.dataTables_wrapper .bottom .dataTables_paginate .paginate_button {
  border-radius: 8px;
  margin: 0;
  padding: 0.25rem 0.15rem;
  min-width: 34px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-600);
  height: 34px;
  line-height: 25px;
  margin: 0px 2px;
}

.dataTables_wrapper table.dataTable tfoot th {
  border-top: 0px;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
}

.dataTables_wrapper table.dataTable tfoot td {
  border-top: 0px;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
}

.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  border-radius: 0 0 8px 8px;
}

.dataTables_wrapper
  .dataTables_scroll
  .dataTables_scrollBody
  tr:last-child
  td:first-child {
  border-radius: 0 0 0 8px;
}

.dataTables_wrapper
  .dataTables_scroll
  .dataTables_scrollBody
  tr:last-child
  td:last-child {
  border-radius: 0 0 8px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #ffffff !important;
  background: var(--Primary);
  border-color: var(--Primary);
  pointer-events: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  background: var(--Primary);
  border-color: var(--Primary);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0px;
  margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #ffffff !important;
  background: var(--Primary);
  border-color: var(--Primary);
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #dcdce9;
  height: 40px;
  border-radius: 4px;
}

.dataTables_wrapper .dataTables_length label select {
  border: 1px solid #dcdce9;
  height: 34px;
  border-radius: 8px;
  font-size: var(--font-size-13);
  margin: 0 3px;
  width: auto;
}

.table-bordered {
  border: 0;
}

.dataTables_scrollBody {
  position: relative;
}

.dataTables_wrapper table.dataTable thead th:first-child {
  border-radius: 8px 0 0 0;
}

.dataTables_wrapper table.dataTable thead th:last-child {
  border-radius: 0 8px 0 0;
}

.checkall {
  width: 45px !important;
  min-width: 45px !important;
}
.font13 {
  font-size: var(--font-size-13);
}

.add-st-btn {
  position: absolute;
  right: 15px;
  z-index: 999;
}

.service-width {
  width: 180px !important;
  min-width: 180px !important;
}

.width-60 {
  width: 60px !important;
  min-width: 60px !important;
}

.width-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.action-btn2 {
  width: 86px !important;
  min-width: 86px !important;
}

.action-btn3,
.width-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.action-btn4,
.width-154 {
  width: 154px !important;
  min-width: 154px !important;
}

.action-btn5 {
  width: 187px !important;
  min-width: 187px !important;
}

.action-btn6,
.width-215 {
  width: 215px !important;
  min-width: 215px !important;
}

.action-btn7 {
  width: 255px !important;
  min-width: 255px !important;
}

.action-btn8 {
  width: 285px !important;
  min-width: 285px !important;
}

.custom-tag {
  margin: 0px;
}

.width-185 {
  width: 185px !important;
  min-width: 185px !important;
}

.width-190 {
  min-width: 190px !important;
  width: 190px !important;
}

.width-285 {
  width: 285px !important;
  min-width: 285px !important;
}

.width-400 {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px;
}

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 14px;
  overflow: hidden;
}

.ellipsis span {
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 14px;
  overflow: hidden;
  width: 100%;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

td.break__word {
  white-space: inherit !important;
}

.addhoc-width {
  width: 200px !important;
  min-width: 200px !important;
}

.width-100 {
  width: 105px !important;
  min-width: 105px !important;
  max-width: 105px !important;
}

.width-155 {
  width: 155px !important;
  min-width: 155px !important;
}

.width-325 {
  width: 325px !important;
  min-width: 325px !important;
}

.width-130 {
  width: 130px !important;
  min-width: 130px !important;
}
.width-50{
  width: 50px !important;
  min-width: 50px !important;
}
/* Datatable End */

/* Checkbox Start */

.checkbox__wrap {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  min-height: 18px;
  
}

.checkbox__wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #d0dbec;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.checkbox__wrap:hover input:not(:disabled) ~ .checkmark {
  background: var(--Primary);
  border-color: var(--Primary);
}

.checkbox__wrap input:checked ~ .checkmark {
  background: var(--Primary);
  border-color: var(--Primary);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox__wrap input:checked ~ .checkmark:after {
  display: block;
}

.checkbox__wrap .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check__text {
  display: inline-block;
  padding-left: 24px;
}

.checkbox__wrap.disabled {
  pointer-events: none;
}

.checkbox__wrap.disabled input:disabled ~ .checkmark,
.checkbox__wrap.disabled input:disabled:checked ~ .checkmark {
  border: 1px solid #d0dbec;
  opacity: 1;
  background: #d0dbec;
}

.checkbox__wrap input:disabled ~ .checkmark,
.checkbox__wrap input:disabled:checked ~ .checkmark {
  opacity: 0.5;
  cursor: inherit;
  background: #afafaf;
  border-color: #afafaf;
}

.checkbox__wrap input:disabled ~ .checkmark:after,
.checkbox__wrap input:disabled:checked ~ .checkmark:after {
  border-color: #000000;
}

.checkbox__wrap.disabled input:disabled ~ .checkmark,
.checkbox__wrap.disabled input:disabled:checked ~ .checkmark {
  border: 1px solid #d0dbec;
  opacity: 1;
  background: #d0dbec;
}

.DefaultChecked .checkmark:after {
  content: "";
  position: absolute;
  display: block;
}

.checkbox__wrap.DefaultChecked input + .checkmark {
  background: var(--Primary);
  border-color: var(--Primary);
}

.checkbox__wrap.DefaultChecked .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Checkbox End */

/* Radio Start */

.radio__wrap {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  min-height: 16px;
  cursor: pointer;
  line-height: 1;
}

.radio__wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #9e9e9e;
  border-radius: 20px;
}

.radio__wrap:hover input ~ .radiomark {
  background: #484848;
  border-color: #484848;
}

.radio__wrap input:checked ~ .radiomark {
  background: #484848;
  border-color: #484848;
  background: #484848;
  border-color: #484848;
}

.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio__wrap input:checked ~ .radiomark:after {
  display: block;
}

.radio__wrap .radiomark:after {
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 8px;
}

.radio__text {
  display: inline-block;
  padding-left: 26px;
  line-height: 1.4;
}

.radio__wrap input:disabled ~ .radiomark,
.radio__wrap input:disabled:checked ~ .radiomark {
  opacity: 0.5;
}

/* Radio End */

/* Pages Start */

.main__wrap {
  padding: 0 0 50px;
}

.mychildren__wrap {
  display: flex;
}

.student__detail {
  width: 100%;
  max-width: 250px;
  padding-top: 6px;
}

.sd__header {
  background: #ffe5eb;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 20px;
}

.sd__header h2 {
  margin: 0 0 10px;
  padding: 0;
  display: block;
  color: var(--Dark);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-700);
  line-height: 22px;
}

.CutOffText {
  margin: 0;
  font-size: var(--font-size-14);
  color: var(--Dark);
  line-height: 18px;
  font-weight: var(--font-weight-400);
}

.CutOffTime {
  color: #ff2e5d;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}

.CutOffTime img {
  margin-right: 5px;
}

.sd__drop {
  width: 100%;
  margin-bottom: 17px;
}

.sd__drop > .bootstrap-select.dropdown {
  box-shadow: 0px 4px rgb(0 0 0 / 16%);
  border-radius: 8px;
}

.sd__drop .bootstrap-select .btn .filter-option {
  padding: 4px 0 4px 40px;
  background: url("../images/sudent-icon.svg") no-repeat 0 3px;
  min-height: 35px;
  display: flex;
  align-items: center;
}

.sd__drop .bootstrap-select .btn .filter-option .filter-option-inner {
  line-height: 1;
}

.sd__drop .bootstrap-select .btn .filter-option .text-muted {
  display: block;
  color: #838f9f;
  font-size: 14px;
  font-weight: 700;
}

.sd__links {
  margin: 0 0 13px;
}

.sd__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd__links > button {
  display: none;
}

.sd__links .btn {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  padding: 14px 0;
  font-size: var(--font-size-13);
}

.btn .left-arrow {
  margin-right: 20px;
  margin-left: 16px;
}

.middle__wrap {
  width: 100%;
  max-width: 722px;
  padding: 0 36px;
}

.TodayArrangement {
  margin: 0 0 40px;
}

.TodayArrangement h2 {
  margin: 0 0 4px;
  color: var(--Dark);
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-700);
  line-height: 32px;
}

ul.ArrangementUL {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  flex-wrap: wrap;
  border: 1px solid #d0dbec;
  border-radius: var(--bdrRadius);
  display: flex;
}

ul.ArrangementUL li {
  padding: 0;
  width: 100%;
}

ul.ArrangementUL li h3 {
  margin: 0;
  padding: 0;
  display: block;
  color: var(--Dark);
  font-size: var(--font-size-16);
  line-height: 22px;
  font-weight: var(--font-weight-700);
}

ul.ArrangementUL li h4 {
  margin: 0;
  padding: 0;
  display: block;
  color: var(--Dark);
  font-size: var(--font-size-14);
  line-height: 19px;
  font-weight: var(--font-weight-700);
}

ul.ArrangementUL li span {
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: block;
}

ul.ArrangementUL li span img {
  max-width: 100%;
  vertical-align: top;
}

ul.ArrangementUL li .TodayPickUp span,
ul.ArrangementUL li .TodayDrop span {
  border: 1px solid #000;
}

ul.ArrangementUL li p {
  color: #d0dbec;
  font-size: var(--font-size-14);
  line-height: 18px;
  display: block;
  margin: 0;
}
ul.ArrangementUL li .RemarksDIV p {
  color: var(--Dark);
}
.ArrangementLI {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ArrangementPickUpDrop {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  position: relative;
  border-bottom: 1px dashed #d0dbec;
}

.ArrangementPickUpDrop:before {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #d0dbec;
  position: absolute;
  left: 200px;
  top: 0;
  content: "";
}

.ArrangementDIV {
  position: relative;
  padding: 0 0 0 50px;
  text-align: left;
  width: 180px;
}

.ArrangementDIV span {
  position: absolute;
  top: 0;
  left: 0;
}

.PickUpDrop {
  display: flex;
  width: calc(100% - 200px);
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
}

.PickUpDrop span {
  position: absolute;
  top: 0;
  left: 0;
}

.PickUpDrop > div {
  position: relative;
  padding: 0 10px 0 50px;
  width: 50%;
}

.PickUpDrop > div + div {
  padding-right: 0;
}

.RemarksDIV {
  padding: 20px;
}

ul.ArrangementUL li .RemarksDIV h4 {
  margin: 0 0 3px;
}
.DotBorderBottom {
  border-bottom: 1px dashed #d0dbec;
}
.RemarkText {
  display: flex;
  align-items: flex-start;
}
.RemarkText img {
  margin-right: 8px;
  padding-top: 3px;
}
.CCAText {
  list-style: disc;
  padding: 0 0px 0px 20px;
}
.CCAText li {
  color: var(--Dark);
  font-size: var(--font-size-14);
  line-height: 18px;
}
.activities {
  width: 100%;
  max-width: 188px;
  padding-top: 6px;
}

.activities h2 {
  margin-bottom: 13px;
}

.activities > ul {
  margin: 0 0 0 12px;
  padding: 0 0 0 24px;
  position: relative;
}

.activities > ul:after {
  content: "";
  border-left: 1px dashed #d0dbec;
  height: calc(100% - 37px);
  position: absolute;
  left: 0;
  top: 4px;
}

.activities > ul li {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  position: relative;
}

.activities > ul li:before {
  content: "";
  background: #1e53de;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 1px;
  left: -28px;
  border-radius: 100%;
  z-index: 1;
}

.activities > ul li strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.activities > ul li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #838f9f;
}

.activities .accordion {
  display: none;
}

.calendar__wrap {
  display: none;
}

/*.grid-drop .bootstrap-select .btn {
font-size: 12px;
font-weight: 400;
padding: 5px 12px 5px 12px;
}*/

/* .grid-drop .bootstrap-select .dropdown-menu li a {
    font-size: 12px;
} */

.cal-list-views {
  margin-left: auto;
  display: flex;
  min-height: 30px;
  align-items: center;
}

.cal-list-views .cal__view,
.cal-list-views .list__view {
  cursor: pointer;
  opacity: 0.4;
  display: flex;
}

.cal-list-views .cal__view.active,
.cal-list-views .list__view.active {
  cursor: pointer;
  opacity: 1;
}

.line__sep {
  border-left: 1px dashed #d0dbec;
  margin-left: 10px;
  padding-left: 10px;
  height: 22px;
}

.RecentActivitiesLi {
  display: none;
}

.blue-color {
  color: #1f54d0 !important;
}

.set-center {
  margin-left: 6px;
  line-height: 1;
}

.green-circle {
  background: #2bcc92;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #000;
  vertical-align: middle;
}

.Darkgreen-circle {
  background: #1da372;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #000;
  vertical-align: middle;
}

.LightGreen {
  color: #2bcc92 !important;
}

.green-color {
  color: #24a879 !important;
}

.pink-circle {
  background: #ff2e5d !important;
}

.pink-color {
  color: #ff2e5d !important;
}

.grey-circle {
  background: #e9f0f6;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #a7afbb !important;
  vertical-align: middle;
}

.grey-color {
  color: #a7afbb !important;
}

.Lightgrey-color {
  color: #d6dce5 !important;
}

.orange-circle {
  background: #ff8000;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #000;
  vertical-align: middle;
}

.orange-color {
  color: #ff8000 !important;
}

.DullColor {
  color: #d0dbec !important;
}

.list-view-filters {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.FilterSearch button.btn.btn-primary {
  padding: 4px 15px 3px;
}

.inner-list-view {
  display: flex;
  align-items: center;
}

.inner-list-view > label {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0.25rem 0 0;
  white-space: nowrap;
  line-height: 1;
}

.inner-list-view .select2-container {
  width: 100%;
}

.cal-toggle-button {
  display: flex;
  justify-content: flex-end;
}

.toggle-border {
  display: block;
  border-left: 1px dashed #d0dbec;
  margin: 0px 20px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}

.table__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #d0dbec;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.table__toolbar .tb__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table__toolbar .tb__left h2 {
  margin-right: 44px;
  line-height: 38px;
}

.table__toolbar .tb__left h2 span {
  color: #838f9f;
}

.table__toolbar .tb__left > .dropdown.bootstrap-select {
  width: 94px !important;
}

.SelectWrapDiv {
  margin-left: 10px;
  min-width: 220px;
}

.SelectWrapDiv .form-control {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  padding: 6px 0.75rem;
  height: auto;
}
/* 
.SelectWrapDiv .form-control::-webkit-input-placeholder {
  color: #000;
}

.SelectWrapDiv .form-control::-moz-placeholder {
  color: #000;
}

.SelectWrapDiv .form-control:-ms-input-placeholder {
  color: #000;
}

.SelectWrapDiv .form-control:-moz-placeholder {
  color: #000;
} */

.SelectWrapDiv .dropdown {
  min-width: 212px;
  width: 100% !important;
}

.table__toolbar .tb__right .btn + .btn {
  margin-left: 8px;
}

.SelectWrapDiv .form-control {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  padding: 6px 0.75rem;
  height: auto;
}

/* .SelectWrapDiv .form-control::-webkit-input-placeholder {
  color: #000;
}

.SelectWrapDiv .form-control::-moz-placeholder {
  color: #000;
}

.SelectWrapDiv .form-control:-ms-input-placeholder {
  color: #000;
}

.SelectWrapDiv .form-control:-moz-placeholder {
  color: #000;
} */

.SelectWrapDiv .dropdown {
  min-width: 212px;
  width: 100% !important;
}

.arrangement-icon {
  display: flex;
  align-items: center;
}

.bootstrap-select {
  margin-top: 0 !important;
}

.tbl-drop small {
  display: block;
  font-size: 9px;
}

.tbl-pick small {
  display: block;
  font-size: 9px;
}

.tbl-edit {
  display: flex;
  font-size: var(--font-size-14);
  color: #000;
  line-height: 14px;
  font-weight: var(--font-weight-700);
}

.tbl-edit img {
  margin-left: auto;
  padding-left: 0.25rem;
  max-width: 18px;
  opacity: 0.65;
  transition: ease-in-out 0.5s;
}

.tbl-edit:hover {
  text-decoration: none;
  color: #1f54d0 !important;
  opacity: 1;
}

.tbl-edit:hover img {
  opacity: 1;
}

.blue__title {
  font-size: 18px;
  font-weight: 700;
  color: #3c418c;
  margin: 0 0 8px 0;
}

hr {
  border-bottom: 1px dashed #d0dbec;
  border-top: 0;
}

.info__msg {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  margin: 16px 0 16px;
}

.common-table .grid-drop .bootstrap-select {
  width: 100% !important;
}

.date-delete .date {
  display: inline-block;
  width: calc(100% - 21px);
  vertical-align: middle;
  min-width: 122px;
}

.date-delete a {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-right: 5px;
}

.datepicker {
  padding: 0;
}

.date .form-control {
  background-color: #fff;
  background-image: url("../images/date-icon.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 6px 28px 6px 10px;
}

.addanother__row {
  padding: 15px 0 0 10px;
  display: flex;
  align-items: center;
}

.addanother__row .btn-outline-secondary,
.addanother__row .btn-outline-secondary:hover,
.addanother__row .btn-outline-secondary:active {
  background: #ffffff;
}

.loadmore__row {
  /* border-top: 1px dashed #d0dbec;
  margin-top: 16px; */
  padding: 16px 0 0 0;
  text-align: center;
}

.loadmore__row .btn-outline-secondary,
.loadmore__row .btn-outline-secondary:hover,
.loadmore__row .btn-outline-secondary:active {
  background: #ffffff;
}

.footer__btns {
  border-top: 1px dashed #d0dbec;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fb__right .btn + .btn {
  margin-left: 8px;
}

.fb__right {
  text-align: right;
  margin-left: auto;
}

/* Responsive Table Start */

.TableWrap.EditTable {
  overflow: visible;
  max-height: initial;
}

.list__wrap .TableWrap {
  overflow: auto;
}

.TableWrap {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.TableWrap h3 {
  margin: 0 0 5px;
  font-size: var(--font-size-16);
  color: var(--Dark);
  font-weight: var(--font-weight-700);
}

.TableWrap > table.responsive__table {
  border: 1px solid #d0dbec;
  border-radius: 8px;
  background: #fff;
}

.TableWrap > table.responsive__table tr:first-child td {
  border-top: 1px solid #d0dbec;
}

.TableWrap > table.responsive__table > thead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.TableWrap.AdminViewTable {
  overflow: auto;
}

.PlusRow {
  margin-right: 5px;
}

table.responsive__table {
  border: 0;
  border-radius: 8px;
  border-collapse: separate;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.TeacherAdminTable table.responsive__table {
  table-layout: inherit;
}
table.responsive__table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.TeacherAdminTable table.responsive__table th,
.TeacherAdminTable table.responsive__table td,
.TeacherAdminTable table.responsive__table td a.tbl-edit {
  font-size: var(--font-size-12);
}
.TeacherAdminTable {
  height: calc(100vh - 220px);
}
table.responsive__table th {
  text-transform: uppercase;
  background: #e9f0f6;
  padding: 5px;
  height: 40px;
  border-bottom: 1px dashed #d0dbec;
  white-space: nowrap;
  font-size: var(--font-size-14);
  color: #000;
  line-height: 14px;
  font-weight: var(--font-weight-700);
}

table.responsive__table td {
  padding: 5px;
  background: #ffffff;
  border-bottom: 1px dashed #d0dbec;
  height: 40px;
  position: relative;
  font-size: var(--font-size-14);
  color: #000;
  line-height: 14px;
  font-weight: var(--font-weight-600);
}

table.responsive__table > tbody > tr:last-child > td {
  border-bottom: 0;
}

table.responsive__table th + th,
table.responsive__table td + td {
  border-left: 1px dashed #d0dbec;
}

table.responsive__table th .checkbox__wrap,
table.responsive__table td .checkbox__wrap {
  width: 17px;
  height: 17px;
  margin: 0 auto;
  min-height: auto;
}

table.responsive__table td .checkbox__wrap[disable] {
  pointer-events: none;
}

table.responsive__table td small {
  font-size: var(--font-size-11);
  font-weight: var(--font-weight-600);
  display: block;
  color: #838f9f;
}

table.responsive__table td small span {
  font-size: var(--font-size-11);
}

table.responsive__table > thead > tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}

table.responsive__table > thead > tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}

table.responsive__table > tbody > tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

table.responsive__table > tbody > tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.middle__wrap table.responsive__table td.text-left,
.middle__wrap table.responsive__table th.text-left {
  text-align: left;
}

.middle__wrap table.responsive__table td,
.middle__wrap table.responsive__table th {
  text-align: center;
}

.middle__wrap .TableWrap {
  margin: 0 0 30px;
}

.middle__wrap .TableWrap td p {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.TableWrap.TableScroll
  > table.responsive__table
  > thead
  > tr:last-child
  th:last-child {
  border-radius: 0 8px 0 0;
}

.middle__wrap .TableWrap td p {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

/* Responsive Table Width and Form Controls Start */

.width-135 {
  width: 135px;
}
.width-3 {
  width: 3%;
}
.width-5 {
  width: 5%;
}

.width-7 {
  width: 7%;
}

.width-14 {
  width: 14.28%;
}

.width-10 {
  width: 10%;
}
.width10_5 {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
.width-11 {
  width: 11%;
}

.width-17 {
  width: 17%;
}

.width-16 {
  width: 16%;
}

.width-18 {
  width: 18%;
}

.width-22 {
  width: 21%;
}

.width-48 {
  width: 48%;
}

table.responsive__table .grid-drop .bootstrap-select {
  width: 100% !important;
}

table.responsive__table .grid-drop .bootstrap-select .btn {
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-700);
  color: var(--Black);
}

/* table.responsive__table .grid-drop .bootstrap-select .dropdown-menu li a {
    font-size: 11px;
    font-weight: 700;
} */

.SortingIcon {
  padding: 2px 2px 2px 0;
  float: right;
}

/* Bootstrap DatePicker Start */

.bootstrap-datetimepicker-widget.dropdown-menu {
  font-family: "Nunito", sans-serif;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 12px;
  border-radius: 6px !important;
  border: 0 !important;
  background: #ffffff;
}

.bootstrap-datetimepicker-widget table td {
  font-size: 12px;
  border-radius: 6px !important;
  border: 0 !important;
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: var(--Primary);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: var(--Primary);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2;
  height: 2em;
  color: #333333;
}

.bootstrap-datetimepicker-widget .picker-switch td a {
  text-align: center;
  width: 100%;
}

/* Bootstrap DatePicker End */

.date-delete {
  display: flex;
  align-items: center;
}

.date-delete > a.DeleteIcon {
  transition: ease-in-out 0.5s;
  background: url(../images/DeleteIcon.svg) no-repeat 0 0;
  width: 14px;
  height: 16px;
  display: inline-block;
}

.date-delete > a.DeleteIcon:hover {
  background: url(../images/DeleteIconH.svg) no-repeat 0 0;
}

.NoRequested {
  font-weight: 700;
}

.datepicker td,
.datepicker th {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 10px;
}

.dropdown.dropup.bootstrap-select > .dropdown-toggle:after {
  border-top: 0;
  border-bottom: 5px solid;
}

/* Custome Select Box CSS */

.select2-container {
  min-width: 94px;
}

.TableWrap .select2-container {
  min-width: 142px;
}

.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #d0dbec;
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: var(--font-weight-700);
  padding: 0;
  height: auto !important;
}

.select2-selection__clear {
  display: none;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px;
  font-size: 13px;
  font-weight: var(--font-weight-700);
  color: #000;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border: 1px solid #d0dbec !important;
  box-shadow: none;
}

.select2-search.select2-search--dropdown {
  display: none;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border: 1px solid #d0dbec;
  border-radius: 8px;
}

.select2-container--bootstrap4 .select2-results__option {
  font-size: 14px;
  padding: 0.25rem 10px;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 0;
  left: 0;
  margin: -3px 0 0;
  border-color: #93a3b7 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow {
  right: 1px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #1f54d0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-radius: 8px !important;
}

.list-view-filters
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
}

.select2-container--bootstrap4 .select2-results__option {
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
}

.tb__left
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 700;
}

.select2-container--open > div {
  padding: 0;
}

.select2-container--open ul.select2-results__options {
  padding: 0.5rem 0;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: initial;
  overflow-y: visible;
}

.arrangementAdHoc {
  display: none;
}

.MergeDIV {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 100%;
}

.AdHoc:after {
  content: "";
  height: calc(100% + 8px);
  width: 1px;
  border-left: 1px dashed #d0dbec;
  position: absolute;
  left: 0;
  top: -4px;
}

.Arrangement {
  width: calc(100% - 70px);
  padding: 0 10px 0 0;
}

.AdHoc {
  max-width: 70px;
  min-width: 70px;
  padding: 0 0 0 10px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

tbody .MergeDIV:after {
  top: -5px;
  height: calc(100% + 10px);
}

.tbl-pick small,
.tbl-drop small {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.header {
  background: #fff;
  box-shadow: 0px 3px 6px #00000026;
  margin: 0 0 20px;
  padding: 5px 0;
}

.header .navbar {
  padding: 0;
}

.logo {
  padding: 0 1rem 0 0;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo a img {
  max-width: 150px;
  margin: 1px 0;
}

.logo a span:before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.logo a span {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin: 0 0 0 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  white-space: nowrap;
}

.modal-content {
  border: 0;
}

.modal-header button.close {
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 20px;
  opacity: 0.7;
  padding: 0;
  color: #000;
  margin: 0 0.25rem 0 0;
}

.modal-header button.close:hover {
  opacity: 1;
}

.modal-header {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.modal-body {
  padding: 1rem;
}

.modal-title {
  font-size: 1rem;
  font-weight: 700;
}

.modal-footer {
  padding: 1rem;
}

.modal-footer button {
  margin: 0;
}

.modal-footer button + button {
  margin-left: 0.5rem;
}

.modal-body .SetSchedule {
  margin-bottom: 0;
}

.RequestData > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #dfe3e9;
  border-radius: 6px;
}

.RequestData > ul > li + li {
  border-top: 1px solid #dfe3e9;
}

.RequestData .SpecialRequestDays {
  width: 100%;
  padding: 0;
  background: #f3f7fd;
}

.SpecialRequestDays ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.SpecialRequestDays ul li {
  width: 20%;
  text-align: center;
  padding: 0.25rem;
}

.SpecialRequestDays ul li + li {
  border-left: 1px solid #dfe3e9;
}

.SpecialRequestDays ul li p {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.SpecialRequestDays ul li .checkbox__wrap {
  display: inline-block;
  vertical-align: top;
  width: 20px;
}

.BoxSpace {
  padding: 0.5rem;
}

.BoxSpace label {
  font-size: 12px;
  font-weight: 600;
}

.BoxSpace p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}

.SetSchedule {
  /* border: 1px solid #d0dbec; */
  border-radius: 6px;
  margin: 0 0 1rem;
}

.SetSchedule table {
  width: 100%;
}

.SetSchedule table tr td {
  white-space: nowrap;
  height: 32px;
}

.SetSchedule table tr td:nth-child(1) {
  text-transform: uppercase;
  padding: 4px 10px;
  background: #e9f0f6;
  text-align: right;
}

.SetSchedule table tr td + td {
  border-left: 1px dashed #d0dbec;
}

.SetSchedule table tr + tr {
  border-top: 1px dashed #d0dbec;
}

.modal-dialog .checkbox__wrap {
  display: inline-block;
  vertical-align: top;
}

.select2-container--open {
  z-index: 10000;
}

.modal-dialog .datepicker {
  padding: 0;
}

.BlackRemark img {
  width: 12px;
}

.FixedWidth {
  width: 62px;
  min-width: 62px;
}

.modal-dialog .width-135 {
  width: 105px;
}

.modal-dialog .btn {
  padding: 5px 10px;
  font-size: var(--font-size-13);
  line-height: 22px;
}

.modal-dialog .form-control {
  line-height: 18px;
}

.modal-dialog
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px;
}

.modal-dialog .datepicker.date .form-control {
  line-height: 19px;
}

.modal-dialog .form-control {
  line-height: 20px;
}

.DivReadyOnly {
  background-color: #f7f8f9;
  margin: 0;
  word-break: break-all;
  max-height: 160px;
  min-height: 120px;
  overflow: auto;
}

.form-control:focus,
.form-control {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  opacity: 1;
  height: auto;
  line-height: 20px;
}
/* 
.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control::-moz-placeholder {
  color: #000;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control:-moz-placeholder {
  color: #000;
} */

.PopupOptional label {
  font-size: 13px;
  font-weight: 700;
}

h3.ArrangementDetails {
  font-size: 1rem;
  font-weight: 700;
}

.modal.modal-static .modal-dialog {
  transform: inherit;
}

.StudentTable.TableWrap > table.responsive__table tr td[colspan="3"] {
  border-radius: 0 0 8px 8px !important;
}

ul.pagination {
  display: flex;
  margin: 0 0 0 36px;
  border-top: 1px dashed #d0dbec;
  padding: 10px 0 0;
}

ul.pagination li + li {
  margin-left: auto;
}

ul.pagination li.Next a,
ul.pagination li.Previous a {
  background-color: #fff;
  border: 1px solid #d0dbec;
  border-radius: 8px !important;
  font-size: var(--font-size-13);
  font-weight: 700;
  padding: 4px 5px 3px;
  color: var(--Dark);
  text-align: center;
  min-width: 60px;
  line-height: 19px;
}

ul.pagination li.Next a:hover,
ul.pagination li.Previous a:hover {
  background: var(--Primary);
  color: #fff;
  border: 1px solid var(--Primary);
}

ul.pagination li.disabled {
  opacity: 0.6;
}

.modal-footer ul.pagination {
  margin: 0;
  padding: 0;
  border: 0;
}

.modal-footer ul.pagination li.Next a,
.modal-footer ul.pagination li.Previous a {
  padding: 4px 12px 4px;
  line-height: 18px;
}

.modal-footer ul.pagination li + li {
  margin-left: 0.5rem;
}

#RecentActivities .SetSchedule table tr td {
  width: 35%;
  height: auto;
  white-space: nowrap;
}

#RecentActivities .SetSchedule table tr td:nth-child(2) {
  display: block;
  font-size: var(--font-size-14);
  font-weight: 600;
  color: #333;
  line-height: normal;
}

#RecentActivities .modal-dialog-scrollable .modal-body {
  overflow: visible;
}

#RecentActivities .SetSchedule {
  overflow: auto;
}

.Unaccompanied {
  font-size: var(--font-size-13);
  font-weight: 700;
  color: #000;
  margin: 0 0 0.25rem;
}

.SpecialRequest {
  margin-bottom: 0.5rem;
}

.SingleLine {
  white-space: nowrap;
}

.WeeklySchedule + .Unaccompanied,
.WeeklySchedule .Unaccompanied {
  text-transform: uppercase;
  line-height: normal;
}

.WeeklySchedule.TableWrap > table.responsive__table {
  margin: 0 0 15px;
  border-top: 0;
}

.modal-body table.responsive__table tr:first-child td {
  border-radius: 8px 0 0 0;
}

.modal-body table.responsive__table tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}

.modal-body table.responsive__table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.modal-body .SpecialRequest table.responsive__table tr:first-child td {
  border-radius: 0;
}

.modal-body
  .SpecialRequest
  table.responsive__table
  tr:last-child
  td:first-child {
  border-radius: 0 0 0 8px;
}

.modal-body
  .SpecialRequest
  table.responsive__table
  tr:last-child
  td:last-child {
  border-radius: 0 0 8px 0;
}

.WeeklySchedule.TableWrap {
  overflow: visible;
}

.WeeklySchedule.TableWrap > table.responsive__table td:first-child {
  width: 35%;
  background: #e9f0f6;
  text-align: right;
  font-weight: var(--font-weight-700);
  padding-right: 10px;
}

.WeeklySchedule.TableWrap > table.responsive__table td {
  width: 70%;
}

.AdHocLabel {
  background: #838f9f;
  display: inline-block;
  border-radius: 6px;
  padding: 0.125rem 0.5rem;
  line-height: 14px;
  font-size: var(--font-size-12);
  color: #fff;
  font-weight: 700;
  vertical-align: top;
}

table.responsive__table td .remarksOptional small {
  color: #000;
  display: block;
  font-size: var(--font-size-11);
  font-weight: var(--font-weight-600);
}

.middle__wrap .TableWrap.SpecialRequest td p.RemarksLabel {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left !important;
  display: block;
}

.middle__wrap .TableWrap.SpecialRequest .RemarksLabel span {
  text-transform: uppercase;
}

.middle__wrap .TableWrap.SpecialRequest .RemarksLabel small {
  display: inline-block;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-600);
  color: #d0dbec;
}

.SpecialRequest tr:last-child td[colspan="5"] {
  border-radius: 0 0 8px 8px !important;
}

#SetAd-hocRequest .SetSchedule table.responsive__table td:first-child {
  width: 35%;
  font-weight: var(--font-weight-700);
}

#SetAd-hocRequest .SetSchedule table.responsive__table td {
  width: 70%;
}

table.responsive__table td.ViewAdHoc {
  border-radius: 0 0 8px 8px !important;
  padding: 0 !important;
}

table.responsive__table td.ViewAdHoc a {
  background: #e9f0f6;
  border: 0;
  font-weight: 700;
  font-size: var(--font-size-14);
  padding: 13px;
  display: block;
  width: 100%;
  border-radius: 0 0 8px 8px;
  line-height: 14px;
  color: #000;
}

table.responsive__table td.ViewAdHoc a:hover {
  background: #d2dce5;
  text-decoration: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  border-color: #6c757d;
  background: #fff;
  color: #000;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1ba774;
  border-color: #1ba774;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: var(--Primary);
}

.backPage {
  margin-left: auto;
}

.backPage a {
  background: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  border: 1px solid #d0dbec;
  border-radius: 6px;
}

.backPage a span {
  vertical-align: top;
  background: #d0dbec;
  padding: 8px;
  border-radius: 6px 0 0 6px;
}

.backPage a span img {
  display: block;
}

.backPage a strong {
  font-size: var(--font-size-13);
  color: var(--Dark);
  line-height: 14px;
  padding: 0 8px;
}

.backPage a:hover {
  text-decoration: none;
  border: 1px solid #6c757d;
}

.RemarksModal {
  font-weight: var(--font-weight-700);
}

.RemarksModal p {
  margin: 0;
  font-size: var(--font-size-14);
}

.RemarksModal p strong {
  font-weight: var(--font-weight-700);
}

.RemarksModal p span {
  font-weight: var(--font-weight-400);
}

.RemarksModal p + p {
  margin: 0.5rem 0 0;
}

.RemarksModal p + p strong {
  display: block;
}

.RemarksModal p + p span {
  border: 1px solid #d0dbec;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  display: block;
}

.modal-body table.responsive__table th,
.modal-body table.responsive__table td {
  font-size: var(--font-size-13);
}

.AdminBtn a {
  font-size: var(--font-size-14);
  padding: 9px 15px;
  line-height: 14px;
}

.AdminBtn a:hover {
  background: var(--Primary);
  color: #fff;
}

.nav-wrap {
  position: relative;
  margin: 0 0 0 auto;
  padding: 0;
  width: calc(100% - 500px);
  z-index: 101;
}

.nav-wrap nav {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
  position: relative;
}

.nav-wrap nav .mobile-menu {
  display: none;
}

.nav-wrap nav .mobile_menu_view {
  display: none;
}

.nav-wrap nav .visible-links {
  line-height: 1.2;
  display: inline-table;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  min-width: 128px;
  text-align: left;
}

.nav-wrap nav .visible-links li > div.menulevel1.openmenu {
  display: block;
}

.nav-wrap nav .visible-links li div.menulevel1 {
  position: absolute;
  display: none;
  top: 30px;
  width: 185px;
  left: 0px;
  animation: menuFadeInDown 0.2s ease-out;
  background: #fff;
  margin: 0;
  border-radius: 6px;
  box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.3);
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #d0dbec;
}

.nav-wrap nav .visible-links li div.menulevel1 a {
  padding: 8px 10px;
  font-size: 14px;
  border-bottom: 1px solid #d0dbec;
  color: var(--Dark);
  text-decoration: none;
  white-space: normal;
  line-height: normal;
  transition: all 0.3s ease;
  font-weight: 700;
}

.nav-wrap nav .visible-links li div.menulevel1 a:hover,
.nav-wrap nav .visible-links li div.menulevel1 a.active {
  color: var(--Primary);
}

.nav-wrap nav .visible-links li div.menulevel1 a:last-child {
  border-bottom: 0px;
}

.nav-wrap nav .visible-links li.current-active a {
  color: var(--Primary);
}

.nav-wrap nav .visible-links li div a {
  display: block;
}

.nav-wrap nav .visible-links > li {
  display: table-cell;
  position: relative;
  white-space: nowrap;
  padding: 0 12px;
}

.nav-wrap nav .visible-links > li > a {
  font-size: var(--font-size-14);
  color: var(--Dark);
  text-decoration: none;
  font-weight: var(--font-weight-700);
  transition: all 0.3s ease;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.nav-wrap nav .visible-links > li > a .firstlevelmenu {
  vertical-align: top;
  padding: 0 0 0 10px;
  color: var(--Dark);
  font-size: var(--font-size-11);
  margin: 0;
  transition: all 0.3s ease;
}

.nav-wrap nav .visible-links > li > a:hover,
.nav-wrap nav .visible-links > li > a.active {
  color: var(--Primary);
}

.nav-wrap nav .visible-links > li > a.active i {
  color: var(--Primary);
}

.nav-wrap nav .visible-links > li > a:hover .firstlevelmenu {
  color: var(--Primary);
}

.nav-wrap nav .visible-links > li > a img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
}

.nav-wrap nav .hidden-links {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 192px;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
  border: 1px solid #d0dbec;
  border-radius: 6px;
  box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.3);
  font-weight: 400;
  text-align: left;
}

.nav-wrap nav .hidden-links li {
  display: block;
  border-bottom: 1px solid #e1e8ef;
}

.nav-wrap nav .hidden-links li a {
  padding: 8px 10px;
  font-size: var(--font-size-14);
  color: var(--Dark);
  text-decoration: none;
  white-space: normal;
  line-height: normal;
  transition: all 0.3s ease;
  font-weight: var(--font-weight-700);
  display: block;
}

.nav-wrap nav .hidden-links li a:hover {
  color: var(--Primary);
}

.nav-wrap nav .hidden-links li a img {
  width: 16px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
}

.nav-wrap nav .hidden-links li a em {
  float: right;
  margin-top: 4px;
}

.nav-wrap nav .hidden-links li i {
  display: none;
}

.nav-wrap nav .hidden-links li div {
  display: none;
}

.nav-wrap nav .hidden-links li:last-child {
  border-bottom: 0px;
}

.nav-wrap nav .hidden {
  visibility: hidden;
  display: none;
}

.nav-wrap nav .menu_hamburger {
  border: 0;
  outline: none;
  min-width: 30px;
  width: 30px;
  height: 20px;
  color: var(--Primary);
  cursor: pointer;
  background: url(../images/dots.svg) no-repeat center;
  padding: 0px 5px;
  margin: 0;
  line-height: normal;
}

.nav-wrap nav .menu_hamburger:hover {
  background-color: #ffffff;
}

.nav-wrap nav .menu_hamburger:focus {
  outline: none;
}

.AdminContent .nav-tabs {
  border-bottom: 0;
  padding: 0 0 0 5px;
}

.AdminContent .nav-tabs li button {
  font-size: var(--font-size-14);
  color: var(--Dark);
  font-weight: var(--font-weight-700);
  text-transform: uppercase;
}

.AdminContent .nav-tabs li button.active {
  color: var(--Primary);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #d0dbec #d0dbec #fff;
}

.AdminContent .tab-content {
  background: #fff;
  border: 1px solid #d0dbec;
  padding: 1rem;
  border-radius: 8px;
}

.switch {
  width: 42px;
  height: 22px;
  position: relative;
}

.switch.switch-slider:before {
  height: 20px;
  width: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d6d6d6;
  transition: 0.2s;
  border-radius: 34px;
  border: 1px solid #e8ebef;
  min-width: 42px;
}

.switch input:checked + .switch-slider {
  background-color: var(--Primary);
  border-color: var(--Primary);
}

.switch .switch-slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: 0.2s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
}

.switch.small-switch .switch-slider:before {
  height: 20px;
  width: 20px;
}

.switch input:checked + .switch-slider:before {
  transform: translateX(20px);
}

.grid-top-style {
  justify-content: space-between;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.search-filter {
  width: 100%;
  background: #e9f0f6;
  padding: 9px 15px;
  border-radius: 6px;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-filter button.btn-outline-primary,
.search-filter .dt-buttons button.dt-button {
  border-radius: 0;
}

.search-filter .dt-buttons {
  margin-left: auto;
}

.grid-top-style .dt-buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
}

.grid-top-style .dt-buttons button.dt-button span {
  display: flex;
}

.grid-top-style .dt-buttons button.dt-button span i {
  margin-right: 5px;
}

.dt-buttons .btn-grid-delete {
  margin-right: auto;
}

.search-filter button.btn-outline-primary,
.dt-buttons button.btn-outline-primary {
  border: 0;
  color: var(--Dark);
  padding: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  line-height: 1;
  border-radius: 0;
}

.search-filter button.dt-button:active:not(.disabled):hover:not(.disabled),
.search-filter div.dt-button:active:not(.disabled):hover:not(.disabled),
.search-filter a.dt-button:active:not(.disabled):hover:not(.disabled),
.search-filter input.dt-button:active:not(.disabled):hover:not(.disabled),
.search-filter .dt-buttons button.dt-button:hover,
.search-filter
  .dt-buttons
  button.dt-button:focus
  .search-filter
  .search-filter
  button.btn-outline-primary,
.search-filter .dt-buttons button.btn-outline-primary:hover {
  color: var(--Primary);
  border: 0;
  box-shadow: none;
}

.search-filter button.btn-outline-primary,
.dt-buttons button.dt-button {
  color: #000000;
  border-color: #d0dbec;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 15px 6px;
  border-radius: 8px;
  line-height: 18px;
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
input.dt-button:active:not(.disabled):hover:not(.disabled),
.dt-buttons button.dt-button:hover,
.dt-buttons button.dt-button:focus {
  background: #fff;
  box-shadow: none;
  border: 1px solid #666;
  text-shadow: none;
}

.search-filter button.btn-outline-primary i,
.dt-buttons button.dt-button i {
  vertical-align: middle;
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
input.dt-button:active:not(.disabled):hover:not(.disabled) {
  box-shadow: none;
}

.filter-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filters-text {
  font-size: var(--font-size-13);
  color: var(--Dark);
  font-weight: var(--font-weight-700);
  margin-right: 10px;
  line-height: 22px;
}

.filter-block a {
  font-size: var(--font-size-12);
  color: var(--Dark);
  font-weight: var(--font-weight-700);
  margin-right: 10px;
  line-height: 22px;
  text-decoration: underline;
}

.filter-div {
  display: flex;
  align-items: center;
}

.filter-div .add-filter {
  color: var(--Dark);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: var(--font-weight-600);
  margin: 0 10px 0 0;
  line-height: 18px;
  font-size: var(--font-size-13);
}

.filter-div .clear-filter {
  color: var(--Dark);
  border: 0;
  background-color: transparent;
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-700);
  margin: 0;
  line-height: 18px;
}

.filtersbar {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  height: 100vh;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
  transform: translate3d(100%, 0, 0);
  transition: all 0.2s;
}

.filtersbar.open {
  transform: translate3d(0, 0, 0);
}

.filtersbar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
  z-index: 100;
}

.filtersbar-overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s;
}

.navbar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  transition: opacity 0.2s, width 0.1s 0.2s, height0.1s 0.2s;
  z-index: 97;
}

.filtersheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dcdce9;
}

.filtersheader span strong {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-700);
  padding: 0 0 0 0.5rem;
}

.filtersheader span i {
  font-size: 13px;
}

.filtersheader .filtersbar__close {
  font-size: var(--font-size-15);
  opacity: 0.7;
  color: #000;
  padding: 0 0.25rem;
  cursor: pointer;
}

.filtersheader .filtersbar__close:hover {
  opacity: 1;
}

.filtersbody {
  padding: 1rem;
  overflow-y: auto;
  height: calc(100% - 123px);
}

.filtersbody .form-group {
  margin-bottom: 0.5rem;
}

.filtersbody label {
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-700);
  line-height: 18px;
}

.filtersbody .dropdown button.btn {
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-700);
  color: #000 !important;
}

.filtersbody .dropdown .dropdown-menu .dropdown-item {
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-600);
}

.filtersFTR {
  position: sticky;
  bottom: 0;
  left: 0;
  border-top: 1px solid #d0dbec;
  margin: 0;
  padding: 1rem;
  display: flex;
}

.filtersFTR button {
  width: 100%;
}

.SubPage ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.SubPage ul li a {
  padding: 0.5rem 1.5rem;
  font-size: var(--font-size-15);
  color: var(--Dark);
  font-weight: var(--font-weight-700);
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  display: block;
}

.SubPage ul li.active a,
.SubPage ul li a:hover {
  background: #fff;
}

.SubPageContent {
  background: #fff;
  padding: 1rem;
  border-radius: 0 8px 8px;
}

.UsersProfileDiv {
  display: flex;
  align-items: center;
}

.UsersProfileDiv span {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.UsersProfileDiv span img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  aspect-ratio: auto;
  transform: initial;
}

.UsersProfileDiv strong {
  font-weight: var(--font-weight-600);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.dropdown.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.dropdown.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.dropdown.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: #fff;
}

.dropdown.bootstrap-select .dropdown-toggle:focus,
.dropdown.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
  outline: none;
  outline-offset: 0;
}

.whitebg {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.dropdown.bootstrap-select button.dropdown-toggle {
  font-size: var(--font-size-13);
  font-weight: var(--font-weight-700);
  color: var(--Black);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: var(--Black);
}

.form-control:focus,
.dropdown.bootstrap-select button.dropdown-toggle:hover,
.dropdown.bootstrap-select button.dropdown-toggle:focus {
  border-color: rgb(31 84 208 / 50%);
}

.student__details__wrap {
  width: 100%;
  padding: 0 0px 0px 36px;
}

ul.left__ArrangementUL {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  flex-wrap: wrap;
  border: 1px solid #d0dbec;
  border-radius: var(--bdrRadius);
  display: flex;
}

ul.left__ArrangementUL li {
  padding: 0;
  width: 100%;
}

.left__ArrangementPickUpDrop {
  display: flex;
  flex-wrap: wrap;
  padding: 14px;
  position: relative;
  border-bottom: 1px dashed #d0dbec;
}

.left__ArrangementDIV {
  position: relative;
  padding: 0 0 0 50px;
  text-align: left;
  width: 180px;
}

ul.left__ArrangementUL li span {
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: block;
}

.left__ArrangementDIV span {
  position: absolute;
  top: 0;
  left: 0;
}

ul.left__ArrangementUL li span img {
  max-width: 100%;
  vertical-align: top;
}

ul.left__ArrangementUL li h4 {
  margin: 0;
  padding: 0;
  display: block;
  color: var(--Dark);
  font-size: var(--font-size-14);
  line-height: 19px;
  font-weight: var(--font-weight-700);
}

ul.left__ArrangementUL li h3 {
  margin: 0;
  padding: 0;
  display: block;
  color: var(--Dark);
  font-size: var(--font-size-16);
  line-height: 22px;
  font-weight: var(--font-weight-700);
}

.left__PickUpDrop {
  display: flex;
  flex-wrap: wrap;
  padding: 14px;
  position: relative;
  border-bottom: 1px dashed #d0dbec;
}

.left__PickUpDrop > div {
  position: relative;
  /* padding: 0 10px 0 50px; */
  width: 50%;
}

ul.left__ArrangementUL li .left__TodayPickUp span,
ul.left__ArrangementUL li .left__TodayDrop span {
  border: 1px solid #000;
}

ul.left__ArrangementUL li span {
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: block;
}

.left__PickUpDrop span {
  position: absolute;
  top: 0;
  left: 0;
}

ul.left__ArrangementUL li h4 {
  margin: 0;
  padding: 0;
  display: block;
  color: var(--Dark);
  font-size: var(--font-size-14);
  line-height: 19px;
  font-weight: var(--font-weight-700);
}

ul.left__ArrangementUL li h3 {
  margin: 0;
  padding: 0;
  display: block;
  color: var(--Dark);
  font-size: var(--font-size-16);
  line-height: 22px;
  font-weight: var(--font-weight-700);
}

.left__PickUpDrop > div + div {
  padding-right: 0;
}

.left__RemarksDIV {
  padding: 14px;
}

ul.left__ArrangementUL li .left__RemarksDIV h4 {
  margin: 0 0 3px;
}

ul.left__ArrangementUL li p {
  color: #d0dbec;
  font-size: var(--font-size-14);
  line-height: 18px;
  display: block;
  margin: 0;
}

table.responsive__table.right__table td small {
  display: inline;
}

.w-180 {
  max-width: 180px !important;
  width: 180px !important;
  min-width: 180px !important;
}

.w-160 {
  max-width: 160px;
  width: 160px;
  min-width: 160px;
}

.student__details__wrap .TableWrap {
  margin: 0 0 30px;
}

.left__sd__drop {
  margin-bottom: 23px;
}

.resposive__btn {
  display: none;
}

.student__details__wrap table {
  border: 1px solid #d0dbec;
}

table.responsive__table > tbody > tr:last-child td:last-child {
  border-radius: 0 0 8px 8px;
}

.black-color {
  color: var(--Secondary);
}

.black-color:hover {
  color: var(--SecondaryHover);
}

.placeholder::-webkit-input-placeholder {
  /* Edge */
  color: #d0dbec;
}

.placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d0dbec;
}

.placeholder::placeholder {
  color: #d0dbec;
}

.common-btn-style {
  height: 34px;
  width: 34px;
  line-height: 34px;
  padding: 0;
  margin: 0 1px;
}

.nav-wrap nav .visible-links > li > a.highlight-color {
  color: var(--Primary);
}

.header-text span {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin: 0 0 0 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  white-space: nowrap;
  line-height: 1.1;
}
.header-text span #LoggedinUser {
    color: #717171;
    font-weight: 500;
    font-size: 11px;
    text-align: left;
}

.header-text span::before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.logo {
  display: flex;
  align-items: center;
}

/* Start login page */

.login-wrapper {
  background-color: #f2f2f2;
  display: flex;
  height: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  z-index: 10;
  padding: 24px 0;
}

.login-wrapper .login-content {
  width: 100%;
  max-width: 410px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  border: 1px solid #d0dbec;
}

.login-wrapper .login-content .brand-name {
  margin: 26px 0 32px;
  padding: 0px;
  text-align: center;
  /* border-right: 4px solid #1f54d0;
border-left: 4px solid #1f54d0; */
  min-height: 35px;
}

.login-wrapper .login-content .brand-name img {
  width: 160px;
  vertical-align: middle;
  margin: 0 auto;
}

.login-wrapper .login-content .form-wrapper {
  margin: 0 auto;
}

.login-wrapper .login-content .form-wrapper .btns-wrapper {
  text-align: center;
  padding: 0 55px;
}

.forgotpassword-link {
  margin: 30px 0;
  color: var(--Black);
  opacity: 1;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.login-wrapper
  .login-content
  .form-wrapper
  .btns-wrapper
  .form-group
  .form-control:focus,
.login-wrapper
  .login-content
  .form-wrapper
  .btns-wrapper
  .form-group
  .form-control {
  height: 48px;
}

.login-wrapper
  .login-content
  .form-wrapper
  .btns-wrapper
  .form-group
  .form-control[type="password"] {
  padding-right: 40px;
}

.login-wrapper .login-content .form-wrapper .btns-wrapper .btn {
  height: 48px;
  line-height: 31px;
}

.reset-password {
  display: none;
}

.field-icon {
  z-index: 2;
  top: 16px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

/* End login page */

.loader-main {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
}

.loader-main .loader-img {
  top: 50%;
  /* margin-top: -50px; */
  position: fixed;
  right: 50%;
  margin-right: -160px;
  width: 280px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pdf-loader-main {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
}

.pdf-loader-main .loader-img {
  top: 50%;
  /* margin-top: -50px; */
  position: fixed;
  right: 50%;
  margin-right: -160px;
  width: 280px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-header {
  border-bottom: 1px solid #d0dbec;
}

.modal-footer {
  border-top: 1px solid #d0dbec;
}

.FullWidthFTR {
  margin: 0 -15px -15px;
}

.recaptcha {
  display: flex;
  align-items: center;
  border: 1px solid #d0dbec;
  position: relative;
  border-radius: 8px;
}

.recaptcha .captcha__img {
  display: flex;
  align-items: center;
}

.recaptcha .captcha__img img {
  max-width: 130px;
  height: 48px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.recaptcha .captcha__img .captcha__refresh {
  width: 48px;
  height: 48px;
  background: var(--Primary);
  color: #fff;
  vertical-align: middle;
  line-height: 48px;
  position: absolute;
  right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

.recaptcha .captcha__img .captcha__refresh:hover {
  background: var(--PrimaryHover);
  border-color: var(--PrimaryHover);
}

.recaptcha .form-control.numberRegEx {
  border: 0;
  margin-right: 15px;
}

.TimePicker {
  position: relative;
  padding: 0 0 10px 0;
}

.activeSwitch {
  padding: 10px 0;
  margin: 0;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
}

.activeSwitch > label:first-child {
  padding-right: 0.5rem;
  line-height: 22px;
}

.customer_records,
.customer_records_dynamic .remove {
  margin-bottom: 1rem;
}

.customer_records_dynamic .remove,
.customer_records {
  border: 1px solid #d0dbec;
  border-radius: 8px;
  padding: 10px 15px;
}

.remove-field,
a.extra-fields-customer {
  border: 1px solid #d0dbec;
  background: #d0dbec;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Dark);
  font-size: 15px;
  position: absolute;
  bottom: -15px;
  left: 15px;
  text-decoration: none;
}

.remove-field:hover,
a.extra-fields-customer:hover {
  background: #d2ddf6;
  color: var(--Primary);
  text-decoration: none;
}

a.remove-field {
  left: 55px;
}

.PopupOptional {
  position: relative;
}

.color-picker label {
  display: flex;
  align-items: center;
}

.color-picker label input {
  border: 0;
  width: 15px;
  margin-right: 5%;
  padding: 0;
}

code {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #f8f9f9;
  color: #cc0066;
}

[type="color"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
}

[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

[type="color"]::-webkit-color-swatch {
  border: none;
}

.customer_records_dynamic .remove .row,
.customer_records .row {
  position: relative;
}

.customer_records_dynamic .remove .col-md-12.no-gutters,
.customer_records .col-md-12.no-gutters {
  padding-right: 115px;
}

.customer_records_dynamic .remove .IconChanges,
.customer_records .IconChanges {
  position: absolute;
  right: 15px;
  top: 0;
  width: 80px;
  padding: 0;
}

.avatar-upload {
  position: relative;
  max-width: 100%;
  width: 50px;
  height: 50px;
  margin: 0;
  border: 1px solid #d0dbec;
  border-radius: 100%;
  padding: 0px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: -10px;
  z-index: 1;
  top: 0;
  border: 1px solid #d0dbec;
  border-radius: 100px;
}

.avatar-upload .avatar-edit label > :after {
  display: none;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label i {
  font-size: var(--font-size-12);
  color: #667176;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
  /* content: "\f040";
  font-family: "Font Awesome 5 Free"; */
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 100%;
  border: 0;
  overflow: hidden;
  display: block;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#imagePreview {
  background-image: url(../images/blank-profile.png);
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 30px auto;
  background-color: #e4e6e7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.avatarWrap {
  display: flex;
  align-items: center;
}

.avatarWrap > label {
  padding-right: 1rem;
}

.input-group.time.form-control {
  position: relative;
}

.input-group.time.form-control input {
  border: 0 !important;
  width: 100%;
  padding: 0;
  outline-offset: 0px;
  outline: none;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.input-group.time.form-control .input-group-addon {
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #d0dbec;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}

div#timepicker .Bootstrap-datetimepicker-widget {
  width: 100%;
  min-width: 100%;
}

#addButtonRow td {
  background: #e9f0f6;
  border: 0;
  font-weight: 700;
  font-size: var(--font-size-14);
  padding: 0;
  border-radius: 0 0 8px 8px !important;
  line-height: 14px;
  color: #000;
}

#addButtonRow td .btn.add {
  background: transparent;
  padding: 11px;
  border: 0;
  line-height: normal;
  text-align: center;
  display: block;
  width: 100%;
  box-shadow: none;
  border-radius: 0 0 8px 8px;
}

#addButtonRow td .btn.add:hover {
  background: #d2dce5;
  text-decoration: none;
}

/* Timepicki Start */

.time_pick {
  position: relative;
  width: 100%;
}

.timepicker_wrap {
  padding: 10px 0;
  border-radius: 8px;
  z-index: 998;
  display: none;
  background: #f6faff;
  float: left;
  position: absolute;
  top: 35px !important;
  left: 0;
  border: 1px solid #d0dbec;
  width: 182px;
}

.timepicki-input {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #d0dbec;
  border-radius: 8px;
  float: none;
  margin: 0;
  text-align: center;
  width: 70%;
  height: 38px;
  font-size: var(--font-size-14);
  color: var(--Dark);
  font-weight: var(--font-weight-700);
}

.timepicki-input:focus {
  outline: none;
}

.timepicker_wrap .ti_tx,
.timepicker_wrap .mi_tx,
.timepicker_wrap .mer_tx {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.timepicker_wrap .time,
.timepicker_wrap .mins,
.timepicker_wrap .meridian {
  width: 60px;
  float: left;
  margin: 0;
  font-size: var(--font-size-14);
  color: var(--Dark);
  font-weight: var(--font-weight-700);
}

.timepicker_wrap .prev {
  cursor: pointer;
  padding: 18px;
  width: 28%;
  border: 1px solid #dcdce9;
  margin: auto;
  background: #ffffff url(../images/time-up.svg) no-repeat center center;
  border-radius: 5px;
  background-size: 14px;
}

.timepicker_wrap .next {
  cursor: pointer;
  padding: 18px;
  width: 28%;
  border: 1px solid #dcdce9;
  margin: auto;
  background: #ffffff url(../images/time-down.svg) no-repeat center center;
  border-radius: 5px;
  background-size: 14px;
}

.timePicker {
  position: relative;
}

.timePicker i.fa-clock {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #d0dbec;
  pointer-events: none;
}

/* Timepicki End */

.arrangementModal .modal-dialog {
  max-width: 650px;
}

.arrangementModal .modal-body table.responsive__table tr th:nth-child(1) {
  width: 60px;
}

.arrangementModal .modal-body table.responsive__table tr th:nth-child(3) {
  width: 120px;
}

.arrangementModal .modal-body table.responsive__table tr th:nth-child(4) {
  width: 60px;
}

.arrangementModal .modal-body table.responsive__table tr td {
  border-radius: 0 !important;
}

.modal-dialog .btn.remove {
  margin: 0 auto;
  display: block !important;
}

.Success-modal,
.Warning-modal,
.Danger-modal {
  text-align: center;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d0dbec;
  border-radius: 8px;
}

.Success-modal h4,
.Warning-modal h4,
.Danger-modal h4 {
  font-size: 22px;
  font-weight: 700;
}

.Success-modal p,
.Warning-modal p,
.Danger-modal p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.Success-modal img,
.Warning-modal img,
.Danger-modal img {
  width: 75px;
  margin: 30px 0px;
}

.Success-modal .modal-footer,
.Warning-modal .modal-footer,
.Danger-modal .modal-footer {
  border: 0;
  justify-content: center;
  padding: 10px 10px 36px 10px;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("../images/closed.svg") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.myAlert-bottom {
  position: fixed;
  bottom: 5px;
  left: 50%;
  width: 40%;
  display: none;
  z-index: 9;
  transform: translateX(-50%);
}

.myAlert-bottom {
  position: fixed;
  bottom: 5px;
  left: 50%;
  width: 40%;
  display: none;
  z-index: 9;
  transform: translateX(-50%);
}

.ck.ck-editor__main > .ck-editor__editable,
.ck-source-editing-area {
  height: 250px;
}

.export-btns {
  display: flex;
}

.export-btns button {
  width: 34px;
  padding: 9px 2px;
}

.export-btns iframe {
  border: 0;
}

.sorting_disabled {
  padding-right: 5px !important;
}

.StickyShadow {
  box-shadow: -7px 0 7px -2px rgb(0 0 0 / 10%);
}

.dataTables_paginate .previous {
  float: left;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0;
  color: #333 !important;
  font-size: 20px;
  height: auto;
}

.dataTables_paginate > span > a,
.dataTables_paginate > span {
  float: left;
}

.dataTables_paginate > span > span {
  float: left;
}

.dataTables_paginate .next {
  float: left;
}

.field__clear {
  display: none;
}

.z-index-1051 {
  z-index: 1051;
}

/* Sweet Alert & Toaster Start */

.swal2-styled.swal2-confirm {
  /* color: var(--White) !important;
    background-color: #00a2df !important; */
  /* border: 0 !important;*/
  border-radius: var(--bdrRadius) !important;
  padding: 5px 10px !important;
}

/* .swal2-styled.swal2-cancel {
    color: #2f2727 !important;
    background-color: #d5d5d5 !important;
} */

.swal2-styled.swal2-deny,
.swal2-styled.swal2-cancel {
  /* border: 0 !important;*/
  border-radius: var(--bdrRadius) !important;
  padding: 5px 10px !important;
}

.swal2-popup.swal2-toast {
  padding: 0 15px !important;
}

.swal2-popup.swal2-toast .swal2-close,
.swal2-styled.swal2-deny:focus,
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
  box-shadow: none !important;
}

.swal2-popup.swal2-toast .swal2-actions {
  margin: 0 0 0 9px !important;
}

body.swal2-toast-shown .swal2-container {
  width: auto !important;
  min-width: 300px;
}

.swal2-popup.swal2-toast .swal2-actions {
  margin: 0px !important;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0 !important;
  padding: 20px 5px 20px 5px !important;
  width: calc(100% - 70px);
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em !important;
  font-size: 14px !important;
}

.animate__animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Sweet Alert & Toaster End */

table.dataTable tbody tr.selected,
table.dataTable tbody tr.selected td {
  background-color: rgb(240 246 251);
}

td.dtfc-fixed-right {
  z-index: 100;
  background: #fff;
}

.role__permission__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

table.responsive__table th .role__permission__checkbox .checkbox__wrap,
table.responsive__table td .role__permission__checkbox .checkbox__wrap {
  margin: inherit;
  margin-right: 5px;
}

.table-heading {
  background-color: #e9f0f6 !important;
}

.w-400 {
  max-width: 400px !important;
  width: 400px !important;
  min-width: 400px !important;
}

.cke_chrome {
  border: 1px solid #d0dbec !important;
  border-radius: 8px;
}

.cke_top {
  border-bottom: 1px solid #d0dbec !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.cke_bottom {
  border-top: 1px solid #d0dbec !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cke_inner.cke_reset {
  border-radius: 8px;
}

.role__permission__checkbox span {
  padding-top: 2px;
}

.cke_chrome {
  border: 1px solid #d0dbec !important;
  border-radius: 8px;
}

.cke_top {
  border-bottom: 1px solid #d0dbec !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.cke_bottom {
  border-top: 1px solid #d0dbec !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cke_inner.cke_reset {
  border-radius: 8px;
}

.StatusAlign {
  padding-top: 28px;
}

.HeighthighlightsRow td {
  background: #f6f9fd !important;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: visible;
  pointer-events: none;
  opacity: 0.5;
}

.paginate_button.disabled {
  opacity: 0.6;
}

.AddTime {
  padding: 11px;
  border: 0;
  line-height: normal;
  text-align: center;
  display: block;
  width: 100%;
  box-shadow: none;
  border-radius: 0 0 8px 8px;
  background-color: #e9f0f6;
  border: 1px solid #d0dbec;
}

.AddTime:focus {
  box-shadow: none;
}

/* .TableWrap>table.responsive__table#participantTable {
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

table.responsive__table#participantTable td {
    background-color: transparent;
} */

.togglePassword {
  position: relative;
}

.togglePassword > input {
  padding-right: 36px;
}

.togglePassword .toggle__password {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  padding: 0 10px;
  width: 36px;
}

.error {
  color: red;
  font-size: 13px;
  font-weight: 600;
}

.modal-dialog.modal-xl {
  max-width: 1140px;
}

.modal-dialog {
  max-width: 650px;
}

.modal-dialog.modal-md {
  max-width: 500px;
}

a.filtersbar-close {
  color: #999;
}

.redirect-loader {
  text-align: center;
  margin-bottom: 26px;
}

.scrollHidden {
  overflow: hidden;
}

.dropdown-menu.column-selection {
  padding: 0.5rem;
}

.dropdown-menu.column-selection label.checkbox__wrap {
  white-space: nowrap;
}

.dropdown-menu.column-selection label.checkbox__wrap + label.checkbox__wrap {
  margin-top: 0.5rem;
}

.dtfc-right-top-blocker {
  background-color: transparent !important;
}

.small,
small {
  font-weight: 700;
}

/* Role and Permission page */

.role_permission_table thead tr {
  display: block;
  position: relative;
}

.role_permission_table tbody {
  display: block;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.TableWrap > table.responsive__table.role_permission_table > thead {
  position: inherit;
  top: inherit;
  left: inherit;
  z-index: 1;
}

.w-466 {
  max-width: 466px !important;
  width: 466px !important;
  min-width: 466px !important;
}

/* Role and Permission page */

/* 404 and 401 page */

.notfound_page {
  text-align: center;
  margin-top: 5%;
}

.error-no {
  font-size: 150px;
  margin: 0px;
  font-weight: 900;
  color: #1f54d0;
}

.error-massage {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 40px;
  margin-bottom: 15px;
}

.error-text {
  color: #7d7d7d;
  font-size: 31px;
  margin-top: 0px;
  margin-bottom: 45px;
}

.return-home {
  color: #1f54d0;
  font-weight: 500;
  font-size: 31px;
  text-decoration: none;
  border-bottom: 1px solid #1f54d0;
}

.return-home:hover {
  color: #0d3caa;
  text-decoration: none;
}

/* 404 and 401 page */
.ml10 {
  margin-left: 10px;
}

.nav-wrap nav .visible-links.min-width-auto {
  min-width: auto;
}

.logout {
  width: 60%;
  text-align: CENTER;
  font-weight: 600;
  padding-bottom: 26px;
  font-size: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
}

.parent-style {
  text-align: right;
}

.parent-style a {
  font-size: var(--font-size-14);
  color: var(--Dark);
  text-decoration: none;
  font-weight: var(--font-weight-700);
  transition: all 0.3s ease;
}

.parent-style a:hover {
  color: var(--Primary);
}
.bootstrap-select .dropdown-menu.inner {
  min-width: 100% !important;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
  white-space: pre-wrap;
}
/* Responsive Started */

@media (min-width: 1200px) {
  /*table.responsive__table td + td{ white-space:nowrap;}*/
}

@media (min-width: 992px) {
  table.responsive__table tbody tr td:last-child {
    border-right: 0px;
  }

  table.responsive__table tr:last-child td {
    border-bottom: 0;
  }

  table.responsive__table > tbody > tr:hover > td {
    background: #f6f9fd !important;
  }

  .TableWrap.TableSchedule table.responsive__table th:first-child,
  .TableWrap.TableAdHoc table.responsive__table th:first-child {
    width: 130px;
  }
  .w-107 {
    width: 107.5px !important;
  }
}

@media (max-width: 1399px) {
  .middle__wrap {
    width: 100%;
    max-width: 660px;
    padding: 0 25px;
  }

  table.dataTable thead th,
  table.dataTable tbody td,
  table.responsive__table th,
  table.responsive__table td {
    font-size: var(--font-size-13);
  }
}

@media (max-width: 1199px) {
  .middle__wrap {
    width: 100%;
    max-width: 536px;
    padding: 0 20px;
  }

  .activities {
    max-width: 200px;
  }

  .month-year {
    font-size: 20px;
  }

  .btn .left-arrow {
    margin-right: 10px;
    margin-left: 10px;
  }

  .AdminViewTable.TableWrap table.responsive__table {
    min-width: 1166px;
  }

  .list__wrap table.responsive__table {
    min-width: initial;
  }

  .width-11 {
    width: 13%;
  }

  .container {
    max-width: 100%;
  }

  .middle__wrap {
    max-width: calc(100% - 400px);
  }

  .RemarksDIV {
    padding: 15px;
  }

  .ArrangementPickUpDrop {
    padding: 15px;
  }

  ul.ArrangementUL li span {
    width: 30px;
    height: 30px;
    top: 5px;
  }

  ul.ArrangementUL li h3 {
    font-size: var(--font-size-14);
  }

  .ArrangementDIV {
    padding: 0 0 0 40px;
    width: 165px;
  }

  .PickUpDrop > div {
    padding: 0 10px 0 40px;
  }

  .PickUpDrop {
    width: calc(100% - 165px);
  }

  .ArrangementPickUpDrop:before {
    left: 174px;
  }

  .EditStudentTable.TableWrap {
    overflow: auto;
  }

  .EditStudentTable.TableWrap > table.responsive__table {
    min-width: 1120px;
  }

  .nav-wrap nav .visible-links li div.menulevel1 {
    left: auto;
    right: 0;
  }
}

/* Role and Permission page */

@media (max-width: 1166px) {
  .TableWrap > table.responsive__table.role_permission_table {
    overflow: auto;
    table-layout: auto;
  }

  .w-466 {
    min-width: 100% !important;
  }
}

/* Role and Permission page */
@media (max-width: 1023px) {
  
  .tooltip {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .inner-list-view {
    display: block;
    width: calc(33.33% - 33px);
    margin: 0;
  }

  .list-view-filters {
    align-items: end;
  }

  .FilterSearch button.btn.btn-primary {
    padding: 4px 10px 3px;
  }

  .inner-list-view .select2-container {
    min-width: 100%;
  }

  .modal-dialog {
    width: calc(100% - 30px);
    margin: 0.5rem auto;
  }

}

@media (max-width: 991px) {
  .sdWrap {
    margin-bottom: 5px;
  }

  .sd__drop {
    margin-bottom: 0;
  }

  .sdWrap {
    display: flex;
    flex-direction: column;
  }

  .sd__links {
    position: relative;
    /* margin: 25px 0 13px 0px; */
  }

  .sd__links > button {
    /* display: block; */
    background-color: #fff;
    border: 1px solid #d0dbec;
    border-radius: 6px;
    padding: 3px 10px 4px 10px;
    width: 44px;
    height: 44px;
    margin-left: 0.5rem;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .sd__links > button span {
    position: relative;
    padding: 0;
    width: 100%;
    background: #666;
    height: 2px;
    display: block;
    border-radius: 70px;
    transition: ease-in-out 0.2s;
  }

  .sd__links > button span:before,
  .sd__links > button span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    background: #666;
    height: 2px;
    border-radius: 100px;
    transition: ease-in-out 0.2s;
  }

  .sd__links > button span:after {
    top: calc(100% + 4px);
  }

  .sd__links > ul {
    display: none;
  }
  /* .sd__links > ul li {
    width: 50%;
  } */

  .LinksView.sd__links > ul {
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d0dbec;
    border-radius: 8px;
    padding: 9px 10px;
    z-index: 10;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.1);
  }

  .sd__links > ul li:last-child button {
    margin-bottom: 0;
  }

  .sd__links > ul li .btn {
    padding: 8px 16px 8px 0;
  }

  .sd__drop > .bootstrap-select.dropdown {
    box-shadow: 0px 3px rgba(0, 0, 0, 0.1);
  }

  .sd__drop .bootstrap-select .btn {
    border-radius: 6px;
    font-size: 13px;
    padding: 3px 10px 4px 10px;
  }

  .LinksView.sd__links > button span {
    background: transparent;
  }

  .LinksView.sd__links > button span:before {
    transform: rotate(45deg);
    top: 1px;
  }

  .LinksView.sd__links > button span:after {
    transform: rotate(-45deg);
    top: 1px;
  }

  .activities {
    display: none;
  }

  .activities .accordion {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d0dbec;
  }

  .activities .card {
    border-radius: 0;
    border: 0;
  }

  .activities .card-header {
    padding: 0;
    border-radius: 0;
    border: 0;
  }

  .activities .card .card-header h2 {
    margin: 0;
    border-bottom: 1px solid #d0dbec;
  }

  .collapse.show {
    border-bottom: 1px solid #d0dbec;
  }

  .activities .card:last-child .collapse.show {
    border-bottom: 0;
  }

  .activities .card .card-header h2 button {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 0 !important;
    box-shadow: none;
    border: 0;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    background-size: 20px;
    background-image: url(../images/UpArrow.svg);
    background-position: 98% 50%;
    background-repeat: no-repeat;
  }

  .activities .card .card-header h2 button.collapsed {
    background-color: #fff;
    background-image: url(../images/DownArrow.svg);
  }

  .activities .card .card-header h2 button {
    background-color: #eaf0f7;
  }

  .activities .accordion-button:focus {
    box-shadow: none;
    border: 0;
  }

  .activities .accordion-button {
    padding: 0.725rem 2.5rem 0.725rem 1rem;
    display: block;
  }

  .activities .accordion-button:not(.collapsed) {
    background-color: #eaf0f7;
  }

  .activities .card-body {
    padding: 0.725rem 1rem;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #838f9f;
  }

  .activities .card-body span {
    display: block;
  }

  .activities .card:last-child .card-header,
  .activities .card:last-child .card-header h2 {
    border-bottom: 0;
  }

  .activities .accordion-button::after {
    top: 50%;
    right: 1rem;
    margin-top: -10px;
    position: absolute;
  }

  .activities .accordion-collapse {
    border-bottom: 1px solid #d0dbec;
  }

  .activities h2 {
    margin-bottom: 5px;
  }

  .tb__right {
    display: flex;
    align-items: center;
  }

  .tb__right a {
    line-height: 17px;
  }

  .RecentActivitiesLi {
    display: block;
  }

  .cal-list-views {
    display: none;
  }

  .calendar__wrap {
    display: none !important;
  }

  .list__wrap {
    display: block !important;
  }

  .list-view-filters {
    margin-bottom: 0;
    justify-content: space-between;
  }

  .datepicker td,
  .datepicker th {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .TableWrap {
    overflow-x: auto;
  }
  .TeacherAdminTable {
    height: calc(100vh - 300px);
  }
  .TableWrap.TableScroll {
    overflow: auto;
  }

  .table__toolbar .tb__left h2 {
    margin-right: 20px;
  }

  .mychildren__wrap {
    flex-wrap: wrap;
  }

  .student__detail {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .middle__wrap {
    max-width: 100%;
    padding: 10px 0 0 0;
  }

  .activities {
    max-width: 100%;
    padding-top: 30px;
  }

  .TodayArrangement h2 {
    font-size: var(--font-size-18);
  }

  .StudentTable.TableWrap > table.responsive__table {
    min-width: 850px;
  }

  .student__details__wrap {
    padding: 0;
  }

  .resposive__btn {
    background-color: #fff;
    border: 1px solid #d0dbec;
    border-radius: 6px;
    padding: 3px 10px 4px 10px;
    width: 44px;
    height: 44px;
    margin-left: 0.5rem;
    box-shadow: 0px 3px rgb(0 0 0 / 10%);
    cursor: pointer;
    display: block;
  }

  .resposive__btn span {
    position: relative;
    padding: 0;
    width: 100%;
    background: #666;
    height: 2px;
    display: block;
    border-radius: 70px;
    transition: ease-in-out 0.2s;
  }

  .resposive__btn span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    background: #666;
    height: 2px;
    border-radius: 100px;
    transition: ease-in-out 0.2s;
  }

  .resposive__btn span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    background: #666;
    height: 2px;
    border-radius: 100px;
    transition: ease-in-out 0.2s;
  }

  .resposive__btn span::after {
    top: calc(100% + 4px);
  }

  .student__detail__button {
    justify-content: space-between;
  }

  button.resposive__btn__add span {
    background: transparent;
  }

  button.resposive__btn__add span:after {
    transform: rotate(-45deg);
    top: 1px;
  }

  button.resposive__btn__add span:before {
    transform: rotate(45deg);
    top: 1px;
  }

  /* .left__student__details .sd__links.LinksView {
    position: absolute;
    padding: 0;
    z-index: 22222;
    left: calc(100% - 15px);
    top: 140px;
  } */
  .left__student__details .sd__links.LinksView {
    position: absolute;
    padding: 0;
    z-index: 22222;
    left: calc(100% - 67px);
    top: 58px;
  }
  .left__student__details .sd__links {
    margin: 0;
    padding: 0;
  }
  /* .left__student__details .sd__links button {
    display: none;
  } */
  .left__student__details .sd__links.LinksView button {
    display: block;
  }

  .responsive__export__btn {
    line-height: 29px;
  }

  table.responsive__table.right__table {
    width: 100%;
  }

  .w-180 {
    max-width: 180px !important;
    width: 180px !important;
    min-width: 180px !important;
  }

  .w-160 {
    max-width: 160px;
    width: 160px;
    min-width: 160px;
  }

  .right__tableAdHoc {
    overflow: hidden;
  }

  .w-110 {
    max-width: 110px;
    width: 110px;
    min-width: 110px;
  }

  .w-350 {
    max-width: 350px;
    width: 350px;
    min-width: 350px;
  }

  .left__student__details {
    display: flex;
  }

  .left__student__details .sdWrap {
    padding-right: 0px;
  }

  .left__student__details .left__sd__drop {
    margin-bottom: 0px;
  }

  .dataTables_wrapper .bottom .dataTables_length {
    width: 50%;
  }

  .dataTables_wrapper .bottom .dataTables_info {
    width: 50%;
    text-align: right;
  }

  .dataTables_wrapper .bottom .export-btns {
    width: 50%;
    margin-top: 10px;
  }

  .dataTables_wrapper .bottom .dataTables_paginate {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  /* Role and Permission page */
  .w-466 {
    min-width: 200px !important;
  }

  /* Role and Permission page */
  .table__toolbar .tb__right .btn + .btn {
    margin-left: 4px;
  }

  .ml10 {
    margin-left: 4px;
    margin-top: 10px;
  }

  .SelectWrapDiv {
    margin-left: 4px;
    min-width: 50%;
  }

  /* .table__toolbar .tb__left h2 {
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .table__toolbar .tb__left > .dropdown.bootstrap-select {
    width: calc(50% - 10px) !important;
} */
  .table__toolbar .tb__right .btn + .btn {
    margin-left: auto;
  }

  .table__toolbar {
    flex-wrap: wrap;
  }

  .table__toolbar .tb__left {
    width: 100%;
    flex-wrap: wrap;
  }

  .table__toolbar .tb__right {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }

  .table__toolbar .tb__left h2 {
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
  }

  .table__toolbar
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 50%;
    margin-top: 10px;
  }

  .table__toolbar .tb__left .bootstrap-select + .bootstrap-select {
    margin-left: 10px;
    width: calc(50% - 10px) !important;
  }

  .select2-container--bootstrap4 .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }

  .table__toolbar .tb__left > .dropdown.bootstrap-select {
    width: calc(50% - 10px) !important;
  }
}

@media (max-width: 767px) {
  .list__wrap .responsive__table {
    min-width: inherit;
  }

  .toolbar {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0 0 15px;
  }

  .cal-list-views span {
    padding: 0 9px;
    display: flex;
  }

  .cal-list-views span.line__sep {
    display: none;
  }

  .cal-list-views span img {
    vertical-align: top;
  }

  .cal-list-views:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #d0dbec;
    width: 1px;
    height: 100%;
  }

  .calendar {
    min-width: 560px;
  }

  #calendar {
    overflow-y: hidden;
    overflow-x: auto;
    background: #fff;
    border-radius: 8px;
  }

  .table__toolbar .tb__left > .dropdown.bootstrap-select {
    width: calc(50% - 10px) !important;
  }

  .SelectWrapDiv .form-control,
  .SelectWrapDiv .dropdown {
    min-width: 200px;
    width: 100%;
  }

  .SelectWrapDiv {
    min-width: 200px;
    width: calc(50% - 10px);
  }

  .footer__btns {
    display: block;
    text-align: center;
  }

  .list__wrap .TableWrap > table.responsive__table thead th:nth-child(2),
  .list__wrap
    .TableWrap
    > table.responsive__table
    > tbody
    > tr
    > td:nth-child(2) {
    text-align: center;
  }

  .list__wrap table.responsive__table th {
    font-size: 11px;
    padding: 4px 5px;
    height: 30px;
  }

  .list__wrap table.responsive__table td {
    padding: 5px;
    font-size: 11px;
  }

  .list__wrap .TableWrap > table.responsive__table > tbody > tr > td {
    white-space: nowrap;
  }

  .list__wrap .set-center {
    margin: 0;
    line-height: 17px;
  }

  .list__wrap .arrangement-icon img {
    display: none;
  }

  .tbl-pick small,
  .tbl-drop small {
    font-size: 11px;
  }

  .TableWrap.EditAdHoc table.responsive__table > tbody > tr > td:before {
    width: 100%;
  }

  .TableWrap.EditAdHoc table.responsive__table > tbody > tr > td {
    height: auto;
    display: block;
  }

  .TableWrap.EditAdHoc table.responsive__table > tbody > tr > td:nth-child(1),
  .TableWrap.EditAdHoc table.responsive__table > tbody > tr > td:nth-child(3) {
    border-left: 0;
  }

  .TableWrap.EditPermission
    table.responsive__table
    > tbody
    > tr
    > td:last-child {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #d0dbec;
  }

  table.responsive__table td {
    padding: 8px;
    height: auto;
  }

  .TableWrap.EditCurrentRegular table.responsive__table > tbody > tr > td {
    display: block;
    text-align: left !important;
  }

  .TableWrap.EditCurrentRegular
    table.responsive__table
    > tbody
    > tr
    > td:before {
    display: block;
  }

  .EditCurrentRegular .date-delete {
    width: 100%;
  }

  .tb__left .select2-container {
    width: calc(50% - 10px);
  }

  .SelectWrapDiv .select2-container {
    width: 100%;
  }

  .addanother__row {
    padding: 15px 0 0 0;
  }

  .table__toolbar .tb__right .btn + .btn {
    margin-left: auto;
  }

  .table__toolbar {
    flex-wrap: wrap;
  }

  .table__toolbar .tb__left {
    width: 100%;
    flex-wrap: wrap;
  }

  .table__toolbar .tb__right {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }

  .table__toolbar .tb__left h2 {
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
  }

  .table__toolbar
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 50%;
    margin-top: 10px;
  }

  .table__toolbar .tb__left .bootstrap-select + .bootstrap-select {
    margin-left: 10px;
    width: calc(50% - 10px) !important;
  }

  .select2-container--bootstrap4 .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }

  .list__wrap .TableWrap {
    overflow-x: auto;
  }

  .TableWrap {
    overflow-x: auto;
  }

  thead .AdHoc {
    display: none;
  }

  tbody .AdHoc {
    display: inline-block;
    max-width: inherit;
    min-width: inherit;
    padding: 0;
  }

  tbody .AdHoc span {
    border: 1px solid #999;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 10px;
  }

  .MergeDIV {
    flex-wrap: wrap;
    height: auto;
  }

  .AdHoc:after {
    display: none;
  }

  .Arrangement {
    width: 100%;
    padding: 0;
  }

  .arrangementAdHoc {
    display: inline-block;
    border: 1px solid #999;
    background: #fff;
    padding: 2px 4px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    line-height: 1;
  }

  .arrangement-icon {
    display: block;
    padding: 0 5px 0 0;
  }

  .FixedWidth {
    min-width: 46px;
  }

  .header {
    text-align: center;
  }

  .header > .container {
    justify-content: center;
  }

  .PickUpDrop {
    padding: 0 15px;
    width: calc(100% - 180px);
  }

  .ArrangementDIV {
    padding: 0 0 0 40px;
  }

  ul.ArrangementUL li span {
    top: 20px;
  }

  .ArrangementDIV span {
    left: 15px;
  }

  .ArrangementDIV {
    padding: 15px 15px 15px 55px;
  }

  .PickUpDrop > div {
    padding: 15px 5px 15px 40px;
  }

  ul.ArrangementUL li .PickUpDrop h3 {
    margin-right: 0;
  }

  .ArrangementPickUpDrop {
    padding: 0;
  }

  .ArrangementDIV {
    width: 180px;
  }

  table.responsive__table td {
    border-bottom: 1px dashed #d0dbec;
  }

  .TableWrap.TableAdHoc > table.responsive__table tr th:nth-child(3) {
    width: 24%;
  }

  .TableWrap.TableAdHoc > table.responsive__table tr th:nth-child(4) {
    width: 34%;
  }

  .TableWrap > table.responsive__table thead th {
    border-top: 0;
  }

  .TableWrap.TableSchedule > table.responsive__table {
    background: transparent;
  }

  .TableWrap.TableSchedule > table.responsive__table > thead {
    display: none;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1rem;
    border-radius: 8px;
    overflow: hidden;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td:first-child {
    display: block;
    background: transparent;
    width: 100%;
    border: 0;
    text-align: left;
    padding: 0 0 6px;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td:first-child p {
    display: flex;
    align-items: center;
  }

  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:first-child
    p
    small {
    margin-left: 0.5rem;
    color: #000;
  }

  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:first-child
    p
    small
    span {
    font-size: var(--font-size-13);
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td + td:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 40px;
    background: #d0dbec;
    left: 0;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td + td:before {
    content: "";
    padding: 8px;
    border-bottom: 1px dashed #d0dbec;
    border-top: 1px solid #d0dbec;
    text-transform: uppercase;
    background: #e9f0f6;
    height: 40px;
    white-space: nowrap;
    font-size: var(--font-size-13);
    color: #000;
    line-height: 14px;
    font-weight: var(--font-weight-700);
    display: block;
    margin: -8px -6px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px dashed #d0dbec;
    border-right: 1px dashed #d0dbec;
  }

  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:nth-child(2):before {
    content: "MON";
    border-radius: 8px 0 0 0;
    border-left: 1px solid #d0dbec;
  }

  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:nth-child(3):before {
    content: "TUE";
  }

  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:nth-child(4):before {
    content: "WED";
  }

  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:nth-child(5):before {
    content: "THU";
  }

  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:nth-child(6):before {
    content: "FRI";
    border-radius: 0 0px 0 0;
  }
  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:nth-child(7):before {
    content: "ACTION";
    border-radius: 0 8px 0 0;
    border-right: 1px solid #d0dbec;
  }

  .TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td:last-child
    td::before {
    border-radius: 0 8px 0 0;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td + td {
    width: 16.66%;
    border: 0;
    border-left: 1px solid #d0dbec;
    border-bottom: 1px solid #d0dbec;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td + td + td {
    border-left: 1px dashed #d0dbec;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td:last-child {
    border-right: 1px solid #d0dbec;
    border-radius: 0 8px 8px 0;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td:nth-child(2) {
    border-radius: 8px 0 0 8px;
  }

  .TableWrap.TableSchedule h3 {
    margin: 0 0 15px;
  }

  .middle__wrap .TableWrap.TableSchedule {
    margin: 0 0 10px;
  }

  table.responsive__table td small {
    font-size: var(--font-size-13);
  }

  #RecentActivities .SetSchedule table tr td:nth-child(2) {
    font-size: var(--font-size-13);
    width: 65%;
  }

  .SingleLine {
    display: block;
  }

  .TableWrap.TableAdHoc > table.responsive__table tr th {
    width: 20%;
  }

  .TableWrap.TableAdHoc > table.responsive__table tr th:nth-child(3) {
    width: 20%;
  }

  .TableWrap.TableAdHoc > table.responsive__table tr th:nth-child(4) {
    width: 40%;
  }

  .WeeklySchedule.TableWrap > table.responsive__table td:first-child {
    width: 45%;
  }

  .WeeklySchedule.TableWrap > table.responsive__table td {
    width: 55%;
  }

  table.responsive__table td.ViewAdHoc a {
    line-height: 19px;
  }

  .TableWrap.TableSchedule > table.responsive__table {
    border: 0;
  }

  .nav-wrap nav .mobile-menu {
    display: flex;
    background: #ececec;
    padding: 9px 10px;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    width: 34px;
    margin-left: auto;
  }

  .nav-wrap nav .mobile-menu i {
    line-height: 22px;
  }

  .nav-wrap nav .mobile-menu i.fa-bars {
    margin-right: 0.75rem;
  }

  .nav-wrap nav .mobile_menu_view {
    display: none;
    position: absolute;
    background: #fff;
    right: 0px;
    top: 42px;
    border-radius: 8px;
    box-shadow: 0 0 5px 2px rgb(195 195 195 / 30%);
    border: 1px solid #e1e8ef;
    min-width: 215px;
  }

  .nav-wrap nav .visible-links {
    display: none;
  }

  .nav-wrap nav .hidden-links {
    display: none;
  }

  .nav-wrap nav .menu_hamburger {
    display: none;
  }

  .nav-wrap nav .mobile_menu_view > li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    position: relative;
  }

  .nav-wrap nav .mobile_menu_view > li + li {
    border-top: 1px solid #d0dbec;
  }

  .nav-wrap nav .mobile_menu_view li a {
    color: var(--Dark);
    font-size: var(--font-size-13);
    line-height: 1.25;
    /* text-transform: uppercase; */
    font-weight: var(--font-weight-700);
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
  }

  .nav-wrap nav .mobile_menu_view li a i {
    margin-left: auto;
    padding-left: 0.5rem;
  }

  .nav-wrap nav .mobile_menu_view li a.active {
    color: var(--Primary);
  }

  .nav-wrap nav .mobile_menu_view > li div.menulevel1.openmenu {
    display: block;
  }

  .nav-wrap nav .mobile_menu_view > li div.menulevel1 {
    color: var(--Dark);
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 5px;
    background: #f2f3f7;
    border-radius: 6px;
    max-height: 80vh;
    overflow: auto;
    border: 1px solid #e1e8ef;
    display: none;
    padding: 3px 0;
  }

  .nav-wrap nav .mobile_menu_view > li div.menulevel1 a {
    padding: 7px 12px;
  }

  .nav-wrap nav .mobile_menu_view > li div.menulevel1 a + a {
    border-top: 1px solid #e1e8ef;
  }

  .DTFC_RightWrapper {
    display: none;
  }

  .left__student__details {
    display: flex;
    flex-direction: column;
  }

  .left__student__details .sdWrap {
    padding-right: 0px;
  }

  .left__student__details .left__sd__drop {
    margin-bottom: 18px;
    width: 100%;
  }

  .login-wrapper {
    padding: 0;
  }

  .login-wrapper .login-content {
    height: 100vh;
    border-radius: 0;
    max-width: 100%;
  }

  .login-wrapper .login-content .form-wrapper .btns-wrapper {
    text-align: center;
    padding: 0 24px;
  }

  .dataTables_wrapper .bottom {
    justify-content: space-around;
  }

  .dataTables_wrapper .bottom > * {
    margin-bottom: 0.5rem;
  }

  .dataTables_wrapper .bottom .dataTables_length {
    width: 100%;
  }

  .dataTables_wrapper .bottom .dataTables_length label {
    justify-content: center;
  }

  .dataTables_wrapper .bottom .dataTables_info {
    width: 100%;
    text-align: center;
  }

  .dataTables_wrapper .bottom .export-btns {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }

  .dataTables_wrapper .bottom .dataTables_paginate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .w-400 {
    max-width: 250px !important;
    width: 250px !important;
    min-width: 250px !important;
  }

  .dataTables_wrapper table.dataTable thead th,
  .dataTables_wrapper table.dataTable tbody td {
    position: relative !important;
    right: 0 !important;
  }

  .StickyShadow {
    box-shadow: none;
  }

  .StatusAlign {
    padding-top: 0;
  }

  .student__details__wrap .TableWrap.SpecialRequest .responsive__table {
    min-width: 100%;
    width: auto;
  }

  .student__details__wrap
    .TableWrap.SpecialRequest
    .responsive__table
    .text-center.w-160 {
    max-width: inherit;
    width: auto;
    min-width: inherit;
  }
  .RespTextSet table.responsive__table th,
  .RespTextSet table.responsive__table td {
    padding: 8px 5px;
    font-size: var(--font-size-12);
  }
  .RespTextSet.TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td
    + td:before {
    font-size: var(--font-size-10);
  }
  .header-text {
    display: none;
  }
  .nav-wrap {
    width: 100%;
  }
}

@media (max-width: 549px) {
  ul.ArrangementUL {
    flex-wrap: wrap;
    padding: 0;
  }

  ul.ArrangementUL li:nth-child(2),
  ul.ArrangementUL li {
    min-width: 100%;
    width: 100%;
  }

  ul.ArrangementUL li:nth-child(3) h3 {
    text-align: center;
  }

  .ArrangementPickUpDrop {
    display: block;
    padding: 0;
  }

  .ArrangementPickUpDrop:before {
    display: none;
  }

  .ArrangementDIV {
    border-bottom: 1px dashed #d0dbec;
    width: 100%;
  }

  .PickUpDrop {
    width: 100%;
  }

  .ArrangementPickUpDrop:before {
    left: 185px;
  }

  ul.ArrangementUL li h3 {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5rem;
  }

  .SetSchedule table tr + tr {
    border-top: 1px dashed #d0dbec;
  }

  .AdHocLabel {
    margin-top: 1px;
  }

  .header-text {
    text-align: center;
    padding-left: 1rem;
  }

  .header-text span {
    padding: 0;
    margin: 0;
    display: block;
  }

  .header-text span:before {
    display: none;
  }
}

@media (max-width: 439px) {
  .SelectWrapDiv .form-control,
  .SelectWrapDiv .dropdown,
  .SelectWrapDiv {
    width: 100% !important;
    margin: 0;
  }

  .table__toolbar .tb__left > .dropdown.bootstrap-select {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .TableWrap.EditAdHoc table.responsive__table > tbody > tr > td {
    width: 100%;
    border-left: 0;
    padding: 8px;
  }

  .TableWrap.EditAdHoc table.responsive__table > tbody > tr > td + td {
    border-top: 1px solid #d0dbec;
  }

  .TableWrap.EditPermission table.responsive__table > tbody > tr > td {
    display: block;
  }

  .TableWrap.EditPermission
    table.responsive__table
    > tbody
    > tr
    > td:last-child:before {
    display: block;
  }

  .TableWrap.EditPermission table.responsive__table td .checkbox__wrap {
    margin: 0 auto;
  }

  .tb__left .select2-container {
    width: 100%;
  }

  .DateTD span {
    display: block;
    line-height: 1;
  }

  .SetSchedule table tr td {
    white-space: normal;
  }

  .modal-footer,
  .modal-body,
  .modal-header {
    padding: 15px;
  }

  .logo a span {
    display: none;
  }

  .nav-wrap {
    width: calc(100% - 166px);
  }

  .customer_records_dynamic .remove .col-md-12.no-gutters,
  .customer_records .col-md-12.no-gutters {
    padding-right: 15px;
  }

  .customer_records_dynamic .remove .IconChanges,
  .customer_records .IconChanges {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0 auto;
  }

  .arrangementTable {
    overflow: auto;
  }

  .arrangementTable table {
    min-width: 439px;
  }

  .header-text {
    display: none;
  }

  .FullWidthFTR {
    margin: 0 -10px -15px;
  }

  .dataTables_paginate > span {
    display: flex;
  }
  .RespTextSet table.responsive__table th,
  .RespTextSet table.responsive__table td {
    padding: 8px 5px;
    font-size: var(--font-size-10);
  }
  .RespTextSet.TableWrap.TableSchedule
    > table.responsive__table
    > tbody
    td
    + td:before {
    font-size: var(--font-size-10);
  }
}

@media (max-width: 359px) {
  .tb__left > .dropdown {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .SelectWrapDiv .dropdown,
  .SelectWrapDiv .form-control,
  .SelectWrapDiv {
    min-width: 100%;
  }

  .tb__right .btn {
    font-size: 13px;
    padding: 7px 10px;
  }

  .list-view-filters {
    flex-wrap: wrap;
  }

  .inner-list-view {
    display: block;
    width: calc(33.33% - 5px);
    margin: 0;
  }

  .FilterSearch {
    width: 100%;
    margin: 10px 0 0;
  }

  .FilterSearch button.btn.btn-primary {
    width: 100%;
  }

  ul.ArrangementUL li .PickUpDrop span {
    left: 0;
  }

  .RemarksDIV {
    padding: 15px;
  }

  .TableWrap.TableAdHoc > table.responsive__table tr th {
    width: 24%;
  }

  .TableWrap.TableAdHoc > table.responsive__table tr th:nth-child(3) {
    width: 26%;
  }

  .TableWrap.TableAdHoc > table.responsive__table tr th:nth-child(4) {
    width: 30%;
  }

  ul.ArrangementUL li h3 {
    font-size: 13px;
  }

  .PickUpDrop > div {
    padding: 15px 5px 15px 36px;
  }

  .TableWrap.TableSchedule > table.responsive__table > tbody td + td:before {
    margin: -8px -5px 8px;
  }

  .recaptcha .captcha__img img {
    max-width: 110px;
  }

  .dataTables_wrapper .bottom .dataTables_paginate .paginate_button {
    min-width: 30px;
    height: 30px;
    line-height: 20px;
    margin: 0px 1px;
  }
}

@media (max-width: 349px) {
  .list__wrap .TableWrap > table.responsive__table > tbody > tr > td,
  .list__wrap table.responsive__table th {
    font-size: 10px;
  }

  .tbl-pick small,
  .tbl-drop small {
    font-size: 10px;
  }

  .TableWrap .select2-container {
    min-width: 132px;
  }

  ul.ArrangementUL li h3 {
    font-size: 12px;
  }

  .list__wrap .TableWrap > table.responsive__table > tbody > tr > td,
  .list__wrap table.responsive__table th {
    font-size: 10px;
  }

  .tbl-pick small,
  .tbl-drop small {
    font-size: 10px;
  }

  .TableWrap .select2-container {
    min-width: 132px;
  }

  ul.ArrangementUL li h3 {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .table__toolbar .tb__left > .dropdown.bootstrap-select {
    width: calc(50% - 17px) !important;
    margin-bottom: 0px;
  }

  .SelectWrapDiv {
    margin-left: 4px !important;
    min-width: auto !important;
    width: calc(50% - 28px) !important;
  }

  .SelectWrapDiv .form-control,
  .SelectWrapDiv .dropdown {
    min-width: auto;
    width: 100%;
  }

  .ml10 {
    margin-left: 10;
    margin-top: 0;
    padding: 7px;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  .ml10 span {
    display: none;
  }
  body.swal2-toast-shown .swal2-container {
    min-width: 100%;
  }
  .swal2-popup.swal2-toast .swal2-html-container {
    width: 100%;
  }
  /* .nav-wrap nav .mobile_menu_view li#Masterli {
    display: none;
  } */
  .res__set {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.ArrangementUL {
    margin-bottom: 20px;
  }
}
.w-110 {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}
.w-200 {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.hide-mobile {
  display: block;
}
.show-mobile {
  display: none;
}
.parent-button {
  padding: 0;
  list-style: none;
}
.parent-button li {
  padding-bottom: 10px;
}
.parent-button li button {
  width: 100%;
  text-align: left;
}
.modal-full{
  max-width: 98%;
}
@media (max-width: 991px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}

.mt-15 {
  margin-top: 15px;
}

/* #DataTermsConditionsDiv{
  overflow-y:auto;
  max-height:300px;
} */






.mob-tab-dropdown {
  background: #fff;
  padding: 8px 1rem;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: var(--font-weight-700);
}

@media (min-width: 768px) {
  .mob-tab-dropdown {
    display: none;
  }
}

@media (max-width: 767px) {
  .SubPage {
    margin-bottom: 15px;
  }
  .SubPage ul {
    margin: 5px 0 0 0;
    background: #ffffff;
    border-radius: 8px;
  }
  .nav-pills.mob-pills.open {
    display: block;
  }
  .nav-pills.mob-pills {
    display: none;
  }
  .nav-pills.mob-pills .nav-item {
    width: 100%;
  }
  .nav-pills.mob-pills .nav-link.active {
    background-color: #e9f0f6;
    border-radius: 0;
  }

  
  
}

@media (max-width: 549px) {
  .hide-mob {
    display: none !important;
  }
}

/*===== Perent Menu Wrapper Start =====*/

/* Perent Menu Icon Start */
.parent-menu .parent-menu-inner .parent-mob-menu-icon {
  display: flex;
  background: #ececec;
  padding: 9px 10px;
  border-radius: 6px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.parent-menu .parent-menu-inner .parent-mob-menu-icon i {
  line-height: 22px;
  margin-right: 0.75rem;
}

@media (min-width: 767px) {
  .parent-menu .parent-menu-inner .parent-mob-menu-icon {
    display: none;
  }
}
/* Perent Menu Icon End */

/* Perent Menu Start */
.nav-wrap.parent-menu{
  width: 100%;
}
.parent-menu .parent-menu-inner {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.parent-menu .parent-menu-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.parent-menu .parent-menu-inner ul li {
  margin: 0;
  padding: 0px 6px;
  list-style: none;
  display: inline-block;
}
.parent-menu .parent-menu-inner ul li a {
  font-size: 13px;
  color: var(--Dark);
  text-decoration: none;
  font-weight: var(--font-weight-700);
  transition: all 0.3s ease;
}

.parent-menu .parent-menu-inner ul li a:hover,
.parent-menu .parent-menu-inner ul li a.active {
  color: var(--Primary);
}

@media (max-width: 767px) {
  .parent-menu .parent-menu-inner ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    background: #fff;
    right: 0px;
    top: 42px;
    border-radius: 8px;
    box-shadow: 0 0 5px 2px rgb(195 195 195 / 30%);
    border: 1px solid #e1e8ef;
  }
  .parent-menu .parent-menu-inner ul li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    position: relative;
    white-space: nowrap;
  }
  .parent-menu .parent-menu-inner ul li + li {
    border-top: 1px solid #d0dbec;
  }
  .parent-menu .parent-menu-inner ul.p-menu-open {
    display: block;
  }
 

}
@media (max-width: 580px) {
.header-text.d-flex {
  display: block !important;
  padding-left:4px;
}
.header-text span::before{
  content:none;
}
.header-text span{
  margin:0px;
  padding:0px;
}
}
@media (max-width:440px) {
  .header-text.d-flex {
    display: none !important;
    padding-left:4px;
  }
}
label.form-control {
    min-height: 34px;
}
.active-status-btn:disabled{
  border: 4px solid black;
  opacity:0.5;
}
/* Perent Menu End */

/*===== Perent Menu Wrapper End =====*/


.w-100 {
  width: 100%;
}

.radius-8 {
  border-radius: 8px;
}

.Available-Status {
  color: #3bab3f;
}
.Assigned-Status {
  color: #1f54d0;
}

.assettableloan .responsive__table{
  min-width: 768px;
}
.min-width-200{
  min-width: 200px;
}
.camera-btn input[type="file"] {
  display: none;
}
.camera-field{
  display: flex;
  align-items: center;
}
.camera-field .camera-btn{
  margin-left: 5px;
}

@media (min-width: 1199px) {
  .camera-btn{
    display: none;
  }
}


.height-30{
  height: 30px;
  display: inline-block;
}

.common-btn-style {
  height: 34px;
  width: 34px;
  line-height: 34px;
  padding: 0;
  margin: 0 1px;
}

.btn-bs-file {
  position: relative;
}

.btn-bs-file input[type="file"] {
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
  cursor: inherit;
}

.btn-default {
	padding:8px 10px;
  color: #333;
  background-color: #fff;
  border-color: #ccc; transition-duration:0.5s;
}


@media (max-width:767px) {
  #AssignAssetsfileInfoDiv {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.swal2-icon
 {
  width: 88px;
  height: 88px;
}

.swal2-icon.swal2-success .swal2-success-ring{
  width: 88px;
  height: 88px;
}


.TermConditionBlock .checkmark{
  top :2px;
  left: 2px;
  border:1px solid #999a9c;
}
.TermConditionBlock .check__text{
 font-size: 16px;
 font-weight: 400;
 }

 .StatusYes{
  color: #3bab3f;
  display: block;
  text-align: center;
  font-size: 18px;
 }

 .StatusNo{
  color: #e7392c;
  display: block;
  text-align: center;
  font-size: 18px;
 }

 .F-Col
 {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
 }
.LS-Col
{
  min-width: 40px;
  max-width: 40px;
  width: 40px;
}
 .Ability-Col
 {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
 }

 .Behaviour-Col
 {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
 }

/* 
 .Friend-Col
 {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
 } */

 .Friend-Col
 {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
 } 
 .Friend-Col .bootstrap-select .dropdown-toggle .filter-option-inner-inner 
 {
  text-overflow: ellipsis;

}



.stduent-dropdown-error.bootstrap-select .btn{
   border-color: red !important;
}
.table.dataTable .stduent-field-error{
  border-color: red !important;
}


.radius-8 {
  border-radius: 8px;
}



.tts-bus-wrap .Page-Title .LeftPage h2 {
  margin-top: 5px;
}

.radius-8 {
  border-radius: 8px;
}
.tts-bus-wrap .small-title {
    font-weight: 600;
    font-size: 18px;

}
.tts-bus-wrap .small-title .small {
  margin: 0;
}
.tts-bus-wrap .small-title .small strong {
  font-weight: 600;
  font-size: 14px;
}

.steps-start-btn {
  text-align: center;
  margin: 36px 0 0 0;
}
.steps-start-btn .btn {
  padding: 14px 28px;
  min-width: 180px;
}
.steps-start-btn .btn span {
  display: inline-block;
  margin-right: 8px;
}

.tts-bus-steps {
  display: flex;
  gap: 16px;
  align-items: center;
}

.tts-bus-steps .item {
  background: #e9f0f6;
  border-radius: 8px;
  padding: 22px;
  width: 25%;
  text-align: center;
}
.tts-bus-steps .item strong {
  display: block;
}
.tts-bus-steps .step-arrow {
  border: 1px dashed #d0dbec;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
  color: #565656;
}

.tts-bus-hide-wizard {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.hideSec {
  display: none;
}

.invalid input {
  border: 1px solid #ff0000;
}

.invalid .tagsinput {
  border: 1px solid #ff0000;
}


.invalid textarea {
  border: 1px solid #ff0000;
}

.invalid select {
  border: 1px solid #ff0000;
}

.invalid > span {
  color: #ff0000;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .tts-bus-steps {
    flex-wrap: wrap;
  }
  .tts-bus-steps .item {
    width: calc(50% - 34px);
  }
  .tts-bus-steps .step-arrow.two {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tts-bus-wrap .Page-Title p {
    margin-left: 0;
  }
  .tts-bus-steps {
    padding-top: 8px;
  }
}

@media screen and (max-width: 480px) {
  .tts-bus-steps {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tts-bus-steps .item {
    width: 100%;
  }
  .tts-bus-steps .step-arrow.two {
    display: flex;
  }
  .tts-bus-steps .step-arrow {
    transform: rotate(90deg);
  }
}

.indent {
    text-indent: 4em; /* Approx. 2 tab spaces */
    margin: 0.3em 0;
}

.custom-swal-popup {
    max-width: 360px;
    padding: 40px 32px;
}

.custom-swal-actions {
    display: flex;
    margin: 16px 0 0 0;
}

.custom-swal-title {
    padding: 0;
    font-size: 18px;
}

#tblRegisterlist tr td {
    height: 44px;
}

#tblRegisterlist tr td {
    height: 44px;
}
.longtext-drop .dropdown-menu li .dropdown-item {
    white-space: inherit;
}
.tts-bus-wrap .small-title h2 {
    margin: -16px -16px 16px -16px;
    background: #155f82;
    padding: 8px 16px;
    border: 0;
    color: #ffffff;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    font-size: 18px;
}
#divSteptoRegister {
    margin-bottom: 20px;
    border-bottom: 1px dashed #d0dbec;
    padding-bottom: 20px;
}