@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;400;500;700&display=swap');

/* @font-face {
    font-family: 'Mukta Malar';
    src: url('../fonts/MuktaMalar-Bold.eot');
    src: url('../fonts/MuktaMalar-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuktaMalar-Bold.woff2') format('woff2'),
        url('../fonts/MuktaMalar-Bold.woff') format('woff'),
        url('../fonts/MuktaMalar-Bold.ttf') format('truetype'),
        url('../fonts/MuktaMalar-Bold.svg#MuktaMalar-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

* {
    /* font-family: 'Be Vietnam Pro', sans-serif; */
    font-family: 'Mukta Malar', sans-serif;
}

body,
html {
    /* height: auto; */
}

.thin_100 {
    font-weight: 100;
    font-size: 3.714em;
}

.regular_400,
p {
    font-weight: 400;
    font-size: 1.3em;
}

.medium_500 {
    font-weight: 500;
    font-size: 1.571em;
}

.bold_700 {
    font-weight: 700;
    font-size: 3.428em;
}

:focus-visible {
    outline: none;
}

.login_bg {
    background: url(../media/img/login_app_bg_pattern.svg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo_bg_app {
    background: #fff;
    padding: 0.55rem;
    border-radius: 0px 50px 50px 0px;
}

.btn.btn-primary {
    color: #fff;
    border-color: #79AF00;
    background-color: #79AF00;
}

.btn.btn-secondary {
    color: #fff;
    border-color: #040074;
    background-color: #040074;
}

.btn.btn-outlined-red {
    border: 1px solid #EA502E;
    color: #EA502E;
}

.btn-check:active+.btn.btn-primary,
.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show>.btn.btn-primary {
    color: #fff !important;
    border-color: #9fc940 !important;
    background-color: #9fc940 !important;
}

.text-primary {
    color: #040074 !important;
}

.text-secondary {
    color: #79AF00 !important;
}

/* .bg-primary {
    color: #040074 !important;
}
.bg-secondary {
    color: #79AF00 !important;
} */

.text-yellow {
    color: #DBA74C;
}

.badge-primary {
    background-color: #040074;
}

.badge-secondary {
    background-color: #D69E03;
}

.swal2-icon.swal2-error.swal2-icon-show {
    display: none !important;
}

.form-control.form-control-solid:focus,
.select2-container--bootstrap5.select2-container--open .form-select:not(.form-select-solid):not(.form-select-transparent) {
    border-color: #040074;
}

#kt_carousel_1_carousel {
    position: relative;
}

#kt_carousel_1_carousel::before {
    content: '';
    position: absolute;
    background: url(../media/img/quote_ico.svg) no-repeat;
    opacity: 0.1;
    background-size: 80%;
    top: -31px;
    left: 70px;
    height: 80px;
    width: 80px;
}

a {
    color: #040074;
    text-decoration: none;
}

a:hover {
    color: #040074;

}

.form-control {
    font-weight: 400;
    padding: 0.5rem 1rem;
}

.form-control-lg {
    font-size: 1rem !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.swal2-image {
    margin: 0em auto 1em;
    width: 50px;
}

.swal2-title {
    font-weight: 700 !important;
    font-size: 1.428em !important;
}

.border-primary {
    border-color: #040074 !important;
}

.bullet-custom {
    background-color: #79AF00;
    border-radius: 10px;
}

.otc {
    position: relative;
    width: 320px;
    margin: 0 auto;
}

.otc fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.otc fieldset div {
    display: flex;
    align-items: center;
}

.otc legend {
    margin: 0 auto 1em;
    color: #5555FF;
}

/* input[type="number"] {
    width: .82em;
    line-height: 1;
    margin: .1em;
    padding: 8px 0 4px;
    font-size: 1.05rem;
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid #BBBBFF;
    color: purple;
    border-radius: 4px;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]:nth-child(n+4) {
    order: 2;
}

.login_tiles {
    background: #fff;
    border-radius: 10px 30px 10px 10px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 112px;
}

.aside.aside-dark {
    background: linear-gradient(to bottom, #040074, #030053);
}

.aside.aside-dark .aside-logo {
    background-color: #040060;
}

.aside-dark .menu .menu-item .menu-link.active {
    background-color: #040074;
}

.aside-dark .menu .menu-item.show>.menu-link {
    background-color: #1b1b2800;
}

.aside-dark .menu .menu-item.here>.menu-link {
    background-color: #1b1b2800;
}

.aside-dark .menu .menu-item.here>.menu-link:hover {
    background-color: #1b1b2840;
}

.aside-dark .menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.aside-dark .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: #1b1b2840;
}

#kt_wrapper {
    padding-top: 50px;
}

.select2-container--bootstrap5 .select2-selection--single {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
}

.select2-container--bootstrap5.select2-container--focus .form-select:not(.form-select-solid):not(.form-select-transparent) {
    border-color: #b5b5c300;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option:not(.select2-results__option--group):hover {
    color: #040074;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    color: #040074;
    background-color: #f1faff;
}

.svg-primary,
.alignCnt .card img {
    filter: invert(83%) sepia(26%) saturate(5896%) hue-rotate(200deg) brightness(100%) contrast(168%);
}

.svg-white {
    filter: invert(25%) sepia(100%) saturate(390%) hue-rotate(168deg) brightness(500%) contrast(97%);
}

.svg-dark {
    filter: invert(0%) sepia(93%) saturate(2%) hue-rotate(221deg) brightness(25%) contrast(98%);
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #235fd2;
}

label.btn.btn-icon,
span.btn.btn-icon {
    padding: 0 !important;
}

.text-hover-primary:hover {
    color: #040074 !important;
}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #d7d7da;
}

.bg-primary {
    background-color: #040074 !important;
}

.btn-primary-outline {
    border: #040074 1px solid !important;
    color: #040074;
}

.btn-primary-outline:hover {
    background-color: #edf7ff !important;
}

.aside.aside-dark .btn-custom {
    color: #ffffff;
    background-color: #79AF00;
}

.bg-green {
    background-color: #79AF00;
}

.aside.aside-dark .btn-custom.active,
.aside.aside-dark .btn-custom.show,
.aside.aside-dark .btn-custom:active:not(.btn-active),
.aside.aside-dark .btn-custom:focus:not(.btn-active),
.aside.aside-dark .btn-custom:hover:not(.btn-active),
.btn-check:active+.aside.aside-dark .btn-custom,
.btn-check:checked+.aside.aside-dark .btn-custom,
.show>.aside.aside-dark .btn-custom {
    background-color: #9fc940 !important;
}

.btn-check:active+.btn.btn-active-color-primary,
.btn-check:checked+.btn.btn-active-color-primary,
.btn.btn-active-color-primary.active,
.btn.btn-active-color-primary.show,
.btn.btn-active-color-primary:active:not(.btn-active),
.btn.btn-active-color-primary:focus:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active),
.show>.btn.btn-active-color-primary {
    background: #dceeee !important;
}

.bg-light-outline {
    border: 1px solid #ffffff80;
}

.bg-light-outline h5 {
    color: #ffffff80 !important;
    margin-bottom: 0px;
}

.components .col {
    flex: 0 0 48%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.components .col:hover h5 {
    color: #ffffff !important;
}

.components .col .svg-white,
.select_col .svg-white {
    filter: invert(25%) sepia(100%) saturate(0%) hue-rotate(168deg) brightness(73%) contrast(97%);
}

.components .col:hover .svg-white,
.select_col:hover .svg-white {
    filter: invert(25%) sepia(100%) saturate(390%) hue-rotate(168deg) brightness(500%) contrast(97%);
}

.components .col:hover .svg-white,
.select_col.active .svg-white {
    filter: invert(25%) sepia(100%) saturate(390%) hue-rotate(168deg) brightness(500%) contrast(97%);
}

.components .col:hover {
    border: 1px solid #ffffff;
}

.ico_representation {
    background: #F7F9FC;
    padding: 10px 20px;
}

.select_col:hover .ico_representation {
    background: #040074;
}

.select_col.active .ico_representation {
    background: #040074;
}

.select_col:hover {
    cursor: pointer;
}

.text-grey {
    color: #808080;
}

.btn.btn-light-primary {
    color: #040074;
}

btn-check:active+.btn.btn-light-primary,
.btn-check:checked+.btn.btn-light-primary,
.btn.btn-light-primary.active,
.btn.btn-light-primary.show,
.btn.btn-light-primary:active:not(.btn-active),
.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.show>.btn.btn-light-primary {
    color: #fff;
    border-color: #040074;
    background-color: #040074 !important;
}

.shadow-light {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* .text-flex {
    max-height: 300px;
} */

.img-flex {
    max-width: 100%;
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    border: 1px solid #fff;
    outline: 2px solid #eee;
    border-radius: 0.475rem;
}

.img-flex-6 {
    max-width: 100%;
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-flex-4 {
    max-width: 100%;
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-flex-3 {
    max-width: 100%;
    height: 15em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-flex-2 {
    max-width: 100%;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-flex img {
    object-fit: contain;
}

h2.title {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.line_ .title {
    text-align: center;
    padding-bottom: 5px;
}

/* .line_ .title:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #040074;
}

.line_ .title:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: #040074;
} */

.hover_bg {
    background-color: #ffffff;
}

.hover_bg:hover {
    background-color: #040074;
    cursor: pointer;
    color: #ffffff;
}

.hover_bg.active {
    background-color: #040074;
    cursor: pointer;
    color: #ffffff;
}

.form-control:focus {
    border-color: #040074;
}

.text-justify {
    text-align: justify;
}


.color-picker {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    align-self: center;
  }
  

  
  #color-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Hide the actual input */
  }
  
  #color-preview-2 {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #080808; /* Initial background color */
  }

 
  #color-preview-1 {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background-color: #080808; */ /* Initial background color */
  }
    
@media (max-width: 767px){
    .sm-none{
        margin-left: none!important;
    }
}

/********************************** 1 X 4 Carousel Style Starts here *******************/
@media (min-width: 768px) {
    .custom_load_caros .carousel-inner {
        display: flex !important;
    }

    .custom_load_caros .carousel-item {
        margin-right: 0 !important;
        flex: 0 0 25% !important;
        display: block !important;
    }
 
}

.custom_load_caros .carousel-inner {
    padding: 1em;
}

.custom_load_caros .card {
    margin: 0 .5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

.custom_load_caros .carousel-control-prev,
.carousel-control-next {
    background-color: #707070;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
}

.custom_load_caros .card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-wrapper img {
    object-fit: contain;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

/********************************** 1 X 4 Carousel Style Endz here *******************/

.image_prev {
    border: 1px dashed #04007450 !important;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
    text-align: center;
}

.toastr.toastr-success {
    background-color: #02885d;
    color: #fff;
}

.toastr.toastr-error {
    background-color: #c43d30;
    color: #fff;
}

.toastr.toastr-info {
    background-color: #ea8029;
    color: #fff;
}

.test_alert h4 {
    color: #1D8F3C;
}

.test_alert {
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: block;
    background: #E5FFEC;
    color: white;
    padding: .85rem 1.5rem;
    border-radius: 10px;
    animation: showtwosec 2.5s linear;
    opacity: 0;
    z-index: 999999;
    /* box-shadow: 0px 4px 6px rgba(0,0,0,0.2); */
    border: 1px solid #7CCC91;
}

.test_alert.bg-danger {
    background: #FCEDE9 !important;
    border-color: #ECB8AD;
}

.test_alert.bg-danger h4 {
    color: #EA502E;
}

@keyframes showtwosec {
    0% {
        transform: translateX(300px);

    }

    20% {
        transform: translateX(0px);
        opacity: 1;
        z-index: 999999;
    }

    90% {
        transform: translateX(0px);
        opacity: 1;
        z-index: 999999;
    }

    100% {
        transform: translateX(0px);
        opacity: 0;
    }
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_asc_disabled:after {
    background-image: none;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after {
    right: 0.5em;
    content: "↓";
    display: block;
    top: 9px;
    bottom: 0;
    margin: auto;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_desc:after {
    right: 1em;
    content: "↑";
    display: block;
    top: 9px;
    bottom: 0;
    margin: auto;
}

table.dataTable>thead .sorting_asc:after {
    bottom: 1.9em;
    opacity: 1;
}

table.dataTable>thead .sorting_desc:after {
    bottom: 1.9em;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #040074;
}

.nav-link {
    color: #040074;
}

.form-check-input:checked {
    background-color: #040074;
    border-color: #040074;
}

.accordion-button:not(.collapsed) {
    color: #040074;
    background-color: #f5f8fa;
    box-shadow: inset 0 -1px 0 #eff2f5;
}

.tns .tns-nav button.tns-nav-active {
    background-color: #040074;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #040074;
    border-color: transparent;
}

/***************************** Vertical Marquee Style Starts ***********************/
.wrapperr {
    width: 100%;
}

.box {
    height: 360px;
    position: relative;
    overflow: hidden;
    background-color: #f4f5f7;
}

.scroll-y {
    /* position: absolute; */
}

.scroll-y li {
    list-style: circle;
}

/***************************** Vertical Marquee Style Endz ***********************/
.lh-2 {
    line-height: 2rem;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #040074;
    cursor: pointer;
}

.input-group-text {
    color: #fff;
    background-color: #040074;
}

.table-theme thead {
    background-color: #040074;
}

.table-theme thead th {
    color: #ffffff;
}

.modal-custom {
    z-index: 1;
}

#td_toggle .form-switch.form-check-solid .form-check-input {
    height: 2rem;
}

.password_ic_parent {
    position: relative;
}

.password_ic {
    position: absolute;
    background: none;
    border: none;
    display: inline;
    right: 5px;
    top: 25px;
    margin: auto;
}

.password_ic_report_parent {
    position: relative;
}
.password_ic_report {
    position: absolute;
    background: none;
    border: none;
    display: inline;
    right: 5px;
    top: 2px;
    margin: auto;
}

/* .alertMsg {
    margin-top: 0.5rem;
} */

.w-45 {
    width: 45%;
}

.login_bg_grid {
    background-image: linear-gradient(0deg, transparent 24%, hsla(0, 0%, 100%, 0.037) 25%, hsla(0, 0%, 100%, 0.037) 26%, transparent 27%, transparent 74%, hsla(0, 0%, 100%, 0.037) 75%, hsla(0, 0%, 100%, 0.037) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, hsla(0, 0%, 100%, 0.037) 25%, hsla(0, 0%, 100%, 0.037) 26%, transparent 27%, transparent 74%, hsla(0, 0%, 100%, 0.037) 75%, hsla(0, 0%, 100%, 0.037) 76%, transparent 77%, transparent);
    width: 100%;
    -webkit-animation: bg-scrolling-reverse 3s infinite;
    -moz-animation: bg-scrolling-reverse 3s infinite;
    animation: bg-scrolling-reverse 3s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    background-size: 100px 100px;

}

@-webkit-keyframes bg-scrolling-reverse {
    to {
        background-position: 50px 50px
    }
}

@-moz-keyframes bg-scrolling-reverse {
    to {
        background-position: 50px 50px
    }
}

@keyframes bg-scrolling-reverse {
    to {
        background-position: 50px 50px
    }
}

.list-style-none {
    list-style-type: none;
}

.list-h-20 li {
    line-height: 2rem;
    margin-bottom: 1rem;
    text-align: justify;
    position: relative;
}

.bg-light-50 {
    background: #ffffff50;
    color: #fff;
}

.bg-light-10 {
    background: #ffffff10;
}

.list-h-20 li::before {
    content: '';
    position: absolute;
    left: -20px;
    height: 20px;
    top: 0.6rem;
    width: 13px;
    background: url(../img/site/arrow_ico.svg) no-repeat;
    filter: invert(50%) sepia(100%) saturate(1000%) hue-rotate(21deg) brightness(112%) contrast(137%);
}


.svg-secondary {
    filter: invert(19%) sepia(12%) saturate(4989%) hue-rotate(141deg) brightness(30%) contrast(3%);
}

.btn-check:checked+.btn-outline-secondary {
    background: linear-gradient(to bottom, #0061A2, #003164);
    color: white;
}

.btn-check:checked+.btn-outline-secondary .svg-secondary {
    filter: invert(19%) sepia(12%) saturate(4989%) hue-rotate(141deg) brightness(980%) contrast(122%);

}

.table td:first-child,
.table th:first-child,
.table tr:first-child {
    padding: .75rem .75rem !important;
}

.table.gy-5 td,
.table.gy-5 th {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    overflow-wrap: anywhere;
}

/* .table td,
.table th {
    border: 1px solid #020202 !important;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th,
.table tfoot tr:last-child td,
.table tfoot tr:last-child th {
    border: 1px solid #020202 !important;
} */

table thead tr {
    background: #040074;
    color: #fff !important;
}

.lk-tree-menu {
    padding: 10px;
    list-style: none;
}

@keyframes slideDown {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lk-tree-menu input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.lk-tree-menu input~ul {
    display: none;
    padding: 0px;
    animation: slideDown 0.5s ease-out;
}

.lk-tree-menu input:checked~ul {
    display: block;
}

.lk-tree-menu input:checked~label.tree_label:before {
    content: "–";
}

.lk-tree-menu input:checked~label.tree_label:after {
    border-radius: 0 0.3em 0 0;
    border-top: 1px solid #606060;
    border-right: 1px solid #606060;
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    top: 0.5em;
    height: auto;
    margin: 5px 0px 0px 1px;
}

.lk-tree-menu>li:last-child:before {
    display: none;
}

.lk-tree-menu li {
    line-height: 1.2;
    position: relative;
    padding: 0 0 1em 1em;
    list-style: none;
}

.lk-tree-menu li:last-child:before {
    height: 1em;
    bottom: auto;
}

.lk-tree-menu li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.5em;
    display: block;
    width: 0;
    border-left: 1px solid #606060;
    content: "";
}

.lk-tree-menu li:last-child {
    padding-bottom: 0;
}

.lk-tree-menu li ul li {
    padding: 0.5em 0 0 1em;
}

.lk-tree-menu label {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 3px;
}

.lk-tree-menu label.tree_label {
    cursor: pointer;
    margin: 0px;
    width: 100%;
    padding: 5px;
}

.lk-tree-menu label:hover {
    color: #040074;
    background: #d0ebeb;
}

.lk-tree-menu label.tree_label:before {
    background: #040074;
    color: #fff;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 1em 0 -2.3em;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    content: "+";
    text-align: center;
    line-height: 0.9em;
}

.lk-tree-menu label.tree_label:after {
    border-bottom: 0;
}

.lk-tree-menu .tree_label {
    position: relative;
    display: inline-block;
    background: #fff;
}

.lk-tree-menu .tree_label:after {
    position: absolute;
    top: 0.5em;
    left: -1.5em;
    display: block;
    height: 0.5em;
    width: 1em;
    border-bottom: 1px solid #606060;
    border-left: 1px solid #606060;
    border-radius: 0 0 0 0.3em;
    content: "";
}

.no-before::before {
    display: none !important;
}

.modal-header {
    padding: 0.75rem 1.75rem;
}

.form-control-lg {
    padding: .50rem 1rem;
    font-size: 1rem;
    min-height: calc(1.5em + 1rem + 2px);
}

.alertTxt {
    font-size: 11px;
    margin-top: 2px;
    display: inline-block;
}

.alertTxt i {
    display: none;
}

.tab-style1 .nav-link {
    padding: 2px 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 0;
    color: #FFF;
}

.tab-style1 .nav-link.active {
    background: #FFF;
}

.tab-style2.nav-tabs .nav-link {
    /* box-shadow: 8px 20px 25px 2px rgba(0,0,0,0.4); */
    background: #fff;
    position: relative;
    border-top: 5px solid;
    border-right: 1px solid #efefef;
}

.tab-style2.nav-tabs .nav-link.active {
    /* background: #040074;
    color: #FFF !important;
    border-left: none !important; */
    border: none;
    color: #000 !important;
    border-left: none !important;
    background: #fafafa;
    z-index: 7 !important;
    padding: 1rem;
    border-top: 5px solid;

}

.tab-style2 .nav-item:first-child .nav-link {
    z-index: 6;
    border-top-color: #EC8D71;
    border-left: 1px solid #efefef;
}

.tab-style2 .nav-item:nth-child(2) .nav-link {
    z-index: 5;
    border-top-color: #938CE1;
}

.tab-style2 .nav-item:nth-child(3) .nav-link {
    z-index: 4;
    border-top-color: #F1BD6C;
}

.tab-style2 .nav-item:nth-child(4) .nav-link {
    z-index: 3;
    border-top-color: #4573D2;
}

.tab-style2 .nav-item:nth-child(5) .nav-link {
    z-index: 2;
    border-top-color: #F06A6A;
}

.tab-style2 .nav-item:last-child .nav-link {
    z-index: 1;
    border-top-color: #5DA283;
}

.tab-style2-cnt {
    border-color: #b8b7d2 !important;
}

.treeTab details summary::-webkit-details-marker {
    margin-right: 14px;
}
.treeTab {
    /* background: #f7f7f7; */
}
.treeActive_level1 {
    background: #f7f7f7;
    border-radius: 7px;
}
.treeTab details details {
    margin: 5px 0;
    margin-left: 15px;
    position: relative;
}
.treeSubTab {
    /* background: #f0f0f0; */
}
.treeTab details details::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 1px;
    height: calc(36px + 10px);
    background-color: #B5B5B5;
}

.treeTab details details:last-child::after {
    height: calc(36px / 2 + 5px);
}

.treeTab details details::before {
    content: "";
    position: absolute;
    top: calc(36px / 2);
    left: -10px;
    width: 8px;
    height: 1px;
    background-color: #b5b5b5;
}

.treeTab details details[open]:not(:last-child)::after {
    height: calc(100% + 5px);
}

.treeTab details details summary {
    color: white;
    padding: 8px;
    /* background-color: #174378; */
    border: 1px solid #174378;
    border-radius: 3px;
}

.treeTab details details summary::-webkit-details-marker {
    margin-right: 14px;
}

.treeTab details details details {
    margin: 5px 0;
    margin-left: 15px;
    position: relative;
}

.treeTab details details details::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 1px;
    height: calc(28px + 10px);
    background-color: #c7d3df;
}

.treeTab details details details:last-child::after {
    height: calc(28px / 2 + 5px);
}

.treeTab details details details::before {
    content: "";
    position: absolute;
    top: calc(28px / 2);
    left: -10px;
    width: 8px;
    height: 1px;
    background-color: #c7d3df;
}

.treeTab details details details[open]:not(:last-child)::after {
    height: calc(100% + 5px);
}

.treeTab details details details summary {
    margin: 5px 0;
    padding: 5px 10px;
    /* background-color: #dfe7ec; */
    border: 1px solid #c7d3df;
    border-radius: 3px;
    color: #545f69;
    position: relative;
}

.treeTab details details details summary span {
    color: #041320;
}

.treeTab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.treeTab li {
    margin: 5px 0;
    padding: 5px 10px;
    /* background-color: #e4e6ef; */
    /* border: 1px solid #c7d3df; */
    border-radius: 3px;
    color: #181c32;
    position: relative;
    margin-left: 15px;
    position: relative;
}

.treeTab li span {
    color: #041320;
}

.treeTab li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    width: 1px;
    height: calc(34px + 16px);
    background-color: #c7d3df;
}

.treeTab li:last-child::after {
    height: calc(28px / 2 + 5px);
}

.treeTab li::before {
    content: "";
    position: absolute;
    top: calc(34px / 2);
    left: -10px;
    width: 8px;
    height: 1px;
    background-color: #c7d3df;
}

.treeTab li[open]:not(:last-child)::after {
    height: calc(100% + 5px);
}

summary::-webkit-details-marker,
details summary::marker {
    display: none;
    content: '';
}

/* summary:after {
    content: "\f107";
    font-family: 'FontAwesome';
    float: right;
}

details[open] > summary:after {
    content: "\f106";
} */
.closeTree,
.showTree .openTree {
    display: none !important;
}

.showTree .closeTree {
    display: block !important;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .action-button {}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    color: #000;
}

#progressbar li.active {
    color: #FFF;
    background: #040074;
}

#progressbar li:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ececec;
    border-radius: 25px;
    margin-right: 5px;
}

#progressbar li:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #040074;
    position: absolute;
    left: -61px;
    top: 0;
    z-index: 1;
    bottom: 0;
    margin: auto;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before {
    background: #fff;
    color: #040074;
    content: '\f00c';
    font-family: 'FontAwesome';
    text-align: center;
}

.floatingTitle {
    top: -7px;
}

.dragableTable tr {
    cursor: move;
}

.loginCarousel .carousel-caption {
    left: 0;
    right: 0;
    width: 98%;
    bottom: 0;
}

.loginCarousel .carousel-caption .card {
    backdrop-filter: blur(5px);
}

.loginCarousel .carousel-item-next,
.loginCarousel .carousel-item-prev,
.loginCarousel .carousel-item.active {
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
}

.loginCarousel .carousel-indicators {
    bottom: 15px;
}

.loginCarousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.form-check-input {
    width: 1.3rem;
    height: 1.3rem;
}

.blur-effect {
    filter: blur(4px);
}

.image-input-wrapper .thumb-image {
    background: #FFF;
}

.deleteOnRt {
    top: -15px;
    right: -30px;
}

.tooltip>.tooltip-inner {
    background-color: #202020;
    color: #fff;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #202020 !important;
}

.btn-outline-secondary {
    color: #181c32;
}

.end-minus-10 {
    right: -10px;
}

.end-minus-30 {
    right: -30px;
}

.aside-dark .hover-scroll-overlay-y {
    --scrollbar-space: .3rem;
}


@media (min-width: 992px) {
    .content {
        padding: 20px 0;
    }

    .header-fixed .header {
        height: 50px;
    }

    .adminDash.aside-enabled.aside-fixed .wrapper {
        padding-left: 0px;
    }

    .adminDash.aside-enabled.aside-fixed.header-fixed .header {
        left: 0px;
    }
}
.modal-xxl {
    max-width: 1400px!important;
}


.image-grid figure {
    margin-bottom: 0;
}

.image-grid img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
    background: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 1.8rem;
    z-index: 10;
    opacity: 1;
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
}

.lightbox-modal img {
    width: 45%;
    max-height: 96vh;
    max-width: 100%;
    border: 2px solid #FFF;
    border-radius: 10px;
    background: #FFF;
}

.lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
    padding: 7px 0;
    display: none;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 100%;
}

.lightbox-modal .carousel .carousel-control-next-icon,
.lightbox-modal .carousel .carousel-control-prev-icon {
    width: 1.5rem !important;
    height: 1.5rem;
}

.lightbox-modal .carousel-control-prev {
    left: 10px;
}

.lightbox-modal .carousel-control-next {
    right: 20px;
}

.end-20 {
    right: 20px;
}

.stickyLastCol.table th:last-child,
.stickyLastCol.table td:last-child {
    position: sticky;
    right: 0;
    background-color: #FFF;
}

.stickyLastCol.table th,
.stickyLastCol.table th:last-child {
    background-color: #EAEEFF;
    color: #181C32;
    text-transform: none;
}

.object-cover {
    object-fit: cover;
}

.photo-stack {
    position: relative;
    margin: auto;
    width: 90%;
    height: 140px;
}

.photo-stack img {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid white;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .02);
    transition: all 0.3s ease-out;
    max-width: 100%;
    border-radius: 7px;
    width: 100%;
    object-fit: cover;
    background-color: #FFF;
}

.photo-stack a:nth-child(1) img {
    z-index: 99;
}

.photo-stack a:nth-child(2) img {
    transform: rotate3d(0, 0, 1, 3deg);
}

.photo-stack a:nth-child(3) img {
    transform: rotate3d(0, 0, 1, -3deg);
}

.photo-stack a:nth-child(4) img {
    transform: rotate3d(0, 0, 1, 2deg);
}

.photo-stack:hover a:nth-child(1) img {
    transform: scale(1.02);
}

.photo-stack:hover a:nth-child(2) img {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 3deg);
}

.photo-stack:hover a:nth-child(3) img {
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg);
}

.photo-stack:hover a:nth-child(4) img {
    transform: translate3d(2%, -5%, 0) rotate3d(0, 0, 1, 2deg);
}

.photo-stack:hover a:nth-child(5) img {
    transform: translate3d(-5%, -2%, 0) rotate3d(0, 0, 1, 2deg);
}





/******************************************** Radio  ***********************************************/




.card-radio-btn .content_head {
    color: #333;
    font-size: 1.075rem;
    line-height: 30px;
    font-weight: 500;
}

.card-radio-btn .content_sub {
    color: #9e9e9e;
    font-size: 14px;
}

.card-input-element+.card {
    width: 140px;
    height: 90px;
    margin: 5px;
    justify-content: center;
    color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.card-input-element+.card:hover {
    cursor: pointer;
}

.card-input-element:checked+.card {
    border: 2px solid #040074;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}


@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

/******************************************** Radio  ***********************************************/


.btn.btn-unpublish {
    color: #fff;
    background-color: #ff7c7c;
}

.btn.btn-unpublish:hover {
    color: #fff;
    background-color: #d75050;
}

.alignCnt .card-radio-btn .content_head {
    color: #03006A;
}

.alignCnt .card-input-element:checked+.card {
    /* background-color: #040074 !important; */
    border: 1px solid #040074 !important;
}

.alignCnt .card-input-element:checked+.card .content_head {
    color: #FFF;
}

.form-switch.form-check-solid.form-switch-sm .form-check-input {
    height: 1.2rem;
    width: 2.0rem;
}

.vHeading {
    left: -80px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
}

.vHead-left-50 {
    left: -50px;
}

.top-20 {
    top: 20px !important;
}

.form-switch.form-check-solid .form-check-input {
    background-color: #d1cfcf;
}

.ql-editor img {
    border-radius: 10px;
}

.vSeperate,
.vSeperateSwap {
    /* height: 100%; */
    width: 1px;
    opacity: 0.3;
    margin: 0px 50px;
    background: linear-gradient(0deg, #a1a0d1 0%, rgba(0, 0, 0, 0) 100%);
}

.vSeperateSwap {
    background: linear-gradient(#a1a0d1 0%, rgba(0, 0, 0, 0) 100%);
}

.hSeperate {
    height: 1px;
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #a1a0d1 50%, rgba(255, 255, 255, 0) 100%);
}

.patternImg1,
.patternImg2 {
    right: 24px;
    top: 60%;
    transform: translateY(-50%);
    width: 80px;
}

.patternImg2 {
    right: auto;
    left: 24px;
}

.bookImg1,
.bookImg2 {
    left: -17px;
    width: 100px;
    top: 50px;
}

.bookImg2 {
    left: auto;
    right: -17px;
}

.cntBanner img {
    filter: brightness(0.8);
}

.actionAbs {
    filter: opacity(0.9);
    right: 10px;
}

/******************************************** Start Event ***********************************************/
/* .event-title{} */
/* .event-title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 2px;
    background:#181C32;
}
.event-title::after{
    content: '';
    position: absolute;
    bottom: -2px;
    right: 14px;
    width: 23px;
    height: 5px;
    background: #181C32;
} */

.event-title::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #181C32;
    bottom: -4px;
    width: 100%;
}

.event-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 4px;
    background: #181C32;
}



.news-list .news-content {
    background-color: #F9F9F9;
}

.news-list .news-content:nth-child(even) {
    background-color: #F1F9FF;
}

/******************************************** ENd Event ***********************************************/
.img-cover {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

.img-fill {
    object-fit: fill !important;
    width: 100%;
    height: 100%;
}

.image-input.image-input-empty.image-input-outline {
    background-position: center center;
    height: 80px;
}



/******************************************** Start Event Single ***********************************************/
.event_single_crd {
    background-color: #f1f9ff;
}

/******************************************** End Event Single ***********************************************/

.top-120px {
    top: 120px;
}

/* iframe body img {
    background-color: red;
} */

.ql-editor {
    height: auto;
}

.sticky-icon {
    z-index: 1;
}

.sticky-icon li {
    transform: translate(37px, 0px);
    transition: all 0.8s;
}

.sticky-icon li:hover {
    color: #FFF;
    transform: translate(2px, 0px);
}

.sticky-icon li:hover i {
    transform: rotate(360deg);
}
.multicolor_border {
    position: relative;
    z-index: 9;
    display: inline-block;
}
.multicolor_border:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    height: 8%;

    /* liniar gradient for all browsers */
    background-image: -webkit-linear-gradient(311deg, #ff7a00 20%, #c5c5c5 35%);
    background-image: -moz-linear-gradient(311deg, #ff7a00 20%, #c5c5c5 35%);
    background-image: -o-linear-gradient(311deg, #ff7a00 20%, #c5c5c5 35%);

    /*end liniar gradient for all browsers */

    background-size: 100%;
    z-index: -1;

}
.mb-space{
    margin-bottom: 1rem;
}



.event_calendar .calendar .days li {
    margin-top: 24px;
}

.event.nav.nav-pills.nav-pills-custom .nav-link.active{
    background-color: #79AF00;
    border-radius: 10px;
}
.event .nav.nav-pills.nav-pills-custom .nav-link.active .nav-text{
    color: #ffffff;
    
}
.eventDate p {
    color: #4A6375;
}
.eventDate.todayDate p {
    color: #040074;
}
.event_month{
    font-size: 2rem;
}
.event_date{
    font-size: 3.50rem;
}

.event.nav.nav-pills.nav-pills-custom .nav-link.active .nav-text{
    color: #ffffff !important;
}
.event .nav-link.active img{
    filter: invert(70%) sepia(100%) saturate(390%) hue-rotate(168deg) brightness(800%) contrast(97%);
}

.top-50{
    top: 17px!important;
}
.google-color{
    background-color: #DB4437;
}
.google-color:hover{
    background-color: #ee5345;
}
.login_banner{
    background: url(../img/bg_login.png);
    background-repeat: no-repeat;
}
.btn-remove {
    right: -10px;
    bottom: -9px;
}
.border_line{
    border-color: #79AF00 !important;
}
.link-blue-color{
    color: #04549F !important;
}
.blue-color{
    color: #0063B8;
}
.view_all{
    filter: invert(50%) sepia(99%) saturate(2264%) hue-rotate(194deg) brightness(99%) contrast(100%);
}


/* Login */

.fs-kural {
    font-size: 1.5rem;
}
.login-h-color {
    color: #404042;
}
.login-h-color:hover{
    color: #040074;
}
.switchBoth.form-check.form-check-solid .form-check-input {
    background-color: #040074;
}
.drawer-overlay{
    background-color: rgba(0,0,0,.4);
}

/* Login */



/* Article */
.article{
    right: -63px;
    transform: rotate(90deg);
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: linear-gradient(#5DDAFF, #5E68FF);
}

/* .modal-backdrop:nth-child(n+1) {
    opacity : 0;
  } */

.delete_pop{
    background-color: #EA502E;
}
.delete_pop:hover{
    background-color: #e96042;
}
#article-slider .owl-item{
padding-bottom: 10px;
}
.swal2-container .swal2-icon-error .swal2-html-container{
    font-size: 1.8rem !important;
    margin-top: 0;
    line-height: 30px;
    overflow: visible;
}
.swal2-popup .swal2-actions {
    margin: 0;
}
.swal2-actions button {
    padding: 5px 15px !important;
}
.swal2-popup{
    border-radius: 2.475rem !important;
}

/******************************************** article carousel ***********************************************/

#article-slider .owl-nav{
    position: absolute;
    top: 36%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;

}
#article-slider .owl-stage{
    display: flex;
}

/******************************************** article carousel ***********************************************/


/******************************************** Header switch  ***********************************************/

.head.form-switch.form-check-solid .form-check-input {
    
    background-image: url(../img/switch_round.svg) !important ;
}
/* .head.form-switch.form-check-solid.form-switch-sm .form-check-input {
    height: 1.2rem;
    width: 2rem;
} */
.head.switchBoth.form-check.form-check-solid .form-check-input {
    background-color: #ffffff;
    margin: 2px;
}
.head .form-check-input:focus {
    border-color: #86b7fe;
    /* outline: 0; */
    box-shadow: 0 0 0 0.1rem rgb(255 255 255);
}
.head .form-check-input {
    box-shadow: 0 0 0 0.1rem rgb(255 255 255);
}

/******************************************** END Header switch  ***********************************************/

.vTabStyle1 .nav-link.active img {
    filter: none;
}
.vTabStyle1 .nav-link {
    color: #4A6375;
}
.vTabStyle1 .nav-link.active {
    color: #040074;
    background-color: #E2EDFC;
}
.table.gy-5 td, .table.gy-5 th, .table.gy-5 .dropdown-menu {
    font-size: 15px;
}
.tab-style2.nav-tabs .nav-link:hover {
    color: #000;
}
.tab-style3.nav-tabs .nav-link.active, .tab-style3.nav-tabs .nav-link.active:hover {
    background-color: #79AF00;
    color: #FFF !important;
    border-left: none;
}
.v-tab-style.nav-pills .nav-link.active{
    background-color: #EEEEFF;    
}
.v-tab-style.nav-tabs.tabActiveStyle2 .nav-link.active::before {
    background-color: #040074;
}
.v-tab-style.nav-tabs.tabActiveStyle2 .nav-link{
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
}
.v-tab-style .nav-link {
color: #181C32;
}
.nav-pills .nav-link.active{
color: #181C32;
}

.homeSlider .carousel-item img {
    height: 420px;
}

div[id^="tp_"].timepicker__wrapper {
    opacity: 0;
    height: auto;
    min-width: 150px;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.1s ease-in-out;
    background: #f4f5f7;
    background: #FFF;
    border-radius: 0px 0px 5px 5px;
    /* border: 1px solid #dce0e4; */
    border-top: transparent;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, .1);
    text-align: center;
    z-index: 9;
}
div[id^="tp_"].timepicker__wrapper * {
    box-shadow: border-box;
}
div[id^="tp_"].timepicker__wrapper-active {
    opacity: 1;
    max-height: 150px;
}
div[id^="tp_"].timepicker__wrapper-full > div {
    width: 33% !important;
}
div[id^="tp_"].timepicker__wrapper > div {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    width: 50%;
    max-width: 75px;
}
div[id^="tp_"].timepicker__wrapper > div .display {
    color: #303233;
    font-size: 24px;
    font-weight: 100;
    line-height: 35px;
    margin: 0px;
    text-transform: lowercase;
    user-select: none;
}
div[id^="tp_"].timepicker__wrapper .timepicker__meridiem .display {
    font-size: 18px;
}
div[id^="tp_"].timepicker__wrapper > div .timepicker__button {
    margin: 5px auto;
    padding: 0px;
    background: #fff;
    cursor: pointer;
    background: transparent;
    border: solid 5px transparent;
}
div[id^="tp_"].timepicker__wrapper > div .timepicker__button__up > div {
    width: 0px;
    height: 0px;
    margin: auto;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px #959595;
}
div[id^="tp_"].timepicker__wrapper > div .timepicker__button__down > div {
    width: 0px;
    height: 0px;
    margin: auto;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 5px #959595;
}
.tabViewStyle .nav-link {
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    position: relative;
}
.tabViewStyle .nav-link.active {
	color: #fff;
}
.tabViewStyle .nav-link.active::after {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #040074;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.about-border::after{
    content: '';
    position: absolute;
    bottom: 0;
    border: 3px solid;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.about-border.after-blue::after{
    border-color: #24C4DA;
}
.about-border.after-purple::after{
    border-color: #AD91CF;
}
.about-border.after-peach::after{
    border-color: #FA6F96;
}
.about-border.after-yellow::after{
    border-color: #EBC264;
}
.about .nav-link {
    color: #817b7b;
}
.overflow-anywhere {
    overflow-wrap: anywhere;
}
#list video {
    width: 100%;
    height: 100%;
}

.img-holder {
    display: block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
}
.img-holder img {
    width: 100%;
    max-width: 100%;
}
.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.file-wrapper input {
    /* cursor: pointer;
    font-size: 100px;
    height: 100%;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9; */
}
.header {
    height: 47px;
}
.userDrop .menu-gray-800 .menu-item .menu-link {
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

.intl-tel-input,
.iti{
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #ffff;
    border-radius: 10px;
}
.iti {
    color: #000;
}
.editTreeCnt {
    top: 15px;
    right: 15px;
}
/* .treeActive_level1 {
    background-color: red;
}
.treeActive_level2 {
    background-color: green;
}
.treeActive_level3 {
    background-color: blue;
} */
@media screen and (min-height: 700px){
    .login_banner {
        height: 100%;
    }
}
.can-btn:hover{
    color: #1a1818 !important;
}
.btn.btn-secondary:hover:not(.btn-active){
    color: #f3f3f5;
    /* border-color: #b5b5c3; */
    background-color: #100c87!important;
}
.grayscale-100 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}







/* button:focus{
  outline:none!important;
} */
#chcp_font_size button {
  border: none;
  background-color:transparent;
  /*background-color:#eee;*/
  text-shadow: none;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:0px 5px;
  margin:0px;
  
}
#chcp_font_size button:hover{
  color:#ffffff;
}
#btn-decrease {
  font-size:12px;
}
#btn-orig {
  font-size:14px;
}
#btn-increase {
  font-size:12px;
}

.shape_bg{
    background: url(../img/contact_shape.svg) no-repeat right bottom;
    background-size:55%;
}
.contact_ico:hover{
    background-color: #79AF00;
}
.ql-editor.prevEditor {
    white-space: normal;
}
.selectBdr .select2-container--bootstrap5 .select2-selection--single {
    background-color: transparent;
    border-color: #e0e0e0;
}
.sticky-content{
    flex-grow: 1;
}
.bulkAct {
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: none;
}
.btn-pink,.btn-pink:hover {
    background-color: #EC3751;
}
.copyRight {
    background: #040074;
}
.list_green li {
    background: url(../img/sitemap_arrow.svg) no-repeat left 6px;
    padding-left: 20px;
    background-size: 9px;
    margin-bottom: 10px;
}

.list_green a{
    color: #79AF00;
    font-size: 1.20em;
}

.bg-shape-color{
    background-color: #f2f1ff;
}
.relatedSites a:hover {
    background-color: #79AF00;
    color: #FFF;
}

.dropcol_4, .subcol_4 {
    position: static;
}
.dropcol_4 .dropdown-menu, .subcol_4 .dropdown-menu {
    width: 100%;
}
.dropcol_1 .dropdown-menu, .subcol_1 .dropdown-menu {
    width: 250px;
}
.dropcol_2 .dropdown-menu, .subcol_2 .dropdown-menu {
    width: 550px;
}
.dropcol_2 .dropdown-menu>ul {
    width: 50%;
}
header .navbar-nav .dropdown:hover .dropdown-menu {
    padding: 20px 10px;
    border: none;
    box-shadow: 0 9px 16px 0 rgba(209, 212, 212, .35);
    font-size: 15px;
    white-space: normal;
    flex-wrap: wrap;
    border-top: 3px solid #79af00;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-nav .dropdown-menu>ul>li>ul>li {
    background: url(../img/submenu_1.svg) no-repeat left 7px;
    background-size: 5px;
    padding: 0;
    padding-left: 12px;
}
.navbar-nav .dropdown-menu>ul>li>ul>li>ul>li {
    background: url(../img/submenu_3.svg) no-repeat left 12px;
    background-size: 5px;
    padding-left: 12px;
}
.navbar-nav .dropdown-menu>ul>li>ul>li>ul>li>ul>li {
    background: url(../img/submenu_4.svg) no-repeat left 12px;
    background-size: 5px;
    padding-left: 12px;
}
.navbar-nav .dropdown-menu>ul>li>ul>li>ul>li>ul>li>ul>li {
    background: url(../img/submenu_4.svg) no-repeat left 12px;
    background-size: 5px;
    padding-left: 12px;
}
.navbar-nav .dropdown-menu ul li a {
    color: #000;
    font-weight: 400;
}
.navbar-nav .dropdown-menu>ul>li>a {
    color: #040074;
    font-size: 16px;
    font-weight: 500;
}
.navbar-nav .dropdown-menu ul li:hover>a, .navbar-nav .dropdown-menu ul li a:hover {
    color: #79AF00 !important;
    background: transparent;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: 2px;
    border-right: 2px solid #504f4f;
    border-bottom: 2px solid #504f4f;
    width: 6px;
    height: 6px;
    transform: rotate(-315deg);
    border-left: unset;
    border-top: unset;
}
/* .tree {
    --spacing: 1.5rem;
    --radius: 10px;
    --marker-bg-default: #ddd;
    --marker-bg-haschild: #6b9abb;
    line-height: 2rem;
}
.tree li {
    display: block;
    position: relative;
    padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}
.tree ul {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
}
.tree ul li {
    border-left: 2px solid #ddd;
}
.tree ul li:last-child {
    border-color: transparent;
}
.tree ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--spacing) / -2);
    left: -2px;
}
.tree summary {
    display: block;
    cursor: pointer;
    font-size: 15px;
}
.tree summary::marker, .tree summary::-webkit-details-marker {
    display: none;
}
.tree summary:focus {
    outline: none;
}
.tree summary:focus-visible {
    outline: 1px dotted #000;
}
.tree li::after, .tree summary::before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: calc(var(--spacing) - var(--radius) - 2px);
    width: 7px;
    height: 7px;
    background: #181C32;
}
.tree summary::before {
    content: '';
    z-index: 1;
}
.tree details[open] > summary::before {
    content: '';
}
.tree details>ul summary::after, .tree details>ul summary::before {
    background: #FFF;
    border: 1px solid #181C32;
    border-radius: 50%;
}
.tree details>ul li::after {
    background: transparent;
}
.tree details>ul details>ul summary::after, .tree details>ul details>ul summary::before {
    background: #181C32;
} */

.tree_2 {
    --spacing: 1.5rem;
    --radius: 10px;
    --marker-bg-default: #181C32;
    --marker-bg-haschild: #6b9abb;
    line-height: 2rem;
}
.tree_2 li {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
}
.tree_2 ul {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
    border-left: 2px solid #ddd;
}
.tree_2 ul li:last-child {
    border-color: transparent;
}
.tree_2 ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: -2px;
    width: calc(var(--spacing) + 2px);
    height: calc(var(--spacing) + 1px);
    border: dotted #ddd;
    border-width: 0 0 2px 0px;
    margin-left: 1px;
}
.tree_2 summary {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}
.tree_2 summary::marker, .tree_2 summary::-webkit-details-marker {
    display: none;
}
.tree_2 summary:focus {
    outline: none;
}
.tree_2 summary:focus-visible {
    outline: 1px dotted #000;
}
.tree_2 li::after, .tree_2 summary::before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 16px;
    width: 7px;
    height: 7px;
    background: var(--marker-bg-default);
}
.tree_2>li> details ul li details summary::before {
    content: '';
    z-index: 1;
    background: #FFF;
    border: 1px solid #181C32;
    border-radius: 50%;
}
.tree_2 details[open] > summary::before {
    content: '';
}
.tree_2 details>ul>li::after {
    border-radius: 50%;
}
.tree_2 ul li ul li {
    border-left-style: none;
}
.tree_2 ul li ul {
    border-left: 2px dotted #ddd;
}
.tree_2 details ul details[open] summary, .tree_2 details ul details[open] li.active {
    color: #79AF00;
}
.tree_2 details ul details[open] li.active::after {
    background: #79AF00;
}
.tree_2>li> details[open]>summary {
    color: #040074;
    font-weight: 600;
}
.tree_2 li.hasDropdown>details>summary::after {
    content: '\f078';
    float: right;
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-right: 10px;
}
.tree_2 li.hasDropdown>details[open]>summary::after {
    content: '\f077';
}

/* .tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
} */
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 0px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-14px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #d4d4d4;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #d4d4d4;
    height:20px;
    top:25px;
    width:20px
}
.tree .treeSub_2 li::before {
    border-left: 2px dotted #d4d4d4;
}
.tree .treeSub_2 li::after {
    border-top: 2px dotted #d4d4d4;
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.treeMain {
    margin-bottom: 10px;
    padding: 0;
}
.transform-origin-center {
    transform-origin: center;
}
.tree li span.active {
    background-color: #040069;
    color: white;
}.tree li span.active p, .tree li span.active i {
    color: white !important;
}
.svg-muted {
    filter: invert(64%) sepia(27%) saturate(423%) hue-rotate(201deg) brightness(180%) contrast(151%);
}
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
}

.gu-hide {
    display: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.gu-mirror {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
/* .subcol_1 ul.colCount {
    column-count: 1;
}
.subcol_2 ul.colCount {
    column-count: 2;
}
.subcol_4 ul.colCount {
    column-count: 4;
} */
.subcol_3 .dropdown-menu {
    width: 800px;
}
/* header .subcol_4 .dropdown-menu li {
    width: 100%;
} */
.subcol_1 .colCount {
    column-count: 1;
}
.subcol_2 .colCount {
    column-count: 2;
}
.subcol_3 .colCount {
    column-count: 3;
}
.subcol_4 .colCount {
    /* display: flex;
    flex-wrap: wrap; */
    column-count: 4;
}
.subcol_1 .colCount_1 {
    width: 100%;
}
.subcol_2 .colCount_1, .subcol_2 .colCount_2 {
    width: 100%;
    display: inline-block;
    padding: 0 5px;
}
.subcol_3 .colCount_1, .subcol_3 .colCount_2, .subcol_3 .colCount_3 {
    width: 100%;
    display: inline-block;
    padding: 0 5px;
}
.subcol_4 .colCount_1, .subcol_4 .colCount_2, .subcol_4 .colCount_3, .subcol_4 .colCount_4 {
    width: 100%;
    display: inline-block;
    padding: 0 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    /* max-height: 400px;
    overflow-y: auto; */
}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    margin-left: 7px;
}
.menuManage .menuAction li::before, .menuManage .menuAction li::after {
    content: none;
}
.tree.menuManage li:last-child::before {
    height: 26px;
}
.bg-mainMenu {
    background: #ADD8FF !important;
}
.bg-subMenu1 {
    background: #C7E4FF !important;
}
.bg-subMenu2 {
    background: #E0F0FF !important;
}
.bg-subMenu3 {
    background: #F2F9FF !important;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:hover {
    background: transparent !important;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    background-color: #181c32;
    border-radius: 1px;
    display: block;
    margin-top: 6px;
    transition: all 0.2s;
}
.navbar-toggler .top-bar {
    transform: rotate(36deg);
    transform-origin: -2% 240%;
    margin-top: 0;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-42deg);
    transform-origin: 2% -119%;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    margin-top: 0;
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
.removeImg {
    position: absolute;
    right: -13px;
    bottom: -10px;
}
.addRowGrid {
    height: 80px;
}
.otherCountry h6::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    background-color: #040074;
    display: inline-block;
    left: -16px;
    border-radius: 0 5px 5px 0;
}
.otherCountry ul {
    border-bottom: 1px solid #f1f1f1;
}
.otherCountry ul:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}
.otherCountry li {
    padding: 7px 0;
}
.countryAdd {
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 15px;
}
.countryAdd:last-child {
    border-bottom: none;
}
.otherSchool .card:hover {
    background-color: #FAF9FF;
}
.multiContact {
    border-bottom: 1px solid #efefef;
    padding: 6px 0;
}
.multiContact:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.multiContact:first-child {
    padding-top: 0;
}
.valign-top {
    vertical-align: top;
}
.galImg a {
    width: 24%;
    margin: 5px 3px;
}
.cmsGallery .galImg a {
    width: 23%;
}
.galCategories a.active, .galCategories.adminGal li:has(a.active) {
    background-color: #F2F2FF;
}
.galCategories a.active::before {
    content: '';
    width: 5px;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: #040074;
    left: 0;
    top: 0;
    border-radius: 0px 5px 5px 0;
}
.image-grid .galImg img {
    box-shadow: none;
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    display: none;
}
#drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 96%;
    margin: 50px auto;
    padding: 20px;
}
#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
    height: 100px;
    object-fit: cover;
    border-radius: 7px;
}
#progress-bar {
    display: none;
}
#cag_category_file {
    display: none;
}

.autocomplete_add {
    top: 61px;
}

.gaana {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 10px 10px;
}

.gaana li.data_select {
    padding: 5px 10px;
    font-size: 15px;
    cursor: pointer;
}

.gaana li.data_select:hover {
    background-color: #1a76e6;
}

.autocomplete_edit {
    top: 61px;
}

.gaana_edit {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 10px 10px;
}

.gaana_edit li.data_select2 {
    padding: 5px 10px;
    font-size: 15px;
    cursor: pointer;
}

.gaana_edit li.data_select2:hover {
    background-color: #1a76e6;
}

