html {
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden!important;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.overflowHiddEn {
  overflow: hidden !important;
}
*{
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}
@font-face {
  font-family: 'summernote';
  font-style: normal;
  font-weight: normal;
  src: local('summernote'), url('../fonts/summernote.woff') format('woff');
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?eb6f7o');
  src:  url('../fonts/icomoon.eot?eb6f7o#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?eb6f7o') format('truetype'),
    url('../fonts/icomoon.woff?eb6f7o') format('woff'),
    url('../fonts/icomoon.svg?eb6f7o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
  content: "\e900";
  color: #e6007e;
}
.icon-edit-2:before {
  content: "\e901";
  color: #009fe3;
}
.icon-shop:before {
  content: "\e907";
  color: #adadad;
}
.icon-teacher:before {
  content: "\e913";
  color: #adadad;
}
.icon-Logout:before {
  content: "\e902";
  color: #adadad;
}
.icon-setting-2:before {
  content: "\e903";
  color: #adadad;
}
.icon-lock:before {
  content: "\e904";
  color: #adadad;
}
.icon-profile-circle:before {
  content: "\e905";
  color: #adadad;
}
.icon-gift:before {
  content: "\e906";
  color: #adadad;
}
.icon-bag:before {
  content: "\e912";
  color: #adadad;
}
.icon-notification:before {
  content: "\e908";
  color: #adadad;
}
.icon-message-2:before {
  content: "\e909";
  color: #adadad;
}
.icon-note-2:before {
  content: "\e90a";
  color: #adadad;
}
.icon-user-octagon:before {
  content: "\e90b";
  color: #adadad;
}
.icon-shield-tick:before {
  content: "\e90c";
  color: #adadad;
}
.icon-information:before {
  content: "\e90d";
  color: #adadad;
}
.icon-dcube:before {
  content: "\e90e";
  color: #adadad;
}
.icon-people:before {
  content: "\e90f";
  color: #adadad;
}
.icon-courthouse:before {
  content: "\e910";
  color: #adadad;
}
.icon-home:before {
  content: "\e911";
  color: #adadad;
}



.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #67CDFD;
  z-index: 99999 !important;
  text-align: center;
  overflow:hidden;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.16s;
  color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.loader,
.loader::before,
.loader::after {
    background-color: #fff;
    width: 10px;
    height: 40px;
    animation: load 1s ease-in-out infinite;
    -webkit-animation: load 1s ease-in-out infinite;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.16s;
    color: #fff;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}
.loader::before,
.loader::after{
    content: '';
    position: absolute;
    top: 0;
}
.loader::before{
    left: -15px;
    animation-delay: 0.32s;
}
.loader::after {
    left: 15px;
}

@keyframes load{
    0%, 80%, 100%{
        height: 40px;
        box-shadow: 0 0;
    }
    40%{
       height: 50px;
       box-shadow: 0 -24px;
    }
}

body::-webkit-scrollbar {
    width: 8px;
}
body.thin::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #f6f6f6;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #8b8b8b;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #8b8b8b;
}

a {
  text-decoration: none !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  color: #030229;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  margin: 0;
}
a:focus,
a:active,
button:focus,
button:active,
input:active,
input:focus,
select:active,
select:focus,
textarea:focus,
textarea:active {
  outline: 0 !important;
}
button {
  border: none;
}
textarea {
  resize: none;
}
.go-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  background: #51ACD6;
  color: #fff;
  bottom: 20px;
  z-index: 2500;
  text-align: center;
  line-height: 46px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.go-top:hover {
  background-color: #0c4891;
  color: #fff;
}
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 2900;
}
.mob-overlay.active {
  opacity: .85;
  visibility: visible;
  transition: all .3s;
}
.sidebar-wrapper {
  display: none;
}

/*** login pages ***/
.loginThumb_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/bk.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 159, 227, 0.51);
  background-blend-mode: overlay;
}
.loginIntro_wrap {
  background-color: #FAFAFB;
  padding: 150px 70px;
  min-height: 100vh;
}
.login__logo {
  display: block;
  width: 148px;
  margin-bottom: 24px;
}
.login__logo img {
  display: block;
  width: 148px;
}
.mainG__logo {
  display: block;
  width: 276px;
}
.mainG__logo img {
  display: block;
  width: 276px;
}
.lGLight__title {
  font-size: 22px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 14px;
}
.lGLight__des {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin-bottom: 30px;
}
.form__group {
  position: relative;
  height: 56px;
  margin-bottom: 16px;
}
.login__input {
  padding-inline-start: 60px;
  color: #666666;
  background-color: #F6F6F6;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.login__input::placeholder {
  color: #666666;
  font-size: 15px;
}
.login_thumb {
  position: absolute;
  top: 16px;
  pointer-events: none;
}
.pass_change {
  position: absolute;
  top: 16px;
  color: #101828;
  cursor: pointer;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.forPass_link {
  color: #51ACD6;
  font-size: 16px;
  margin-bottom: 40px;
}
.subsNow__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  color: #FBFDFC;
  font-size: 17px;
  font-weight: 500;
  background-color: #E6007E;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  margin-top: 24px;
}


/*** dashboard page ***/
.dashboard__wrapper {
  position: relative;
}
.toggle__sidebar {
  position: absolute;
  top: 20px;
  width: 36px;
  height: 36px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.dashboard__menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 240px;
  height: 100%;
  background-color: #fff;
  padding-top: 24px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  z-index: 9;
  overflow-y: auto;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none ; /* Firefox */
}
.dashboard__menu::-webkit-scrollbar {
  display: none;
}
.openSidbarMenu {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 8;
}
.mob-overlay.active {
  opacity: .85;
  visibility: visible;
  transition: all .3s;
}
.sidebar__logo {
  display: block;
  width: 121px;
  margin: 0 24px 24px 24px;
}
.sidebar__logo img {
  display: block;
  width: 121px;
}
.burgerBtn {
  border-top: none;
  height: 25px;
  width: 30px;
  box-sizing: border-box;
  position: absolute;
  z-index: 3000;
  top: 16px;
  cursor: pointer;
}
.burgerBtn:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 33px;
  background: #fff;
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 33px;
    bottom: 11px;
    background: #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.dashboard__list {
    padding-inline-end: 4px;
}
.side__link {
  width: 100%;
  display: flex;
  align-items: center;
  color: #ADADAD;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
}
.side__link:hover, .side__link.active__link {
  color: #E6007E;
  background-image: url(../img/bk1.png);
}
.side__link.active__link i::before {
  color: #E6007E;
}
.side__link:hover i::before {
  color: #E6007E;
}
.side__icon {
  font-size: 24px;
  margin-inline-end: 8px;
}
.dashboard__container {
  background-color: #FAFAFB;
  min-height: 100vh;
}
.dashboard__navbar {
  width: 100%;
  background-color: #fff;
  padding: 10px 36px;
  display: flex;
  align-items: center;
}
.navbar__title {
  color: #302D3A;
  font-size: 18px;
}
.nabButtons_flex {
  display: flex;
  align-items: center;
}
.msT_auto {
  margin-inline-start: auto;
}
.notif__link {
  display: inline-flex;
  width: 28px;
  height: 28px;
  position: relative;
  color: #252634;
  font-size: 26px;
}
.noti__num {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 10px;
  height: 10px;
  background-color: #E6007E;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.login__dropbtn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #030229;
  background-color: #fff;
  margin-inline-start: 24px;
}
.tNot_icon  {
  width: 24px;
  height: 24px;
}
.dropUser__img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-inline-start: 8px;
}
.dropUser__img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.dropdown-toggle::after {
  display: none;
}
.dashInner__container {
  padding: 36px;
}
.mainSide_title {
  display: block;
  color: #030229;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 24px;
}
.mainSide_title i {
  margin-inline-end: 16px;
}
.midSide_title {
  display: block;
  color: #030229;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}
.orderNum_card {
  display: flex;
  padding: 26px 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-bottom: 24px;
  min-height: 140px;
}
.order1_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-inline-end: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.order_bk1 {
  background-color: rgba(0, 159, 227, 0.1);
}
.order_bk2 {
  background-color: rgba(230, 0, 126, 0.1);
}
.order_bk3 {
  background-color: rgba(10, 114, 159, 0.1);
}
.order_bk4 {
  background-color: rgba(161, 10, 93, 0.1);
}
.order1_content h5 {
  color: #809FB8;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.order1_content p {
  color: #09234f;
  font-size: 20px;
  font-weight: 600;
}
.chart_Wrapper {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
.chartop_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.chart_name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.chartN_colors {
  display: flex;
  align-items: center;
}
.oneChart_color {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
  margin-inline-end: 16px;
}
.Circle_color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-inline-end: 8px;
}
.bluCe_bk {
  background-color: #009FE3;
}
.redCe_bk {
  background-color: #E6007E;
}
.schoolOne_card {
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.schoolOne_card .dataTables_filter,
.schoolOne_card .dataTables_paginate {
  display: none;
}
.mbttom_8 {
  margin-bottom: 8px !important;
}
.mbttom_12 {
  margin-bottom: 12px !important;
}
.mbttom_16 {
  margin-bottom: 16px !important;
}
.mbttom_24 {
  margin-bottom: 24px !important;
}
.mbttom_30 {
  margin-bottom: 30px !important;
}
table.dataTable.school_table {
  width: 100%;
  color: #505050;
  border-bottom: none !important;
}
.school_table th, .school_table td {
  padding: 8px !important;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.blueth_color {
  color: #009FE3;
}
.buttons_wrFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.orderWrap_one {
  display: flex;
  align-items: center;
}
.mrEnd_8 {
  margin-inline-end: 8px;
}
.mrEnd_12 {
  margin-inline-end: 12px;
}
.main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  height: 48px;
  min-width: 120px;
  padding: 0 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.order__dropbtn {
  font-size: 13px;
  color: #E6007E;
  border: 1px solid #E6007E;
  background: rgba(230, 0, 126, 0.10);
}
.order_dropdown {
  width: 207px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  padding: 12px;
}
.order_dropdown .dropdown-item {
  padding: 12px;
  color: #505050;
  font-size: 13px;
  font-weight: 500;
}
.order_dropdown .dropdown-item:hover {
  background-color: rgba(230, 0, 126, 0.7);
  color: #fff;
}
.search_input {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 500;
  height: 48px;
  width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding-inline-start: 24px;
}
.search_input::placeholder {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 500;
}
.addnew_btn {
  color: #E6007E;
  font-size: 15px;
  background: rgba(230, 0, 126, 0.10);
}
.ordernew_btn {
  font-size: 15px;
  color: #fff;
  background:  #E6007E;
}
.ordernew_btn:hover {
  color: #fff;
}
table.dataTable th {
  color: #009FE3 !important;
  font-weight: 500 !important;
}
.redth_color, table.dataTable th.redth_color {
  color: #E6007E !important;
}
/* div.dt-buttons {
  display: none;
} */
table.dataTable {
  font-size: 13px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-radius: 16px 0;
  -webkit-border-radius: 16px 0;
  -moz-border-radius: 16px 0;
  -ms-border-radius: 16px 0;
  -o-border-radius: 16px 0;
  margin-bottom: 24px;
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody th, table.dataTable tbody td {
  padding: 20px 10px;
  color: #030229;
}
table.dataTable.display thead th, table.dataTable.display thead td,
table.dataTable.display tbody th, table.dataTable.display tbody td {
  padding: 20px 12px;
  vertical-align: middle;
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #fff;
}
table.dataTable.display tbody tr.odd>.sorting_1,
 table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #fff;
 }
 table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #fff;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #fff;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover{
  background-color: rgba(0, 159, 227, 0.10);
}
table.dataTable.display tbody tr:hover>.sorting_1 {
  background-color: transparent;
}
.table td, .table th {
  border-top: none;
}
table.dataTable tbody td a{
  color: #030229;
}
.mBtn_icon {
  max-width: 18px;
  margin-inline-end: 8px;
}
.tabSM_icon {
  width: 20px;
  margin-inline-end: 4px;
}
.user2_thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-inline-end: 8px;
  }
  .edit_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
  }
  .form_check {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  opacity: 0.1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  top: 2px;
}
.form_check:checked {
  opacity: 1;
}
.dataTables_wrapper .dataTables_paginate {
  float: left !important;
  text-align: left !important;
  direction: ltr !important;
  font-family: 'Alexandria', sans-serif;
}
.dataTables_wrapper .dataTables_paginate .paginate_button  {
  width: 40px;
  height: 40px;
  line-height: 1;
  padding: 12px 0px 11px 0px;
  margin: 0 4px;
  border: 2px solid #DFE3E8;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #212B36;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: #E6007E;
  border: 2px solid #E6007E;
  color: #fff !important;
}
.form_row {
  display: flex;
  flex-wrap: wrap;
}
.school_label {
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 500;
}
.form_group {
  position: relative;
}
.school_input {
  color:  #030229;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 72px;
  line-height: 72px !important;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding-inline-start: 30px;
}
.school_input::placeholder {
  color:  #030229;
  font-size: 15px;
  font-weight: 500;
}
.top_MD {
  top: 24px;
}
.frBtns_wrapper {
  display: flex;
  justify-content: flex-end;
}
.cancel_btn {
  background: #E6E6E6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 170px;
  color: #696969;
  font-size: 15px;
}
.submit_btn {
  background: #E6007E;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 170px;
  color: #fff;
  font-size: 15px;
}
.submit_btn:hover {
  color: #fff;
  background: rgb(196, 22, 118);
}
.backto_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #000;
  font-size: 20px;
}
.parent_Card {
  padding: 26px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.parent_thumb {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.parent_name {
  color: #030229;
  font-size: 18px;
  font-weight: 700;
}
.contact_flex {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.sCall_icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-inline-end: 8px;
}
.contact_link {
  color: #030229;
  font-size: 14px;
  font-weight: 400;
}
.account_Card {
  padding: 40px;
  border: 1px solid #E6007E;
  background: rgba(230, 0, 126, 0.10);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 16px;
}
.accNum_title {
  color: #030229;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
.accNum_number {
  color: #E6007E;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.calFlex_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.operat1_span {
  color: #030229;
  font-size: 16px;
  font-weight: 700;
}
.operat1_num {
  color: #E6007E;
  font-size: 16px;
  font-weight: 700;
}
.pink_link {
  color: #E6007E !important;
  text-decoration: underline !important;
}
table.dataTable.school_table thead th, table.dataTable.school_table thead td {
  border-bottom: none;
}
.tableInner_wrap {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.tableInner_wrap .dataTables_filter,
.tableInner_wrap .dataTables_paginate {
  display: none;
}
.table__bordered {
  border: 1px solid rgba(0, 0, 0, 0.10);
}
table.dataTable.not__bordered {
  border-bottom: none !important;
}
table.dataTable.not__bordered thead th,
table.dataTable.not__bordered thead td {
  border-bottom: none !important;
}
.btnrd_border {
  border: 1px solid #E6007E;
}
.dataTables_wrapper .dataTables_filter input {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 500;
  height: 48px;
  width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding-inline-start: 24px;
}
.done1_icon {
  display: block;
  width: 96px;
  height: 96px;
  margin: auto;
  margin-bottom: 30px;
}
.success_title {
  color: #030229;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 26px;
}
.modal-content {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin-top: 120px;
}
.closB_modal {
  position: absolute;
  top: 40px;
  width: 24px;
  height: 24px;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 999;
  opacity: 1 !important;
  line-height: 14px;
}
.sortround_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E6007E !important;
  font-size: 13px;
  border: 1px solid #E6007E !important;
  background: rgba(230, 0, 126, 0.10) !important;
  font-weight: 500;
  height: 48px;
  width: fit-content;
  min-width: 103px !important;
  padding: 0 24px !important;
  border-radius: 24px !important;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.sortround_btn.border-0 {
  border: 0 !important;
}
.showMore_link {
  color: #009FE3;
  font-size: 13px;
  font-weight: 500;
}
.showMore_link i {
  margin-inline-start: 4px;
}
.flexJ_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background-color: #E6007E !important;
  border: 1px solid #E6007E !important;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: #D7D7D7 !important;
  border: none !important;
  opacity: 0.5;
}
.swal2-icon.swal2-warning {
  border-color: #E6007E;
  color: #E6007E;
}
.swal2-styled.swal2-confirm {
  background-color: #e6007e;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 2px solid #009FE3;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #009FE3;
}

.dataTables_wrapper .dataTables_filter {
  position: absolute;
  top: -64px;
}
.Order1T_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.Order1crd_card {
  display: flex;
  align-items: center;
}
.tlb1_img {
  display: inline-block;
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-inline-end: 16px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.tlb1_name1 {
  display: block;
  color: #154559;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.tlb1_count1 {
  display: block;
  color: #717171;
  font-size: 15px;
  font-weight: 500;
}
.tlb1_orPrice {
  color: #009FE3;
  font-size: 18px;
  font-weight: 400;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.oneTlab_Slider .slick-prev,
.oneTlab_Slider .slick-next {
  top: 0;
  color: #E6007E;
  font-size: 16px;
}
[dir='rtl'] .oneTlab_Slider .slick-prev {
  right: auto;
  left: 0;
}
.oneTlab_Slider .slick-prev {
  left: auto;
  right: 0;
}
[dir='rtl'] .oneTlab_Slider .slick-next {
  right: auto;
  left: 60px;
}
.oneTlab_Slider .slick-next {
  left: auto;
  right: 60px;
}
.modal_title {
  color: #030229;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal_label {
  color: #9B9B9B;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.modal_input {
  color:#030229;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 56px;
  background-color: #f6f6f6;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding-inline-start: 26px;
  margin-bottom: 24px;
}
.modal_input::placeholder {
  color:#666;
  font-size: 15px;
  font-weight: 500;
}
.modal_input.with_border {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.login__dropdown .dropdown-menu,
.langu__dropdown .dropdown-menu {
  padding: 0;
}
.login__dropdown .dropdown-item,
.langu__dropdown .dropdown-item{
  font-size: 14px;
  padding: 12px;
}
.login__dropdown .dropdown-item:hover,
.langu__dropdown .dropdown-item:hover {
background-color: rgba(230, 0, 126, 0.7);
color: #fff;
}
.asideProfile_card {
  padding: 26px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.nav-pills.sidebar__pills .nav-item {
  display: block;
  width: 100%;
}
.nav-pills.sidebar__pills .nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  color: #ADADAD;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  margin: 12px 0;
}
.nav-pills.sidebar__pills .nav-link i{
  margin-inline-end: 8px;
  font-size: 24px;
}
.nav-pills.sidebar__pills .nav-link.active,
 .nav-pills.sidebar__pills .show>.nav-link {
  background-color: transparent;
  color: #009FE3;
 }
 .nav-pills.sidebar__pills .nav-link.active  i:before,
 .nav-pills.sidebar__pills .show>.nav-link  i:before
 {
  color: #009FE3;
 }
 .width_170M {
  width: 170px;
 }
 .langSM_title {
  color: #030229;
  font-size: 17px;
  font-weight: 500;
 }
 .langu__dropdown {
  color: #030229;
  font-size: 17px;
  font-weight: 500;
 }
 .droplang__img {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-inline-end: 8px;
 }
 .login__dropbtn i {
  margin-inline-start: 8px;
 }
 .notif_label {
  display: block;
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
 }
 .notif_input {
  color: #030229;
  font-size: 16px;
  font-weight: 500;
  height: 72px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 32px;
  padding-inline-start: 36px;
}
.notif_input::placeholder {
  color: #030229;
  font-size: 16px;
  font-weight: 500;
}
textarea.notif_input {
  min-height: 170px;
  padding: 36px;
}
.inputN_result {
  color: #030229;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 32px;
  padding: 36px;
}
.note-editor.note-frame .note-editing-area .note-editable,
 .note-editor.note-airframe .note-editing-area .note-editable {
  width: 100%;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  min-height: 380px;
  color: #030229;
  font-size: 16px;
}
.suabout_title, .note-editable.card-block h3 {
  color: #E6007E;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
.suabout_des, .note-editable.card-block p {
  color: #030229;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.note-editable.card-block ol {
  list-style-type: decimal;
}
.note-editable.card-block li {
  color: #030229;
  font-size: 16px;
  font-weight: 500;
}
.file__group {
  position: relative;
  width: 100%;
  height: 150px;
  border: 1px solid transparent;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 24px;
}
.remove__img {
  display: none;
  cursor: pointer;
  border: none;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 11;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.profileAvatarPreview {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  border: 1px dashed #E6007E;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.original_uloader + img, .original_uloaderr + img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.uploadAvatar {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.icon__user {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.file__group .lg__control {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.date_iconAbs {
  position: absolute;
  top: 24px;
  pointer-events: none;
}
.newAdds_btn {
  color: #E6007E;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77px;
  border: 1px solid #E6007E;
  background: rgba(230, 0, 126, 0.1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.image-uploader {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.image-uploader .upload-text {
  display: none;
}
.image-uploader .uploaded,.image-uploader .uploaded .uploaded-image {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.image-uploader .uploaded .uploaded-image .delete-image {
  min-width: 34px;
}
span.please__txt {
  position: absolute;
}

/** ads ***/
.image-container, .chosen-image {
  width: 100%;
  height: 150px;
}
.chosen-image {
  position: relative;
}
.upload-button {
  display: none;
}
.upload_label {
    color: #5E6175;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
}
div.dt-buttons {
  position: absolute;
  top: -64px;
}
.opacity_none {
  opacity: 0;
}
.borderWH_btn {
  font-size: 15px;
  color: #E6007E;
  border: 1px solid #E6007E;
  background: #FAFAFB;
}
.nice-select {
  line-height: 56px;
  color: #030229;
}
.nice-select:after {
  border-bottom: 2px solid #030229;
  border-right: 2px solid #030229;
  width: 8px;
  height: 8px;
}
.nice-select .list {
  width: 100%;
}
.pink_underline {
  color: #E6007E !important;
  text-decoration: underline !important;
}
.prodctImg_uploader .image-uploader .uploaded .uploaded-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.prodctImg_uploader .image-uploader .uploaded .uploaded-image img {
  width: auto;
  height: 90%;
}
.flex_rcard {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
}
.delete_GalRow {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}

/*** start school system ***/
.profile_flex {
  text-align: end;
  font-size: 14px;
  color: #030229;
}
.schoolpk_link {
  color: #E6007E;
  font-size: 12px;
  font-weight: 500;
}
.pnknot_link {
  color: #E6007E !important;
}
.sumblue_num {
  color: #009FE3;
}
table.orderDET_table {
  border-bottom: none !important;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
table.orderDET_table tbody tr:last-of-type {
  border-radius: 0px 16px;
  -webkit-border-radius: 0px 16px;
  -moz-border-radius: 0px 16px;
  -ms-border-radius: 0px 16px;
  -o-border-radius: 0px 16px;
}
table.orderDET_table {
  border-right: 1px solid rgba(0, 0, 0, 0.10);
  border-left: 1px solid rgba(0, 0, 0, 0.10);
}
.newsSM_icon {
  width: 40px;
  height: 40px;
  margin-inline-end: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
table.dataTable.newsAdd_table {
  border-bottom: none !important;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
table.dataTable.newsAdd_table tbody tr.odd{
  background: rgba(0, 159, 227, 0.10) !important;
}
table.dataTable.newsAdd_table tbody tr.odd>.sorting_1 {
  background: transparent !important;
}
table.dataTable.newsAdd_table tbody td,
table.dataTable.newsAdd_table thead th {
  border: none !important;
}
.faceTH_wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  border: 1px solid#009FE3;
  background: rgba(0, 159, 227, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 8px;
}
.face1_label {
  display: block;
  color: #009FE3;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
}
.imageInput_face {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.mainBlue_btn {
  background: #009FE3;
  height: 58px;
  border: none;
  color: #FBFDFC;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}
.orderEmpty_card {
  text-align: center;
  margin: 80px 0 120px 0;
}
.cCartM_center {
  display: block;
  max-width: 244px;
  margin: auto;
  margin-bottom: 40px;
}
.orderEmpty_card p {
  color: #707070;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.disOrder_btn {
  background: #C4C4C4;
  height: 58px;
  border: none;
  color: #FBFDFC;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}

.faceResult_card1 {
  padding: 50px 0;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.faceRS_thumb {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.nFacew_titleN {
  display: block;
  color: #030229;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.nFacew_school {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 8px;
}
.nFacew_orD1 {
  color: #E6007E;
  font-size: 15px;
  font-weight: 500;
}
.scanBorder_btn {
  background: rgba(0, 159, 227, 0.10);
  height: 58px;
  border: 1px solid #009FE3;
  color: #009FE3;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}
.pink_flex {
  display: flex;
  color: #E6007E;
  font-size: 18px;
  font-weight: 500;
}
.chance1_icon {
  width: 24px;
  margin-inline-end: 8px;
}
.Order1TDetails_flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-inline-end: 40px;
}
.deleteOne_orDeFlex {
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 28px;
}
.SMDel_img1n {
  width: 24px;
  height: 24px;
}
.orderTotal_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 120px 0 24px 0;
}
.totalDr_des1 {
  color: #030229;
  font-size: 21px;
  font-weight: 500;
}
.totalBLue_N1 {
  color: #009FE3;
  font-size: 21px;
  font-weight: 500;
}
.buttons_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.confirm_orderbtn {
  background: #E6007E;
  height: 58px;
  border: none;
  color: #FBFDFC;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  width: 72%;
}
.cancel_orderbtn {
  background: rgba(230, 0, 126, 0.10);
  height: 58px;
  border: none;
  color: #E6007E;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  width: 26%;
}
.orderNum_CRDborderd {
  height: 120px;
  display: flex;
  padding: 26px 16px;
  background: rgba(230, 0, 126, 0.1);
  border: 1px solid #E6007E;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-bottom: 24px;
}
.orCircl1e_img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-inline-end: 12px;
  border: 1px solid #E6007E;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.CRDborderd_cont h5 {
  color: #030229;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.CRDborderd_cont p {
  color: #E6007E;
  font-size: 20px;
  font-weight: 700;
}

/*** new ***/
.absCurrency_span {
  position: absolute;
  top: 24px;
  color: #030229;
  font-size: 16px;
  font-weight: 500;
}
.flexAlign_center {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.flexAlign_center .notif_label {
  margin-inline-end: 24px;
  width: 25%;
}
.flexAlign_center .form_group {
  flex: 1;
}
.select2-container, .selection {
  width: 160px !important;
}
.nwLang__select {
  border: none !important;
  color: #030229;
  font-size: 18px;
  font-weight: 500;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  width: 160px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  width: 160px;
  color: #030229;
  font-size: 18px;
  font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__rendered img {
  margin-inline-end: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  border-bottom: 2px solid #030229;
  border-right: 2px solid #030229;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.note-editor.note-frame.card {
  margin-bottom: 40px;
}
.chart_WrapRelative {
  position: relative;
}
.hiddenChart_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hiddenChart_table {
  display: none;
}
.chart_WrapRelative div.dt-buttons {
  top: 24px;
}
.galOne_row {
  padding: 20px 0;
  margin-bottom: 20px;
}
.mainFirst_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.flexTabs_wrap {
  display: flex;
  align-items: center;
}
.About_pillsUl {
  padding: 0 24px;
}
.About_pillsUl .nav-link {
  color: #030229;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  background-color: transparent;
}
.About_pillsUl .nav-link.active,
.About_pillsUl .show>.nav-link {
  color: #E6007E;
   background: rgba(230, 0, 126, 0.10);
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
}
textarea.edit_input {
  width: 100%;
  min-height: 380px;
  color: #030229;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.arabic_input {
  text-align: right !important;
  direction: rtl !important;
}
.english_input {
  text-align: left !important;
  direction: ltr !important;
}
.hasBK_countnum {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 33px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.hidden_checkbtn {
  display: none;
}
.relative_label {
  position: relative;
  display: flex;
  min-width: 17px;
  width: 17px;
  height: 17px;
  border: 2px solid #29BD3F;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.abs_checkbox {
  position: absolute;
  inset: 0;
  width: 17px;
  height: 17px;
  opacity: 0;
}
.checkmark_abs:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #29BD3F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abs_checkbox:checked ~ .checkmark_abs:after {
  display: block;
}

/*** new ***/
.school_input + .select2-container--default .select2-selection--single {
  color: #030229;
  font-size: 15px;
  font-weight: 500;
  width: 100% !important;
  height: 72px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding-inline-start: 30px;
  display: flex;
  align-items: center;
}
.school_input + .select2-container, .school_input + .select2-container .selection {
  width: 100% !important;
}
.school_input + .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
}
.school_input + .select2-container--default[dir="ltr"] .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 20px;
}
.school_input + .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin: 0;
}

/*** code inputs scan ***/

.code__input {
  width: 100%;
  height: 72px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  color: #939599;
  font-size: 20px;
  font-weight: 700;
}

.chanchN__select {
  width: 170px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.chanchN__select + .select2 .select2-selection--single {
  width: 170px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  background: #FFF !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chanchN__select + .select2 .select2-selection--single .select2-selection__rendered {
  color: #030229;
  font-size: 16px;
  font-weight: 500;
}
.chanchN__select + .select2 .select2-selection--single .select2-selection__rendered span {
  color: #030229 !important;
}

.chanchN__select + .select2 .select2-selection--single .select2-selection__rendered i {
  color: #8CD96B !important;
}

.chanchN__select + .select2 .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.hidden_items {
  display: none;
}

.opcity_01 {
  background-color: rgba(255, 255, 255, 0.1);
}

input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  background: none;
  width: 100%;
}
