﻿:root {
  --ins_primary_color: #2756c7;
}
@import "../../assets/webfonts/stylesheet.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-x: hidden;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
pre code {
  display: block;
  color: #000;
  background: #f3f3f3;
  font-family: "Consolas", "Menlo", "DejaVu Sans Mono", monospace;
}
pre .subst,
pre .title {
  font-weight: normal;
  color: #000;
}
pre .comment {
  color: #535353;
  font-style: italic;
}
pre .doctype {
  color: #535353;
}
pre .tag {
  background: #f3f3f3;
}
pre .tag .title,
pre .id,
pre .attr_selector,
pre .pseudo,
pre .literal,
pre .keyword,
pre .hexcolor,
pre .css .function,
pre .ini .title,
pre .css .class,
pre .list .title,
pre .tex .command {
  font-weight: normal;
  color: #ff0c64;
}
pre .attribute,
pre .rules .keyword,
pre .number,
pre .date {
  font-weight: normal;
  color: #008cff;
}
pre .number {
  font-weight: normal;
}
pre .string,
pre .value,
pre .filter .argument,
pre .css .function .params {
  color: #008900;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "google_sansmedium";
  color: var(--ins_primary_color_dark);
}
h1 {
  font-size: 32px;
}
strong {
  font-weight: normal;
  font-family: "google_sansmedium";
}
@media (max-width: 1199px) {
  h1 {
    font-size: 28px;
  }
}
.font-weight-noraml {
  font-weight: normal !important;
}
.font-34 {
  font-size: 34px !important;
}
.font-32 {
  font-size: 32px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-9 {
  font-size: 9px !important;
}
.font-45 {
  font-size: 45px !important;
}
.font-primary {
  font-family: "product_sansregular";
}
.font-regular {
  font-family: "product_sansregular";
}
.font-medium {
  font-family: "google_sansmedium";
}
.font-bold {
  font-family: "google_sansmedium";
}
.text-default {
  color: #2d2d2d !important;
}
.text-primary {
  color: var(--ins_primary_color) !important;
}
.text-primary-dark {
  color: var(--ins_primary_color_dark) !important;
}
.text-default-light {
  color: #4a4a4a !important;
}
.text-light {
  color: #bababa !important;
}
.text-danger {
  color: red !important;
}
.text-grey {
  color: #7d7d7d !important;
}
.text-grey-dark {
  color: #404040e5 !important;
}
.text-7D7D7D {
  color: #7d7d7d !important;
}
.text-secondary {
  color: #2756c7 !important;
}
.link-primary {
  color: var(--ins_primary_color) !important;
}
.link-primary:hover {
  color: #2756c7 !important;
}
.link-secondary {
  color: #2756c7 !important;
}
.link-secondary:hover {
  color: var(--ins_primary_color) !important;
}
.link-white {
  color: #fff !important;
}
.link-white:hover {
  color: var(--ins_primary_color_dark) !important;
}
.link-default {
  color: var(--ins_primary_color) !important;
}
.link-default:hover * {
  color: var(--ins_primary_color) !important;
}
.link-default:hover svg {
  fill: var(--ins_primary_color) !important;
}
.link-dark {
  color: #2d2d2d !important;
}
.link-dark:hover {
  color: var(--ins_primary_color) !important;
}
.link-dark:hover * {
  color: var(--ins_primary_color) !important;
}
.link-dark:hover svg {
  fill: var(--ins_primary_color) !important;
}
.fill-danger {
  fill: red !important;
}
.fill-none {
  fill: none;
}
.fill-white {
  fill: #fff;
}
.fill-secondary {
  fill: #2756c7 !important;
}
.fill-secondary:hover {
  fill: var(--ins_primary_color) !important;
}
.fill-4A4A4A {
  fill: #4a4a4a !important;
}
.fill-primary {
  fill: var(--ins_primary_color) !important;
}
.fill-primary-dark {
  fill: var(--ins_primary_color_dark) !important;
}
.fill-grey {
  fill: #707070 !important;
}
.fill-7D7D7D {
  fill: #7d7d7d !important;
}
.line-height-145-child * {
  line-height: 145% !important;
}
.line-height-160 {
  line-height: 160% !important;
}
.line-height-150 {
  line-height: 150% !important;
}
.line-height-140 {
  line-height: 140% !important;
}
.line-height-130 {
  line-height: 130% !important;
}
.line-height-120 {
  line-height: 120% !important;
}
.line-height-110 {
  line-height: 110% !important;
}
.line-height-145 {
  line-height: 145% !important;
}
.line-height-100 {
  line-height: 100% !important;
}
.line-height-16px {
  line-height: 16px !important;
}
.cursor-auto {
  cursor: auto;
}
.flex-1-0-auto {
  flex: 1 0 auto;
}
.flex-basis-165px {
  flex-basis: 165px;
  min-width: 165px;
}
.flex-basis-150px {
  flex-basis: 156px;
  min-width: 156px;
}
.max-w-100 {
  max-width: 100%;
}
.max-w-400 {
  max-width: 400px;
}
.max-w-460 {
  max-width: 460px;
}
.max-w-375 {
  max-width: 375px;
}
.max-w-530 {
  max-width: 530px;
}
.ms-1px {
  margin-left: 1px !important;
}
.bg-img-none {
  background-image: none !important;
}
.bg-light {
  background-color: #f6f6f6 !important;
}
.bg-light {
  background-color: #f6f6f6 !important;
}
.bg-light-1 {
  background-color: #e9e9e9 !important;
}
.bg-color-grey-light-2 {
  background-color: #ebebeb !important;
}
.bg-primary {
  background-color: var(--ins_primary_color) !important;
}
.bg-primary-light {
  background-color: #9aeeef !important;
}
.bg-primary-dark {
  background-color: var(--ins_primary_color_dark) !important;
}
.bg-secondary {
  background-color: #2756c7 !important;
}
.bg-light-blue {
  background-color: #ebfcff !important;
}
.bg-grey-dark {
  background-color: #4a4a4a !important;
}
.pt-5px {
  padding-top: 5px;
}
.pt-6px {
  padding-top: 6px;
}
.flex-0-0-auto {
  flex: 0 0 auto;
}
.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.rounded-14 {
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
}
.rounded-5 {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.rounded-8 {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.rounded-13 {
  border-radius: 13px !important;
  -webkit-border-radius: 13px !important;
  -ms-border-radius: 13px !important;
  -o-border-radius: 13px !important;
}
.rounded-top-left-0 {
  border-top-left-radius: 0px !important;
}
.rounded-top-left-0 + .select2-container--default .select2-selection--single {
  border-top-left-radius: 0px !important;
}
.rounded-bottom-left-0 {
  border-bottom-left-radius: 0px !important;
}
.rounded-bottom-left-0
  + .select2-container--default
  .select2-selection--single {
  border-bottom-left-radius: 0px !important;
}
.rounded-top-right-0 {
  border-top-right-radius: 0px !important;
}
.rounded-top-right-0 + .select2-container--default .select2-selection--single {
  border-top-right-radius: 0px !important;
}
.rounded-bottom-right-0 {
  border-bottom-right-radius: 0px !important;
}
.rounded-bottom-right-0
  + .select2-container--default
  .select2-selection--single {
  border-bottom-right-radius: 0px !important;
}
.rounded-50px {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
.rounded-50px.rounded-top-left-0 {
  border-top-left-radius: 0px !important;
}
.rounded-50px.rounded-bottom-left-0 {
  border-bottom-left-radius: 0px !important;
}
.rounded-50px.rounded-top-right-0 {
  border-top-right-radius: 0px !important;
}
.rounded-50px.rounded-bottom-right-0 {
  border-bottom-right-radius: 0px !important;
}
.border-10 {
  border-width: 10px !important;
}
.border-secondary {
  border-color: #2756c7 !important;
}
.top-40 {
  top: 40%;
}
.top-1 {
  top: 1px;
}
.top-2 {
  top: 2px;
}
.top-3 {
  top: 3px;
}
.top-4 {
  top: 4px;
}
.top-5 {
  top: 5px;
}
.top-6 {
  top: 6px;
}
.top-7 {
  top: 7px;
}
.top-8 {
  top: 8px;
}
.top-9 {
  top: 9px;
}
.top-10 {
  top: 10px;
}
.top--1 {
  top: -1px;
}
.top--2 {
  top: -2px;
}
.top--3 {
  top: -3px;
}
.top--4 {
  top: -4px;
}
.top--5 {
  top: -5px;
}
.top-6 {
  top: 6px;
}
.top--7 {
  top: -7px;
}
.top--8 {
  top: -8px;
}
.top--9 {
  top: -9px;
}
.top--10 {
  top: -10px;
}
.flex-1 {
  flex: 1 !important;
}
.hide-elem {
  display: none;
}
.h-57px {
  height: 57px !important;
}
.h-50px {
  height: 50px !important;
}
.h-40px {
  height: 40px !important;
}
.h-30px {
  height: 30px !important;
}
.h-28px {
  height: 28px !important;
}
.h-26px {
  height: 26px !important;
}
.h-44px {
  height: 44px !important;
}
.w-50px {
  width: 50px !important;
}
.w-123px {
  width: 123px !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.border {
  border-color: #e2e2e2 !important;
}
.border-light {
  border-color: #e2e2e2 !important;
}
.border-primary {
  border-color: var(--ins_primary_color) !important;
}
.border-primary-dark {
  border-color: var(--ins_primary_color_dark) !important;
}
.border-secondary {
  border-color: #2756c7 !important;
}
.shadow-1 {
  box-shadow: 0px 0px 29px #0000001a;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid green;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid blue;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.opacity-01 {
  opacity: 0.1;
}
.opacity-02 {
  opacity: 0.2;
}
.opacity-03 {
  opacity: 0.3;
}
.opacity-04 {
  opacity: 0.4;
}
.opacty-05 {
  opacity: 0.5;
}
.opacity-06 {
  opacity: 0.6;
}
.opacity-07 {
  opacity: 0.7;
}
.opacity-08 {
  opacity: 0.8;
}
.opacity-09 {
  opacity: 0.9;
}
.stroke-2d2d2d {
  stroke: #2d2d2d;
}
.vertical-top {
  vertical-align: top !important;
}
.ract-26px {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.shadow-site {
  box-shadow: 0px 3px 0px #00000029;
  -ms-box-shadow: 0px 3px 0px #00000029;
  -moz-box-shadow: 0px 3px 0px #00000029;
  -webkit-box-shadow: 0px 3px 0px #00000029;
}
.min-w-inherit {
  min-width: inherit !important;
}
.min-w-100px {
  min-width: 100px;
}
.shadow-2 {
  box-shadow: 0px 2px 5px #0000001a;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.transform-none {
  transform: none !important;
}
.ract-h-100box {
  min-height: 100px;
}
@media (max-width: 1400px) {
  .font-18 {
    font-size: 16px !important;
  }
  .font-20 {
    font-size: 18px !important;
  }
  .font-xxl-14 {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .font-18 {
    font-size: 17px !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .font-xl-12px {
    font-size: 12px !important;
  }
  .font-16.font-xl-12px,
  .input-group-text.font-xl-12px {
    font-size: 12px !important;
  }
  .font-32,
  h1 {
    font-size: 24px !important;
  }
  .font-32 .fa-trash-alt,
  h1 .fa-trash-alt {
    font-size: 18px;
  }
  .font-30 {
    font-size: 26px !important;
  }
  .font-34 {
    font-size: 26px !important;
  }
  .font-28 {
    font-size: 20px !important;
  }
  .font-26 {
    font-size: 20px !important;
  }
  .font-24 {
    font-size: 20px !important;
  }
  .font-22 {
    font-size: 18px !important;
  }
  .font-20 {
    font-size: 16px !important;
  }
  .font-18 {
    font-size: 16px !important;
  }
  .font-45 {
    font-size: 34px !important;
  }
  .font-16 {
    font-size: 14px !important;
  }
  .line-height-130 {
    line-height: 120% !important;
  }
}
@media (max-width: 768px) {
  .min-h-inherit-md {
    min-height: inherit !important;
  }
  .line-height-145-child * {
    line-height: 125% !important;
  }
}
@media (max-width: 767px) {
  body {
    background-color: var(--ins_primary_color);
  }
  .font-30 {
    font-size: 24px !important;
  }
  .font-22 {
    font-size: 20px !important;
  }
  .font-26 {
    font-size: 22px !important;
  }
  .font-sm-16px {
    font-size: 16px !important;
  }
  .font-16,
  .input-group-text {
    font-size: 14px !important;
  }
  .min-h-inherit-767 {
    min-height: inherit !important;
  }
  .min-w-inherit-767 {
    min-width: inherit !important;
  }
  .line-height-160 {
    line-height: 140% !important;
  }
  .line-height-145-child * {
    line-height: 125% !important;
  }
  .font-32 .fa-trash-alt {
    font-size: 14px;
  }
  .top--4 {
    top: -2px;
  }
  .top--3 {
    top: -1px;
  }
  .font-mblLandscape-13px {
    font-size: 13px !important;
  }
  .border-mblLandscape-0 {
    border-width: 0px !important;
  }
  .h-57px {
    height: 48px !important;
  }
  .h-50px {
    height: 44px !important;
  }
  .line-height-150 {
    line-height: 135% !important;
  }
  .h-40px {
    height: 32px !important;
  }
}
@media (max-width: 576px) {
  .border-sm-0 {
    border-width: 0px !important;
  }
  .font-sm-13px {
    font-size: 13px !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.form-floating > label {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  line-height: 24px;
  color: #a7a7a7;
}
.form-floating.form-floating-2 > label {
  line-height: 100%;
}
.form-floating.form-floating-2 > label::after {
  opacity: 1;
}
.form-floating.form-floating-2 > .form-control {
  padding-top: 0.7rem !important;
}
.form-floating.form-floating-2 > .form-control:focus ~ label,
.form-floating.form-floating-2 > .form-control:not(:placeholder-shown) ~ label,
.form-floating.form-floating-2 > .form-select ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}
.form-control {
  height: 60px;
  font-size: 14px;
}
.form-control.form-control-50px {
  height: 50px;
}
.form-control.form-control-50px + label {
  line-height: 16px;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da;
}
.form-control.form-control-sm {
  height: 33px !important;
}
.form-control.form-control-sm + .select2-container {
  height: 33px;
}
.form-control-50px-child .form-control {
  height: 50px;
}
.form-control-50px-child .form-control + label {
  line-height: 16px;
}
.form-control-child-shadow-none .form-control {
  box-shadow: none !important;
}
.form-select {
  background-size: 15px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  color: #2756c7;
}
.form-floating label:after {
  content: "";
  background-color: #fff;
  position: absolute;
  margin-top: 5px;
  opacity: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 6px;
  background-color: #fff;
  z-index: -1;
}
.form-checkRadio-box .form-check-input {
  right: 9px;
  width: 13px;
  height: 13px;
  top: 4px;
}
.form-checkRadio-box .form-check-label {
  width: 95px;
  height: 65px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #cbcbcb;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.form-checkRadio-box
  .form-check-input:checked[type="checkbox"]
  + .form-check-label {
  background: #d2f1ff 0% 0% no-repeat padding-box;
  border: 1px solid #0091d2;
}
.form-checkRadio-box .form-check-input:checked {
  background-color: #0091d2;
  border-color: #0091d2;
  background-image: none !important;
  box-shadow: 0 0 0px 2px #fff inset;
}
.form-check-input.form-check-input-22px {
  width: 22px !important;
  height: 22px !important;
}
.form-check-input:checked {
  background-color: var(--ins_primary_color_dark);
  border-color: var(--ins_primary_color_dark);
}
.form-check-input:checked + .selectBtn {
  background-color: #0091d2;
  border-color: #0091d2;
  color: #fff !important;
}
.form-check-input:checked + label .selectBtn {
  background-color: #0091d2;
  border-color: #0091d2;
  color: #fff !important;
}
.form-floating-preifx > label {
  left: 40px;
  transition: none;
}
.form-floating-preifx > .form-control:focus ~ label,
.form-floating-preifx > .form-control:not(:placeholder-shown) ~ label,
.form-floating-preifx > .form-select ~ label {
  left: 0px;
}
.form-floating-preifx .form-control {
  padding-left: 60px;
}
.form-floating-preifx.form-floating-preifx-border > label {
  left: 65px;
}
.form-floating-preifx.form-floating-preifx-border .form-control {
  padding-left: 80px;
}
.form-floating-preifx-text {
  left: 15px;
}
.form-floating-select-text {
  left: 14px;
  top: -6px;
}
.form-floating-40px > label {
  display: inline-flex;
  align-items: center;
}
.form-floating-40px > .form-control:focus ~ label,
.form-floating-40px > .form-control:not(:placeholder-shown) ~ label,
.form-floating-40px > .form-select ~ label {
  transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
}
.w-auto + .select2-container {
  width: auto !important;
}
.select2-container {
  height: 60px;
  min-width: 60px;
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #2d2d2d;
  line-height: 28px;
  padding-left: 13px;
  font-size: 14px;
  padding-right: 30px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  right: 10px;
  display: flex;
  align-items: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  color: var(--ins_primary_color_dark);
  top: -1px;
  margin-left: 5px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2756c7;
}
.select2-results__option {
  padding: 10px;
  border-radius: 3px;
}
.select2-dropdown {
  border: 1px solid #cfcfcf !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px !important;
  padding: 10px;
}
.select2-container--default .select2-results__option--selected {
  background-color: #eee;
}
.form-select-transparent
  + .select2-container--default
  .select2-selection--single {
  background-color: transparent;
}
.form-select-light
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #7d7d7d;
}
.border-0 + .select2-container--default .select2-selection--single {
  border-width: 0px;
}
.text-white
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.text-white
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  color: #fff;
}
.font-16
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 16px;
}
.h-auto + .select2-container {
  height: auto;
}
.form-select-arrow-sm
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  font-size: 11px;
}
.form-select-arrow-sm
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 0px;
}
.min-w-250px + .select2-container--default {
  min-width: 250px;
}
.min-w-165px + .select2-container--default {
  min-width: 165px;
}
.min-w-150px + .select2-container--default {
  min-width: 150px;
}
.min-w-100px + .select2-container--default {
  min-width: 100px;
}
.min-w-120px + .select2-container--default {
  min-width: 120px;
}
.select-2-arrow-position1
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: static;
  margin-top: 3px;
}
.select-2-arrow-position1
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 15px !important;
}
.borde-0 + .select2-container--default .select2-selection--single {
  border-width: 0px !important;
  outline: none !important;
}
.h-38px + .select2-container {
  height: 38px;
}
.form-select-label-wrap .form-select-label {
  left: 11px;
  top: 12px;
}
.form-select-label-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 84px;
}
.form-check-input {
  border: 1px solid #707070;
  box-shadow: none !important;
}
.form-check-input:checked[type="radio"] {
  background-image: url("../img/icon/radio-icon.svg") !important;
}
.form-check-input.form-check-radio-grey:checked[type="radio"] {
  background-image: url("../img/icon/radio-icon-grey.svg") !important;
}
.form-check-input.form-check-radio-grey:checked {
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}
.form-check-design2 .form-check-input {
  height: 50px;
  background-image: url("../img/icon/radio-icon-default.svg") !important;
  background-position: center;
  width: 50px;
  background-size: 14px 14px;
  background-color: transparent;
  border: none;
}
.Optionbox {
  display: none;
}
.upload-file1 {
  width: 72px;
  height: 72px;
  min-width: 72px;
}
.upload-file1.upload-file1-30px {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.upload-file1.upload-file1-30px img {
  max-width: 14px;
}
.upload-file1.upload-file1-30px .uploadAddIcon {
  width: 12px;
  bottom: -6px !important;
  right: -3px !important;
}
.upload-file1.upload-file1-88px {
  width: 88px;
  height: 88px;
  min-width: 88px;
}
.upload-file1.upload-file1-88px img {
  max-width: 24px;
}
.textarea-h-70 {
  height: 70px;
}
.textarea-h-100 {
  height: 100px;
}
.textarea-h-140 {
  height: 140px;
}
.textarea-h-160 {
  height: 160px;
}
.textarea-resize-none {
  resize: none;
}
.select2-container--default .select2-selection--single {
  outline: none !important;
}
input:disabled {
  background-color: #d8d8d8;
}
.ShowLink {
  position: absolute;
  top: 20px;
  right: 20px;
}
.select2-custom-div {
  max-width: 310px;
}
.select2-custom-div .select2-container .select2-selection--single {
  padding: 5px 0;
}
.select2-custom-div
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal !important;
}
.select2-custom-div
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  white-space: normal !important;
}
.radioBox-shiftLeft {
  padding-left: 31px;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 767px) {
  .ShowLink {
    top: 15px;
    right: 15px;
  }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: 44px;
    line-height: 1.25;
    padding-top: 19px !important;
  }
  .form-control-50px-child .form-control + label {
    line-height: 14px;
  }
  .form-floating > label {
    line-height: 14px;
  }
  .select2-container {
    height: 44px;
  }
  .btn.h-57px {
    line-height: 50px !important;
  }
  .h-57px {
    height: 50px !important;
  }
  .form-floating > label {
    padding: 0.9rem 0.75rem;
  }
  .form-check-design2 .form-check-input {
    height: 44px;
    width: 40px;
  }
  .input-group-text svg {
    max-width: 16px;
  }
  .EmployeeNumSeries {
    min-width: 165px;
  }
  .dropdown-menu-checkbox .checkbox-span {
    width: 13px;
    height: 13px;
  }
}
.form-switch {
  position: relative;
  padding: 0 !important;
  height: 18px;
  max-height: 15px;
  display: inline-flex;
  align-items: center;
  min-height: inherit;
  cursor: pointer;
}
.form-switch .form-check-input {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
  margin: 0;
  background-color: transparent;
  border-color: transparent;
  background-size: 18px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23666'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-input + label {
  width: 25px;
  cursor: pointer;
  height: 10px;
  border-radius: 30px;
  background-color: #ccc;
  margin: 0px 3px 0;
  position: relative;
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23008265'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-input:checked + label {
  background-color: rgba(0, 130, 101, 0.3);
}
.form-select-100px-child .form-select + .select2-container {
  width: 100% !important;
  max-width: 110px;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.225rem;
}
.shadow-none {
  box-shadow: none !important;
  outline: none !important;
}
.select2-container + .select2-container {
  display: none;
}
.form-check.form-check-flex {
  display: flex;
}
.form-check.form-check-flex .form-check-input[type="radio"] {
  min-width: 14px;
}
@media (max-width: 576px) {
  .radioBox-shiftLeft {
    padding-left: 0;
  }
}
.btn {
  min-width: 100px;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  font-size: 14px;
  box-shadow: none !important;
  outline: none;
}
.btn.btn-px-10px {
  padding: 0 10px !important;
}
.btn.btn-h-33 {
  height: 33px !important;
  line-height: 33px;
}
.btn.btn-h-30 {
  height: 30px !important;
  line-height: 30px;
}
.btn.btn-h-28 {
  height: 28px !important;
  line-height: 28px;
}
.btn.btn-h-22 {
  height: 22px !important;
  line-height: 22px;
}
.btn.btn-h-35 {
  height: 35px !important;
  line-height: 35px;
}
.btn.h-57px {
  line-height: 57px;
}
.btn.btn-h-40 {
  height: 40px;
  line-height: 40px;
}
.btn.btn-sm {
  width: 80px;
  min-width: inherit;
  padding: 0;
  font-size: 13px;
}
.btn.btn-circle-34px {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-white {
  background-color: #fff;
  border: 1px solid #4a4a4a;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  color: #fff;
  border-color: #2756c7;
}
.btn.btn-grey {
  background-color: #707070;
  border-color: #707070;
  color: #fff;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus {
  background-color: var(--ins_primary_color);
  border-color: var(--ins_primary_color);
}
.btn.btn-222px {
  width: 222px;
}
.btn.btn-h-50px {
  height: 50px;
  line-height: 50px;
}
.btn.btn.btn-h-30 {
  height: 30px !important;
  line-height: 30px;
}
.btn.btn-outline-grey {
  border: 1px solid #dbdbdb !important;
  color: #7d7d7d;
}
.btn.btn-outline-grey:hover,
.btn.btn-outline-grey:focus {
  background-color: #2756c7;
  border-color: #2756c7;
  color: #fff;
}
.btn.btn-grey-round {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  min-width: inherit;
  background: #e2e2e2;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}
.btn.btn-grey-round svg {
  fill: #7d7d7d;
}
.btn.btn-grey-round:hover,
.btn.btn-grey-round.active {
  background: #7d7d7d;
  color: #fff;
}
.btn.btn-grey-round:hover svg,
.btn.btn-grey-round.active svg {
  fill: #fff;
}
.btn.btn-outline-danger {
  color: red;
  border-color: red;
}
.btn.btn-outline-danger svg {
  fill: red;
}
.btn.btn-outline-danger:hover svg {
  fill: #fff;
}
.btn-primary {
  background-color: var(--ins_primary_color);
  border-color: var(--ins_primary_color);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2756c7;
  border-color: #2756c7;
}
.btn-primary-dark {
  background-color: var(--ins_primary_color_dark);
  border-color: var(--ins_primary_color_dark);
  color: #fff;
  font-family: "google_sansbold";
}
.btn-primary-dark:hover,
.btn-primary-dark:focus {
  background-color: #2756c7 !important;
  border-color: #2756c7 !important;
  color: #fff;
}
.btn-outline-primary {
  border-color: #93c01f;
}
.btn-outline-primary:hover {
  background-color: #93c01f;
  border-color: #93c01f;
}
.btn-secondary {
  background-color: #2756c7;
  border-color: #2756c7;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: var(--ins_primary_color);
  border-color: var(--ins_primary_color);
}
.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #163172 radial-gradient(circle, transparent 1%, #163172 1%)
    center/15000%;
}
.ripple:active {
  background-color: #163172;
  background-size: 100%;
  transition: background 0s;
}
@media (max-width: 1199px) {
  .btn.btn-h-50px {
    height: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .btn {
    height: 38px;
    line-height: 38px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn.btn-h-40 {
    height: 36px;
    line-height: 36px;
  }
  .buttons-lg {
    height: 38px !important;
  }
  .btn-outline-primary {
    font-size: 14px;
    padding: 0 12px;
  }
  .btn-outline-primary svg {
    width: 20px;
  }
  .btn.btn-222px {
    width: auto;
    min-width: 130px;
  }
  .btn.btn-grey-round {
    width: 36px;
    height: 36px;
  }
  .btn.h-57px {
    line-height: 48px;
  }
}
.dropdown-select-bottom {
  padding-left: 15px !important;
}
.modal-dialog {
  padding-left: 15px;
  padding-right: 15px;
}
.modal-dialog-820 {
  max-width: 820px;
}
.modal-dialog-1064 {
  max-width: 1064px;
}
.modal-dialog-485 {
  max-width: 485px;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.offcanvas-end {
  width: 500px;
}
.offcanvas .btn-close-1 {
  background: #fff;
  width: 31px;
  height: 31px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  left: -46px;
  position: absolute;
  padding: 0 !important;
  top: 28px;
}
.offcanvas-backdrop.show {
  opacity: 0.7;
}
.offcanvas-full {
  width: calc(100% - 250px);
}
.offcanvas .mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background: var(--ins_primary_color_dark);
}
.offcanvas .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.offcanvas .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.offcanvas .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.offcanvas
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: var(--ins_primary_color);
}
.offcanvas.offcanvas-780px {
  max-width: 780px;
  width: 100%;
}
.btn-close-01 {
  background: #fff;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 10px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .offcanvas-full {
    width: calc(100% - 100px);
  }
  .offcanvas-full .font-20 {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .modal-dialog-820 {
    max-width: calc(100% - 50px);
  }
  .offcanvas.offcanvas-780px {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offcanvas-end {
    width: 100%;
    min-width: 100%;
    border-width: 0px;
  }
  .offcanvas.offcanvas-780px {
    max-width: calc(100% - 60px);
  }
  .offcanvas .btn-close-1 {
    left: inherit;
    right: 16px;
    background: #fff;
    top: 16px;
    width: 20px;
    border: 2px solid #005276;
    height: 20px;
  }
  .offcanvas .btn-close-1 svg {
    max-width: 8px;
  }
}
@media (max-width: 575px) {
  .modal-dialog-820 {
    max-width: inherit;
  }
}
.modal-backdrop.show {
  opacity: 0.4;
}
.site-tab ul li a {
  font-family: "google_sansregular";
  position: relative;
  padding-bottom: 15px;
  margin-right: 1px;
  font-size: 16px !important;
  color: #4a4a4a;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.site-tab ul li a::after {
  content: "";
  transition: all 0.3s ease;
  width: 0px;
  background: var(--ins_primary_color);
  height: 3px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-tab ul li a.active {
  color: var(--ins_primary_color);
}
.site-tab ul li a.active::after {
  width: 100%;
}
.site-tab ul li:hover a,
.site-tab ul li.active a {
  color: var(--ins_primary_color);
}
.site-tab ul li:hover a::after,
.site-tab ul li.active a::after {
  width: 100%;
}
.site-tab.site-tab-sm ul li a {
  font-size: 13px !important;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.site-tab.site-tab-available a.nav-link-green.active,
.site-tab.site-tab-available a.nav-link-green:hover {
  color: var(--ins_primary_color);
}
.site-tab.site-tab-available a.nav-link-green.active::after,
.site-tab.site-tab-available a.nav-link-green:hover::after {
  background-color: var(--ins_primary_color);
}
.site-tab.site-tab-available a.nav-link-danger.active,
.site-tab.site-tab-available a.nav-link-danger:hover {
  color: red;
}
.site-tab.site-tab-available a.nav-link-danger.active::after,
.site-tab.site-tab-available a.nav-link-danger:hover::after {
  background-color: red;
}
.site-tab.site-tab-2 ul li a {
  background-color: var(--ins_primary_color_dark);
  color: #fff;
  border-radius: 6px;
  padding: 0 10px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  height: 45px;
}
.site-tab.site-tab-2 ul li a .downArrowTab {
  color: #2756c7;
  position: absolute;
  bottom: -12px;
  opacity: 0;
  font-size: 28px;
}
.site-tab.site-tab-2 ul li a.active,
.site-tab.site-tab-2 ul li a:hover {
  background-color: #2756c7;
}
.site-tab.site-tab-2 ul li a.active .downArrowTab,
.site-tab.site-tab-2 ul li a:hover .downArrowTab {
  opacity: 1;
}
.site-tab.site-tab-2 ul li a::after {
  display: none;
}
.site-tab.site-tab-secondary ul li a.active {
  color: #2756c7;
}
.site-tab.site-tab-secondary ul li a:after {
  background-color: #2756c7;
}
.site-tab.site-tab-secondary ul li:hover a,
.site-tab.site-tab-secondary ul li.active a {
  color: #2756c7;
}
@media (max-width: 1199px) {
  .site-tab.site-tab-sm ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-tab.site-tab-2 ul li a {
    margin-right: 10px !important;
    min-width: 72px;
    height: 36px;
  }
}
.dropdown-menu {
  min-width: 115px;
}
.dropdown02 .dropdown-menu {
  padding: 10px 0px;
  transform: none !important;
  right: 0 !important;
  left: inherit !important;
}
.dropdown02 .dropdown-menu li a {
  padding: 9px 15px !important;
  font-size: 14px;
  color: #7d7d7d;
}
.dropdown-arrow-none .dropdown-toggle::after {
  display: none;
}
.dropdown-listIcon {
  min-width: 24px;
  max-width: 24px;
  display: inline-block;
  text-align: left;
}
.dropdown-menu-checkbox li {
  padding: 4px 15px;
}
.dropdown-menu-checkbox .checkbox-span {
  border: 1px solid #707070;
  width: 1em;
  height: 1em;
}
.dropdown-menu-checkbox
  .form-check-input:checked[type="checkbox"]
  + .checkbox-span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #0091d2;
  border-color: #0091d2;
}
.dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  color: #717171;
  border: none;
  top: 1px;
  margin-left: 10px;
}
.dropdown-select .dropdown-toggle::after {
  float: right;
}
.dropdown-select .btn {
  padding: 0 15px;
}
.dropdown-select .dropdown-menu li {
  padding: 8px 15px;
}
.dropdown-select .dropdown-menu li:hover {
  background-color: #2756c7;
  color: #fff;
  cursor: pointer;
}
.pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pager-entries {
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  color: gray;
}
.pager-entries .dForm-control {
  margin: 0 10px;
}
.pager-entries span {
  font-size: 13px;
}
.pager-entries select {
  width: 65px;
  height: 38px;
  padding-right: 26px;
}
.pagination li {
  display: inline-flex;
  align-items: center;
  color: #333;
}
.pagination li:not(:last-child) {
  margin-right: 5px;
}
.pagination li.active a,
.pagination li:hover a {
  color: var(--ins_primary_color);
  border-color: var(--ins_primary_color);
}
.pagination a {
  width: 27px;
  height: 27px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  border: 1px solid transparent;
  transition-property: color, border;
  transition: 0.3s;
  font-size: 18px;
  padding-top: 1px;
}
.page__btn {
  padding: 0 8px;
  cursor: pointer;
  transition: color 0.3s;
}
.page__btn.active,
.page__btn:hover {
  color: var(--ins_primary_color);
}
.page__btn.active svg,
.page__btn:hover svg {
  stroke: var(--ins_primary_color);
}
.page__btn.prev {
  color: #7d7d7d;
}
.page__btn.prev:hover {
  color: var(--ins_primary_color);
}
.page__btn.prev svg {
  margin-right: 8px;
}
.page__btn.next {
  color: #7d7d7d;
}
.page__btn.next:hover {
  color: var(--ins_primary_color);
}
.page__btn.next svg {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .pagination a {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
  .pagination i {
    font-size: 12px;
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .pagination li:not(:last-child) {
    margin-right: 0;
  }
  .page__btn.prev svg {
    margin-right: 0;
  }
  .page__btn.next svg {
    margin-left: 0;
  }
  .page__btn {
    padding: 0 5px;
  }
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #005276;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background: #e2e2e2;
}
.mCSB_inside > .mCSB_container {
  margin-right: 25px;
}
.accordion-app button {
  box-shadow: none !important;
  outline: none;
  color: var(--ins_primary_color_dark);
  padding: 0.8rem 1.25rem;
  align-items: start;
}
.accordion-app .accordion-button:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
}
.accordion-app .accordion-button:not(.collapsed)::after {
  transform: none;
  content: "";
}
.accordion-app .accordion-button:not(.collapsed) {
  color: var(--ins_primary_color_dark);
  background-color: transparent;
  padding-bottom: 0.4rem;
}
.accordion-app .accordion-body {
  margin-bottom: 20px;
}
.accordion-app.accordion-app-border .accordion-item {
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 1199px) {
  .accordion-app.accordion-app-border .accordion-item {
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
}
@media (max-width: 767px) {
  .accordion-app button,
  .accordion-app .accordion-body {
    padding: 12px;
  }
}
.table-app1 table th {
  padding: 16px 20px;
}
.table-app1 table td {
  padding: 20px 20px;
}
.table-app1 table.table-bordered th,
.table-app1 table.table-bordered td {
  border: 1px solid #e2e2e2;
}
.table > :not(:first-child) {
  border-top: 1px solid currentColor;
}
.app-header {
  height: 80px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000024;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  z-index: 22;
}
.app-header .notification-col .notification-num {
  width: 18px;
  height: 18px;
  right: -11px;
  top: -8px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-header .notification-num span {
  position: relative;
  z-index: 5;
}
.app-header .notification-num:after,
.app-header .notification-num:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  box-shadow: inset 0 0 20px 5px #2756c7;
}
.app-header .notification-num:after,
.app-header .pcoded-header .navbar-nav > li .dropdown-toggle .badge:after {
  -webkit-animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.app-header .notification-num:before,
.app-header .pcoded-header .navbar-nav > li .dropdown-toggle .badge:before {
  -webkit-animation: not-blink 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: not-blink 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.branch-logo {
  width: 55px;
  height: 55px;
}
.branch-logo img {
  max-width: 34px;
  max-height: 34px;
  width: auto;
  height: auto;
}
.free-trial-text {
  height: 42px;
  min-width: 75px;
}
.free-trial-text .arrow-right {
  transform: translateX(100%);
  border-left-color: #2756c7;
  top: calc(50% - 10px);
}
.addMoreLink {
  bottom: -23px;
}
.NumberAddMore .input-group-text {
  width: 95px;
}
.dragDropBrowse-col {
  position: relative;
}
.stepper-action-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.stepper-action-row > * {
  margin-right: 10px;
}
.facilities-icon {
  max-width: 14px;
}
.Facilities-Row {
  max-width: 325px;
}
.time-devider {
  width: 40px;
}
.time-devider::after {
  content: "";
  width: 11px;
  border-bottom: 1px solid #707070;
}
.hoursRow {
  margin: 0 -4px;
  position: relative;
}
.hoursRow > div {
  padding: 0 4px;
  min-height: 50px;
}
.hoursRow-inner > div {
  padding: 0 4px;
  height: 50px;
  overflow: hidden;
}
.flex-dayCol {
  padding-right: 25px !important;
  min-width: 182px;
  max-width: 182px;
  min-height: 50px;
}
.dayBox {
  position: relative;
  max-height: 50px;
}
.dayBox::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #c6c3c3;
  transform: rotate(45deg);
  right: -6px;
  position: absolute;
  top: calc();
  z-index: 0;
  border-width: 1px 1px 0px 0px;
  background: #ebfcff;
}
.LinkImage {
  min-width: 55px;
  max-width: 55px;
}
.dragDropBrowse-col {
  height: 116px;
  border: 1px dashed #cbcbcb;
}
.dragDropBrowse-col span {
  text-align: center;
}
.dragDropBrowse-col.Browse-active {
  border-style: solid;
}
.dragDropBrowse-col .Browse-result img {
  max-width: 104px;
  max-height: 104px;
  width: auto;
  height: auto;
}
.dragDropBrowse-col .Browse-result .CrossImageID {
  right: -10px;
  top: -10px;
}
.calendar-input {
  max-width: 105px;
}
@-webkit-keyframes not-blink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes not-blink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
.hamburger-icon {
  z-index: 50;
  position: relative;
  cursor: pointer;
  z-index: 15;
  display: none;
  width: 22px;
}
.hamburger-icon span {
  transition: all 0.3s ease;
  width: 100%;
  height: 0px;
  margin-bottom: 3px;
  display: block;
  border-top: 3px solid;
  line-height: 13px;
  float: right;
}
.hamburger-icon span:nth-child(1) {
  border-color: #2dd5d9;
}
.hamburger-icon span:nth-child(2) {
  width: calc(100% - 5px);
  border-color: #2756c7;
}
.hamburger-icon span:nth-child(3) {
  border-color: #2dd5d9;
}
.hamburger-icon span:nth-child(4) {
  width: calc(100% - 8px);
  border-color: #2756c7;
}
.hamburgerAction-close {
  position: absolute;
  right: 13px;
  font-size: 23px;
  display: none;
}
.header-lt-2-backDrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  animation: fadeIn 0.5s forwards;
}
.header-lt-2-backDrop.selected {
  display: block !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@media (max-width: 1199px) {
  .HeaderLogo img {
    max-width: 150px;
  }
  .HeaderRT svg {
    max-width: 18px;
  }
  .HeaderRT i {
    font-size: 18px;
  }
  .app-header {
    height: 65px;
  }
  .hamburger-icon {
    display: inline-block;
  }
  .header-lt-2-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 33;
    transition: transform 0.3s ease-in-out;
    transform: translateY(-100%);
  }
  .header-lt-2-wrap::after {
    content: "";
  }
  .header-lt-2-wrap .header-lt-2 > div:not(:first-child) {
    flex: 0 0 auto;
  }
  .header-lt-2-wrap.show-MoreHeadContent {
    display: block;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .HeaderLogo img {
    max-width: 100px;
  }
  .school-logo-mbl img {
    max-height: 28px;
    max-width: 28px;
    width: auto;
    height: auto;
  }
  .hamburger-icon {
    width: 18px;
  }
  .hamburger-icon span {
    margin-bottom: 2px;
  }
  .app-header {
    height: 54px;
  }
  .header-lt-2-wrap .school-logo-Col {
    width: 100%;
  }
  .header-lt-2-wrap .form-control {
    height: 52px;
  }
  .header-lt-2-wrap .font-18 {
    font-size: 14px !important;
  }
  .header-lt-2-wrap .icon-col img {
    max-height: 44px;
    max-width: 44px;
  }
  .header-lt-2-wrap .select2-container {
    height: 52px;
  }
  .header-lt-2-wrap .calendar-input {
    max-width: inherit;
  }
}
@media (max-width: 576px) {
  .header-lt-2-wrap .header-lt-2 > div {
    width: 100%;
    max-width: inherit;
  }
}
a {
  outline: none !important;
}
.app-sidebar {
  height: 100%;
  overflow: auto;
  left: 20px;
  z-index: 20;
}
.app-sidebar .app-sidebar-logo {
  height: 90px;
}
.app-sidebar .app-sidebar-logo img {
  max-width: 160px;
}
.app-sidebar .sidebar-menu-wrap {
  width: 76px;
  transition: all 0.6s ease 0s;
}
.app-sidebar .sidebar-menu-wrap ul {
  padding: 0 16px;
}
.app-sidebar .sidebar-menu-wrap ul li {
  transition: all 0.6s ease 0s;
  padding: 10px 5px;
  position: relative;
  margin: 10px 0;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
.app-sidebar .sidebar-menu-wrap ul li:hover,
.app-sidebar .sidebar-menu-wrap ul li.active {
  background-color: #2756c7;
}
.app-sidebar .sidebar-menu-wrap ul li .sidebar-menuText {
  font-size: 16px;
  color: #fff;
  display: none;
  white-space: nowrap;
  overflow: hidden;
}
.app-sidebar .sidebar-menu-wrap ul li .sidebar-menuIcon {
  width: 34px;
  min-width: 34px;
  text-align: center;
}
.app-sidebar .sidebar-menu-wrap:hover {
  width: 232px;
}
.app-sidebar .sidebar-menu-wrap:hover .sidebar-menuText {
  display: block;
}
.profile-picture {
  width: 63px;
  height: 63px;
  border: 4px solid #fff;
  margin-left: 7px;
}
.profile-picture .profile-picture-arrow {
  right: -4px;
  bottom: -4px;
}
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.li_Click_CTA {
  display: none;
}
@media (max-width: 1199px) {
  .backDrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background: #000 !important;
    opacity: 0;
    z-index: 6;
    display: none;
    cursor: pointer;
    animation: fadeEffect 0.8s forwards;
  }
  .backDrop.selected {
    display: block;
  }
  .app-sidebar {
    position: fixed;
    left: 15px;
  }
  .app-sidebar .sidebar-menu-wrap {
    width: 50px;
  }
  .app-sidebar .sidebar-menu-wrap ul {
    padding: 0 5px;
  }
  .app-sidebar .sidebar-menu-wrap ul li {
    margin: 4px 0;
    padding: 7px 5px;
  }
  .app-sidebar .sidebar-menu-wrap ul li .sidebar-menuIcon {
    width: 31px;
    min-width: 31px;
  }
  .app-sidebar .sidebar-menu-wrap ul li svg {
    max-width: 18px;
    max-height: 18px;
  }
  .app-sidebar .sidebar-menu-wrap ul li .sidebar-menuText {
    font-size: 14px;
    margin-left: 7px;
  }
  .profile-picture {
    width: 50px;
    margin-left: 0;
    height: 50px;
  }
  .profile-picture-arrow svg {
    max-width: 14px;
  }
  .li_Click_CTA {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
  }
  .app-sidebar .sidebar-menu-wrap:hover {
    width: auto;
  }
  .app-sidebar .sidebar-menu-wrap:hover .sidebar-menuText {
    display: none;
  }
  .app-sidebar.ShowSidebar .sidebar-menu-wrap {
    width: 232px;
  }
  .app-sidebar.ShowSidebar .sidebar-menu-wrap .sidebar-menuText {
    display: block;
  }
  .app-sidebar.ShowSidebar .li_Click_CTA {
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) {
  .app-sidebar {
    left: 0px;
  }
  .profile-picture {
    width: 38px;
    margin-left: -4px;
    height: 38px;
    border-width: 3px;
  }
  .app-sidebar .sidebar-menu-wrap {
    max-height: calc(100vh - 130px);
    overflow: auto;
    border-radius: 0 13px 13px 0 !important;
    width: 36px;
  }
  .app-sidebar .sidebar-menu-wrap ul {
    padding: 0 3px;
  }
  .app-sidebar .sidebar-menu-wrap ul li .sidebar-menuIcon {
    width: 20px;
    min-width: 20px;
  }
  .app-sidebar .sidebar-menu-wrap ul li .sidebar-menuIcon svg {
    max-width: 17px;
    max-height: 16px;
  }
}
.login-screen {
  max-width: 530px;
  padding: 35px 40px !important;
}
.login-screen .btn {
  font-size: 22px !important;
}
.login-logo {
  background: url("../img/Shape.png") left top no-repeat;
  height: 136px;
  position: fixed;
  left: 30px;
  bottom: 18px;
  width: 100%;
  padding-top: 30px;
}
.login-logo-220 {
  max-width: 220px;
}
.before-login-wrap {
  padding: 30px;
}
.bg-frontScreen {
  background: url("../img/banner-screen.jpg") center top no-repeat;
  position: relative;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  height: calc(100vh - 60px);
}
.bg-frontScreen::after {
  content: "";
  background-color: var(--ins_primary_color_dark);
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  z-index: 1;
}
@media (max-width: 1199px) {
  .login-logo img {
    max-width: 200px;
  }
  .sendIcon {
    max-width: 58px;
  }
}
@media (max-width: 992px) {
  .login-screen {
    max-width: 390px;
  }
  .login-screen-left {
    max-width: inherit !important;
  }
  .login-owl-carousel {
    margin-left: 0;
  }
  .triangle-wrapper {
    box-shadow: none !important;
  }
  .row.login-screen-row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.9);
    padding-left: calc(var(--bs-gutter-x) * 0.9);
  }
  .sendIcon {
    max-width: 48px;
  }
}
@media (max-width: 767px) {
  .login-logo img {
    max-width: 126px;
  }
  .login-screen {
    padding: 25px 25px !important;
  }
  .login-screen .loginHeading {
    font-size: 18px;
  }
  .SignUpPageID {
    flex-direction: column-reverse;
  }
  .SignUpPageID > div:first-child {
    order: 1;
  }
  .before-login-wrap {
    padding: 10px;
  }
  .login-logo {
    top: -6px;
    background: transparent;
    width: auto !important;
    height: 60px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .login-screen-wrap {
    max-height: calc(100vh - 90px);
    overflow: auto;
  }
  .login-screen .btn {
    font-size: 18px !important;
  }
  .login-screen-body {
    background-color: #fff !important;
  }
  .bg-frontScreen {
    margin-top: 39px;
  }
}
.app-wrap {
  padding: 15px 15px 15px 50px;
  background-color: var(--ins_primary_color);
}
.app-wrap .app-container {
  background-color: #fff;
  box-shadow: 0px 3px 15px #0000001a;
  border-radius: 20px;
  min-height: calc(100vh - 60px);
}
.app-wrap .app-MidPart-LT {
  margin-left: -40px;
}
.app-wrap .app-MidPart-RT {
  padding-right: 40px;
  height: calc(100vh - 110px);
  overflow: auto;
}
.app-wrap .app-MidPart-RT.mCustomScrollbar {
  padding-right: 0;
}
.app-wrap .app-MidPart-RT .mCSB_inside > .mCSB_container {
  margin-right: 35px;
}
.app-wrap .app-MidPart-RT .mCSB_scrollTools {
  right: -5px;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.dashboard-eventImg {
  width: 100%;
  height: 135px;
}
.dashboard-NewsImg {
  width: 100%;
  height: 150px;
}
@media (max-width: 1199px) {
  .app-wrap {
    padding: 15px 15px 15px 40px;
  }
  .app-wrap .app-MidPart-RT {
    margin-left: 55px;
  }
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .app-wrap .app-MidPart-LT {
    margin-left: -36px;
  }
}
@media (max-width: 767px) {
  .app-wrap {
    padding: 5px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .app-title-bar.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .app-wrap .app-MidPart-RT {
    padding-right: 40px;
    height: auto;
  }
}
.input_DateRange {
  max-width: 150px;
}
.SearchTitle {
  width: 260px;
}
.news-img {
  height: 100px;
}
.pro-detail-news {
  height: 240px;
}
@media (max-width: 1199px) {
  .SearchTitle {
    width: 100%;
  }
  .input_DateRange {
    max-width: inherit;
  }
  .pro-detail-news {
    height: 170px;
  }
}
@media (max-width: 992px) {
  .news-img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .pro-detail-news {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .pro-detail-news {
    height: 140px;
  }
}
.CardBox {
  height: 135px;
}
.contentCardBox {
  height: auto;
}
.radioBox {
  display: none;
}
.bottom-badge {
  bottom: -10px;
}
.bottom-badge-span {
  min-width: 80px;
}
@media (max-width: 1199px) {
  .CardBox {
    height: 110px;
  }
  .bottom-badge-span {
    min-width: 64px;
    height: 21px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .CardBox {
    height: 84px;
  }
  .fees-Row-1 .font-34 {
    font-size: 16px !important;
  }
  .fees-Row-1 .font-20 {
    font-size: 13px !important;
  }
}
.h-235-box {
  height: 235px;
}
.status_badge {
  border-radius: 0px 15px 15px 0px;
  margin-left: -15px;
}
.status_badge::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-color: var(--ins_primary_color_dark) var(--ins_primary_color_dark)
    transparent transparent;
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.ps-15px {
  padding-left: 15px;
}
.trip-img {
  height: 135px;
}
.pro-detail {
  height: 320px;
}
@media (max-width: 992px) {
  .trip-img {
    height: 105px;
  }
  .pro-detail {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .trip-img {
    height: 80px;
  }
}
@media (max-width: 575px) {
  .pro-detail {
    height: 150px;
  }
}
body {
  font-family: "google_sansregular";
  color: #2d2d2d;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: var(--ins_primary_color);
  transition: all 0.3s ease;
}
a:hover {
  color: #93c01f;
}
a svg {
  transition: all 0.3s ease;
}
a:hover .fill-danger {
  fill: var(--ins_primary_color) !important;
}
a * {
  transition: all 0.3s ease;
}
.svg-icon-wrap {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.pageURL {
  list-style: decimal;
}
.pageURL li {
  padding-bottom: 10px;
}
.pageURL a {
  text-transform: capitalize;
  font-size: 16px;
}
.img-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-outer img {
  object-fit: cover;
  max-width: calc(100% + 10px);
  min-height: 100%;
  min-width: calc(100% + 10px);
  max-height: calc(100% + 10px);
  width: auto;
  height: auto;
}
.DisplayPicture {
  width: 38px;
  height: 38px;
  min-width: 38px;
}
.app-sidebar .sidebar-menu-wrap::before {
  background-color: var(--ins_primary_color_dark);
}
.profile-picture-arrow svg {
  fill: var(--ins_primary_color_dark);
}
.table-titmeTable {
  border-radius: 9px;
  display: flex;
}
.table-titmeTable th {
  text-align: center;
  height: 74px;
}
.table-titmeTable th > div:first-child {
  font-size: 18px;
  font-family: "google_sansmedium";
  margin-bottom: 3px;
}
.table-titmeTable .Holiday_TD {
  vertical-align: middle;
}
.table-titmeTable .Holiday_TD .Holiday {
  font-size: 36px;
  color: #2756c7;
  font-family: "google_sansmedium";
  transform: rotate(90deg);
}
.table-titmeTable .table_outer {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  flex: 1;
  position: relative;
  width: 100%;
}
.table-titmeTable .table_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow: auto;
  flex: 1;
  position: static;
}
.table-titmeTable .slick-arrow {
  width: 26px;
  top: 22px;
  z-index: 2;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: #2756c7;
  position: absolute;
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-titmeTable .slick-arrow.slick-disabled {
  opacity: 0.2;
  background-color: #666;
}
.table-titmeTable .slick-arrow::before {
  font-size: 12px;
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.table-titmeTable .slick-arrow.slick-prev {
  left: 8px;
}
.table-titmeTable .slick-arrow.slick-next {
  right: 8px;
}
.table-titmeTable .slick-arrow.slick-next::before {
  content: "";
}
.Timetable-left {
  display: flex;
  width: 200px;
  flex: 0 0 auto;
}
.Timetable-left > div {
  flex: 1;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1eb4b8;
}
.Timetable-left > div:first-child {
  height: 74px;
  min-height: 74px;
  max-height: 74px;
  background-color: #1abec2;
  font-family: "google_sansmedium";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.Timetable-left > div:last-child {
  border-bottom: none;
}
.Timetable-left .Periods_Num {
  font-size: 18px;
  font-family: "google_sansmedium";
  margin-bottom: 2px;
}
.Timetable-left tbody tr:not(:first-child) td:last-child {
  display: none;
}
.datepicker-inline-1 .ui-datepicker .ui-datepicker-title {
  width: 210px;
  margin: 0px;
}
.datepicker-inline-1 .ui-datepicker .ui-datepicker-prev,
.datepicker-inline-1 .ui-datepicker .ui-datepicker-next {
  top: 6px !important;
  color: var(--ins_primary_color_dark);
  background: none !important;
  border: none !important;
  padding: 0px !important;
  cursor: pointer;
}
.datepicker-inline-1 .ui-datepicker .ui-datepicker-prev {
  left: -17px !important;
}
.datepicker-inline-1 .ui-datepicker .ui-datepicker-next {
  right: 0px !important;
}
.datepicker-inline-1 .ui-datepicker-calendar {
  display: none;
}
.datepicker-inline-1 .ui-widget-header {
  border: 0px solid #ddd;
  background: transparent;
}
.datepicker-inline-1 .ui-widget.ui-widget-content {
  border-width: 0px;
}
.datepicker-inline-1 .ui-datepicker select.ui-datepicker-month,
.datepicker-inline-1 .ui-datepicker select.ui-datepicker-year {
  background: none;
  border: none;
  width: auto;
  color: var(--ins_primary_color);
  font-size: 20px;
  font-family: "google_sansmedium";
}
.datepicker-inline-1 .ui-datepicker .ui-datepicker-prev,
.datepicker-inline-1 .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
}
.datepicker-inline-1 .ui-datepicker .ui-datepicker-prev .ui-icon,
.datepicker-inline-1 .ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: none;
  font-size: 0px;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker-inline-1 .ui-datepicker .ui-datepicker-prev .ui-icon::before,
.datepicker-inline-1 .ui-datepicker .ui-datepicker-next .ui-icon::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
  font-size: 14px;
}
.datepicker-inline-1 .ui-datepicker .ui-datepicker-prev .ui-icon::before {
  content: "";
}
select option {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .shedule-table {
    width: 1000px;
  }
  .table_wrapper {
    min-width: 1000px;
    font-size: 12px;
  }
  .table_wrapper * {
    font-size: 12px;
  }
  .Timetable-left {
    width: 130px;
    margin-top: 35px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }
  .table-titmeTable th {
    text-align: center;
    height: 55px;
  }
  .table-app1 table th {
    padding: 10px 10px;
  }
  .table-app1 table td {
    padding: 10px 10px;
  }
  .table-app1 table td .font-20 {
    font-size: 14px !important;
  }
  .table-titmeTable th > div:first-child {
    font-size: 14px;
    margin-bottom: 0;
  }
  .Timetable-left > div {
    padding: 0 10px;
  }
  .Periods_Time,
  .Timetable-left .Periods_Num {
    font-size: 12px;
  }
  .Timetable-left > div:first-child {
    height: 55px;
    min-height: 55px;
    max-height: 55px;
  }
  .table-titmeTable .slick-arrow {
    width: 20px;
    top: 0;
    height: 20px;
  }
  .table-titmeTable .table_wrapper {
    padding-top: 35px;
  }
  .table-titmeTable .slick-arrow.slick-prev {
    right: 100px;
    left: inherit;
  }
  .table-titmeTable .slick-arrow.slick-next {
    right: 63px;
  }
  .table-titmeTable .slick-arrow.slick-prev::after {
    content: "Prev week";
    font-size: 12px;
    width: 100px;
    position: absolute;
    right: 2px;
    margin-top: 2px;
    color: #666;
  }
  .table-titmeTable .slick-arrow.slick-next::after {
    content: "Next week";
    font-size: 12px;
    width: 100px;
    position: absolute;
    left: 4px;
    margin-top: 4px;
    color: #666;
  }
  .datepicker-inline-1.datepicker-titmetable .ui-widget.ui-widget-content {
    margin: 0 12px;
    position: relative;
    z-index: 15;
  }
  .datepicker-inline-1.datepicker-titmetable {
    margin-top: 24px;
  }
  .timeTable-block {
    margin-top: -52px;
  }
  .datepicker-inline-1.datepicker-titmetable {
    margin-top: 12px;
  }
  .datepicker-inline-1 .ui-datepicker select.ui-datepicker-month,
  .datepicker-inline-1 .ui-datepicker select.ui-datepicker-year {
    font-size: 16px;
  }
  .datepicker-inline-1 .ui-datepicker .ui-datepicker-prev {
    left: -2px !important;
    margin-top: -1px;
  }
  .datepicker-inline-1 .ui-datepicker .ui-datepicker-next {
    right: 21px !important;
    margin-top: -1px;
  }
}
@media (max-width: 576px) {
  .timeTable-block {
    margin-top: -6px;
  }
  .datepicker-inline-1.datepicker-titmetable .ui-widget.ui-widget-content {
    margin: 0 auto;
  }
  .table-titmeTable .slick-arrow.slick-next::after {
    content: "Next week";
    left: -38px;
    margin-top: 32px;
  }
  .table-titmeTable .slick-arrow.slick-next {
    right: 22px;
  }
  .table-titmeTable .slick-arrow.slick-prev {
    right: 15px;
  }
  .table-titmeTable .slick-arrow.slick-prev {
    right: 100px;
  }
  .table-titmeTable .slick-arrow.slick-prev::after {
    right: -38px;
    margin-top: 32px;
  }
  .datepicker-inline-1.datepicker-titmetable {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
} /*# sourceMappingURL=style.css.map */
.register-login-page-new {
  background-color: #163172 !important;
}
.link-primary {
  color: #2756c7;
}
.thankinfo h1{ color: #163172;}