@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
    padding-bottom: 30px;
    position: relative;
    min-height: 100%;
    background: #f9f9f9;
}

a {
    transition: background 0.2s, color 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
}

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-right: #dcdcdc 1px solid;
    transition: all 0.5s ease;
    padding: 8px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    padding: 8px;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 234px;
    text-align: left;
    padding: 15px 0;
}

.sidebar-nav {
    position: absolute;
    top: 100px;
    width: 220px;
    margin: 0;
    padding: 0px 0px 20px;
    list-style: none;
    overflow: auto;
}

.sidebar-nav > li {
    text-indent: 10px;
    line-height: 42px;
    height: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #4cb2a9;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 8px 8px;
    line-height: 28px;
}

.sidebar-nav > li > a svg {
    margin-right: 8px;
    margin-top: -3px;
}

.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
    text-decoration: none;
    color: #fe605b;
    border-radius: 12px;
    background: #e6006221;
    width: 100%;
}
.dropdown-menu > li.active > a {
    text-decoration: none;
    color: #fe605b;
    border-radius: 12px;
    background: #e6006221;
    width: 95%;
}
.dropdown ul.dropdown-menu.show {
    display: inline-table;
    position: absolute;
    height: 100%;
}

.sidebar-nav > li > a:hover svg path,
.sidebar-nav > li.active > a svg path {
    fill: #fe605b;
}
.sidebar-nav > li > a:hover svg path,
.sidebar-nav > li.active > a svg path {
    stroke: #fe605b;
}

.sidebar-nav > li.loguot-btn > a,
.sidebar-nav > li.loguot-btn > a {
    text-decoration: none;
    color: #fff;
    border-radius: 12px;
    background: #fe605b;
    width: 100%;
    margin-top: 50px;
}

.sidebar-nav > li.loguot-btn > a svg path,
.sidebar-nav > li.loguot-btn > a svg path {
    fill: #fff;
}

.sidebar-nav > li > a i.fa {
    font-size: 24px;
    width: 60px;
}

.noti_menu a span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center !important;
    float: right;
    background: #fe605b;
    color: #fff;
    margin: 4px 0px 0px;
    padding: 0px;
    border-radius: 25px;
    text-indent: initial;
    font-size: 12px;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.sidebar-nav > li > ul {
    transition: 0.5s;
}

#wrapper.toggled a.brand-logo .logo {
    width: 170px;
    float: left;
    margin-left: 3px;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}

#navbar-wrapper .navbar {
    background-color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: #dcdcdc 1px solid;
}

#navbar-wrapper .navbar h5 {
    font-size: 18px;
    font-weight: 600;
    width: auto;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    border: 0px;
    color: #fe605b;
}

#navbar-wrapper .navbar a {
    color: #757575;
    margin-right: 10px;
}

#navbar-wrapper .navbar a:hover {
    color: #f8be12;
}

#navbar-wrapper .navbar a svg path {
    fill: #fe605b;
}

li.li-feed.icons.hidden-xs.global-user-activity-icon.notifications a svg path {
    fill: #898989 !important;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 25px;
    top: 100px;
}

#content-wrapper p {
    color: #898989;
    font-size: 16px;
}

#content-wrapper h1 {
    color: #202020;
    font-size: 36px;
    font-weight: 600;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 250px;
        padding: 8px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 70px;
    }

    #wrapper.toggled #sidebar-wrapper .sidebar-nav > li a {
        font-size: 0px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
        padding: 0px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
        padding: 8px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

a.brand-logo {
    width: 96%;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
}

a.brand-logo .logo-m {
    display: none;
}

a.brand-logo .logo {
    width: 180px;
    display: inline-block;
}

.navbar-header {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.sidebar-nav li .dropdown-toggle::after {
    border: 0px;
    background: url(../images/arrow.png) center center no-repeat;
    background-size: 8px;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 4px;
}

.sidebar-nav li .dropdown-toggle.show::after {
    border: 0px;
    background: url(../images/arrow.png) center center no-repeat;
    background-size: 8px;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 4px;
    transform: rotate(90deg);
    transition: 0.5s;
}

.sidebar-nav .dropdown-menu.show {
    display: block;
    width: 100%;
    position: relative !important;
    transform: none !important;
    border: 0px;
    padding: 0px 0px 0px 10px;
}

.sidebar-nav .dropdown-menu.show li a {
    display: inline-block;
    padding: 5px 0px;
    font-size: 14px;
}

.sidebar-nav .dropdown-menu.show li a svg {
    width: 17px;
    height: auto;
    margin-right: 5px;
}

.toggled .sidebar-brand a.brand-logo {
    padding: 0px;
}

.searchbar {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.searchbar input {
    width: 100%;
    display: inline-block;
    background: #fff url(../images/search.png) 10px center no-repeat;
    background-size: 14px;
    border-radius: 6px;
    padding: 0px 0px 0px 35px;
    border: 0px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.headerprofile {
    width: auto;
    float: right;
}

.headerprofile ul {
    list-style: none;
    margin: 3px 0px 0px;
}

.headerprofile ul li {
    width: auto;
    display: inline-block;
    padding: 0px 5px;
    position: relative;
}

#navbar-wrapper .navbar a.add-btn {
    color: #757575;
    background: #7a7a7a;
    height: 38px;
    line-height: 28px;
    padding: 0px;
    width: 60px;
    text-align: center;
    border-radius: 20px;
}

.headerprofile .dropdown-toggle::after {
    display: none;
}

.global-timer-desktop {
    background: #7d8892;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 25px;
    color: #fff !important;
    font-size: 16px;
    padding: 0px 10px 0px 0px;
}

.global-timer-desktop a {
    height: 38px;
    line-height: 38px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 0px;
    text-align: center;
    display: inline-block;
    width: 90px;
}

.global-timer-desktop a svg {
    margin-top: -4px;
    margin-right: 5px;
}

.global-timer-desktop .hide {
    display: none !important;
}

a.global-timer-viewdetails {
    border-left: #fff 1px solid;
    width: 35px;
    padding-right: 0px;
    padding-left: 8px;
}

a.global-timer-viewdetails svg {
    margin-right: 0px;
}

.notifications {
    position: relative;
}

.notifications .normal {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 10px;
    background: #7a7a7a;
    border: #fff 2px solid;
    border-radius: 25px;
}

.notifications .normal.active {
    background: #f9837c;
}

.headerprofile ul li.li-profile {
    width: auto;
    float: right;
    padding: 3px 9px 3px 20px;
}

.profile_info {
    width: auto;
    display: inline-block;
    margin-right: 15px;
}

.profile_info img {
    float: left;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.profile_info h6 {
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
    margin-top: 2px;
    margin-bottom: 0px;
}

.profile_info h6 span {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #898989;
}

.headerprofile .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.headerprofile .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.headerprofile .dropdown-menu li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

.headerprofile .dropdown-menu li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.headerprofile .dropdown-menu li a:focus,
.headerprofile .dropdown-menu li a:hover {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5;
}

.headerprofile .dropdown-menu-right {
    right: 0;
    left: auto;
}

.headerprofile .dropdown-menu.show {
    display: block;
}

.headerprofile .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    content: "";
}

.headerprofile .dropup .dropdown-menu.dropdown-menu-right:before,
.headerprofile .dropdown-menu.dropdown-menu-right:before {
    left: initial;
    right: 9px;
}

.headerprofile .dropdown-menu.show {
    margin-top: 8px;
}

.headerprofile .universal-add .dropdown-menu.show {
    margin-top: 15px;
}

.dbbox {
    box-shadow: 0px 1px 3px 0px #00000014;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    position: relative;
    height: 220px;
}

a.seeAll_btn {
    background: #fe6159;
    width: auto;
    position: absolute;
    right: 12px;
    bottom: 12px;
    height: 30px;
    padding: 0px 15px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

a.seeAll_btn:hover {
    background: #000;
    color: #fff;
}

a.seeAll_btn2 {
    background: #fe6159;
    width: auto;
    float: left;
    height: 30px;
    padding: 0px 15px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin: 15px 0px 0px;
}

a.seeAll_btn2:hover {
    background: #000;
    color: #fff;
}

.dbbox2 ul li {
    width: 48% !important;
}

.dbbox2 ul li {
    width: 44% !important;
    float: left;
    padding: 5px 0px 5px 10px;
    margin: 5px 10px 5px 0px;
    border-left: 1px solid #ececec;
    color: #4eb4aa;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.noboder {
    border: 0px !important;
}

.dbbox h3 {
    width: 100%;
    display: inline-block;
    color: #202020;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    margin: 0px;
}

.dbbox h4 {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 3px;
}

#content-wrapper .dbbox p {
    width: 100%;
    display: block;
    color: #898989;
    font-weight: 400;
    font-size: 13px;
    margin: 0px;
}

.dbbox span.ic {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background: #ff6a4e;
    border-radius: 6px;
}

.dbbox span.ic svg {
    width: 20px;
    height: auto;
}

.dbbox span.ic svg path {
    fill: #fff;
}

.dbbox ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

.dbbox ul li {
    width: 29%;
    float: left;
    padding: 5px 0px 5px 10px;
    margin: 5px 10px 5px 0px;
    border-left: 1px solid #ececec;
    color: #4eb4aa;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.dbbox ul li span {
    width: 100%;
    float: left;
    color: #202020;
    font-size: 13px;
    font-weight: bold;
}

.dbbox ul li:first-child {
    border-left: 0px solid #ececec;
}

.apexcharts-toolbar {
    display: none !important;
}

.apexcharts-legend.apexcharts-align-right.apx-legend-position-top {
    display: none !important;
}

div#chart_pio {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 25px 0px;
}

#chart_pio .apexcharts-canvas {
    display: inline-block;
}

.contbox select.monthly_select {
    position: absolute;
    right: 20px;
    top: 15px;
    border: 0px;
    color: #a8a8a8;
    font-weight: 400;
    font-size: 12px;
    width: auto !important;
    height: 30px;
    padding: 0px 20px;
    font-family: Inter;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d8d6de;
    border-radius: 4px;
    cursor: text;
    padding: 5px 8px 8px;
    position: relative;
    height: auto;
    /* margin-top: 5px; */
    display: inline-block;
    width: 100%;
}

.select2-search
    .select2-container--default
    .select2-search--inline
    .select2-search__field {
    background: transparent !important;
    background-color: transparent;
    border: none;
    outline: 0;
    outline-width: 0px;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.progress_bar_item {
    margin-top: 1rem;
}

.item_label,
.item_value {
    font-size: 14px;
    font-weight: 600 !important;
    color: #333;
    float: right;
    margin-top: -8px;
}

.item_bar {
    position: relative;
    height: 6px;
    width: 80%;
    background-color: #dcdcdc;
    border-radius: 4px;
}

.item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    margin: 0;
    height: 6px;
    background-color: #f50045;
    transition: width 100ms ease;
}

.dbbox2 span.ic {
    background: #3f4cfe;
}

.dbbox3 span.ic {
    background: #5c5c5c;
}

.dbbox4 span.ic {
    background: #5192ce;
}

.dbbox5 span.ic {
    background: #e62020;
}

.dbbox6 span.ic {
    background: #202020;
}

.contbox {
    box-shadow: 0px 1px 3px 0px #00000014;
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 12px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.contbox h3 {
    font-size: 17px;
    font-family: Inter;
    color: #202020;
    line-height: 28px;
    font-weight: 600;
}

.contbox table {
    border: 0px !important;
    padding: 0px;
    margin: 20px 0px 0px !important;
    width: 100% !important;
    float: left;
}

.contbox table tr th {
    background: #7a7a7a;
    color: #fff;
    border: 0px !important;
    padding: 10px !important;
    padding-right: 25px !important;
    font-weight: 500;
    font-size: 15px;
}

.contbox table tr {
    border: 0px !important;
}

.contbox table tr td {
    border: 0px !important;
    padding: 15px 10px !important;
    font-size: 14px;
    color: #898989;
    vertical-align: middle;
}

.contbox table tr td label {
    font-size: 14px !important;
    color: #898989 !important;
    font-weight: 400;
    margin: 0px !important;
    padding: 0px !important;
}

.contbox table tr td a {
    padding: 0px 5px;
}

.contbox table tr td select {
    word-wrap: normal;
    border: 1px solid #ececec;
    height: 24px;
    border-radius: 5px;
    padding: 0px 5px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #ecebec;
    color: #898989;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #ecebec;
}

.contbox table tr td .morephoto {
    width: 65px;
    position: relative;
    height: 40px;
}

.contbox table tr td .morephoto img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.contbox table tr td .morephoto img.img1 {
    position: absolute;
    left: 20px;
    top: 0px;
}

.contbox table tr td .morephoto img.img2 {
    position: absolute;
    left: 15px;
    top: 0px;
}

.contbox table tr td .morephoto img.img3 {
    position: absolute;
    left: 10px;
    top: 0px;
}

.contbox table tr td .morephoto img.img4 {
    position: absolute;
    left: 5px;
    top: 0px;
}

.contbox table tr td .morephoto span {
    position: absolute;
    left: 5px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #00000070;
    border-radius: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.contbox table tr td a.view-btn svg {
    width: 17px;
}

.contbox table tr td a.delete-btn svg {
    width: 12px;
}

.contbox .card-header {
    padding: 0;
    margin-bottom: 0;
    background: 0px;
    border-bottom: 0px;
}

.contbox .card {
    border: 0px;
    border-radius: 0px;
}

.contbox .card-body {
    flex: 0;
    padding: 0;
    margin-top: 10px;
}

.contbox .card .mybtn {
    background: #7a7a7a !important;
    border: 0px;
    border-radius: 6px;
    padding: 0px 20px;
    height: 40px;
    line-height: 30px;
}

.basic-form {
    background: #f9f9f9;
    /* padding: 20px; */
    border-radius: 12px;
}

.basic-form label {
    color: #000;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
}

.basic-form input,
.basic-form select {
    background: #fff;
    border: 1px solid #ececec;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    color: #a8a8a8;
}

.submit-btn {
    background: #197d73;
    border: 0px;
    line-height: 40px;
    padding: 0px 20px !important;
}

.basic-form .display_image {
    height: 100px !important;
    width: 100px !important;
    float: right;
    margin-right: 15px;
}

.basic-form input[type="checkbox"] {
    height: 18px;
    margin-right: 7px;
    margin-bottom: 0px;
    width: 20px !important;
    float: left;
    color: #d2d2d2 !important;
}

/*------------new css-------*/
select.userfilter {
    float: right;
    margin-top: 10px;
    border: 0px;
    background: url(../images/dropdown.png) 96% center no-repeat;
    appearance: initial;
    padding: 5px 10px;
}

.breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
}

.breadcrumb li.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb li.breadcrumb-item a:hover {
    color: #6c757d;
    text-decoration: underline;
}

.btn_sec {
    width: auto;
    float: right;
    margin-top: 15px;
}

.add_btn {
    background: #fe605b;
    width: auto;
    display: inline-block;
    padding: 0px 25px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #fff !important;
    border: 0px;
    border-radius: 5px;
    text-decoration: none;
}

.add_btn:hover {
    background: #7a7a7a;
    color: #fff !important;
}

nav {
    text-align: center;
    margin: 10px 0px;
}

nav ul.pagination {
    display: inline-block !important;
    margin-top: 20px;
}

nav ul.pagination li.page-item {
    width: auto;
    display: inline-block;
}

nav ul.pagination li.page-item .page-link {
    color: #fe605b;
    background: none;
    border: 0px;
    border-radius: 5px;
}

nav ul.pagination li.page-item .page-link:hover {
    color: #fff;
    background: #fe605b;
    border: 0px;
}

.contbox .col_box {
    margin-bottom: 25px;
}

.contbox form label {
    color: #a8a8a8;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    display: block;
    margin: 0px 0px 5px;
}

.contbox input {
    border: 1px solid #d2d2d2;
    color: #a8a8a8;
    font-size: 17px;
    height: 40px;
    padding: 13px 15px;
    width: 100%;
    border-radius: 5px;
}

.contbox select {
    background: #fff url(../images/dropdown.png) 95% center no-repeat;
    background-size: 13px;
    border: 1px solid #d2d2d2;
    color: #a8a8a8;
    font-size: 14px;
    height: 36px;
    padding: 13px 15px 0;
    width: 72px;
    margin: 0 5px;
    border-radius: 5px;
    appearance: initial;
    position: relative;
}
/* .contbox .form-card .set100 ::after {
    content: 'url(../images/dropdown.png)';
    display: block;
    height: 20px;
    width: 20px;
    
    position: absolute;
    top: 50%;
    right: 10px;

} */

.contbox textarea {
    border: 1px solid #d2d2d2;
    color: #a8a8a8;
    font-size: 14px;
    height: 120px;
    padding: 13px 15px;
    width: 100%;
    border-radius: 5px;
}

.save_btn {
    background: #fe605b;
    width: 150px;
    display: inline-block;
    padding: 0px 25px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff !important;
    border: 0px;
    border-radius: 5px;
    text-decoration: none;
}

.save_btn:hover {
    background: #7a7a7a;
    color: #fff !important;
}

.contbox .col_box .profile-img {
    position: relative;
    width: 120px;
    margin-top: 20px;
    display: inline-block;
}

.contbox .col_box .profile-img img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    display: inline-block;
}

.contbox .col_box .profile-img a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: -15px;
    background: #fff;
    border-radius: 50px;
}

.contbox .col_box .profile-img a.close svg {
    width: 24px;
    height: 24px;
}

.contbox .col_box .pics-img {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.contbox .col_box .pic {
    position: relative;
    width: 60px;
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
}

.contbox .col_box .pic img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: inline-block;
}

.contbox .col_box .pic a.close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: -10px;
    top: -15px;
    background: #fff;
    border-radius: 50px;
}

.contbox .col_box .pic a.close svg {
    width: 18px;
    height: 18px;
}

.filterform.contbox select {
    background: #fff url(../images/dropdown.png) 95% center no-repeat;
    margin-top: 0px;
    height: 44px;
    padding: 10px 15px;
}

.filterform.contbox .save_btn {
    width: 100%;
    height: 44px;
}

.approve_btn {
    background: #fe605b;
    height: 30px;
    width: auto;
    padding: 0px 15px !important;
    float: left;
    margin: 5px 10px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.approve_btn:hover {
    background: #7a7a7a;
    color: #fff;
}

.reject_btn {
    background: #fe605b;
    height: 30px;
    width: auto;
    padding: 0px 15px !important;
    float: left;
    margin: 5px 10px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.reject_btn:hover {
    background: #7a7a7a;
    color: #fff;
}

.modal-body label {
    display: inline-block;
    color: #898989;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    text-align: start;
}

.modal-body textarea {
    background: #fff;
    background-size: 13px;
    border: 1px solid #d2d2d2;
    color: #a8a8a8;
    font-size: 14px;
    height: 100px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    appearance: initial;
}

.submit_btn {
    background: #fe605b;
    height: 44px;
    width: auto;
    padding: 0px 25px !important;
    float: left;
    margin: 17px 0px 0px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 0px;
}

.submit_btn:hover {
    background: #7a7a7a;
    color: #fff;
}

.datarequests .accordion-body {
    padding: 0px;
}

.datarequests .accordion-item {
    background: none;
    border: 0px;
}

.datarequests .nav-tabs {
    border-bottom: 0px;
    padding-left: 20px;
    position: relative;
    z-index: 99;
}

.datarequests .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #fe605b;
    border: 0;
    border-radius: 5px;
    margin: 0px 5px;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 120px;
    position: relative;
}

.datarequests .nav-tabs .nav-link.active {
    margin-bottom: -1px;
    background: #5c5c5c;
    border: 0;
    border-radius: 5px;
    margin: 0px 5px;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 120px;
    position: relative;
}

.datarequests .nav-tabs .nav-link.active::after {
    width: 14px;
    height: 14px;
    bottom: -6px;
    left: 45%;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    background: #5c5c5c;
    z-index: 99;
}

.datarequests .tab-content.accordion {
    position: relative;
    z-index: 9;
}

.datarequests .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.datarequests .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

#reveal-wrap {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
    z-index: 100;

    #reveal-click {
        background: transparent;
        color: #1c89ff;
        cursor: pointer;
        font-size: 26px;
        margin: 0px 0 0 10%;
        padding: 10px 18px;
        text-decoration: none;
        display: contents;
    }

    #hidden-div {
        background: #fff;
        color: #000;
        font-size: 16px;
        line-height: 22px;
        margin: 0;
        position: absolute;
        padding: 20px;
        width: 300px;
        top: 45px;
        /* height: 445px; */
        max-height: 445px;
        right: -15px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
            rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
            rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        border-radius: 5px;
        overflow-y: auto;
    }
}

#reveal-wrap #hidden-div {
    display: none;
}

.clientsClose {
    display: block;
}

#navbar-wrapper #hidden-div a {
    color: #f00;
    padding: 28px 0px 0;
}

#navbar-wrapper #hidden-div a:hover {
    text-decoration: none;
}

#navbar-wrapper #hidden-div p {
    margin-top: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #837f7f;
}

#hidden-div .time-full {
    display: flex;
}

#hidden-div h3 {
    font-size: 23px;
    margin: 0;
}

#hidden-div h4 {
    font-size: 14px;
    margin: 0;
    color: #898989;
}

#hidden-div h5 {
    font-size: 11px;
    margin-top: 25px;
    margin-bottom: 0;
    border-bottom: 1px solid #aba8a8;
}

#hidden-div img {
    width: 21%;
    height: 21px;
    object-fit: contain;
}

#hidden-div .setrowflx {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #e6006211;
    margin: 10px 0px;
    border-radius: 2px;
}

.set-center {
    margin: 0 auto;
    width: fit-content;
}

.boxes input[type="checkbox"]:checked + label {
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    color: #fff;
}

#NotificationsTable thead {
    display: none;
}

#NotificationsTable td svg {
    width: 25px;
    float: left;
    margin: 1px 10px 0px;
}

#NotificationsTable td h6 {
    width: calc(100% - 50px);
    float: left;
    margin: 0px;
    color: #202020;
    font-size: 16px;
}

.mybtn {
    background: #fe6555;
    border: 0px;
    border-radius: 6px;
    padding: 10px 18px;
    height: 44px;
    /* line-height: 44px; */
    width: auto;
    /* float: right; */
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.mybtn:hover {
    background: #000;
}

/*----Stapo form---------*/

#msform {
    text-align: center;
    position: relative;
    margin-top: 0px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px;
    position: relative;
}

.form-card {
    text-align: left;
    padding-bottom: 30px;
}

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

/* #msform input,
#msform textarea {
  padding: 5px 15px 5px 15px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: Inter;
  color: #a8a8a8;
  background-color: #fff;
  font-size: 13px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #fe605b;
  outline-width: 0;
} */

/* #msform .action-button-previous {
  width: 100px;
  background: #818181;
  font-weight: bold;
  color: white;
  border: 1px solid #818181;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: left;
  position: relative;
} */
#msform .action-button-previous {
    background: #818181 url("../images/left-arrow-svgrepo-com.svg") 50% center
        no-repeat !important;
    font-weight: 500;
    font-size: 14px;
    font-family: Inter;
    color: #fff !important;
    /* border: 1px solid #fe605b; */
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 10px 5px;
    width: fit-content;
    float: left;
    position: relative;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000 !important;
    color: #fff;
    transition: 0.5s;
}

#msform .action-button {
    background: #fe605a url("../images/right-arrow-svgrepo-com.svg") 90% center
        no-repeat !important;
    font-weight: 500;
    font-size: 14px;
    font-family: Inter;
    color: #fff !important;
    /* border: 1px solid #fe605b; */
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 50px 10px 30px;
    margin: 10px 0px 10px 5px;
    width: fit-content;
    float: left;
    position: relative;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000 !important;
    color: #fff;
    transition: 0.5s;
}

/*
#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #fff;
  color: #fe605b;
  transition: 0.5s;
} */

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    font-family: Inter;
    color: #202020;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #673ab7;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin: 0px 0px 2px;
    overflow: hidden;
    color: lightgrey;
    padding: 0px;
}

#progressbar .active {
    color: #fff;
    background: #fe605b;
}

#progressbar .active svg path {
    fill: #fff;
}

#progressbar li {
    list-style-type: none;
    font-size: 16px;
    width: calc(25% - 2px);
    float: left;
    position: relative;
    font-weight: 400;
    background: #fcdeeb;
    margin: 0px 1px;
    height: 54px;
    line-height: 54px;
    color: #898989;
    font-family: Inter;
}

#progressbar li:first-child {
    margin-left: 0px;
    width: calc(25% - 1px);
}

#progressbar li:last-child {
    margin-right: 0px;
    width: calc(25% - 1px);
}

#progressbar li svg {
    width: 9px;
    height: auto;
    margin-left: 8px;
}

.progress {
    height: 6px;
    border-radius: 0px;
}

.progress-bar {
    background-color: #fe605b;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.info_box {
    background: #fffafa;
    padding: 20px;
    border-radius: 12px;
    margin: 0px 0px 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
}

/*Property add -jeel*/
.fieldlabels span,
.info_box span {
    color: #f34235;
}

.form-control[type="file"] {
    height: fit-content;
}

.icons img {
    width: 17px;
    height: auto;
    margin: 0 3px;
}

.input-group.search {
    max-width: 235px;
    position: relative;
    height: 44px;
    right: 0px;
}

.table-responsive.search {
    padding-top: 40px;
}

.search-span span {
    color: #000;
}

td.set-img img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.parent-rel {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.parent-rel a {
    position: absolute;
    top: -17px;
    right: -12px;
}

.parent-rel a svg {
    width: 25px;
    height: 25px;
}

.right-btn {
    text-align: end;
}

/*------ My Css---------*/

.details_info h5 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 20px 10px 10px;
}
.details_info h5 svg {
    margin-top: -3px;
    width: 18px;
    height: auto;
}
.details_info table {
    margin-bottom: 50px !important;
    width: 90% !important;
}

.details_info table td {
    text-align: left;
    padding: 16px;
    font-size: 14px;
}

.details_info table td.gray-box {
    background: #f8f8f8;
    padding: 16px;
    font-size: 14px;
}

.mybtn svg {
    margin-top: -6px;
    margin-right: 5px;
}

.right-contant {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.right-contant .form-group label {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.right-contant .form-group select {
    padding: 5px 15px 5px 15px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: Inter;
    color: #a8a8a8;
    background-color: #fff;
    font-size: 13px;
}

#box {
    width: 0px;
    height: 100%;
    background: #f8f8dc;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s ease;
}

#box.active {
    width: 450px;
    height: 100%;
    background: #f8f8dc;
    position: relative;
    transition: all 0.5s ease;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    padding: 15px;
}

#deletebtn {
    width: 34px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    border-radius: 50px;
    margin-top: 2px;
}

.chat_box_left {
    margin: 15px 0px;
    background: #f5f5f5;
    border-radius: 15px 15px 15px 0px;
    padding: 10px 5px 10px 10px;
    width: 80%;
    float: left;
}

#content-wrapper .chat_box_left p {
    color: #202224;
    font-size: 14px;
}

.chat_box_right {
    margin: 15px 0px;
    background: #00b69b;
    border-radius: 15px 15px 0px 15px;
    padding: 10px 5px 10px 10px;
    width: 80%;
    float: right;
}
#content-wrapper .chat_box_right p {
    color: #fff;
    font-size: 14px;
}

.chat_box_left {
    margin-top: 60px;
}

.chat_box_left span.user {
    width: 100%;
    float: left;
    margin-top: -70px;
    margin-left: -20px;
}
.chat_box_right {
    margin-top: 60px;
}
.chat_box_right span.user {
    width: auto;
    float: right;
    margin-top: -70px;
    margin-right: -20px;
}

.chat_main span.user img {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat_main span.user h6 {
    width: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    line-height: normal;
    margin-top: -2px;
    line-height: 24px;
}

.chat_main span.user h6 span {
    color: #4cb2a9;
    display: block;
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
}

.chat_main {
    width: 100%;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 250px);
    padding: 10px;
    text-align: left;
}

.chet_main {
    width: 100%;
    float: left;
    height: 320px;
    overflow-y: auto;
}

.chet_box_left {
    margin: 15px 0px;
    background: #f5f5f5;
    border-radius: 15px 15px 15px 0px;
    padding: 20px;
    width: 90%;
    float: left;
}
#content-wrapper .chet_box_left p {
    color: #202224;
    font-size: 15px;
}

.chet_box_right {
    margin: 15px 0px;
    background: #00b69b;
    border-radius: 15px 15px 0px 15px;
    padding: 20px;
    width: 90%;
    float: right;
}
#content-wrapper .chet_box_right p {
    color: #fff;
    font-size: 15px;
}

span.time_more {
    width: auto;
    float: right;
}

span.time_more .time {
    color: #757575;
    font-size: 13px;
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 4px;
}

span.time_more a.more {
    float: right;
    width: auto;
}

.chet_box_right span.time_more .time {
    color: #fff;
}

.chet_box_right span.time_more a.more svg path {
    fill: #fff;
}

#box .profile {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    float: left;
}

#box .profile img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

#box .profile h6 {
    margin: 0px;
    line-height: 32px;
    float: left;
    font-size: 14px;
}

.nodata-sec {
    text-align: center;
    height: 100%;
    display: table;
    width: 100%;
}

.nodata-sec span {
    display: table-cell;
    vertical-align: middle;
}

.nodata-sec span svg path {
    fill: #2b3674;
}

.chat_form {
    width: 100%;
    float: left;
    margin: 0px -15px -15px;
    padding: 20px 15px 0px;
    background-color: #fff;
}

.chat_form textarea {
    background: #fff;
    border: 1px solid #d4d4d4;
    height: 100px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #21252d;
    width: 100%;
    border-radius: 12px;
    padding: 10px 15px 0px;
}

.chat_form textarea::placeholder {
    color: #21252d;
}

.chat_form input[type="text" i] {
    background: #fff;
    border: 1px solid #d4d4d4;
    height: 60px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #21252d;
    width: 100%;
    border-radius: 12px;
    padding: 0px 15px;
    line-height: 21px !important;
}

.chat_form input[type="text" i]::placeholder {
    color: #21252d;
}

.chat_form input[type="submit"] {
    background: #fe605a url("../images/right-arrow-svgrepo-com.svg") 90% center
        no-repeat !important;
    font-weight: 500;
    font-size: 14px;
    font-family: Inter;
    color: #fff !important;
    border: 0px solid #fe605b;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 50px 0px 30px;
    margin: 10px 0px 10px 5px;
    width: fit-content;
    float: left;
    position: relative;
    height: 48px;
}

.basic-form input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff;
    transition: 0.5s;
}

.details_info #msform .action-button {
    background: #fe605a !important;
    padding: 0px 30px;
}

.details_info .info_box ul {
    width: 100%;
    display: inline-block;
}

.details_info .info_box ul li {
    width: 33.333%;
    float: left;
    margin: 0px 0px 20px;
    font-size: 14px;
    color: #898989;
}

ul.checkbox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

ul.checkbox li {
    width: auto;
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
}

.contbox table tr td ul.checkbox li label {
    font-size: 14px !important;
    color: #898989 !important;
    font-weight: 400;
    margin: 0px !important;
    padding: 0px 20px 0px 0px !important;
    float: left;
    width: auto;
}

.contbox table tr td ul.checkbox li input {
    margin-bottom: 0 !important;
}

#btn-confirm {
    width: 44px;
    height: 38px;
    text-align: center;
    line-height: 0px;
    border: #000 1px solid;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
    background: #000;
    padding: 0px !important;
    text-align: center;
}

#btn-confirm svg {
    width: 20px;
    height: auto;
}

#btn-confirm svg path {
    stroke: #fff;
}

#btn-confirm:hover {
    background: #fe6555;
    border: #fe6555 1px solid;
}

.right-btn h4.modal-title {
    color: #202020;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0px;
}

.ok_btn {
    background: #fe6555;
    border: 0px;
    border-radius: 6px;
    padding: 0px 18px;
    height: 44px;
    line-height: 44px;
    width: 100px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.ok_btn:hover {
    background: #000;
}

.cencel_btn {
    background: #000;
    border: 0px;
    border-radius: 6px;
    padding: 0px 18px;
    height: 44px;
    line-height: 44px;
    width: 100px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.cencel_btn:hover {
    background: #fe6555;
}

.modal-content p {
    padding: 10px 0px;
}

/*Jeel 22-08-25*/
#nav-tab button.nav-link.active {
    background-color: #fe605b;
    color: #fff;
}
.nav-tabs {
    border-bottom: 0px;
}
#nav-tab button.nav-link {
    background-color: #fcdeeb;
    color: #898989;
    border-radius: 0;
    font-size: 16px;
    height: 54px;
    padding: 0 50px;
    font-weight: 500;
}
span.detil-property {
    padding-right: 30px;
    font-weight: 500;
}
form#property-tab.basic-form {
    background-color: white;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.mySlides .prev,
.mySlides .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}

/* Position the "next button" to the right */
.mySlides .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.mySlides .prev:hover,
.mySlides .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-content .column {
    display: none;
}

.btn_div .action-button {
    background: #fe605a;
    font-weight: 500;
    font-size: 14px;
    font-family: Inter;
    color: #fff !important;
    /* border: 1px solid #fe605b; */
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 30px;
    margin: 10px 0px 10px 5px;
    width: fit-content;
    float: left;
    position: relative;
}

.btn_div .action-button:hover,
.btn_div .action-button:focus {
    background-color: #000 !important;
    color: #fff;
    transition: 0.5s;
}

/*27/10/25 -jeel*/
.contbox {
    padding: 20px;
}
.dataTables_responsive .dataTables_wrapper label {
    display: flex;
    align-items: center;
}
.content-body .form-card .form-control {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    height: 40px;
}
.modal-backdrop.show {
    z-index: 1;
}
div.dataTables_wrapper div#notice-table_length select {
    width: 72px;
}
#msform textarea {
    resize: vertical;
    width: 100%;
    padding: 5px;
    height: 100px;
    border: 1px solid #ececec;
}
#msform textarea.select2-search__field {
    height: 22px;
    padding: 0;
}
.select2-selection.select2-selection--multiple {
    margin: 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 0 !important;
}
.contbox select.set100 {
    width: 100%;
    padding: 0 10px;
}
#progressbar li:hover {
    color: #fff;
    background: #fe605b;
}
#progressbar li:hover svg path {
    fill: #fff;
}
.basic-form input[type="radio"],
.basic-form input[type="checkbox"] {
    width: 30px !important;
    margin: 0;
    height: 25px;
}
label.fontsize-12.colordef {
    display: flex;
    align-items: center;
}

/*26-11-25*/
/*Jeel*/
input#profile_image {
    padding: 4px;
}