@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*--font face end--*/
body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}

.accordion-button::after {
    background-image: url("../images/arrow-down.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow-down.svg");
}




:root {
    --primarycolor: #2CADF3;
    --secondarycolor: #64BFD4;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
    color: #0A0A0A;
}

h6 {
    font-size: 18px;
    font-weight: 700;
}

.login-wrapper {
    min-height: 100vh;
    background: url("../images/Login-bg.png") center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-left {
    background: #D4F2F4;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.login-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    max-width: 520px;
    width: 100%;
}

.login-container h4 {
    font-weight: 600;
    margin: 0 0 20px;
}

input.icon-holder {
    padding-left: 45px;
}

input.icon-holder-right {
    padding-right: 35px;
}

.form-control.icon-holder-right+.input-icon-right {
    position: absolute;
    top: 8px;
    right: 10px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 5px;
}

.form-control-lg+.input-icon,
.form-control-lg~.password-eye-icon {
    top: 14px;
}

.form-check {
    padding-left: 30px;
}

.form-check .form-check-label {
    padding-top: 4px;
    font-size: 13px;
}

.form-check .form-check-input {
    margin-left: -30px;
}

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border-color: #8B041A;
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: #EE7C58;
    border-color: #EE7C58;
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control,
.form-select {
    border-color: #E0E0E0;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
}

.table-result p {
    font-size: 13px;
    font-weight: 400;
    color: #535353;
}

.form-select.form-select-sm {
    height: 38px;
    border-radius: 10px;
}

.form-control.form-control-lg,
.form-select.form-select-lg {
    height: 50px;
    border-radius:12px;
}

.page-title-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.page-title-row h5 {
    font-size:30px;
    font-weight:400;
    color: #0A0A0A;
}

.page-title-row img.backarrow {
    margin-top: -5px;
}

.btn.btn-lg {
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.btn {
    font-size:16px;
    line-height: 1.4;
    border-radius:12px;
    padding: 12px 15px;
    color: #000;
    font-weight: 500;
}

.btn.btn-sm {
    font-size: 13px;
}


.btn.btn-primary.disabled {
    opacity: .5;
    background: #78B8AC;
    border-color: #78B8AC;
}

.btn-primary {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff !important;
    min-width: 100px;
}

.btn-light {
    background: #fff;
    border-color: var(--primarycolor);
    color: var(--primarycolor)
}

.btn-outline-primary {
    border-color: #114155;
    color: #114155;
    padding: 12px 22px;
}

.btn-secondary {
    background: #FD8833;
    border-color: #FD8833;
    color: #fff;
    min-width: 100px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
    background: #FD8833 !important;
    border-color: #FD8833 !important;
}

.btn-danger {
    background: #FB6A57;
    border-color: #FB6A57;
    color: #ffffff;
    min-width: 100px;
}

.btn-outline-danger {
    border-color: #F14336;
    color: #F14336;
}

.btn-outline-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

.btn-outline-light:hover {
    background: #78B8AC;
    border-color: #78B8AC;
    color: #fff;
}

.btn.btn-outline-danger:hover {
    color: #fff;
    border-color: #185168;
    background-color: #185168;
}

.btn:hover,
.btn-check:checked+.btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: #185168;
    border-color: #185168;
    color: #fff;
}

.text-link {
    color: var(--primarycolor);
}

.whiteBg p {
    font-size: 15px;
    font-weight: 400;
}

.whiteBg span {
    font-size: 15px;
    font-weight: 700;
    color: var(--primarycolor);
}



.form-label sup {
    color: #8B041A;
}

.tp-search {
    position: relative;
    margin: 0 0 0 20px;
    max-width: 330px;
    width: 100%;
}

.tp-search input {
    border: solid 1px #D4D4D4;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    width: 100%;
}

.tp-search .searchicon {
    position: absolute;
    left: 13px;
    top: 10px;
}

/*--sidebar--*/
.closemenu-btn {
    display: none;
}

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 276px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #CBE4F2;
    padding: 23px 20px;
    color: #333;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 254px);
    overflow: auto;
    justify-content: space-between;
}

.menubar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menubar li {
    margin-bottom: 10px;
}

.menubar li>a {
    display: flex;
    align-items: center;
    border-radius:50px;
    padding: 8px 16px;
    background-color: transparent;
    color: #000;
    font-size:16px;
    text-decoration: none;
    height: 50px;
    font-weight:300;
    position: relative;
    z-index: 10;
}

.menubar li>a img {
    margin-right: 10px;
}

    .menubar li > a:hover,
    .menubar li a.active {
        color: #fff !important;
        background: #2CADF3;
        font-weight:500;
    }

.menubar li a:hover img, .menubar li.active a img {
    filter: invert(100%);
  }


.menubar li.active a {
    background: var(--primarycolor);
    color:#fff
}

.menubar li>a.has-submenu::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 12px;
    height: 12px;
    background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
    transition: all .2s ease;
}

.menubar li>a.has-submenu.active::after {
    transform: rotate(90deg);
}

.has-submenu.active+.submenu {
    display: block;
}

.submenu {
    list-style: none;
    padding: 15px;
    background: #3C3C3C;
    position: relative;
    z-index: 8;
    top: -5px;
    border-radius: 0 0 8px 8px;
    display: none;
}

/* .submenu li {} */

.submenu li a {
    padding: 5px 5px 5px 15px;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    position: relative;
}

.submenu li a.active {
    background: transparent;
    color: #D87EBD;
}

.submenu li a:hover {
    background: transparent;
    color: #D87EBD;
}

.submenu li a:hover::after,
.submenu li a.active::after {
    background: #D87EBD;
}

.submenu li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #D9D9D9;
}

.sildebarlogo {
    margin: 4px 0 40px;
}

.sildebarlogo img {
    width:230px;
}

/* .sidebar ul li a:hover img, .sidebar ul li a.active img {
    filter: invert(100%);
} */

/*--sidebar--*/


.content-body {
    padding: 30px 30px 20px 80px;
}

.footer {
    text-align: center;
    border-top: solid 1px #E7E7E7;
    padding: 10px 0;
    font-size: 14px;
    color: #969696;
}

/*--dashboard css--*/
.dash-item {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    font-size: 26px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.dash-item a {
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
}

.dash-item a p {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

    .dash-item .dash-item-icon {
        border-radius: 16px;
        background:#EEF9FF;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }

    .dash-item h6 {
        font-size: 16px;
        color: #B1B9C1;
        margin: 0;
        font-weight: 400;
    }

.innerbody {
    padding-left: 276px;
    background: #F4F8FA;
    transition: all .3s ease-in;
}

.user-set-menu {
    /* background: #F8EBF4; */
    color: #000;
    border-radius: 27px;
    padding: 3px 10px 3px 3px;
    margin-right: 10px;
    margin-left: auto;
}

.user-set-menu .dropdown-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.user-set-menu .dropdown-toggle small {
    font-size: 10px;
    color: #4D4D4D;
}

.user-set-menu .dropdown-toggle h6 {
    font-size:15px;
    margin: 0;
    color: #333333;
    font-weight:400;
}

.user-set-menu .dropdown-toggle small {
    font-size: 10px;
}

.user-set-menu .dropdown-menu {
    font-size: 15px;
    color: #333;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.user-set-menu .dropdown-menu .dropdown-item {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.dropdown-menu img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.user-set-menu a {
    color: #333;
}

.pate-content-wrapper {
    min-height: calc(100vh - 122px);
}

/*--dashboard css--*/

.white-body-card {
    background: #fff;
    padding: 20px;
    min-height: calc(100vh - 230px);
    margin-bottom: 20px;
    border-radius: 10px;
}

.table>thead {
    vertical-align: middle;
}

.table thead th {
    background: var(--primarycolor);
    color: #ECF0F5;
    font-weight:500!important;
    font-size: 12px;
    text-transform: uppercase;
}

.table .btn-secondary {
    padding: 4px 16px !important;
    min-width: 22px !important;
    font-size: 11px;
    font-weight: 400;
}

.table .btn-danger {
    padding: 4px 16px !important;
    min-width: 22px !important;
    font-size: 11px;
    font-weight: 400;
    color: #fff !important;
}


.table thead th:first-child {
    width: 20px;
}


.table {
    border: solid 1px var(--primarycolor);
    font-size:13px;
    font-weight: 400;
    background: #fff;
    color: #333;
}

.table tr td {
    border-color: #F4F2EF;
    font-size:13px;
    font-weight:300;
}

    .table tr:last-child td {
        border-color: var(--primarycolor);
    }



.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    color: #293854;
    border-color: #F4F2EF;
}

.pagination .page-item.active .page-link {
    background: var(--primarycolor);
    border-color: #F5F0EC;
    color: #fff;
}

.page-link {
    font-size: 14px;
    font-weight: 500;
}

.pagination .page-link img {
    margin-top: -3px;
}

.header {
    background: #fff;
    padding: 10px 15px 10px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F7EAE9;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.filter-row-search {
    display: flex;
    flex-wrap: wrap;
}

.header-serarch {
    position: relative;
    width: 260px;
}

.header-serarch .inputicon {
    position: absolute;
    top: 14px;
    left: 14px;
}

.header-serarch .form-control {
    padding-left: 10px;
    padding-right: 35px;
}

.headerserarch {
    position: relative;
    width: 260px;
}

.headerserarch .inputicon {
    position: absolute;
    top: 14px;
    left: 14px;
}

.headerserarch .inputicon-rt {
    position: absolute;
    top: 6px;
    right: 14px;
    cursor: pointer;
}

.headerserarch .form-control {
    padding-left: 38px;
    padding-right: 35px;
}

.filterby {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.filterby label {
    white-space: nowrap;
    margin-right: 10px;
}

.card {
    border-radius: 10px;
}

.text-light {
    color: #B9B8B8 !important;
}

.label-heading {
    font-size: 14px;
}

.uploadbtn {
    position: relative;
}

.uploadbtn input {
    visibility: hidden;
    position: absolute;
}

.uploadbtn label {
    border: solid 1px #E0E0E0;
    font-size: 10px;
    color: #77797D;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    max-width: 250px;
    width: 100%;
    padding: 20px 10px;
}

.uploadbtn label p {
    font-size: 12px;
    color: #000;
}

.m-card-min-hight {
    min-height: calc(100vh - 210px);
}

.rating-star-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.rating-star-list li {
    margin-right: 0 5px 0 0;
    width: 42px;
    height: 42px;
    background: url(../images/rating-star.png) center center no-repeat;
    background-size: 100%;
}

.rating-star-list li.fill {
    background: url(../images/rating-fill.png) center center no-repeat;
    background-size: 100%;
}

table .rating-star-list li {
    width: 18px;
    height: 18px;
}

.modal-header {
    border: 0;
    padding: 30px 30px 0;
}

.modal-content {
    border-radius: 16px;
}

.modal-body {
    padding: 10px 30px 30px;
    font-size: 14px;
}

.modal-body h6 {
    font-size: 14px;
    color: #0B4258;
}

.modal-close {
    position: absolute;
    right: 1px;
    top: 5px;
    background: none;
    border: 0;
}

.profile-srt-info {
    display: flex;
    font-size: 12px;
    color: #A9A9A9;
}

.profile-srt-info h6 {
    font-size: 15px;
}


.backdrop-div {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.dropdown-item.active,
.dropdown-item:active {
    background: #CBE4F2;
}

.uploaded img {
    margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate {
    border-radius: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0;
    background: var(--secondarycolor);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
    background: var(--secondarycolor);
}


.activeColor {
    color: #3CB5BF;
    text-decoration: none;
}

.inActiveColor {
    color: #F65AC0;
    text-decoration: none;
}

.maxWSm {
    max-width: 350px;
    width: 100%;
}

.smBtnW {
    max-width: 80px;
    width: 100%;
}

.titleBlog {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.backBtn {
    padding: 8px 25px;
}

.profileLgImage img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
}

.userStars {
    text-align: center;
    margin-top: 15px;
}

.userStars {
    background: #F5FCFD;
    border-radius: 50px;
    padding: 5px;
}

.userStars a img {
    width: 18px;
}

.fw-semibold img {
    width: 40px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #dfdfdf;
}

.dataTable {
    width: 100% !important
}
    .dataTable th {
        white-space:nowrap
    }

    .fw-semibold {
        width: 180px
    }

.dataTables_length {
    margin: 7px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #FD8833 !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #FD8833 !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.btn:focus-visible {
    color: #fff;
    background-color: #3CB5BF !important;
    border-color: #3CB5BF;
    outline: 0;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #3CB5BF !important;
    border-color: #3CB5BF;
}



.form-label {
    margin-bottom: 4px;
}

.tbSmImg {
    width: 45px;
    height: 30px;
    border-radius: 8px;
}

.filesUpload {
    width: 110px;
    height: 110px;
    border-radius: 80px;
    border: solid 1px #F3DBDF;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.filesUpload input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*--smDetailslist 04-01-2025---*/
.smDetailslist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.smDetailslist li {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.profile-star {
    background: #F5FCFD;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0 0;
}

.pro-fea-lable {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    background: #D4F2F4;
    font-size: 12px;
    font-weight: 500;
    color: #1F1F1F;
    margin: 0 10px 10px 0
}

.live-selfy-col {
    margin: 0 0 20px;
}

.live-selfy-col img.livepic {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #eee;
}

.live-id-col {
    margin: 0 0 20px;
}

.live-id-col .liveid {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #eee;
}

/*---*/
.loginLeftImg {
    background-image: url(../images/login_left_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.loginRightImg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.whiteBg {
    border-radius: 16px;
    background: #fff;
    padding: 40px 50px;
}

.forgotPass {
    color: #EE7C58;
    font-size: 15px;
    font-weight: 400;
}

.loginRightImg .form-check .form-check-label {
    padding-top: 4px;
    font-size: 15px;
    color: #747474;
    font-weight: 400;
}

.innerbody .container-fluid {
    padding: 10px 30px;
}

.textArea {
    height: 110px;
    border-radius: 15px;
}

.uploadimage {
    position: relative;
    width: 110px;
    margin: auto;
    text-align: center;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 12px 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: #C2C2C2;
    transition: .4s;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2px 3px;
    color: white;
}

input:checked + .slider {
    background-color: #54BF7F;
}

.switch input {
    opacity: 0;
    input: checked+.slider:before width: 0;
    height: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width:40px;
    height: 28px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider:before {
    transform: translateX(14px);
    /* Adjust based on the width of the slider */
}

.rounded-pill {
    border-radius: 24px !important;
    padding: 7px 16px !important;
    font-size: 11px;
    font-weight: 400;
}

.text-bg-success {
    color: #fff !important;
    background-color: #54BF7F !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: #F14336 !important;
}

.text-success {
    font-size: 13px;
    font-weight: 400;
    color: #7FCA20 !important;
}

.text-warning {
    font-size: 13px;
    font-weight: 400;
    color: #EC9A1F !important;
}
.whiteBg span.text-danger span{
    font-size: 14px;
    font-weight: 400;
    color: #F14336 !important;
}
.text-danger {
    font-size:14px;
    font-weight: 400;
    color: #F14336 !important;
}

.smDetailslist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.smDetailslist li {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.detail-bag .text-bg-success {
    background-color: #8B041A !important;
    padding: 8px 16px !important;
    margin-right: 10px;
}

.detail p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.detail label {
    font-size: 15px;
    font-weight: 400;
}

.detail-im {
    width: 330px;
    max-width: 100%;
    height: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.bg-white-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    margin: 0 auto;
}

.page-title-row h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
}

.btn-outline-dark {
    border-radius: 12px;
    background-color: #fff;
}

.detail h4 {
    font-size: 28px;
    font-weight: 600;
}

.smDetailslist span {
    font-size: 15px;
    font-weight: 400;
}

.upload-section {
    border: 1px solid #B7C9DD;
    background-color: #F1F1F1;
    border-radius: 10px;
    padding: 28px 0px;
    text-align: center;
    color: #000000;
    width: 118px;
    height: 118px;
}

.preview-section {
    position: relative;
    border-radius: 8px;
    width: 100%;
    width: 118px;
    height: 118px;
    border: 1px solid #B7C9DD;
    background-color: #F1F1F1;
}

.preview-default-img {
    width: 100%;
    border-radius: 10px;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 43px;
    left: 45px;
}

.preview-section .import {
    position: relative;
    top: 1px;
    width: 38px;
    height: 38px;
    left: 42px;
}

.fileInput img {
    padding: 12px;
}

.upload-section img {
    height: 54px;
    width: 42px;
}

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

textarea.form-control {
    min-height: calc(10em + .75rem + calc(var(--bs-border-width)* 2));
}

.upload-section input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}

.bg-white-container .form-control,
.form-select {
    border-color: #E0E0E0;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 12px;
}

.form-label {
    color: #333333;
    font-size: 14px;
    font-weight:400;
}

.upload-section p {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
}

.upload-section span {
    color: #747474;
    font-size: 9px;
    font-weight: 400;
}

.ui-slider-handle {
    border-radius: 50px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #8B041A !important;
    background: #8B041A !important;
    font-weight: normal;
    color: #454545;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #E3C3C8 !important;
    color: #333333;
    font-weight: bold;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ECE9E9 !important;
    background-color: #ECE9E9 !important;
}

.ans {
    background-color: #F5F0F0;
    color: #333333;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 12px;
    padding: 15px 10px;
}

.que {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0;
}

.multi-images {
    display: flex;
    width: 70px;
    height: 60px;
    border-radius: 8px !important;
    gap: 8px;
}

.violation-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 0px;
    max-width: 600px;
}

.violation-row {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
}

/* .violation-item {
    flex: 1;
  } */
.violation-item .label {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

.violation-item .value {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.event-deatil-im {
    width: 330px !important;
    height: 236px !important;
    border-radius: 4px !important;
}

.upload-image {
    position: relative;
    width: 110px;
    margin: auto;
    text-align: center;
}

.modal-body .form-check .form-check-label {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

.modal-body .form-control,
.form-select {
    border-color: #E0E0E0;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 12px;
}

.modal-title {
    font-size:22px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
    color: #000 !important;
    line-height: var(--bs-modal-title-line-height);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    background-color: #114155;
    /* border: none; */
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button:not(.collapsed) {
    border-bottom: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #114155;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.accordion-item:first-of-type {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    border: 1px solid #114155;
}


.accordion-item:last-of-type {
    /* border-radius: 12px !important; */
    border: 1px solid #114155;
}

.accordion-item:not(:first-of-type) {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    border: 1px solid #114155;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}


.accordion-item:last-of-type .accordion-button.collapsed {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}


.input-flex-row {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.input-flex-row button {
    background: transparent;
    border: 0;
    margin: 0 0 0 10px;
}

.modal-close {
    position: absolute;
    right: 17px;
    top: 14px;
    background: none;
    border: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.upload-section-mode {
    border: 1px solid #DDDDDD;
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    width: 61px;
    height: 51px;
}

.upload-section-mode input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}


.preview-section-mode {
    position: relative;
    border-radius: 8px;
    width: 100%;
    width: 61px;
    height: 51px;
}

.preview-section-mode img {
    width: 100%;
    border-radius: 10px;
    width: 61px;
    height: 51px;
}

/* .delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  } */
.uploaded-image {
    position: relative;
    width: 110px;
    margin: auto;
    text-align: center;
    border-radius: 100%;
}

.uploaded-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.bg-white-container-faq {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}

.accordion-body {
    font-size: 13px;
    font-weight: 300 !important;
    color: #333333;
}

.form-control,
.form-select {
    border-color: #DCE2EA;
    color: #333333;
    font-size: 14px;
    height: 50px;
    border-radius:12px;
}

.upload-section-p {
    border: 1px solid #DDDDDD;
    background: url(/images/event-img.png);
    border-radius: 60px;
    /* padding: 28px 0px; */
    text-align: center;
    color: #000000;
    width: 118px;
    height: 118px;
}

.upload-section-p input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}











/*------19-03-2025*/
.upload-image {
    position: relative;
    width: 110px;
    margin: auto;
    text-align: center;
}

.input-flex-row {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.upload-section-mode {
    border: 1px solid #DDDDDD;
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    width: 61px;
    height: 51px;
}

.upload-section-mode input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}

.input-flex-row {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.preview-section-mode img {
    width: 100%;
    border-radius: 10px;
    width: 61px;
    height: 51px;
}

.input-flex-row button {
    background: transparent;
    border: 0;
    margin: 0 0 0 10px;
}




.whiteBgBox {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
}

.whiteBgBox hr {
    margin: 1rem 0;
    color: #DEDEDE;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.social-links h6 {
    font-size: 14px;
    font-weight: 600;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    padding-top: 12px;
}


/*---*/
.maxWidthModal {
    max-width: 760px;
}

.inputIcons {
    position: relative;
}

.inputIcons span {
    position: absolute;
    right: 10px;
    top: 12px;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.filters span {
    font-weight: bold;
    font-size: 14x;
}

.filterInputW {
    width: 190px;
}

p .faqEdit {
    position: absolute;
    right: 50px;
}

.position-relative .eye {
    position: absolute;
    right: 14px;
    top: 13px;
}

.position-relative .form-control-lg {
    padding-left: 42px;
}

.position-relative .icon {
    position: absolute;
    left: 12px;
    top: 12px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}


/* New Style Added by Rajesh */



.singlepages {
    font-weight: 400;
    font-size: 16px;
}

    .singlepages h1,
    .singlepages h2,
    .singlepages h3,
    .singlepages h4,
    .singlepages h5 {
        margin-bottom: 10px;
        margin-top: 30px;
        font-weight: 600;
    }

    .singlepages h2 {
        font-size: 2.1rem !important;
    }

    .singlepages h3 {
        font-size: 1.5rem !important;
    }

    .singlepages h4 {
        font-size: 1.3rem !important;
    }

    .singlepages h5 {
        font-size: 1.1rem !important;
    }

    .singlepages h6 {
        font-size: 1rem !important;
    }

    .singlepages p {
        margin-bottom: 10px;
    }

    .singlepages ul,
    .singlepages ol {
        margin-bottom: 20px;
        padding-left: 0;
    }

        .singlepages ul li,
        .singlepages ol li {
            margin-bottom: 10px;
        }

    .singlepages ul {
        list-style-type: disc;
        margin-left: 20px;
    }

        .singlepages ul li {
            list-style-type: disc;
        }

    .singlepages ol {
        list-style-type: auto;
        margin-left: 20px;
    }

        .singlepages ol li {
            list-style-type: auto;
        }

        .singlepages ul ol,
        .singlepages ul ul,
        .singlepages ol ul,
        .singlepages ol ol {
            margin-top: 10px;
        }




/* Error style */

.error-page {
    background: #F4F8FA;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
}

.error-logo img {
    height: 70px;
}

.text-error-block {
    font-size: 5rem !important;
}

.errorsubtext {
    color: #2CADF3;
}

.error_flex {
    display: inline-flex;
    justify-content: center;
}

.error_flex_right {
    flex-grow: 1;
}

.error_flex_left img {
    width: 250px;
    min-width: 250px;
}

.error_flex_left {
    padding-right: 60px;
    border-right: solid 1px #ddd;
    margin-right: 60px;
    min-height: 100%;
    display: inline-flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .error_flex {
        flex-wrap: wrap;
        text-align: center !important;
    }

    .error_flex_left {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border: 0;
        margin-bottom: 40px;
    }

        .error_flex_left img {
            width: 250px;
            min-width: 250px;
            display: block;
            margin: 0 auto;
        }

    .text-error-block {
        font-size: 4rem !important;
    }
}


#serviceForm h5 {
    font-size:15px;
    font-weight:500
}
.add-category-gp {
    display:flex
}
    .add-category-gp input {
        flex:1;
        margin-right:8px
    }
    .add-category-gp button {
        border: 0;
        background: transparent;
    }
.modal-dialog .btn-secondary {
    background: #FFEEEE;
    border-color: #FFEEEE;
    color: #EE7C58
}
    .modal-dialog .btn-secondary:hover {
        color:#fff
    }
.page-title-heading {
    margin:0;
    font-size:26px;
    font-weight:500
}
.btn-secondary.light-btn {
    background: #FFEEEE;
    border-color: #FFEEEE;
    color: #EE7C58
}
    .btn-secondary.light-btn:hover {
        color: #fff
    }

table a {
    text-decoration:none
}
.business-row {
    display:flex;
    align-items:center
}
.business-logo img {
    width:65px;
    height:65px;
    border-radius:50px
}
.business-logo {
    margin-right:15px
}
.business-info {
    flex:1
}
.business-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight:600
}
.business-info h6 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #5F5F5F;
}
.business-modal .modal-body h5 {
    font-size: 12px;
    color: #2CADF3;
    text-transform:uppercase;
    margin:0 0 10px;
}
label.b-label {
    font-size: 14px;
    font-weight:500;
    color: #5F5F5F;
    margin:0 0 5px
}
.b-label-nfo {
    margin:0;
    font-size:16px;
    font-weight:600
}
.business-action-inline {
    display:inline-flex;
    gap:10px
}
.b-approvebtn, .b-approvebtn:hover {
    background: #63BF2E;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    border: 0;
    min-width: 100px;
}
.b-rejectbtn, .b-rejectbtn:hover {
    background: #F0D5D5;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding:12px 15px;
    text-align: center;
    color: #E4410D;
    border: 0;
    min-width: 100px;
}
.doc-img-row {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
    .doc-img-row .doc-img-item img{
        width:72px;
        height:72px;
        border-radius:6px;
        object-fit:cover;
    }

.dataTables_scrollHeadInner {
    width:100%!important
}
.table thead th:last-child, .table tbody tr td:last-child {
    text-align: center;
    min-width:120px!important
}