@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
/* General CSS
**************************************/
.clear {
  float: none;
  clear: both;
}

* {
  outline: none !important;
}

a {
  color: #080f46;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

@media (min-width: 1400px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.fs0 {
  font-size: 0px;
}

.fs1 {
  font-size: 1px;
}

.fs2 {
  font-size: 2px;
}

.fs3 {
  font-size: 3px;
}

.fs4 {
  font-size: 4px;
}

.fs5 {
  font-size: 5px;
}

.fs6 {
  font-size: 6px;
}

.fs7 {
  font-size: 7px;
}

.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

.fs32 {
  font-size: 32px;
}

.fs33 {
  font-size: 33px;
}

.fs33 {
  font-size: 33px;
}

.fs35 {
  font-size: 35px;
}

.fs36 {
  font-size: 36px;
}

.fs37 {
  font-size: 37px;
}

.fs37 {
  font-size: 37px;
}

.fs39 {
  font-size: 39px;
}

.fs40 {
  font-size: 40px;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.pd0 {
  padding: 0px !important;
}

.pd0-T {
  padding-top: 0px !important;
}

.pd0-B {
  padding-bottom: 0px !important;
}

.pd0-L {
  padding-left: 0px !important;
}

.pd0-R {
  padding-right: 0px !important;
}

.pd0-TB {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pd0-LR {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pd1 {
  padding: 1px !important;
}

.pd1-T {
  padding-top: 1px !important;
}

.pd1-B {
  padding-bottom: 1px !important;
}

.pd1-L {
  padding-left: 1px !important;
}

.pd1-R {
  padding-right: 1px !important;
}

.pd1-TB {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pd1-LR {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.mrg2 {
  margin: 2px !important;
}

.mrg2-T {
  margin-top: 2px !important;
}

.mrg2-B {
  margin-bottom: 2px !important;
}

.mrg2-L {
  margin-left: 2px !important;
}

.mrg2-R {
  margin-right: 2px !important;
}

.mrg2-TB {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mrg2-LR {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.mrg3 {
  margin: 3px !important;
}

.mrg3-T {
  margin-top: 3px !important;
}

.mrg3-B {
  margin-bottom: 3px !important;
}

.mrg3-L {
  margin-left: 3px !important;
}

.mrg3-R {
  margin-right: 3px !important;
}

.mrg3-TB {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.mrg3-LR {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.pd2 {
  padding: 2px !important;
}

.pd2-T {
  padding-top: 2px !important;
}

.pd2-B {
  padding-bottom: 2px !important;
}

.pd2-L {
  padding-left: 2px !important;
}

.pd2-R {
  padding-right: 2px !important;
}

.pd2-TB {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.pd2-LR {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.pd3 {
  padding: 3px !important;
}

.pd3-T {
  padding-top: 3px !important;
}

.pd8-T {
    padding-top: 8px !important;
}

.pd3-B {
  padding-bottom: 3px !important;
}

.pd3-L {
  padding-left: 3px !important;
}

.pd3-R {
  padding-right: 3px !important;
}

.pd3-TB {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.pd3-LR {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.pd4 {
  padding: 4px !important;
}

.pd4-T {
  padding-top: 4px !important;
}

.pd4-B {
  padding-bottom: 4px !important;
}

.pd4-L {
  padding-left: 4px !important;
}

.pd4-R {
  padding-right: 4px !important;
}

.pd4-TB {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pd4-LR {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd5-T {
  padding-top: 5px !important;
}

.pd5-B {
  padding-bottom: 5px !important;
}

.pd5-L {
  padding-left: 5px !important;
}

.pd5-R {
  padding-right: 5px !important;
}

.pd5-TB {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pd5-LR {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pd7 {
  padding: 7px !important;
}

.pd7-T {
  padding-top: 7px !important;
}

.pd7-B {
  padding-bottom: 7px !important;
}

.pd7-L {
  padding-left: 7px !important;
}

.pd7-R {
  padding-right: 7px !important;
}

.pd7-TB {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.pd7-LR {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd10-T {
  padding-top: 10px !important;
}

.pd10-B {
  padding-bottom: 10px !important;
}

.pd10-L {
  padding-left: 10px !important;
}

.pd10-R {
  padding-right: 10px !important;
}

.pd10-TB {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pd10-LR {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pd13-L {
  padding-left: 13px !important;
}

.pd13-R {
  padding-right: 13px !important;
}

.pd13-T {
  padding-top: 13px !important;
}

.pd13-B {
  padding-bottom: 13px !important;
}
.pd13-LR {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.pd13-TB {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd15-T {
  padding-top: 15px !important;
}

.pd15-B {
  padding-bottom: 15px !important;
}

.pd15-L {
  padding-left: 15px !important;
}

.pd15-R {
  padding-right: 15px !important;
}

.pd15-TB {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pd15-LR {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd20-T {
  padding-top: 20px !important;
}

.pd20-B {
  padding-bottom: 20px !important;
}

.pd20-L {
  padding-left: 20px !important;
}

.pd20-R {
  padding-right: 20px !important;
}

.pd20-TB {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pd20-LR {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd25-T {
  padding-top: 25px !important;
}

.pd25-B {
  padding-bottom: 25px !important;
}

.pd25-L {
  padding-left: 25px !important;
}

.pd25-R {
  padding-right: 25px !important;
}

.pd25-TB {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pd25-LR {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd30-T {
  padding-top: 30px !important;
}

.pd30-B {
  padding-bottom: 30px !important;
}

.pd30-L {
  padding-left: 30px !important;
}

.pd30-R {
  padding-right: 30px !important;
}

.pd30-TB {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pd30-LR {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.minus-mrg5-LR {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.minus-mrg7-LR {
  margin-left: -7px !important;
  margin-right: -7px !important;
}

.minus-mrg8-LR {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.minus-mrg10-LR {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.minus-mrg15-LR {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.minus-mrg20-LR {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.minus-mrg25-LR {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.minus-mrg30-LR {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.mrg0 {
  margin: 0px !important;
}

.mrg0-T {
  margin-top: 0px !important;
}

.mrg0-B {
  margin-bottom: 0px !important;
}

.mrg0-L {
  margin-left: 0px !important;
}

.mrg0-R {
  margin-right: 0px !important;
}

.mrg0-TB {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mrg0-LR {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mrg3 {
  margin: 3px !important;
}

.mrg3-T {
  margin-top: 3px !important;
}

.mrg3-B {
  margin-bottom: 3px !important;
}

.mrg3-L {
  margin-left: 3px !important;
}

.mrg3-R {
  margin-right: 3px !important;
}

.mrg3-TB {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.mrg3-LR {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mrg4 {
  margin: 4px !important;
}

.mrg4-T {
  margin-top: 4px !important;
}

.mrg4-B {
  margin-bottom: 4px !important;
}

.mrg5 {
  margin: 5px !important;
}

.mrg5-T {
  margin-top: 5px !important;
}

.mrg5-B {
  margin-bottom: 5px !important;
}

.mrg5-L {
  margin-left: 5px !important;
}

.mrg5-R {
  margin-right: 5px !important;
}

.mrg5-TB {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mrg5-LR {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mrg7 {
  margin: 7px !important;
}

.mrg7-T {
  margin-top: 7px !important;
}

.mrg7-B {
  margin-bottom: 7px !important;
}

.mrg7-L {
  margin-left: 7px !important;
}

.mrg7-R {
  margin-right: 7px !important;
}

.mrg7-TB {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.mrg7-LR {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.mrg8 {
  margin: 8px !important;
}

.mrg8-T {
  margin-top: 8px !important;
}

.mrg8-B {
  margin-bottom: 8px !important;
}

.mrg8-L {
  margin-left: 8px !important;
}

.mrg8-R {
  margin-right: 8px !important;
}

.mrg8-TB {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mrg8-LR {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mrg9 {
  margin: 9px !important;
}

.mrg9-T {
  margin-top: 9px !important;
}

.mrg9-B {
  margin-bottom: 9px !important;
}

.mrg9-L {
  margin-left: 9px !important;
}

.mrg9-R {
  margin-right: 9px !important;
}

.mrg9-TB {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.mrg9-LR {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.mrg10 {
  margin: 10px !important;
}

.mrg10-T {
  margin-top: 10px !important;
}

.mrg10-B {
  margin-bottom: 10px !important;
}

.mrg10-L {
  margin-left: 10px !important;
}

.mrg10-R {
  margin-right: 10px !important;
}

.mrg10-TB {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mrg10-LR {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mrg15 {
  margin: 15px !important;
}

.mrg15-T {
  margin-top: 15px !important;
}

.mrg15-B {
  margin-bottom: 15px !important;
}

.mrg15-L {
  margin-left: 15px !important;
}

.mrg15-R {
  margin-right: 15px !important;
}

.mrg15-TB {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mrg15-LR {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mrg20 {
  margin: 20px !important;
}

.mrg20-T {
  margin-top: 20px !important;
}

.mrg20-B {
  margin-bottom: 20px !important;
}

.mrg20-L {
  margin-left: 20px !important;
}

.mrg20-R {
  margin-right: 20px !important;
}

.mrg20-TB {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mrg20-LR {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mrg25 {
  margin: 25px !important;
}

.mrg25-T {
  margin-top: 25px !important;
}

.mrg25-B {
  margin-bottom: 25px !important;
}

.mrg25-L {
  margin-left: 25px !important;
}

.mrg25-R {
  margin-right: 25px !important;
}

.mrg25-TB {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mrg25-LR {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mrg30 {
  margin: 30px !important;
}

.mrg30-T {
  margin-top: 30px !important;
}

.mrg30-B {
  margin-bottom: 30px !important;
}

.mrg30-L {
  margin-left: 30px !important;
}

.mrg30-R {
  margin-right: 30px !important;
}

.mrg30-TB {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mrg30-LR {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mrg-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.top-minus2 {
  margin-top: -2px !important;
}

.lnk-typ1 {
  color: #000000 !important;
  text-decoration: none !important;
}

.lnk-typ1:hover {
  color: #1377d7 !important;
}

.lnk-typ2 {
  color: #1377d7 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.lnk-typ2:hover {
  color: #000000 !important;
}
.lnk-typ2 svg * {
  fill: #1377d7 !important;
}

.lnk-typ2:hover svg * {
  fill: #000000 !important;
}

.minH-1 {
  min-height: 1px !important;
}

.txt-white {
  color: #ffffff;
}
.txt-gray {
  color: #adadad;
}

.txt-gray1 {
  color: #444547;
}

.txt-blue {
  color: #006699;
}
.txt-blue1 {
  color: #1377d7;
}
.txt-pink {
  color: #f50b6d;
}

.txt-red {
  color: #d80000;
}
.txt-green {
  color: #008d38;
}
.txt-black {
  color: #000000;
}
.txt-yellow {
  color: #fac215;
}

.txt-caps {
  text-transform: uppercase;
}

.txt-small {
  text-transform: lowercase;
}

.txt-ellipsis {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt-nowrap {
  white-space: nowrap;
}

.align-C {
  text-align: center;
}

.align-L {
  text-align: left;
}

.align-R {
  text-align: right;
}

.align-J {
  text-align: justify;
}

.lnk_typ1 {
  color: #0379b4 !important;
  text-decoration: none !important;
}

.lnk_typ1:hover {
  color: #000000 !important;
}

.winFit {
  height: calc(100vh - 88px);
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

hr.typ1 {
  border-top: 3px solid rgba(150, 150, 150, 0.3);
  border-bottom: none !important;
  margin: 0px;
}

.box1 {
  font-size: 13px;
  background: #f9f8fd;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.01);
}

.box2 {
  border: 1px solid #e0e1e7;
  border-radius: 5px;
  padding: 12px;
  line-height: 1.2;
}
.box3 {
  font-size: 13px;
  /*background: #f2f4f8;*/
  background: #e4e7eebd;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.01);
}

.tbl-typ1 {
  border-collapse: collapse;
  width: 100%;
}

.tbl-typ1 th,
.tbl-typ1 td {
  padding: 5px 10px;
  font-size: 13px;
}

.tbl-typ1 th {
  background: rgba(22, 27, 59, 0.1);
  font-weight: 600;
}

.tbl-typ1 th:first-child {
  border-radius: 5px 0px 0px 5px;
}

.tbl-typ1 th:last-child {
  border-radius: 0px 5px 5px 0px;
}

.tbl-typ1 td {
  font-weight: 400;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.tbl-typ1 tr:first-child th,
.tbl-typ1 tr:first-child td {
  border-top: none !important;
}
.tbl-typ1 tr:hover td {
  background: rgba(22, 27, 59, 0.03);
}
.tbl-typ1 tr:nth-child(2n-1) td {
  background: rgba(150, 150, 150, 0.06);
}

.tbl-typ1.group_table .group_title svg {
  width: 20px;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.tbl-typ1.group_table .group_title svg * {
  fill: #a9a9a9;
}

.tbl-typ1.group_table .group_title.open svg {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.tbl-typ1.group_table td {
  border-bottom: 1px solid rgba(22, 27, 59, 0.05);
}

.tbl-typ1.group_table .group_title td {
  padding: 7px 0px !important;
}

.tbl-typ1.group_table tr:last-child td {
  border-bottom: none;
}

.tbl-typ1.group_table .group_item:not(.show) {
  display: none;
}

.btn-typ1 {
  color: #161b3b;
  padding: 5px 9px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 25px;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.btn-typ1:hover,
.btn-typ1.active {
  color: #ffffff;
  background: #161b3b;
}

.btn-typ1 .count {
  color: #ffffff;
  padding: 1px;
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 15px;
  line-height: 1.5;
  font-size: 9px;
  font-weight: 400;
  background: #161b3b;
  border-radius: 50%;
  vertical-align: top;
  margin-left: 5px;
  margin-top: -1px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.btn-typ1:hover .count,
.btn-typ1.active .count {
  color: #161b3b;
  background: #ffffff;
}

.btn-typ2 {
  color: #161b3b;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 25px;
  line-height: 12px;
  font-size: 11px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0);
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  outline: none !important;
  box-shadow: none !important;
}

.btn-typ2.red {
  border-color: #f14040;
}

.btn-typ2.green {
  border-color: #74bb64;
}

.btn-typ2:hover,
.btn-typ2.active {
  color: #ffffff;
  background: #161b3b;
  border-color: #161b3b;
}
.btn-typ2.indeterminate {
  border-color: #161b3b;
}
.btn-typ3 {
  color: #ffffff;
  padding: 3px 9px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 16px;
  line-height: 1.2;
  font-size: 9px;
  font-weight: 600;
  background: #1377d7;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  outline: none !important;
  box-shadow: none !important;
}
a.btn-typ3:hover,
a.btn-typ3:hover {
  color: #ffffff;
  background: #161b3b;
}
.btn-typ4 {
  color: #696b73;
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 23px;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 600;
  background: #e2e2e9;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-typ4.red:not(:hover) {
  color: #cf0d0d;
  background: #ffdcdc;
}
.btn-typ4.green:not(:hover) {
  color: #12a62a;
  background: #d4ffdb;
}
.btn-typ4.blue:not(:hover) {
  color: #1f5b87;
  background: #e9f6ff;
}
.btn-typ4.orange:not(:hover) {
  color: #e59216;
  background: #ffdfaf;
}
a.btn-typ4:hover {
  color: #ffffff;
  background: #161b3b;
}
/* Bootstrap Custom CSS
**************************************/
.dropdown-menu {
  border-radius: 0px !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0px !important;
  padding: 0px;
  position: absolute !important;
  left: auto !important;
  right: 0px !important;
  top: 100% !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

/*************************************/
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  background: #e3e3e3;
  overflow-x: hidden;
}

a,
button,
svg * {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.topbar_bg {
  background: #161b3b;
  border-bottom: 1px solid #161b3a;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.topbar {
  position: relative;
  height: 68px;
  padding: 0 20px 0 0;
}

.topbar .main_logo {
  float: left;
  width: 220px;
  height: 60px;
  background: #161b3b;
  padding: 17px 25px;
  text-align: left;
  position: relative;
  z-index: 5;
}

.topbar .main_logo * {
  display: inline-block;
  max-width: 100%;
}

.topbar .main_logo img {
  width: 115px;
  margin: 0 auto;
}

.topbar .school_name {
  float: left;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 16px 15px 0px;
}

.topbar .school_name svg {
  width: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.topbar .school_name svg * {
  fill: #ffffff;
}

.topbar .dropdown-toggle::after {
  display: none !important;
}

.topbar_right {
  float: right;
  padding-top: 18px;
}

.tbar_user_info {
  margin-left: 10px;
}

.tbar_user_info .btn {
  border-radius: 30px !important;
  padding: 0px !important;
  background: none;
  border: none !important;
  border: none !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.tbar_user_info.show .btn,
.tbar_user_info.open .btn {
}

.user_photo {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 30px;
}

.tbar_user_info .dropdown-menu {
  width: 220px;
}

.tbar_user_info .user_options {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.tbar_user_info .user_options a {
  font-size: 13px;
  color: #333333;
  display: block;
  padding: 6px 10px 7px;
  text-decoration: none !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  line-height: 1.65;
}

.tbar_user_info .user_options a svg {
  float: left;
  margin-right: 5px;
}

.tbar_user_info .user_options a:hover {
  color: #ffffff;
  background: #1478c3;
}

.tbar_user_info .user_options svg {
  width: 16px;
  position: relative;
  top: 3px;
}

.tbar_user_info .user_options svg * {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.tbar_user_info .user_options a:hover svg * {
  fill: #ffffff;
}

#expand_pb {
  z-index: 9;
  position: relative;
  display: block;
}

.dropdown .dropdown_title {
  font-size: 14px;
  color: #333333;
  padding: 6px 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 1px;
  position: relative;
}

.academic_year_bx {
  padding: 19px 20px 18px;
}

.academic_year {
  padding: 0 0px;
  border: 1px solid #152354;
  border-radius: 2px;
  height: 28px;
  background: #152354;
  position: relative;
  width: 122px;
}

.academic_year .left_arrow,
.academic_year .right_arrow {
  position: absolute;
  top: -1px;
  width: 24px;
  height: 28px;
  /*border:1px solid #bdbdbf;*/
  padding: 8px 6px;
  vertical-align: top;
  text-align: center;
}

.academic_year .left_arrow {
  left: -1px;
  border-radius: 2px 0 0 2px;
}

.academic_year .right_arrow {
  right: -1px;
  border-radius: 0 2px 2px 0;
}

.academic_year .left_arrow svg,
.academic_year .right_arrow svg {
  width: 7px;
  height: auto;
  vertical-align: top;
}

.academic_year .left_arrow svg *,
.academic_year .right_arrow svg * {
  fill: #999999;
}

.academic_year .k-widget.k-dropdown {
  background: #2f395c !important;
  border-radius: 6px;
  width: 120px;
}

.academic_year .k-widget.k-dropdown .k-state-default {
  background: none !important;
  border: none !important;
}

.academic_year .k-icon.k-i-loading {
  opacity: 0 !important;
}

.academic_year .k-dropdown .k-input,
.academic_year .k-widget.k-dropdown .k-state-default .k-select {
  color: #ffffff !important;
}

.academic_year select {
  width: 100%;
  height: 28px;
  border: 1px solid #152354 !important;
  background: #152354;
  color: #ffffff;
  padding: 2px 15px 2px 8px;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  width: 100px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 2px !important;
  /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.academic_year select::-ms-expand {
  display: none;
}

.academic_year select option {
  background: #ffffff;
  color: #152354;
}

.academic_year svg {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 11px;
  pointer-events: none;
  display: none !important;
}

.academic_year svg * {
  fill: #333333 !important;
}

.academic_year .k-icon:before {
  top: 1px;
  left: 3px;
}

.announcement_bx {
  margin: 0 10px;
}

.announcement_bx .btn {
  font-size: 0px;
  border-radius: 30px !important;
  width: 32px;
  height: 32px;
  padding: 4px !important;
  background: #2f395b;
  border: none !important;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.announcement_bx.tbar_user_info .btn {
  padding: 0px !important;
}

.announcement_bx .count {
  background: #ffffff;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  left: calc(100% - 10px);
  top: -3px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  text-align: center;
  z-index: 9;
  padding: 0 !important;
  line-height: 12px;
  box-shadow: 0px 3px 3px rgba(255, 255, 255, 0.3);
}

.announcement_bx.show .count,
.announcement_bx.open .count {
  display: none !important;
}

.announcement_bx.show .btn,
.announcement_bx.open .btn {
}

.announcement_bx svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.announcement_bx svg * {
  fill: #fff;
  stroke: #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.announcement_bx .btn:hover svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.announcement_bx.show svg *,
.announcement_bx.open svg * {
}

.announcement_bx .arrow svg {
  width: 11px;
  top: -2px;
  margin-left: 3px;
}

.announcement_bx .dropdown-menu {
  width: 400px;
  max-width: 100vw;
  padding: 1px 10px;
}

.announcement_bx .announcement_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.announcement_bx .announcement_list li {
  border-top: 1px solid #f3f3f3;
  padding: 9px 0px;
}

.announcement_bx .announcement_list li:first-child {
  border-top: none;
}

.announcement_bx .announcement_list a {
  font-size: 13px;
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.announcement_bx .announcement_list a:hover {
  color: #1478c3;
}

.announcement_bx .dropdown_title {
  padding-right: 80px;
}

.announcement_bx .morebtn {
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 6px;
}

#dropdownMenuButton_Notifications svg:not(.active) {
  display: none;
}

.notification_settings_button {
  display: block;
  cursor: pointer;
}

.notification_settings_button svg {
  display: block;
  width: 18px;
}

.notification_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.notification_list > li {
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.notification_list > li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.notification_list .more-details {
  position: absolute;
  right: 0px;
  top: 0px;
}

.notification_list .more-details svg {
  width: 15px;
}

.notification_list .more-details > svg {
  cursor: pointer;
}

.notification_list .more-details > svg * {
  fill: #9e9e9e;
}

.notification_list .more_details_list {
  border: 1px solid #ededed;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  right: 5px;
  top: 100%;
  display: none;
  z-index: 9;
  list-style-type: none;
}

.notification_list .more-details.open .more_details_list {
  display: block;
}

.notification_list .more_details_list li {
  padding: 2px 10px 3px;
  white-space: nowrap;
  font-size: 13px;
  color: #5c5c5c;
  cursor: pointer;
}

.notification_list .more_details_list li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}

.notification_list .more_details_list svg {
  margin-right: 5px;
}

.notification_list .more_details_list svg * {
  fill: #5c5c5c;
}

.notification_list .photo_wrapper {
  position: relative;
  float: left;
  margin: 0px 15px 0px 0px;
}

.notification_list .photo_wrapper .photo {
  position: relative;
  padding: 100% 0px 0px 0px;
  width: 48px;
}

.notification_list .photo_wrapper .photo .status {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.notification_list .photo_wrapper .photo .status.red {
  background: #e1000a;
}

.notification_list .photo_wrapper .photo .status.yellow {
  background: #edc900;
}

.notification_list .photo_wrapper .photo .status.orange {
  background: #ed9100;
}

.notification_list .photo_wrapper .photo .status.blue {
  background: #006699;
}

.notification_list .photo_wrapper .photo .status.green {
  background: #008d38;
}

.notification_list .photo img {
  display: block;
  background: #dedde5;
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 100%;
}

.notification_list .content {
  overflow: hidden;
}

.notification_settings_box {
  position: absolute;
  left: 0px;
  top: 39px;
  background: #ffffff;
  z-index: 99;
  width: 100%;
  height: calc(100vh - 166px);
  display: none;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.notification_settings_box.open {
  display: block;
}

.notification_settings_box .hide_setting svg * {
  fill: #000000;
}

.custom_select_dropdown {
  position: relative;
  cursor: pointer;
}

.custom_select_dropdown .dropdown_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 999;
  border: 1px solid #e4e4e4;
  white-space: nowrap;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  display: none;
}

.custom_select_dropdown:hover .dropdown_list {
  display: block;
}

.custom_select_dropdown.dropdown_right .dropdown_list {
  right: 0px;
}

.custom_select_dropdown.dropdown_left .dropdown_list {
  left: 0px;
}

.custom_select_dropdown .dropdown_list > li:not(:first-child) {
  border-top: 1px solid #f2f2f2;
}

.custom_select_dropdown .dropdown_list > li {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.custom_select_dropdown .dropdown_list > li:hover {
  background: #f4f4f4;
}

.custom_select_dropdown .custom_select_value svg {
  font-size: 22px;
  line-height: 1;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.custom_select_dropdown .custom_select_value svg * {
  fill: #000000;
}

.custom_select_dropdown .custom_select_value a.active svg * {
  fill: #ffffff;
}

.custom_select_dropdown label {
  cursor: pointer;
}

#MainLayoutManageNotifications.flyout .flyout-content {
  height: calc(100% - 44px) !important;
}

.custom_select_dropdown.notification_title {
  border-bottom: 2px solid #080f46;
  margin-bottom: -1px;
}

.custom_select_dropdown.notification_title .count {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.2;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 5px;
  height: 18px;
  background: #080f46;
}

.tbar_search_wrapper {
  background: #161b3b;
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  padding: 0px 25px 10px;
  z-index: 9999;
  clear: both;
}

.tbar_search {
  position: relative;
  padding: 0px;
}

.tbar_search .searchbox {
  display: block !important;
}

.tbar_search .search_icon {
  position: absolute;
  right: 20px;
  top: 4px;
  z-index: 9;
}

.tbar_search svg {
  width: 12px;
}

.tbar_search svg * {
  fill: #ffffff;
}

.tbar_search input {
  width: 100%;
  color: #ffffff !important;
  font-size: 12px;
  border-color: rgba(0, 0, 0, 0) !important;
  background: #2f395c !important;
  height: 30px !important;
  padding: 5px 50px 5px 20px !important;
  border-radius: 6px !important;
}

.tbar_search input::placeholder {
  color: #9f9f9f;
}

.tbar_search input:-ms-input-placeholder {
  color: #9f9f9f;
}

.tbar_search input::-ms-input-placeholder {
  color: #9f9f9f;
}

/* Page Layout CSS
**************************************/
.page_container {
  height: calc(100vh - 51px);
  position: relative;
  /*overflow: hidden;
    overflow-y: auto;*/
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-flow: row wrap;
  float: none;
  clear: both;
}

.content_area_scroll,
.custom-scroll {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.fixed_btnbar.show + .content_area_scroll {
  max-height: calc(100% - 55px);
}

*::-webkit-scrollbar {
  width: 4px; /* for vertical scrollbars */
  height: 4px; /* for horizontal scrollbars */
  /*background-color: #F5F5F5;*/
  border-radius: 0px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
*:hover::-webkit-scrollbar {
  width: 4px; /* for vertical scrollbars */
  height: 9px; /* for horizontal scrollbars */
  cursor: pointer;
}

*::-webkit-scrollbar-track {
  border-radius: 0px;
  /*background: rgba(0,0,0,0.05);*/
  position: relative;
  bottom: 4px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(212, 212, 212, 0.6);
  background: #1377d7;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
::-webkit-scrollbar-thumb:hover {
  background: #0887fd !important;
}

/* Buttons */
::-webkit-scrollbar-button:single-button:horizontal {
  display: none;
  border-style: solid;
  height: 0px;
  width: 17px;
}
::-webkit-scrollbar-button:single-button:vertical {
  display: none;
  border-style: solid;
  height: 17px;
  width: 0px;
}

*:hover::-webkit-scrollbar-button:single-button:horizontal {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* Up */
::-webkit-scrollbar-button:single-button:decrement {
  border-width: 5px 10px 5px 10px;
  border-color: transparent #4da7fe transparent transparent;
}
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0px 2px 8px 2px;
  border-color: transparent transparent #4da7fe transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:increment {
  border-width: 5px 10px 5px 10px;
  border-color: transparent transparent transparent #4da7fe;
}
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 2px 0px 2px;
  border-color: #4da7fe transparent transparent transparent;
}

.leftbar_menu {
  min-height: calc(100vh - 70px);
  height: calc(100vh - 70px);
  background: #161b3b;
  width: 220px;
  float: left;
  position: relative;
}

.leftbar_menu.collapsed {
  width: 50px;
}

.leftbar_menu.collapsed #themeSwitchBtnbar,
.leftbar_menu.collapsed .copyright {
  display: none !important;
}

.copyright {
  clear: both;
  font-size: 10px;
  color: #ffffff;
  padding-top: 5px;
  opacity: 0.8;
}

.sidemenu {
  background: #161b3b;
}
.menu_top {
  position: relative;
  z-index: 9999;
  background: #161b3b;
  padding: 6px 25px 5px;
  width: 100%;
  height: 40px;
}
.leftbar_menu.collapsed .menu_top {
  padding: 6px 15px 5px;
}
.menu_bottom {
  background: #161b3b;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 43px;
  z-index: 999;
  padding: 10px 25px 5px;
}

.leftbar_menu.collapsed .menu_bottom {
  padding: 20px 10px 5px;
}

.content_area {
  height: calc(100vh - 81px);
  width: calc(100% - 220px);
  float: right;
  padding-top: 40px;
}

.leftbar_menu.hidden + .content_area {
  width: 100%;
}

.leftbar_menu.collapsed + .content_area {
  width: calc(100% - 50px);
}

.menu-tgl-btn {
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 0px;
  overflow: hidden;
  float: right;
  position: relative;
  top: 2px;
}

.menu-tgl-btn svg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.leftbar_menu.collapsed .menu-tgl-btn svg {
  /*-webkit-transform: rotate(180deg);
    transform: rotate(180deg);*/
  left: 2px;
}

.menu-tgl-btn svg * {
  fill: #5f657f;
}
.menu-tgl-btn:hover svg * {
  fill: #1377d7;
}

.leftbar_menu.collapsed .langswitch {
  display: none !important;
}

#themeSwitchBtnbar.toolbar-buttons.slide_toolbar {
  height: 22px !important;
  background: #5f657f !important;
  float: left;
  border-radius: 25px !important;
  padding: 0px 4px !important;
}

#themeSwitchBtnbar.toolbar-buttons.slide_toolbar a {
  width: 26px !important;
  height: 18px !important;
  padding: 1px 6px 2px !important;
  min-width: 1px;
  top: 0px !important;
}
#themeSwitchBtnbar.toolbar-buttons.slide_toolbar a svg {
  margin: 0px !important;
}

#themeSwitchBtnbar.toolbar-buttons.slide_toolbar a.active svg * {
  fill: #202c54 !important;
}

#themeSwitchBtnbar.toolbar-buttons.slide_toolbar .slidebg {
  width: 26px !important;
  height: 16px !important;
  top: 3px !important;
  border-radius: 25px !important;
  background: #ffffff !important;
}

#themeSwitchBtnbar.theme_togglebtn {
  padding-top: 5px;
}
#themeSwitchBtnbar.theme_togglebtn a {
  color: #ffffff !important;
  text-decoration: none !important;
}
#themeSwitchBtnbar.theme_togglebtn a.active {
  display: none !important;
}
#themeSwitchBtnbar.theme_togglebtn svg {
  width: 17px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#themeSwitchBtnbar.theme_togglebtn svg * {
  fill: #1377d7;
}
#themeSwitchBtnbar.theme_togglebtn .light svg * {
  fill: #ffffff;
}

.edisapp_theme_load_wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  font-size: 18px;
  color: #ffffff;
  background: #151b39;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edisapp_theme_load_wrapper.light {
  color: #151b39;
  background: #ffffff;
}
.edisapp_theme_loader {
  display: block;
  width: 220px;
  margin: 0px auto;
  text-align: left;
}
.edisapp_theme_loader .txt span {
  opacity: 0;
  max-width: 0px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.edisapp_theme_loader .txt span.active {
  opacity: 1;
  transform: skew(-8deg);
  max-width: 30px;
}

.breadcrumb_wrapper {
  position: absolute !important;
  right: 10px;
  top: 70px;
  width: calc(100% - 240px);
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}
.page_path {
  height: 30px;
  background: #1377d7;
  padding: 3px 18px;
  position: relative;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
  margin: 0px -3px;
  z-index: 99;
}

.page_path .page_title {
  font-size: 13px;
  color: #ffffff !important;
  font-weight: 600;
  float: right;
  padding-top: 1px;
}

.page_path .wave {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-transform: translate(0px, -11%);
  transform: translate(0px, -11%);
  pointer-events: none;
}

.page_path_inner {
  float: left;
  min-height: 24px;
  line-height: 1;
  padding-top: 5px;
}

.page_path .page_title + .page_path_inner {
  margin-left: 0px;
  padding-left: 0px;
}

.page_path .lnk,
.page_path .link {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.page_path a.lnk:hover,
.page_path a.link:hover {
  color: #ffffff !important;
}

.page_path svg {
  width: 14px;
  position: relative;
  top: -1px;
}

.page_path svg * {
  fill: #b5b6b8;
}

.page_path .arrow {
  display: inline-block;
  width: 6px;
  position: relative;
  margin: 0 15px;
  line-height: 1;
}

.page_path .arrow:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  left: 0px;
  top: 60%;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
}

.date_time {
  position: absolute;
  left: -180px;
  top: 0px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  width: 180px;
  padding: 6px 20px 6px;
  text-align: center;
  background: #0e1215;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chartbox_wrapper {
  display: block;
  position: relative;
  margin: 0px auto;
}

.chartbox_wrapper .chart_label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 999;
  font-size: 10px !important;
  font-weight: 700 !important;
}
/******************************/
.toggle_step {
  text-align: right;
  padding: 7px 15px 0px 15px;
}

.toggle_step svg {
  width: 11px;
}

.toggle_step svg * {
  fill: #006699;
}

.stepitem_container {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  /*background: #FFFFFF;*/
  padding: 0px;
  margin: 0px;
  /*box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.02);*/
}

.blade_header {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  padding: 9px 15px 5px;
  min-height: 40px;
  position: relative;
  margin: -13px -15px 13px;
  background: #161b3b;
  border-radius: 8px 8px 0px 0px;
}
.blade_header.no_bg {
  color: #212529;
  background: none !important;
}
.blade_header.sub_header {
  font-size: 14px;
  color: #141a3a;
  font-weight: 600;
  padding: 10px 12px;
  background: #e4e7ee !important;
  margin: 0px 0px 13px;
  border-radius: 5px;
  min-height: 35px;
}

.blade_header.no_border {
  border-bottom: none;
}

.blade_header svg {
  width: 16px;
  position: relative;
  top: 2px;
}

.blade_header svg.edt {
  width: 18px;
}

.blade_header.no-border:after {
  display: none;
}

.blade_header svg {
  width: 16px;
  position: relative;
  top: 2px;
}

.blade_header svg.edt {
  width: 18px;
}
/*.blade_header svg * { fill:#1478c3; }*/
.blade_header.icon_small svg {
  width: 11px;
  top: 0px;
}

.blade_header + .custom-scroll,
.blade_header + .report-link-wrapper + .custom-scroll {
  max-height: calc(100vh - 185px);
  min-height: calc(100vh - 185px);
  margin-bottom: 0px;
}

.blade_header .sub {
  font-size: 13px;
  font-weight: 400;
}
.blade_header .lnk-typ1:not(:hover) {
  color: #ffffff !important;
}
.blade_header label {
  color: #ffffff !important;
  font-size: 13px;
  vertical-align: top;
}

.blade_header .add_section svg * {
  fill: #ffffff !important;
}
.blade_header .addnewbutton {
  color: #ffffff !important;
}

.blade_header .k-textbox {
  color: #ffffff !important;
  border-color: rgba(150, 150, 150, 0.3) !important;
  background: #2f395c !important;
}

.lnk_list_typ1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.lnk_list_typ1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.lnk_list_typ1 a {
  display: block;
  padding: 7px 10px;
  font-size: 13px;
  color: #969696;
  position: relative;
  text-decoration: none !important;
}

.lnk_list_typ1 a:hover,
.lnk_list_typ1 a.active {
  color: #006699;
  background: #fafafa;
}

.lnk_list_typ1 a:hover:before,
.lnk_list_typ1 a.active:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 5px;
  height: 100%;
  background: #bdb9b6;
}

.lnk_list_typ1 a:hover:after,
.lnk_list_typ1 a.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 5px;
  height: 100%;
  background: #fafafa;
}

.lnk_list_typ1 a:hover svg *,
.lnk_list_typ1 a.active svg * {
  fill: #ffffff;
}

.lnk_list_typ2 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.lnk_list_typ2 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  padding: 5px 10px 5px 23px;
  border-bottom: 1px solid #e6e6e6;
}

.lnk_list_typ2 svg {
  position: absolute;
  left: 4px;
  top: 14px;
  width: 11px;
}

.lnk_list_typ2 .title {
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: 400;
}

.lnk_list_typ2 .txt {
  font-size: 12px !important;
  color: #969696 !important;
  font-weight: 400 !important;
}

.fixed_btnbar {
  padding: 15px 20px;
  background: #ffffff;
  margin: 0px 0px 5px;
  display: none;
  height: 49px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

.fixed_btnbar.show {
  display: block;
}

.form-group {
  margin-bottom: 12px;
}

label {
  font-size: 12px;
  color: #969696;
  font-weight: 400;
  margin: 0px 0px 3px 0px;
}

.frm_fld1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: 400;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0px 0px 6px 0px !important;
  border: none !important;
  border-bottom: 1px solid #d4d4d4 !important;
  height: 26px;
}

.blade-block-container.infinite {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
}

.blade-block-container.infinite .blade-block {
  flex: 0 0 auto;
  padding: 0 4px;
}

.blade-block-container.infinite .blade-block:first-child {
  padding-left: 8px;
}

.blade-block-inner {
  padding: 0px;
  margin: 0px 0px -5px;
  min-height: 100%;
}

.blade-block-container.page_flip .blade-block {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.blade-block-container.page_flip .blade-block.closed {
  transform: translate(-50%, 0) scale(0, 1);
  width: 0;
}

.bg_gray {
  background: #e3e3e3 !important;
}

.bg_white {
  background: #ffffff !important;
}

.bg_blue {
  background: #080f46 !important;
}

.no_shadow {
  box-shadow: none !important;
}

/* Student Info List 
************************/
.student_info {
  text-align: center;
}

.student_info .photo {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
}

.student_info .name {
  font-size: 14px;
  font-weight: 600;
  color: #0379b4;
  margin-bottom: 3px;
}

.student_info .class {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
}

.student_info .other_dtl {
  font-size: 11px;
  margin-bottom: 10px;
}

.student_info .other_dtl span {
  margin: 0 6px;
}

/* Info List 
************************/
.info_list {
  list-style-type: none;
  margin: -5px 0px;
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
}

.info_list:after {
  content: "";
  display: block;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  clear: both;
  float: none;
}

.info_list li {
  margin: 0px;
  padding: 5px 10px;
  float: left;
  border-top: 1px solid #f0f0f0;
}

.info_list li:first-child,
.info_list li:first-child + .dtl {
  border-top: none;
}

.info_list li.lbl {
  width: 40%;
  font-weight: 600;
  padding-left: 0px;
  clear: both;
}

.info_list li.dtl {
  width: 60%;
}

/* User List 
************************/
.info_item .photo {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 15px 0 0;
}

.info_item .details {
  overflow: hidden;
}

.info_item:after {
  content: "";
  display: block;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  clear: both;
  float: none;
}

/* Common User List 
************************/
.common_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  /*background: #f0f0f0;*/
  border-top: 0px solid #e7e7e7;
}

.common_list:not(.show_overflow) {
  overflow: hidden;
}

.common_list > li {
  position: relative;
  padding: 9px 8px 9px 8px;
  border-bottom: 0px solid #e7e7e7;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  margin-bottom: 1px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
  /*box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);*/
}

.common_list.clickable > li {
  cursor: pointer;
  background: #f9f8fd;
}

.common_list.clickable > li.active {
  cursor: default;
  background: #d9dce5;
  border-left-color: #161b3b;
  position: relative;
  z-index: 99;
}

.common_list:not(.no-hover-effect) li:hover {
  background: #e4e7ee;
}

.common_list.no-border li {
  border-width: 0px !important;
}

.common_list li:last-child {
  margin-bottom: 0px;
  box-shadow: none;
}

.common_list.clickable li:hover .tag-typ1,
.common_list.clickable li.active .tag-typ1 {
  color: #ffffff;
  background: #1377d7;
}

.common_list li:after {
  content: "";
  display: block;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  clear: both;
  float: none;
}

.common_list .photo {
  width: 57px;
  height: 63px;
  float: left;
  margin: 0 15px 0 0;
  background: #f0f0f0;
  /*border:1px solid #d7d7d7;*/
  position: relative;
  z-index: 9;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.common_list .photo:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.common_list li.active .photo {
  border-color: #ffffff !important;
}

.common_list .photo.green {
  border-color: #008d38;
}

.common_list .photo.red {
  border-color: #e1000a;
}

.common_list .photo.yellow {
  border-color: #edc900;
}

.common_list .photo.orange {
  border-color: #ed9100;
}

.common_list .photo.blue {
  border-color: #006699;
}

.common_list .photo img {
  display: block;
  width: 100%;
}

.common_list .details {
  overflow: hidden;
  font-size: 9px;
  position: relative;
  z-index: 1;
  padding-left: 5px;
  line-height: 1.2;
}

.common_list .photo + .details {
  padding-left: 0px;
}

.common_list.clickable .details * {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.common_list .name {
  font-size: 14px;
  color: #000 !important;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common_list .status {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 6px;
  border-left: 86px solid #d7d7d7;
  border-radius: 0px 0px 5px 5px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

.common_list .status:hover {
  height: 20px;
}

.common_list .status.red {
  border-left-color: #e1000a;
}

.common_list .status.green {
  border-left-color: #008d38;
}

.common_list .status.yellow {
  border-left-color: #edc900;
}

.common_list .status.orange {
  border-left-color: #ed9100;
}

.common_list .status.blue {
  border-left-color: #006699;
}

.common_list .status .tip {
  position: absolute;
  right: 0px;
  top: 3px;
  display: block;
  white-space: nowrap;
  line-height: 1.2;
  z-index: -9;
  font-size: 11px;
  opacity: 0;
  width: 86px;
  text-align: center;
  color: #ffffff;
}

.common_list .status:hover .tip {
  z-index: 9;
  visibility: visible;
  opacity: 1;
}

.common_event_list,
.common_timetable_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.common_event_list li:after,
.common_timetable_list li:after {
  content: "";
  display: block;
  font-size: 0px;
  line-height: 0px;
  float: none;
  clear: both;
}

.common_event_list li:not(:last-child),
.common_timetable_list li:not(:last-child) {
  margin-bottom: 15px;
}

.common_event_list .date {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #e8e9f0;
  border-radius: 5px;
  float: left;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1.3;
  padding: 5px 0px;
}

.common_event_list .month {
  font-size: 11px;
  font-weight: 400;
}

.common_event_list .dec {
  padding-top: 3px;
  float: right;
  width: calc(100% - 58px);
}

.common_event_list .dec .name {
  width: calc(100% - 65px);
  margin-bottom: 3px;
}

.common_event_list .dec .name + div {
  padding-top: 2px;
}

.common_timetable_list li {
  border: 1px solid #e0e1e7;
  border-radius: 5px;
  padding: 12px;
  line-height: 1.2;
}

.common_timetable_list li:not(:last-child) {
  margin-bottom: 15px;
}

.common_timetable_list .time {
  float: left;
  width: 46px;
  height: 44px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  padding-top: 1px;
}

.common_timetable_list .dec {
  float: right;
  width: calc(100% - 58px);
}

.progress-btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background: #e4e7ee;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
}

.progress-btn {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 20px;
  white-space: nowrap;
  min-width: 80px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
}

.progress-btn.blue {
  color: #3f84ca;
  background: #cfe0f1;
}

.progress-btn.green {
  color: #2fb182;
  background: #cbebe0;
}

.progress-btn.orange {
  color: #cead00;
  background: #fcf2c2;
}

.progress-btn .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #d7d7d7;
  vertical-align: top;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.progress-btn.blue .dot {
  background: #3f84ca;
}

.progress-btn.green .dot {
  background: #2fb182;
}

.progress-btn.orange .dot {
  background: #cead00;
}

.studentdtl_info:after {
  content: "";
  display: block;
  clear: both;
  float: none;
  font-size: 0px;
  line-height: 0px;
}

.studentdtl_info .action {
  position: absolute;
  right: 20px;
  top: 6px;
}

.studentdtl_info .photo {
  float: left;
  width: 74px;
  height: 80px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  z-index: 999;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  cursor: pointer;
  padding: 0px;
  border-radius: 5px;
}

.staffdtl_info .photo {
  width: 86px !important;
  height: 86px !important;
}

.staffdtl_info .photo img {
  width: 86px !important;
  border-radius: 5px;
}

.studentdtl_info .photo img {
  width: 100%;
}

.studentdtl_info .status {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 6px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  padding: 2px;
  background: #d7d7d7;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  letter-spacing: 1px;
  border-radius: 0px 0px 6px 6px;
}

.studentdtl_info .status.red {
  background: #e1000a;
}

.studentdtl_info .status.green {
  background: #008d38;
}

.studentdtl_info .status.yellow {
  background: #edc900;
}

.studentdtl_info .status.orange {
  background: #ed9100;
}

.studentdtl_info .status.blue {
  background: #006699;
}

.studentdtl_info .status .tip {
  display: none;
}

.tag-typ1 {
  color: #000000;
  font-size: 11px;
  background: #e5e6ee;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 5px;
  white-space: nowrap;
  min-width: 80px;
  text-align: center;
  line-height: 1.2;
}

.tag-typ1.blue {
  color: #ffffff;
  background: #1377d7;
}

.imginfotip_wrapper {
  position: absolute;
  z-index: 9999;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.imginfotip {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: url("../images/ajax-loader.gif") no-repeat center center #ffffff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

.imginfotip.active {
  background: #ffffff;
}

.imginfotip img {
  display: block;
  width: 100%;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

.imginfotip .status {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  padding: 2px;
  background: #d7d7d7;
  -webkit-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  letter-spacing: 1px;
}

.imginfotip.large .status {
  height: 21px;
}

.imginfotip .status.red {
  background: #e1000a;
}

.imginfotip .status.green {
  background: #008d38;
}

.imginfotip .status.yellow {
  background: #edc900;
}

.imginfotip .status.orange {
  background: #ed9100;
}

.imginfotip .status.blue {
  background: #006699;
}

.studentdtl_info .dtlbox {
  overflow: hidden;
  padding: 4px 10px 4px;
  font-size: 12px;
  color: #34383b;
  line-height: 1.2;
}

.studentdtl_info .dtlbox #FatherName {
  display: block;
  float: left;
  max-width: calc(38% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.studentdtl_info .dtlbox #FatherName + .info {
  display: block;
  overflow: hidden;
  /*max-width: calc(100% - (33.33% - 15px));*/
  vertical-align: top;
}

.studentdtl_info .dtlbox #AdmissionNumber,
.studentdtl_info .dtlbox #ClassName {
  display: inline-block;
  max-width: calc(50% - 25px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.studentdtl_info .dtlbox .sep {
  display: inline-block;
  width: 9px;
  vertical-align: top;
  position: relative;
  top: -1px;
}

.studentdtl_info .name {
  font-size: 14px;
  color: #152354;
  font-weight: 600;
  margin-bottom: 2px;
}

.studentdtl_info .info + .info {
  /*margin-top: 2px;*/
}

.progressBarStarRatingArea {
  padding-top: 4px;
}
.progressBarStarRatingArea .star_rating_area {
  padding-top: 35px;
  padding-right: 15px;
  white-space: nowrap;
}

.star_rating_wrapper {
  font-size: 13px;
  padding-top: 0px;
}

.star_rating_wrapper .hd {
  font-size: 13px;
  font-weight: 400;
}

.star_rating_wrapper strong {
  font-weight: 400;
}

.star_rating,
.star_rating span {
  display: inline-block;
  white-space: nowrap;
  line-height: 10px;
  height: 14px;
}

.star_rating {
  position: relative;
}

.star_rating span svg {
  width: 14px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.star_rating span.inactive svg * {
  fill: #a9aec2;
}

.star_rating span.active {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.star_rating.yellow span.active svg * {
  fill: #ffb521;
}

.star_rating.green span.active svg * {
  fill: #19c21d;
}

.progress_bar {
  height: 8px;
  border-radius: 8px;
  background: #d9dbe5;
  position: relative;
  top: 0px;
}

.progress_bar_wrapper .hd {
  font-size: 13px;
  font-weight: 400;
}

.progress_bar .pers {
  display: block;
  width: auto;
  height: 8px;
  border-radius: 6px;
  background: #1377d7;
  position: relative;
  top: 0px;
  max-width: 100%;
}
.progress_bar .pers.pink {
  background: #f50b6d;
}

..progress_bar .pers.green {
  background: #008d38;
}

.progress_bar .value {
  position: absolute;
  right: 0px;
  top: -18px;
  font-size: 12px;
  display: block;
  color: #1377d7;
  font-weight: 600;
}

.attendence_status {
  vertical-align: top;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.attendence_status.red {
  background: #e1000a;
}

.attendence_status.green {
  background: #008d38;
}

.attendence_status.gray {
  background: #aaaaaa;
}
/* Tree View
************************/
.common_tree_section + .common_tree_section {
  margin-top: 20px;
}

.common_tree_view {
  list-style-type: none;
  margin: 0px;
  position: relative;
  padding: 0px 0px 0px 5px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.common_tree_view.tree_view_wrapper {
  overflow-x: auto;
}

.common_tree_view .common_tree_view {
  padding-left: 0px;
  padding-top: 5px;
  display: none;
}

.common_tree_view li.open > .common_tree_view {
  display: block;
}

.common_tree_view li {
  padding: 2px 0px 2px 20px;
  position: relative;
}

.common_tree_view li:last-child {
  padding-bottom: 0px;
}

.common_tree_view .common_tree_view:before {
  left: -5px;
  top: -2px;
  height: calc(100% - 7px);
}

.common_tree_view li:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 15px;
  width: 12px;
  height: 1px;
  border-top: 1px solid #d9d9d9;
}

.common_tree_view li:after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 1px;
  height: calc(100% + 8px);
  border-left: 1px solid #d9d9d9;
}

.common_tree_view .common_tree_view li:after {
  top: -13px;
  height: calc(100% + 28px);
}

.common_tree_view li:last-child:after {
  display: none;
  height: 100%;
}

.common_tree_view li:first-child:after {
  display: block !important;
}

.common_tree_view .tree_view_item {
  white-space: nowrap;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 14px;
  color: #333333;
  line-height: 1.3;
  margin-left: 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.common_tree_view .tree_view_item:hover {
  background: #00669917;
}

.common_tree_view .tree_view_item > .arrow {
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 0px;
  line-height: 0px;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.common_tree_view .tree_view_item > .arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 0px;
  font-size: 0px;
  line-height: 0px;
  width: 0px;
  height: 0px;
  border-left: 7px solid #cccccc;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.common_tree_view .tree_view_item > .arrow.open {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.common_tree_view .tree_view_item > .arrow.disabled {
  pointer-events: none;
}

.common_tree_view .tree_view_item > .arrow:hover:before {
  border-left-color: #006699;
}

.common_tree_view.without_lines {
  padding-left: 0px !important;
}

.common_tree_view.without_lines:before,
.common_tree_view.without_lines .common_tree_view:before,
.common_tree_view.without_lines li:before,
.common_tree_view.without_lines li:after {
  display: none !important;
}

.common_tree_view.open_view .common_tree_view {
  display: block;
}

.common_tree_view.open_view .arrow {
  pointer-events: none;
}

.wizards_wrapper {
  display: flex;
  position: relative;
}

.wizards_wrapper .wizard_itembox {
  position: relative;
  text-align: center;
}

.wizards_wrapper .wizard_itembox .count {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 6px 5px;
  border: none;
  border-radius: 100%;
  margin: 0 auto 5px;
  background: #d3d6e0;
  position: relative;
  z-index: 9;
  color: #fff;
}

.wizards_wrapper .wizard_itembox.active .count {
  background-color: #1377d7;
}

.wizards_wrapper .wizard_itembox.disabled .count {
  border-color: #eeeeee;
  background: #fafafa;
  color: #aaaaaa;
}

.wizards_wrapper .wizard_itembox .title {
  white-space: nowrap;
  font-size: 13px;
  color: #666666;
  font-weight: 600;
}

.wizards_wrapper .wizard_sep {
  flex: 1 100%;
  display: flex;
  position: relative;
}

.wizards_wrapper .line {
  position: absolute;
  left: 0px;
  top: 19px;
  width: 100%;
  height: 2px;
  background: #eeeeee;
  padding: 0 30px;
}

.wizards_wrapper .line span {
  display: block;
  width: 0px;
  height: 2px;
  background: #1377d7;
}

.wizard-container .wizard-header {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*border-bottom: solid 1px #eaeaea;
    background: #f9f9f9;*/
  margin-bottom: 15px;
}

.doted-overflow {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  /*background-image: linear-gradient(to left, #003c66, #005999) !important;*/
  background: #151b3a;
  position: absolute;
  box-sizing: 9;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 0;
  color: white;
  padding: 7px !important;
  font-size: 15.6px;
  padding-left: 15px !important;
  min-height: 40px;
}
.jconfirm .jconfirm-box {
  background: #f9f8fd !important;

  box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.4) !important;
}
.jconfirm .form-group {
  color: #000000 !important;
}
.jconfirm input.k-textbox,
.jconfirm input.k-textbox:hover {
  background-color: #f2f3f6 !important;
  color: #000000 !important;
  margin-top: 10px !important;
}
.jconfirm form label {
  font-size: 14px !important;
}
body .jconfirm .jconfirm-box.jconfirm-type-red {
  border-radius: 5px !important;
  border: none !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-top: 35px;
}

.jconfirm-buttons .btn {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding: 5px 14px !important;
  height: 26px !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.jconfirm-buttons .btn.btn-blue {
  color: #fff !important;
  border-color: #080f46 !important;
  background-color: #080f46 !important;
}

.jconfirm-buttons .btn.btn-blue:hover {
  color: #fff !important;
  border-color: #152354 !important;
  background-color: #152354 !important;
}

.jconfirm-buttons .btn.btn-default {
  background-color: #161b3b !important;
  color: #fff !important;
  border: solid 1px #2f396d !important;
  padding: 6px 9px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  border-radius: 4px !important;
}

.jconfirm-buttons .btn.btn-default:hover {
  background-color: #1377d7 !important;
  /*color: #fff !important;
            border: solid 1px #2f396d !important;*/
}
.jconfirm-buttons .btn.btn-default + .btn.btn-default {
  background-color: #f2f3f6 !important;
  color: #000 !important;
  border: solid 1px #2f396d !important;
  padding: 6px 9px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  border-radius: 4px !important;
}
.jconfirm-buttons .btn.btn-default + .btn.btn-default:hover {
  background-color: #1377d7 !important;
  color: #fff !important;
}
body.dark-theme .jconfirm-buttons .btn.btn-default {
  color: #f9f8fd !important;
  border-color: #2f396d !important;
  background-color: #1378d7 !important;
}
body.dark-theme .jconfirm-buttons .btn.btn-default + .btn.btn-default {
  color: #f9f8fd !important;
  border-color: #2b314e !important;
  background-color: #2b314e !important;
}
body.dark-theme .jconfirm .jconfirm-box {
  background: #151b3a !important;
  color: #fff !important;
  box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.4) !important;
}
body.dark-theme .jconfirm .jconfirm-box div.jconfirm-title-c {
  background: #2f395b !important;
  min-height: 40px;
}
body.dark-theme .jconfirm .form-group {
  color: #ffffff !important;
}
body.dark-theme .jconfirm input.k-textbox {
  background-color: #2b314e !important;
  color: #ffffff !important;
  margin-top: 10px !important;
}

.k-state-focused,
.k-state-hover {
  box-shadow: none !important;
}

.k-widget.k-state-focused {
  border-bottom-color: #1c3369 !important;
}

.k-primary {
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px;
  color: #fff !important;
  font-weight: 100 !important;
  border: none !important;
  background-color: #161b3b !important;
  border-radius: 6px !important;
  padding: 5px 11px;
  height: 26px;
  box-shadow: none !important;
  line-height: 1.4;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
/*.blade_header:not(.no_bg) .k-primary:not(:hover) {
    color: #ffffff !important;
    background: #5f647e !important;
}*/
.blade_header:not(.no_bg) .k-primary:not(:hover) svg * {
  fill: #ffffff !important;
}

.k-primary:hover {
  text-decoration: none !important;
  background-color: #1377d7 !important;
  border-color: #1377d7 !important;
}

.k-primary svg {
  top: -1px !important;
  width: 13px;
  position: relative;
  margin-right: 5px;
}
.k-primary svg * {
  fill: #fff;
}

.k-primary.green {
  color: #057e27 !important;
  border-color: #bfeacb !important;
  background-color: #bfeacb !important;
}

.k-primary.red {
  color: #ab0606 !important;
  border-color: #fec9c9 !important;
  background-color: #fec9c9 !important;
}

.k-primary.cursor-default {
  cursor: default;
}
.k-cancel {
  height: 24px;
}

.k-grid-excel {
  font-size: 13px !important;
  padding: 4px 9px 2px 13px !important;
  background: #161b3b !important;
  color: #fff;
  border-radius: 2px !important;
}

.k-autocomplete.k-state-hover,
.k-dropdown-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-overflow-anchor:hover,
.k-picker-wrap.k-state-hover,
.k-textbox:hover,
.k-textbox:focus {
  background-color: #fff;
  border-color: #bdc3c7 !important;
  /*border-color: #15235469 !important;*/
  box-shadow: none !important;
}

#filter-block .k-multiselect-wrap.k-state-hover,
#filter-block .k-autocomplete.k-state-hover,
#filter-block .k-dropdown-wrap.k-state-hover,
#filter-block .k-numeric-wrap.k-state-hover,
#filter-block .k-overflow-anchor:hover,
#filter-block .k-picker-wrap.k-state-hover,
#filter-block .k-textbox:hover,
#filter-block .k-textbox:focus {
  border-color: #1377d7 !important;
  box-shadow: 0px 0px 3px 0px #1377d7 !important;
}

.k-treeview .k-item {
  max-width: 100% !important;
}

.k-list-scroller {
  overflow-x: hidden !important;
}

.custom_filetyp1 {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border: 2px dashed rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.custom_filetyp1 input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99;
}

.custom_filetyp1 .txt_filetype {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
}

.custom_filetyp1 svg {
  width: 60px;
  display: block;
  margin: 0 auto 5px;
}

.custom_filetyp1 svg * {
  fill: rgba(0, 0, 0, 0.1);
}

/* Access denied CSS
******************************/
.access_denied_outerwrapper {
  position: relative;
  top: calc(50vh - 230px);
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}

.jconfirm-content .access_denied_outerwrapper {
  top: 0px;
}

.access_denied_wrapper {
  position: relative;
  width: 315px;
  height: 315px;
  margin: 0 auto 30px;
  /*top: calc(50vh - 201px);*/
}

.access_denied_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 198, 255, 0.7) 50%,
    rgba(8, 15, 70, 1) 100%
  );
  -webkit-animation: rotation 7s infinite linear;
  -moz-animation: rotation 7s infinite linear;
  animation: rotation 7s infinite linear;
}

.access_denied_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 100%;
  background: #ffffff;
}

@@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.access_denied_inner {
  position: relative;
  z-index: 99;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  padding-top: 70px;
}

.access_denied_inner .iconbox svg {
  width: 65px;
  height: 100px;
  line-height: 100px;
}

.access_denied_inner .iconbox svg * {
  fill: #c00 !important;
}

.access_denied_inner .title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  position: relative;
}

.k-loading-image,
.k-loading-color {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  opacity: 1 !important;
}

.k-loading-image:before,
.k-loading-image:after,
.k-loading-color:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px !important;
  border-radius: 100%;
  background: #1377d7;
  box-shadow: 0 3px 3px 1px rgba(50, 63, 106, 0.3);
}

.k-loading-image:before {
  left: -25px !important;
  animation: animation1 4s linear infinite;
}

.k-loading-image:after {
  left: -5px !important;
  animation: animation2 4s linear infinite;
}

.k-loading-color:before {
  right: -25px !important;
  animation: animation3 4s linear infinite;
}

.hidden {
  display: none !important;
}

@keyframes animation1 {
  0% {
    opacity: 0.1;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes animation2 {
  0% {
    opacity: 0.1;
  }

  20% {
    opacity: 0.1;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes animation3 {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.1;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }
}

.common_tab_wrapper .common_tab {
  position: relative;
  width: 160px;
  height: 22px;
  background: #dedde5;
  border-radius: 20px;
}

.common_tab_wrapper .common_tab:before {
  content: "";
  display: block;
  width: calc(50% - 2px);
  height: calc(100% - 2px);
  border-radius: 20px;
  background: #323f6a;
  position: absolute;
  left: 1px;
  top: 1px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.common_tab_wrapper .common_tab:after {
  content: "";
  display: block;
  font-size: 0px;
  line-height: 0px;
  clear: both;
}

.common_tab_wrapper .common_tab_lnk {
  float: left;
  width: 50%;
  font-size: 12px;
  text-align: center;
  padding: 3px 5px;
  z-index: 9;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  background: none;
}

.common_tab_wrapper .common_tab_lnk.active {
  color: #ffffff;
}

.common_tab_wrapper .common_tab_item {
  display: none;
}

.common_tab_wrapper .common_tab_item.active {
  display: block;
}

.common_category_list {
  list-style-type: none;
  margin: 0px;
}

.common_category_list > li {
  padding: 0px;
}

.common_category_list > li > .title {
  font-size: 14px;
  color: gray;
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.common_category_list > li > .common_list {
  margin-left: 10px !important;
}

.common_category_list > li > .common_list li {
  border-color: rgba(0, 0, 0, 0) !important;
  margin-bottom: 5px !important;
}

.common_category_list .txt-gray1 {
  color: #bbbbbb !important;
}

.tooltip_area .tooltip_content {
  display: none !important;
}

.cmn_tooltip_wrapper {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 7px solid #999999;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
}

.cmn_tooltip_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 7px solid #1377d7;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: -7px;
  bottom: 2px;
  z-index: 99;
}

.cmn_tooltip_wrapper .cmn_tooltip {
  position: absolute;
  left: -15px;
  bottom: 7px;
}

.cmn_tooltip_wrapper .cmn_tooltip .tooltipbx {
  display: inline-block;
  background: #1377d7 !important;
  padding: 7px 10px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.divtable-wrapper .divtable-row {
  display: flex;
  border-top: solid 1px #f3f3f3;
}

.divtable-wrapper .divtable-row:first-child {
  border-top: none;
}

.divtable-wrapper .divtable-row .divtable-clm {
  width: 100%;
  padding: 0px 5px;
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}

.divtable-wrapper .divtable-header .divtable-clm {
  padding: 8px 5px;
  min-height: 35px;
  font-weight: 600;
  background: #e4e4e4;
}

.divtable-wrapper .divtable-group {
  padding: 8px 0px;
}

.divtable-wrapper .divtable-group-title {
  font-weight: 600;
  border-bottom: solid 2px #eaeaea;
  padding: 6px 0;
}

.divtable-wrapper .divtable-group-title + .divtable-row {
  border-top: none;
}

.divtable-wrapper .divtable-group:not(:first-child) {
  border-top: solid 1px #f3f3f3;
}

.divtable-wrapper .mob-label,
.divtable-wrapper .divtable-togglebtn {
  display: none;
  font-size: 13px;
}

.owl-nav {
  position: absolute;
  right: 0px;
  top: -43px;
  width: 60px;
  height: 20px;
}

.owl-nav button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #182246 !important;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  vertical-align: top;
}

.owl-nav button.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

.owl-nav button span {
  position: relative;
  top: -2px;
}
#flyout_reportmanager_widget .referesh-Report svg *,
#flyout_reportmanager_widget .flyout-close svg * {
  fill: #fff !important;
}

/* Report link CSS */
.report-link-wrapper {
  position: relative;
  z-index: 999;
}
.report-link-wrapper.minus-top {
  top: -13px;
}
.report-link-wrapper .report-link-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.report-link-wrapper #report-link {
  background: #1377d7;
  text-align: left;
  padding: 0px 30px 0px 15px;
  color: #fff;
  margin: 0px -15px;
  position: relative;
  overflow: hidden;
  max-height: 60px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.report-link-wrapper #report-link:before,
.report-link-wrapper #report-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
}
.report-link-wrapper.top-radius #report-link {
  border-radius: 8px 8px 0px 0px;
}
.report-link-wrapper #report-link:empty {
  max-height: 0px;
}
.report-link-wrapper .report-link-close {
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
  display: block;
  cursor: pointer;
}
.report-link-wrapper #report-link:empty + .report-link-close {
  display: none;
}
.report-link-wrapper .report-link-close svg * {
  fill: #ffffff !important;
}
#report-link a {
  margin-left: 10px;
}
#report-link a span,
#report-link a {
  color: #fff !important;
}

#iframeMainHelpFlyout {
  width: 100%;
  height: calc(100vh - 150px);
  margin-bottom: -6px;
}
/************************************
# Responsive CSS (Don't make any css after responsive css)
************************************/
@media (max-width: 767px) {
  .topbar .main_logo {
    padding: 16px 6px !important;
  }

  .topbar .main_logo img {
    width: 100% !important;
  }

  .sidemenubtn_bg {
    margin-top: 12px !important;
  }

  .academic_year_bx {
    padding: 10px 7px !important;
  }

  .page_path .page_title {
    padding-left: 7px;
  }

  .toaster {
    max-width: calc(100vw - 20px) !important;
    min-width: calc(100vw - 20px) !important;
  }

  .divtable-wrapper .mob-label,
  .divtable.divtable-responsive .divtable-row,
  .divtable.divtable-responsive .divtable-row .divtable-clm {
    display: block;
  }

  .divtable.divtable-responsive .divtable-header {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .page_container {
    overflow: hidden;
  }
}

/* For kendo clear button for custom style*/
.k-filter-menu.k-group .k-action-buttons {
  border-top: none !important;
  padding: 0px 7px 7px !important;
}
.k-filter-menu.k-group .k-action-buttons .k-button {
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px;
  color: #fff !important;
  font-weight: 100 !important;
  border: none !important;
  background-color: #161b3b !important;
  border-radius: 6px !important;
  padding: 5px 11px;
  height: 26px;
  box-shadow: none !important;
  line-height: 1.4;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  max-width: calc(50% - 4px) !important;
}

.k-filter-menu.k-group .k-action-buttons .k-button:hover {
  text-decoration: none !important;
  background-color: #1377d7 !important;
  border-color: #1377d7 !important;
}

/* Dashboard common css*/
#NewsAnnouncementSlider .owl-carousel,
#NewsAnnouncementSlider .owl-stage-outer,
#NewsAnnouncementSlider .owl-stage {
  max-height: 100%;
  height: 100%;
}

#NewsAnnouncementSlider .owl-carousel .owl-item {
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
}

.AIReWriteWrapper {
  position: relative;
  display: inline-block;
  height: 26px;
}
.AIReWriteWrapper.progress .k-button {
  opacity: 0.3;
  pointer-events: none;
}
.AIReWriteWrapper > svg {
  display: none;
}
.AIReWriteWrapper.progress > svg {
  position: absolute;
  left: calc(50% - 13px);
  top: 0px;
  display: block;
}

/*live chat support*/

.bp-widget-side {
  z-index: 9999 !important;
}

.bpw-floating-button,
.bpw-floating-button {
  background-color: #1377d7 !important;
}

.livechatsupport {
  position: relative;
}
.close-chatsuppot {
  position: fixed;
  right: 34px;
  bottom: 88px;
  font-size: 20px;
  /*  z-index: 99999;*/
  cursor: pointer;
}
.close-chatsuppot svg * {
  width: 20px;
  height: 20px;
  fill: #1377d7 !important;
}

.status_labelbar .statusbox {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #d7d7d7;
  margin-right: 2px;
}
.status_labelbar .statusbox.red {
  background: red;
}
.status_labelbar .statusbox.green {
  background: #388a5a;
}
.status_labelbar .statusbox.orange {
  background: #fa7415b5;
}

.excel-upload-table {
  border-collapse: collapse;
  width: 100%;
}
.excel-upload-table th,
.excel-upload-table td {
  padding: 2px 5px;
  font-size: 12px;
  border: 1px solid rgba(150, 150, 150, 0.25);
}
.excel-upload-table th {
  font-weight: 600;
  background: rgba(22, 27, 59, 0.1);
}
.excel-upload-table tr:hover td {
  background: rgba(22, 27, 59, 0.02);
}
/***********************/
body.dark-theme .btn-typ2:hover,
body.dark-theme .btn-typ2.active {
  color: #161b3b;
  background: #ffffff !important;
}
body.dark-theme .btn-typ4 {
  background: #3b4464 !important;
  color: #fff !important;
}

body.dark-theme .btn-typ2.indeterminate {
  border-color: #ffffff !important;
}

body.dark-theme .box3 {
  background: #2f395b !important;
}

#bp-web-widget-container,
.livechatsupport {
  display: none;
}


.edisapp_loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .edisapp_loader svg {
        width: 50px;
        height: auto;
        opacity: 0.75;
    }

        .edisapp_loader svg * {
            fill: #1377d7;
        }
 
