@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: #000;
    font-weight: 300;
}

.grey-card {
    background: #F4F4F4;
    border-radius: 6px;
    padding: 15px;
}


:root {
    --primarycolor: #6440DA;
    --secondarycolor: #BACB95;
}

.btn:focus {
    background: #6440DA !important
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
    color: #0A0A0A;
}

h6 {
    font-size: 18px;
    font-weight: 700;
}

.login-wrapper {
    min-height: 100vh;
}

.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 5px;
    font-size: 20px;
}

.login-container p {
    color: #808080;
    line-height: 18px;
}

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:4px;
    border-color: var(--primarycolor);
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control,
.form-select {
    border-color: #DCE2EA;
    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: 10px;
}

.page-title-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.page-title-row h5 {
    font-size: 26px;
    font-weight: 600;
    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: 15px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 12px 15px;
    color: #000;
    font-weight: 500;
    height: 50px;
}

.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: #BACB95;
    border-color: #BACB95;
    color: #114155;
    min-width: 100px;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus-visible, .btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background: #BACB95 !important;
    border-color: #BACB95 !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: #7A58ED;
    background-color: #7A58ED;
}

.btn:hover,
.btn-check:checked+.btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: #7A58ED;
    border-color: #7A58ED;
    color: #fff;
}

.text-link {
    color: var(--primarycolor);
}

.whiteBg p {
    font-size: 15px;
    font-weight: 400;
}


.form-label {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
}

.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: #E8E0FF;
    padding: 23px 20px;
    color: #fff;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 224px);
    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: 12px;
    padding: 8px 16px;
    background-color: #fff;
    color: #161616;
    font-size: 14px;
    text-decoration: none;
    height: 50px;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

.menubar li>a img {
    margin-right: 10px;
}

.menubar li>a:hover,
.menubar li a.active {
    color: #fff !important;
    background: #6440DA;
    font-size: 14px;
    font-weight: 700;
}

.menubar li>a:hover img,
.menubar li a.active img {
    filter: invert(100%);
}



.menubar li.active a {
    background: var(--primarycolor);
}

.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: 130px;
}

/* .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: #DCEABE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.dash-item h6 {
    font-size: 12px;
    color: #4A4A4A;
    margin: 0;
    font-weight: 600;
}

.innerbody {
    padding-left: 270px;
    background: url(../images/bg.png) 0 0 no-repeat;
    background-size: cover;
    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: 14px;
    margin: 0;
    color: #333333;
    font-weight: 600;
}

.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: #333333;
    color: #ECF0F5;
    font-weight: 600;
    font-size: 12px;
    text-transform: none;
}

.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 #d5d5d5;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    color: #000;
}

.table tr td {
    border-color: #d5d5d5;
    font-size: 12px;
    font-weight: 500;
}

.table tr:last-child td {
    border-color: #d5d5d5;
}



.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    color: #293854;
    border-color: #d5d5d5;
}

.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: 25px 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: #bacb95;
}

.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);
}

.dataTables_paginate .current {
    color: #fff !important
}


.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
}

.fw-semibold {
    width: 180px
}

.dataTables_length {
    margin: 7px 15px;
}

.paging_full_numbers {
    background: #fff;
    margin-top: 5px !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #cdbeff !important;
    color: #000 !important;
    border: none !important;
}

.btn:focus-visible {
    color: #fff;
    background-color: #7A58ED;
    border-color: #7A58ED;
    outline: 0;
    box-shadow: none;
}



.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #cdbeff !important;
    color: #000 !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
}



.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #6440da !important;
    border-color: #6440da;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: black !important;
  
}


.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;
}

/*---*/


.loginRightImg {
    width: 100%;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/login_left_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.whiteBg {
    border-radius: 16px;
    background: #fff;
    padding: 40px 50px;
}

.forgotPass {
    color: #6440DA;
    font-size: 15px;
    font-weight: 400;
}

.loginRightImg .form-check .form-check-label {
    padding-top: 4px;
    font-size:13px;
    color: #000;
    font-weight: 500;
}

.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: #A4B87A;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    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(28px);
    /* 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;
}

.text-danger {
    font-size:12px;
    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: 500;
}

.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: 6px;
}

.modal-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
    color: #000 !important;
    line-height: var(--bs-modal-title-line-height);
}

.accordion-body {
    font-size: 14px;
    color: #454545;
    font-weight: 400;
}

.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: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    background-color: #E6DEFD;
    /* border: none; */
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion-button:not(.collapsed) {
    border-bottom: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #E6DEFD;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(0) brightness(0);
}

.accordion-item {
    margin-bottom: 10px;
    border-color: #E6DEFD;
    border-radius: 10px;
}

.accordion-header {
    position: relative;
}

.accordion-header .accordion-action {
    position: absolute;
    right: 55px;
    top: 3px;
    z-index: 5;
}

.accordion-header .accordion-action a {
    line-height: 1;
    display: inline-block;
}

.accordion-header .accordion-action a img {
    height: 24px;
    width: 24px;
}





.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;
}


.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;
}



.form-control,
.form-select {
    border-color: #E5E7EB;
    color: #333333;
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
}

.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: 10px;
}

.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: 16px;
}

.content-bdr-row {
    border-bottom: solid 1px #EFEAFE;
    padding: 10px 0;
}

h5.sub-heading {
    font-size: 16px;
    Weight: 600;
    color: var(--primarycolor);
}

.add-sub-class-row {
    display: flex;
    gap: 10px;
    margin: 0 0 5px;
}

.add-sub-class-row h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.add-sub-class-col {
    flex: 0 0 80px;
}

.add-sub-class-name-col {
    flex: 1;
    display: flex;
}

.add-sub-class-name-col button {
    border: 0;
    background: transparent;
}

.btn.btm-mini {
    padding: 5px 10px;
    border-radius: 8px;
    height: 28px;
    line-height: 16px;
    font-size: 12px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.accordion-button span {
    word-break: break-all; margin-right:80px
}

.content-bdr-row {
    word-break: break-all;
}




