/* Custom Style Aug 28, 2024 */
body.modal-open main.ps {
    overflow: unset !important;
}
.customHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customHeader .btnWrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tableCard .card-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.tableCard .card-header .buttonsWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.contentCard .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.add_edit_course_wrap .card-header {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}
.contentCard .form-group .chosen-select + .chosen-container-multi .chosen-choices {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d2d6da;
    background-image: none;
    border-radius: .5rem;
    color: #495057;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4rem;
    padding: .35rem .75rem;
    transition: box-shadow .15s ease, border-color .15s ease;
    width: 100%;
}

.resolutionText .text-muted {
    font-size: 0.75rem;
}


@media only screen and (max-width: 767px) {
    .tableCard .card-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tableCard .card-header .btn {
        margin-top: 0.5rem;
    }

    .tableCard .card-header .buttonsWrap {
        flex-direction: column;
    }

    .tableCard .card-header .buttonsWrap .formWrapper.mx-2,
    .tableCard .card-header .buttonsWrap .formWrapper #upload-form {
        margin: 0 !important;
    }

    .contentCard .form-group .chosen-select + .chosen-container-multi {
        width: 100% !important;
    }
}

.dataTable tr td {
    text-align: center;
    font-size: 14px;
}

.card .logoSection .card-img-top {
    height: 100%;
    width: 100%;
    max-height: 300px;
    max-width: 300px;
}

#previewImage, .previewprofile {
    width: 102px;
    height: 102px;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
    object-fit: contain;
}
.uploaded_zone {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 0 0 12px 12px;
    margin-top: -9px;
    padding: 20px 10px 10px;
    gap: 10px;
    border-top: 0 !important;
}

/* Custom Toastr styles */
.toast-success {
    background-color: #51A351 !important; /* Green background */
    color: #FFFFFF !important; /* White text */
}

.toast-error {
    background-color: #BD362F !important; /* Red background */
    color: #FFFFFF !important; /* White text */
}

.toast-info {
    background-color: #2F96B4 !important; /* Blue background */
    color: #FFFFFF !important; /* White text */
}

.toast-warning {
    background-color: #F89406 !important; /* Orange background */
    color: #FFFFFF !important; /* White text */
}

/*.card {*/
/*    height: 100% !important;*/
/*    max-height: 80vh;*/
/*}*/


.customFrequentQuestionSection {
    padding: 2rem 1.5rem 2rem 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.customFrequentQuestionSection button {
    align-items: center;
    border: 1px solid #106ab3;
    border-radius: 8px;
    color: #106ab3;
    display: flex;
    gap: 1rem;
    justify-content: center;
    width: fit-content;
    background: transparent;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.customFrequentQuestionSection h5 {
    width: fit-content;
}

.customFrequentQuestionSection button span {
    border-radius: 50%;
    border: 1px solid #106ab3;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.customModal .modal-body input {
    width: 100%;
    padding: 0.5rem 1rem;
    margin: 0 0 1.3rem;
    border: 1px solid #cbd5e1 !important;
    color: rgba(0, 0, 0, 0.88) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
}

.customModal .modal-body input:focus-visible {
    outline: none !important;
}

.modal.show .modal-dialog {
    max-width: 700px !important;
}

.customModal .modal-body .btnSection {
    display: flex;
    justify-content: center;
    align-items: center;
}
button.close {
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 35px;
    z-index: 1010;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    background: transparent;
    border: 0;
    outline: 0;
}
.Goback_btn {
    padding: 6px 20px !important;
    line-height: 150% !important;
}

body {
    font-family: 'Montserrat', 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
    color: #000 !important;
    background: #f2f2f2;
}

.jumbotron {
    background: #6b7381;
    color: #bdc1c8;
    border-radius: 0;
    padding: 2rem;
}

.jumbotron h1 {
    color: #fff;
}

.switch > .row {
    padding-bottom: 2rem;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid rgba(189, 193, 200, 0.5);
}

.switch h3 {
    font-weight: 400;
}

.switch h3 > small {
    font-weight: 200;
    font-size: 0.75em;
    color: #939aa5;
}

.switch h6 {
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: #bdc1c8;
    margin: 0;
    line-height: 5rem;
}

.switch .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: 'Off';
    left: -4rem;
}

.btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #29b5a8;
}

.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
    content: 'Off';
    left: -5rem;
}

.btn-toggle.btn-lg:after {
    content: 'On';
    right: -5rem;
    opacity: 0.5;
}

.btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 4rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

/* .btn-toggle.btn-sm:before {
    content: 'GST';
    left: -0.5rem;
} */

/* .btn-toggle.btn-sm:after {
    content: 'WSQ';
    right: -0.5rem;
    opacity: 0.5;
} */

.btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active > .handle {
    left: 2.6875rem;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.325rem;
    width: 3.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

/* .btn-toggle.btn-xs:before {
    content: 'GST';
    left: 0;
} */

/* .btn-toggle.btn-xs:after {
    content: 'WSQ';
    right: 0;
    opacity: 0.5;
} */

.btn-toggle.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}

.btn-toggle.btn-sm {
    background-color: #106ab3 !important;
}

.contentWrapper {
    padding: 1rem;
    margin: 0 0 1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contentWrapper .questionSection {
    font-weight: 600;
    padding: 0 0 0.5rem;
    font-size: 16px;
}
.expSection {
    font-size: 14px;
    line-height: 24px;
}
.checkbox-container {
    gap: 2rem;
    margin-top: 1rem !important;

}

.inputPassword {
    position: relative;
}

.inputPassword i {
    position: absolute;
    right: 0.5rem;
    top: 0.8rem;
}

.main-content .card .card-header .formWrapper {
    position: absolute;
    right: 10rem;
}

.main-content .card .card-header .formWrapper button {
    color: white;
    border: none;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    margin-right: 1rem;
}

.main-content .card .card-header .formWrapper input[type="file"] {
    background-image: linear-gradient(310deg, #7928ca, #ff0080);
    color: white;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    margin-right: 1rem;
}


.main-content .card .card-header .customAnchorBtn {
    padding: 0.84rem 1rem;
}
.main-content .card .dataTables_wrapper {
    padding: 1rem;
}
.main-content .card .dataTables_wrapper .dataTables_filter {
    margin-right: 0.5rem;
}

.main-content .vendorCard .card-header .formWrapper {
    position: absolute;
    right: 1rem;
}
.main-content .vendorCard .card-header .customAnchorBtn {
    padding: 0.84rem 1rem;
    /* position: absolute;
    right: 35rem; */
}
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

  .tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #192733;
    padding: 5px;
    z-index: 1;
  }

  .hover-text:hover .tooltip-text {
    visibility: visible;
  }

  #top {
    top: -40px;
    left: -114px;
    position: absolute;
}
  #top::before {
    top: 80%;
    left: 45%;
  }

  #bottom {
    top: 25px;
    left: -50%;
  }

  #bottom::before {
    top: -5%;
    left: 45%;
  }

  #left {
    top: -8px;
    right: 120%;
  }

  #left::before {
    top: 35%;
    left: 94%;
  }

  #right {
    top: -8px;
    left: 120%;
  }

  #right::before {
    top: 35%;
    left: -2%;
  }
  .hover-text {
    position: relative;
    display: inline-block;
    margin: 40px;
    font-family: Arial;
    text-align: center;
    color: #000 !important;
    opacity: 1;
    z-index: 1;
    font-size: 13px;
    font-weight: 800;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    /* padding: 0px 20px 0 0;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    color: #fff;
    border-radius: 2px;
    position: relative;
    z-index: 999;
    margin: 0;
    margin: 0px 5px;
    font-size: 13px; */
    padding: 0px 20px 0 0;
    background-color: transparent;
    color: #fff;
    z-index: 999;
    margin: 0px 5px;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    cursor: pointer;
    height: 100% !important;
}


  .inputfile:focus + label,
  .inputfile + label:hover {
      background-color: #757575;
  }
  /* #upload-form {
    background-image: linear-gradient(310deg, #7928ca, #ff0080);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    margin-right: 6px;
} */
#upload-form  .inputfile:focus + label, #upload-form  .inputfile + label:hover{
    background-color: transparent;
}
button.bg-gradient-primary-none {
    color: #fff;
    padding: 0 !important;
    background: transparent;
    position: relative;
    padding-left: 15px !important;
}
button.bg-gradient-primary-none:after {
    position: absolute;
    left: -6px;
    top: -6px;
    background-color: #fff;
    width: 1px;
    height: 32px;
    content: '';
}
.formWrapper.position-none{
    position: inherit !important;
}
.position-none{
    position: inherit !important;
}

#map {
    height: auto;
    width: 100%;
}

button.btn.btn-sm.type-toggle {
    background-color: #106ab3 !important;
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 4rem;
    border-radius: 1.5rem;
}
button.btn.btn-sm.type-toggle:before, button.btn.btn-sm.type-toggle:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 3.325rem;
}
button.btn.btn-sm.type-toggle.active:before {
    opacity: 0;
}
button.btn.btn-sm.type-toggle:before {
    text-align: right;
}
button.btn.btn-sm.type-toggle:before {
    content: 'Paid';
    left: -0.5rem;
}
button.btn.btn-sm.type-toggle:before, button.btn.btn-sm.type-toggle:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

button.btn.btn-sm.type-toggle.active > .handle {
    left: 2.6875rem;
    transition: left 0.25s;
}

button.btn.btn-sm.type-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

button.btn.btn-sm.type-toggle:before,button.btn.btn-sm.type-toggle:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 20px;
    width: 2.325rem;
}
button.btn.btn-sm.type-toggle:after {
    content: 'Free';
    right: -0.5rem;
    opacity: 0.5;
    left: 10px;
}
button.btn.btn-sm.type-toggle.active:after {
    opacity: 1;
}

button.btn.btn-sm.type-toggle:after {
    text-align: left;
    opacity: 0;
}
#sidenav-collapse-main .navbar-nav .nav-link .nav-link-text{
    white-space: pre-wrap;
}

.sidenav-header {
    position: sticky;
    top: 0;
    background: #f8f9fa;
    z-index: 9;
}
/* .navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: 100% !important;
} */
.tableCard .card-header .alert-danger,.vendorCard .card-header .alert-danger{
    background-color:#ea0606;
    width: 100%;
    display: block;
    position: relative;
}
.tableCard .card-header span.close-error,.vendorCard .card-header  span.close-error{
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.tableCard .card-header .alert-danger ul,.vendorCard .card-header .alert-danger ul{
margin-bottom: 0;
}
.tableCard .card-header .alert-danger ul li,.vendorCard .card-header .alert-danger ul li{
color: #000;
}
.navbar-vertical .navbar-nav>.nav-item .nav-link.active,.navbar-vertical .navbar-nav .nav-link ,.text-dark {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.card-title,h1,h2,h3,h4,h5,h6,.table,p{
    color: #000 !important;
}
.navbar-vertical.navbar-expand-xs.fixed-start {
    box-shadow: 0 10px 15px 5px rgb(0 0 0 / 10%) !important;
    background: #ffffff !important;
}
.subcatname_inp,.childcatname_inp {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-bottom: 15px;
    border: 1px solid #d2d6da;
    padding: 3px;
    border-radius: 8px;
}
.subcatname_inp input,.childcatname_inp input {
    width: 100%;
    border: none;
    padding-right: 40px;
    padding-left: 16px;
}

.subcatname_inp input:focus,.childcatname_inp input:focus{
    border: none !important;
    outline: none;
}
button.inputRemove ,a#addmore,#addmorechildcat, button.inputRemovechild,#addmorechildcat-sub-category-1,.add_input.add_child,.remove_child_input{
    margin-bottom: 0 !important;
    padding: 10px 15px;
}
.child-cat-drop-div select.form-select {
    margin-bottom: 16px;
}
a#addmoresubcat {
    float: right;
    text-transform: capitalize;
    height: 24px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-size: 11px;
}
.edit-course-row .form-group label,.row.instructor-detail-row label  {
    display: block;
    width: 100%;
}
.edit-course-row  #previewImage,.row.instructor-detail-row   #previewImage1{
    margin-bottom: 5px;
}


/* Custom css by Rahul bhati 01-10-2024 */
.dashlogo_title {
    font-size: 17px;
    font-weight: 700;
}
.dash_navlinks, .dash_sub_navlinks{
    border-radius: .5rem;
}
.dash_navlinks:hover, .dash_sub_navlinks:hover  {
    background: #ddd;
    transition: background 0.3s linear;
}
.dash_navlinks.active {
    background-image: linear-gradient(230deg, #106ab3c7, #106AB3);
    box-shadow: 0 .25rem .375rem -.0625rem hsla(0, 0%, 8%, .12), 0 .125rem .25rem -.0625rem hsla(0, 0%, 8%, .07) !important;
}
.dash_sub_navlinks.active{
    box-shadow: 0 0px 5px 2px rgb(0 0 0 / 10%) !important;
}
.dash_sub_navlinks.active:hover{
    background: unset !important;
}
.dash_sub_navlinks.active i, .dash_sub_navlinks.active .nav-link-text  {
    color: #106AB3 !important;
    font-weight: 700;
}
.dash_navlinks .nav-link-text  {
    font-size: 14px;
}
.dash_sub_navlinks .nav-link-text  {
    font-size: 13px;
}
.dash_navlinks .nav-link-text , .dash_sub_navlinks .nav-link-text {
    color: #000;
    font-weight: 600;
}
.navbar-vertical .navbar-nav .dash_navlinks.active.nav-link[data-bs-toggle=collapse]:after{
    color:#fff !important;
}
.dash_navlinks.active .nav-link-text, .dash_navlinks.active .icon.icon-shape i {
    color: #fff !important;
}
.dash_navlinks.active .icon.icon-shape {
    background-image: linear-gradient(230deg, #106ab3c7, #106AB3) !important;
    box-shadow: 0 .25rem .375rem -.0625rem hsla(0, 0%, 8%, .12), 0 .125rem .25rem -.0625rem hsla(0, 0%, 8%, .07) !important;
}
.dash_infocard .icon.icon-shape, .dash_icons_bg {
    background-image: linear-gradient(230deg, #106ab3c7, #106AB3);
}
.dash_infotitle {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.dash_infotitle + h5 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500 !important;
}
.dash_active_user_chart{
    background-image: linear-gradient(180deg, #106ab3, #106abcab);
}

.dash_users_title {
    margin-bottom: 0;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 120%;
}

.dash_users_subtitle {
    font-size: 14px;
}
.progress {
    background-color: #ddd;
}
.progress .progress-bar {
    background-color: #777777b5 !important;
}
body:has(#sidenav-main) {
    background-color: #e6f2ff !important;
}
.dash_infocard .card-body {
    padding: 10px 15px !important;
}
.dash_infocard .icon-shape {
    height: 40px;
    width: 40px;
}
.dash_infocard .icon-shape .ni {
    top: 11px;
}
.dash_themebtn, .btn-primary, .btn.bg-gradient-primary, .remove_child_input.btn.btn-danger {
    background-image: linear-gradient(230deg, #106ab3c7, #106AB3);
    box-shadow: 0 .25rem .375rem -.0625rem hsla(0, 0%, 8%, .12), 0 .125rem .25rem -.0625rem hsla(0, 0%, 8%, .07) !important;
    color: #fff !important;
    background-color: transparent !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 150% !important;
    padding: 0.64rem 1.6rem !important;
    border-radius: 0.5rem !important;
}

.dash_outlinebtn, .btn-outline-primary{
    border-color: #106AB3 !important;
    color: #106AB3 !important;
}

.dash_themeform:focus, .form-control:focus, .form-select:focus {
    box-shadow: none !important;
    border-color: #106ab3 !important;
}
.dataTables_filter input {
    border-radius: 12px !important;
    border-color: #d2d6da !important;
}
.dataTables_filter input:focus {
    border-color: #106ab3 !important;
}
.dataTables_filter input:focus-visible{
    outline: none !important;
}
.dash_header {
    border-bottom: 1px solid #ddd !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background-image: linear-gradient(230deg, #e6f2ff, #e6f2ff) !important;
    font-weight: 700;
    border-color: #106AB3 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-image: linear-gradient(230deg, #106AB3, #106ab39e) !important;
    border-color: #106AB3 !important;
}
@media only screen and (max-width: 1600px){
    /* .col-xl-2.col-sm-6.col-md-4.col-lg-4.mb-xl-0.mb-4:has(.dash_infocard), .col-xl-2.col-sm-6.col-md-6.col-lg-4.mb-xl-0.mb-4:has(.dash_infocard) {
        flex: 1;
    } */
    .dash_infotitle {
        font-size: 14px;
    }
    .card.dash_infocard {
        height: 100%;
    }
}

/* add course edit course cutsom css by rahul */
.form-label, label {
    margin-left: .25rem;
    margin-bottom: 5px !important;
    color: rgba(0, 0, 0, 0.88);
    font-size: 13px !important;
    font-weight: 400 !important;
}
.form-control, .form-select {
    color: rgba(0, 0, 0, 0.88) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
}
.form-check-input:checked[type=checkbox], .form-check-input:checked[type=radio] {
    background-image: linear-gradient(230deg, #106ab3c7, #106AB3) !important;
}
.form-switch .form-check-input {
    background-color: white !important;
    border: 1px solid #106AB3 !important;
    position: relative !important;
    height: 1.4rem !important;
    width: 3rem !important;
}
.form-switch .form-check-input:after {
    top: 2px !important;
    transform: translateX(3px) !important;
    background-color: #106AB3 !important;
}
.form-switch .form-check-input:checked {
    background-image: linear-gradient(230deg, #106ab3c7, #106AB3) !important;
}
.form-switch .form-check-input:checked:after {
    background-color: #fff !important;
    transform: translateX(28px) !important;
}
.card-title {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 0;
}
.add_edit_course_wrap h5.card-title {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
.add_edit_course_wrap .card-title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
.course_details_divider {
    background: #106ab3;
    height: 1px;
    margin: 25px auto;
    width: 97%;
}
.add_edit_course_wrap .card-body {
    padding-bottom: 0 !important;
}
.add_edit_course_wrap .card-header:first-child {
    padding-top: 1.5rem !important;
}
.add_edit_course_wrap .card-body:last-child {
    padding-bottom: 1.5rem !important;
}
.course_edit_btn {
    margin-top: 2.775rem;
    width: 100%;
    max-width: 140px;
    font-size: 15px !important;
}
.form-control::placeholder, .form-select::placeholder, .customModal .modal-body input::placeholder {
    color: rgba(0, 0, 0, 0.88) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

.highcharts-figure,
.highcharts-data-table table {
/* min-width: 310px; */
max-width: 800px;
margin: 50px auto;
}

#container {
height: 400px;
}

.highcharts-data-table table {
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #ebebeb;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}

.highcharts-data-table caption {
padding: 1em 0;
font-size: 1.2em;
color: #555;
}

.highcharts-data-table th {
font-weight: 600;
padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
background: #f8f8f8;
}

.highcharts-data-table tr:hover {
background: #f1f7ff;
}

.order-details-body p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
.order-details-body span {
    font-size: 15px;
}
.details_card{
    min-height: 401px;
}
.funding_table_box td {
    padding: 4px 5px;
    font-size: 14px;
}

.highcharts-axis.highcharts-xaxis text.highcharts-axis-title {
    display: none;
}
.calendarFilterWrapper label{
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 !important;
}
.dash_user_period{
        max-width: 180px;
        margin: 0 10px 0px auto;
}

.text-danger {
    font-size: 12px;
}
.sidenav::-webkit-scrollbar {
    display: none;
}

.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
}

.text-danger {
    font-size: 0.875rem;
    color: #dc3545;
}