:root {
    --primary-color: #457CD6;
    --secondary-color: #FFFFFF;
    --stroke-color: #E4E6E7;
    --black-color: #000;
    --white-color: #fff;
    --heading-color: #121212;
    --text-color: #3D3D3D;
    --label-color: #3D3D3D;
    --link-color: #457CD6;
}

body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: "Hind Guntur", sans-serif;
    color: #000;
    background-color: #F7F9FB;
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: var(--primary-color);
    text-decoration: none;
}

button {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a:hover {
    outline: none;
    color: #3D3D3D;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: #3D3D3D;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #ffffff77;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */

.form-control::-webkit-input-placeholder {
    color: #9C9C9C;
}

.form-control::-moz-placeholder {
    color: #9C9C9C;
}

.form-control:-ms-input-placeholder {
    color: #9C9C9C;
}

.form-control:-moz-placeholder {
    color: #9C9C9C;
}


/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    color: #494949;
    padding: 0;
}

.user_dropdown img {
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 14px;
    border: 1px solid #E4E6E7;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.user_dropdown img:hover {
    border-color: var(--primary-color);
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

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

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
    color: var(--primary-color);
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.select_remendor_Block {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.form-check-input:active {
    filter: unset;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #555 !important;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    appearance: none;
}

.custom_radio [type="radio"]:checked+label,
.custom_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom_radio [type="radio"]:checked+label:before,
.custom_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked+label::after,
.custom_radio [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-control {
    height: 50px;
    font-size: 15px;
    color: var(--black-color);
    font-weight: 400;
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--stroke-color);
    padding: 10px 15px 4px 15px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.form-control.form-select {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}


.btn-primary {
    white-space: nowrap;
    background-color: var(--primary-color);
    border-radius: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 13px 25px 9px;
    border: 1px solid var(--primary-color);
}

.btn-primary:hover {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
}


.dash_header {
    background: #F3F7FB;
    height: 90px;
    /* border-bottom: 1px solid #edf2f9; */
    box-shadow: 0px 2px 22px rgba(11, 26, 49, 0.04);
    /* position: fixed; */
    top: 0px;
    width: 100%;
    z-index: 1030;
    display: flex;
}

.side_nav {
    width: 270px;
    background-color: var(--primary-color);
    /* box-shadow: 0 4px 24px rgb(0 0 0 / 6%); */
    z-index: 1000;
    top: 90px;
    bottom: 0px;
    position: fixed;
    overflow: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.page_container {
    /* min-height: 100vh; */
    padding-left: 270px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}


/* .main_content {
    padding: calc(90px + 21px) 30px 30px;
    min-height: calc(100vh - 81px);
} */
.main_content {
    padding: 30px 0 0 30px;
    /* min-height: calc(100vh - 81px); */
}

.footer_copyrightBox {
    border-top: 1px solid #DBE0F4;
    padding: 30px 50px;
    color: #8B909D;
    font-size: 13px;
    font-weight: 400;
}

.dash_contentBox {
    /* max-width: 1280px; */
    margin: 0 auto;
}

.white_mainBox {
    padding: 30px;
    min-height: 370px;
    border-radius: 18px;
    background: #FDFDFD;
    margin-bottom: 30px;
    box-shadow: 0px 2px 42px 0px rgba(11, 26, 49, 0.04);
}

.footer_copyLinks {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
}

.footer-links::before {
    position: absolute;
    content: '';
    background: #8B909D;
    right: -16px;
    top: 0;
    width: 1px;
    height: 100%;
}

.footer-links:last-child::before {
    display: none;
}

.footer-links {
    color: #8B909D;
    font-size: 13px;
    position: relative;
}

.dash_logo .logo_fold {
    display: none;
}

.dash_logo img {
    max-height: 58px;
}

.dash_header .dash_logo {
    width: 270px;
    display: flex;
    padding-left: 16px;
    background: var(--primary-color);
    align-items: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.side_nav .side_nav_inner {
    position: relative;
    height: 100%;
}

.side_nav .side_nav_inner .sideNav_menu {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 0;
    overflow: auto;
    /* border-right: 1px solid #edf2f9; */
    height: calc(100vh - 258px);
    padding-top: 20px;
}

.logoutBtn {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    display: block;
    text-align: center;
    margin: 0 12px;
    padding: 15px 0 12px 0;
    color: #F7F9FB;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 20px;
}

.logoutBtn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.30);
}

.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}

.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar-track {
    background: transparent
}

.dash_nav_item a {
    position: relative;
    display: flex;
    font-weight: 500;
    font-size: 17px;
    color: #DAE5F7;
    align-items: center;
    padding: 17px 15px 12px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    line-height: 1.2;
    white-space: nowrap;
    z-index: 1;
    border-radius: 50px 0 0 50px;
}

.dash_nav_item a.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 25px 25px 0 0 #F7F9FB;
    transform: translateY(-47px);
}

.dash_nav_item a.active::before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 25px 25px 0 0 #F7F9FB;
    transform: scaleY(-1);
}


.dash_nav_item a .icon_holder {
    display: inline-block;
    flex: 0 0 33px;
    line-height: .8;
    margin-top: -5px;
}

.dash_nav_item a .title_dash_nav {
    display: block;
    flex: 1;
    position: relative;
}

.dash_nav_item {
    padding: 5px 0 5px 17px;
}

.dash_nav_item a.active,
.dash_nav_item a.active:hover {
    color: var(--primary-color);
    background-color: #F7F9FB;
}

.dash_nav_item a:hover {
    color: #fff;
}

.dash_nav_item a svg path {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* .dash_nav_item a.active svg path,
.dash_nav_item a:hover svg path {
    fill: var(--primary-color);
} */

.nav_dash_wrap {
    flex: 1;
    gap: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #FDFDFD;
    box-shadow: 0px 2px 42px 0px rgba(11, 26, 49, 0.04);
}

/* nav checkbox */
.dash_userProfile {
    display: flex;
    align-items: center;
}

.dash_userProfile img {
    box-shadow: 0px 5px 10px 6px rgba(41, 72, 152, 0.14);
    border-radius: 10px;
    width: 100%;
    flex: 0 0 48px;
    max-width: 48px;
}

.prfDash_userContent {
    flex: 0 0 calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding-left: 15px;
}

.topPRfNameUser {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #0D1118;
    margin-bottom: 5px;
}

.makeAvaiDash {
    display: flex;
    align-items: center;
}

.makeAvaiDash span {
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: rgba(13, 17, 24, .6);
    margin-right: 6px;
}


.statusDash_tag {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #0D1118;
    margin-left: 6px;
}

.statusDash_tag.available {
    color: #0CAB50;
}

.statusDash_tag.notAvailable {
    color: #EE0909
}



/* ************ switch style  */

.switch-style-1 {
    line-height: 0;
}

.switch-style-1 input[type="checkbox"],
.switch-style-1 input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 14px;
    border-radius: 30px;
    background: rgb(211, 211, 211);
    background: linear-gradient(90deg, rgba(62, 205, 123, 1) 50%, rgba(211, 211, 211, 1) 50%);
    margin: 0 6px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    background-size: 100px;
    background-position: -70px 0px;
    outline: 0;
    box-shadow: none;
}

.switch-style-1 input[type="checkbox"]::before,
.switch-style-1 input[type="radio"]::before {
    background: var(--white-color);
    box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.1);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.switch-style-1 input[type="checkbox"]:checked::before,
.switch-style-1 input[type="radio"]:checked::before {
    left: 11px;
}

.switch-style-1 input[type="checkbox"]:checked,
.switch-style-1 input[type="radio"]:checked {
    background-position: -20px 0px;
}




.nav_right_notification .dropdown-menu {
    border: 0px;
    border-radius: 10px;
    font-size: 14px;
    min-width: 180px;
    color: #53535f;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    text-align: left;
    list-style: none;
    background-color: var(--white-color);
    background-clip: padding-box;
    width: 350px;
    padding: 0;
    padding-bottom: 15px;
}

.notiHeader_top {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.notiHeader_top .viewBtn {
    color: var(--white-color);
    background-color:var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: .35rem 1rem;
    height: auto;
    line-height: 1.25;
    font-size: .875rem;
    border-radius: 5px;
}

.notiHeader_top i {
    padding-right: 5px;
}



.notificationListDrop {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    overflow: auto;

}


.notificationListDrop::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.notificationListDrop::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}

.notificationListDrop::-webkit-scrollbar-track {
    background: transparent
}

.notificationListDrop .dropdown-item {
    padding: 15px;
}

.notificationListDrop li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid #edf2f9;
}

.notificationListDrop .dropdown-item:hover {
    background: #fafafa;
}

.notiListCard {
    display: flex;
    align-items: center;
}

.notiListCard .notiListImg {
    flex: 0 0 30px;
    max-width: 30px;
    width: 100%;

}


.notiListCard .notiListImg img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}


.notiListCard .notiListContent p {
    color: #2a2a2a;
    font-size: 14px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notiListCard .notiListContent p span {
    color: #1A73E8;
}

.notiListCard .notiListContent small {
    display: block;
    color: #72849a;
}

.notiListCard .notiListContent {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: 100%;
    padding-left: 15px;
}



.notiHeaderTopHeading {
    color: var(--text-color);
    font-weight: 500;
}

.notiHeaderTopHeading i {
    font-weight: 500;
}

.nav_dash_wrpRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.rightMenuBtn {
    display: inline-block;
    background: var(--white-color);
    color: #53535f;
    display: flex;
    line-height: 1;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #E4E6E7;
    position: relative;
}

.rightMenuBtn:hover {
    border-color: var(--primary-color);
}

.rightMenuBtn.newNotiMsg::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 1px solid #fff;
    position: absolute;
    right: 14px;
    top: 14px;
}

.mr-15 {
    margin-right: 15px;
}


.rightMenuBtn.langDropBtn {
    min-width: 48px;
    width: auto;
    padding: 10px 15px
}

.rightMenuBtn.langDropBtn img {
    height: 14px;
    width: auto;
    margin-right: 10px;
}

.nav_right_notification.landDropDown .dropdown-menu {
    padding: 0;
    width: unset;
    min-width: unset;
    border-radius: 10px;
}



.walletSearchRow .searchRow_col {
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
}

.walletSearchRow .walletRow_col {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%
}

.searchFilteHome .form-control {
    background: #fff;
    border: 1px solid #E4E6E7;
    border-radius: 14px;
    padding: 0 22px 0 42px;
    background-image: url(../img/search-icon.png);
    background-position: 12px 14px;
    background-repeat: no-repeat;
    color: #5F5F65;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    background-color: #fff;
    background-size: 18px;
    padding-top: 4px;
    width: 400px;
}

.searchFilteHome .form-control:focus {
    border: 1px solid var(--primary-color);
}

.searchFilteHome .form-control::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #5F5F65;
    opacity: .5;
}


ul.subMenuSide {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: var(--primary-color);
}

ul.subMenuSide li a {
    font-weight: 400;
    font-size: 15px;
    color: var(--white-color);
    padding: 15px 25px 15px 65px;
}

.dash_nav_item .subMenuSide svg path {
    color: var(--white-color);
}

ul.subMenuSide li a span {
    width: 25px;
    display: inline-block;
}

.subMenuLink {
    position: relative;
}

.arrowIconSubmenu {
    position: absolute;
    right: 35px;
    line-height: 30px;
    transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    top: 18px;
}

.subMenuLink .arrowIconSubmenu::before,
.subMenuLink.collapsed .arrowIconSubmenu::before,
.subMenuLink .arrowIconSubmenu::after {
    content: '';
    position: absolute;
    background: 0 0;
    background-image: linear-gradient(to right, rgba(42, 42, 42, 0.75), rgba(42, 42, 42, 0.75));
    border-radius: 2px;
    width: 6px;
    height: 1.5px;
    top: 6px;
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: rotate(-135deg) translateX(2px);
    -webkit-transform: rotate(-135deg) translateX(2px);
}

.subMenuLink .arrowIconSubmenu::after,
.subMenuLink.collapsed .arrowIconSubmenu::after {
    transform: rotate(-45deg) translateX(2px);
    -webkit-transform: rotate(-45deg) translateX(2px);
}


.subMenuLink:hover .arrowIconSubmenu::before,
.subMenuLink.collapsed:hover .arrowIconSubmenu::before,
.subMenuLink:hover .arrowIconSubmenu::after {
    background-image: linear-gradient(to right, rgb(255 255 255 / 100%), rgb(255 255 255 / 100%));
}

.subMenuLink:not(.collapsed) .arrowIconSubmenu::before,
.subMenuLink:not(.collapsed):hover .arrowIconSubmenu::before,
.subMenuLink:not(.collapsed) .arrowIconSubmenu::after {
    background-image: linear-gradient(to right, rgb(255 255 255 / 100%), rgb(255 255 255 / 100%));
}


.subMenuLink:not(.collapsed) .arrowIconSubmenu::before {
    transform: rotate(-225deg) translateX(2px);
    -webkit-transform: rotate(-225deg) translateX(2px);
}

.subMenuLink:not(.collapsed) .arrowIconSubmenu::after {
    transform: rotate(45deg) translateX(2px);
    -webkit-transform: rotate(45deg) translateX(2px);
}

.subMenuLink:not(.collapsed) {
    color: #fff;
    background: var(--primary-color);
    border-radius: 6px 6px 0 0 !important;
}

.subMenuLink:not(.collapsed) svg path {
    fill: var(--white-color);
}

.dashIconFold svg {
    width: 25px;
    height: 25px;
    color: var(--primary-color);
    transition: all .2s ease;
}

/* .dashIconFold:hover svg {
    color: #1A73E8
} */

.dashIconFold {
    display: inline-block;
    padding: 5px;
    margin-right: 30px;
}

.nav_dash_wrpLeft {
    display: flex;
    align-items: center;
}

.folded {
    display: none;
}


.is-folded .folded {
    display: block;
}

.is-folded .notFolded {
    display: none;
}

.is-folded {
    overflow: hidden;
}

.dashBoard_overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}



/* login css  */

.section-box {
    min-height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 40px 0px;
}

.login-box {
    max-width: 830px;
    margin: auto;
    padding: 40px;
    min-width: 500px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid rgb(222, 223, 229);
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 4px 0 24px 0 #dddddd;
    -moz-box-shadow: 4px 0 24px 0 #dddddd;
    box-shadow: 4px 0 24px 0 rgb(0 0 0 / 6%);
}

.logo-box {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.form_input_box .form-group {
    margin-bottom: 30px;
}

.login-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--title-color);
}

.login-header {
    margin-bottom: 50px;
}



.account-register-box {
    display: flex;
    justify-content: end;
    margin-bottom: 32px;
}

.forgot-password {
    color: #4B49AC;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.forgot-password:hover {
    color: var(--black-color);
}


.password_icon {
    position: absolute;
    right: 20px;
    top: 14px;
    display: flex;
    cursor: pointer;
}

.password_showIcon {
    display: none;
}

.toggle-password.password_show .password_hideIcon {
    display: none;
}

.toggle-password.password_show .password_showIcon {
    display: flex;

}

.login_block {
    position: relative;
}

.login_block::after {
    position: absolute;
    content: "";
    background: url(../img/login-bg.png);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.no-account {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 22px;
}

.login-page .close-btn {
    border: 2px solid #343368;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 18px;
    top: 19px;
    color: #343368;
}

.login-page .close-btn:hover {
    border: 2px solid var(--primary-color);
}

.login-page .close-btn:hover svg {
    color: var(--primary-color);
}


.orBox {
    position: relative;
    height: 100%;
    border-left: 1px solid #ddd;
    float: left;
    left: 30px;
}

.or-text {
    position: absolute;
    background: var(--white-color);
    left: -10px;
    transform: translateY(-50%);
    top: 50%;
    font-size: 15px;
    color: #4D5959;
}

.no-account div {
    font-size: 19px;
    font-weight: 500;
}



.wizard .nav-tabs .nav-link.active,
.wizard .nav-tabs .nav-link.checked {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.wizard .nav-tabs .nav-link {
    color: #6F6C90;
    background-color: #EFF0F6;
    border-color: #EFF0F6;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: unset;
    border: 0;
    padding: 0;
}

.wizard .nav-tabs .nav-item {
    position: relative;
    flex: 1 1 40%;
}

.wizard .nav-tabs .nav-item:last-child {
    flex: 1 1 10%;
}

.wizard .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #EFF0F6;
    left: 0;
    top: 50%;
    z-index: -1;
}

.wizard .nav-tabs .nav-link.checked::after {
    background-color: var(--primary-color);
}


.wizard .nav-tabs {
    max-width: 250px;
    margin: auto;
    display: flex;
    border-bottom: 0;
}


/* opt css */



/* opt css end */

.wizard .nav-tabs .nav-item:last-child .nav-link {
    margin-left: auto;
}

.wizard .nav-tabs .nav-item:last-child .nav-link.active::after {
    background-color: transparent;
}

.otpBox .login-page {
    max-width: 440px;
    min-width: 440px;
}

.verificationText {
    margin-bottom: 0;
    color: var(--heading-color);
    font-size: 15px;
}

.wizard {
    margin-top: 22px;
}

.login-header {
    margin-bottom: 38px !important;
}

.login-title.VerifiTitle {
    margin-bottom: 13px;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 13px 25px 9px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 14px;
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}



/* login css  end */




/*  */
.breadcrumb_linkBox .breadcrumb-item a {
    color: var(--link-color);
}

.breadcrumb_linkBox .breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.176092 0.176092C0.0633406 0.288878 0 0.441828 0 0.601308C0 0.760787 0.0633406 0.913737 0.176092 1.02652L3.1532 4.00363L0.176092 6.98074C0.066536 7.09417 0.00591435 7.2461 0.00728468 7.40379C0.008655 7.56149 0.0719075 7.71233 0.183419 7.82384C0.29493 7.93536 0.445777 7.99861 0.603472 7.99998C0.761167 8.00135 0.913091 7.94073 1.02652 7.83117L4.42885 4.42885C4.5416 4.31606 4.60494 4.16311 4.60494 4.00363C4.60494 3.84415 4.5416 3.6912 4.42885 3.57842L1.02652 0.176092C0.913737 0.0633405 0.760787 0 0.601308 0C0.441828 0 0.288878 0.0633405 0.176092 0.176092Z' fill='%2399A1B7'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 25px;
    height: 15px;
    padding: 0;
    background-size: 7px;
    margin-top: 2px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 2px;
}

.breadcrumb-item {
    font-size: 13px;
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-item.active {
    color: #99A1B7;
}


.user_dropdown .dropdown-toggle::after {
    border: none;
    height: 8px;
    width: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.690378 0.603699C0.497088 0.802511 0.497088 1.12485 0.690378 1.32366L4.64997 5.39639C4.74279 5.49186 4.86869 5.5455 4.99996 5.5455C5.13122 5.5455 5.25712 5.49186 5.34994 5.39639L9.30953 1.32366C9.50282 1.12485 9.50282 0.802511 9.30953 0.603699C9.11624 0.404886 8.80286 0.404886 8.60957 0.603699L4.99996 4.31644L1.39034 0.603699C1.19705 0.404887 0.883667 0.404887 0.690378 0.603699Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    margin-top: 3px;
}

.login-header .notAC {
    font-size: 18px;
    color: var(--heading-color);
}

.login-header .notAC a {
    color: #4B49AC;
}

.login-header .notAC a:hover {
    color: var(--black-color);
}

.form-footer {
    margin-top: 25px;
}


/*  */

.thank-you-box img {
    margin: auto;
    display: flex;
    margin-bottom: 30px;
}

.thank-you-box p {
    color: var(--heading-color);
    font-size: 17px;
    text-align: center;
    max-width: 659px;
    margin: auto;
}

.thank-you-box p a {
    color: var(--primary-color);
    text-decoration: underline;
}

.thank-you-box p a:hover {
    color: var(--black-color);
    text-decoration: none;
}

/* .dashIconFold svg:hover path {
    fill: var(--primary-color);
} */


.block-heading {
    font-size: 18px;
    margin-bottom: 28px;
    color: var(--heading-color);
    font-weight: 600;
}

.form-label {
    font-size: 14px;
    color: var(--label-color);
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

.login-page .form-control {
    padding: 12px 19px;
}

.section-block {
    margin-bottom: 20px;
}

.dash_headBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.page-heading {
    color: var(--heading-color);
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding-top: 7px;
}

.input_iconBox {
    position: relative;
}

.custom-nav .nav {
    gap: 20px;
    margin-bottom: -2px;
}

.custom-nav .nav .nav-link {
    border: 0;
    border-bottom: 4px solid transparent;
    color: var(--heading-color);
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    padding: 0 14px 20px;
}

.custom-nav .nav .nav-link.active {
    border-bottom: 4px solid var(--primary-color);
    color: var(--primary-color);
}

.custom-nav nav {
    border-bottom: 1px solid #EBEDF3;
}

.custom-nav .tab-content {
    padding: 30px 0;
}

.user-info-item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-info {
    display: flex;
}

.info-lable {
    font-size: 16px;
    color: #99A1B7;
    font-weight: 500;
    flex: 0 1 230px;
}

.info-data {
    margin: 0 0 27px;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    flex: 1 1 calc(100% - 230px);
}

.user-info-item .user-info:not(:last-child) {
    margin-bottom: 30px;
}

.status-box {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.status-box.red {
    color: #E40000;
    font-size: 16px;
}

.status-box::after {
    background-color: #E40000;
}

.status-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transform: translateY(-50%);
}





/*  */
/* Listing */
.right_buttonBox {
    display: flex;
    align-items: end;
    gap: 12px;
}
.right_buttonBox .form-group.date-icon {
    margin: 0;
}

/* Table */
table {
    caption-side: bottom;
    /* border-collapse: collapse; */
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 17px 17px 0 0;
}

.table>thead {
    /* border-radius: 18px;
	border: 1px solid rgba(69, 124, 214, 0.08);
	background: rgba(69, 124, 214, 0.08); */
}

.table>thead tr th {
    padding: 18px 15px 12px 15px;
    color: var(--primary-color) !important;
    font-size: 16px;
    font-weight: 500;
    background-color: rgba(69, 124, 214, 0.08);
    white-space: nowrap;
    /* padding-right: 0; */
    /* border-bottom: 2px solid #D6E1F0 !important; */

}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: rgba(69, 124, 214, 0.08);
}

.table>thead:not(caption)>*>* {
    border-top-width: 1px;
    border-bottom-width: 1px;
    /* border-left-width: 1px;
	border-right-width: 1px; */
}

table th:last-child {
    border-right: 1px solid rgba(69, 124, 214, 0.08);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

table th:first-child {
    border-left: 1px solid rgba(69, 124, 214, 0.08);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

}

.table>tbody tr td {
    color: #5F5F65 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 19px 12px 16px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #E4E6E7;
    white-space: nowrap;

}

.table-responsive {
    min-height: 300px;
    border-radius: 18px 18px 0 0;
}

.dropdown-menu.show {
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}

tbody tr {
    /* border-color: #E4E6E7;
    border-style: solid;
    border-bottom: 1px !important; */
}

/* .table> :not(:last-child)> :last-child>* {
    border-bottom-width: 0;
    border-top-width: 0;
} */

/* .table> :not(caption)>*>* {
    border-top-width: 1px;
    border-color: #E4E6E7;
} */

.table-secondary {
    --bs-table-bg: #f6f8ff;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(239, 247, 255);
}

.table_actionBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .table_editeBTn {
    background-color: var(--link-color);
    color: var(--white-color);
}

.table_editeBTn:hover {
    background-color: #1780e9;
    color: var(--white-color);
}

.table_deleteBTn {
    background-color: #E40000;
    color: var(--white-color);
}

.table_deleteBTn:hover {
    background-color: #ff233a;
    color: var(--white-color);
} */

.table_viewBTn {
    color: var(--primary-color);
}

.table_viewBTn:hover {
    color: #000;
}

.table_menuBTn {
    background-color: #00207D;
    color: var(--white-color);
}

.table_menuBTn:hover {
    background-color: #001861;
    color: var(--white-color);
}

.table_action_lisl {
    display: flex;
    gap: 10px;
}

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

.table_statusBtn::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto 0;
}

.inactive_btn::before {
    background-color: #E40000;
}

.inactive_btn {
    color: #E40000;
}

.active_btn::before {
    background-color: #11BD60;
}

.active_btn {
    color: #11BD60;
}

.table_statusBtn {
    position: relative;
    padding-left: 16px;
    white-space: nowrap;
}

.table_thead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_tableBox {
    max-width: 200px;
}

.table_nameWD {
    min-width: 150px;
}

/* listing code end  */

.btn-md {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 14px;
}

.tableEntries_text {
    font-size: 15px;
    color: var(--label-color);
    font-weight: 500;
}

.entries_paginaBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.page-link:focus {
	box-shadow: unset;
}
.pagination {
    gap: 6px;
    margin: 0;
}
.pagination_box .pagination {
    margin: 0;
}

.page-link {
    color: var(--label-color);
    background-color: var(--secondary-color);
    border: 1px solid #312C2C;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link.active {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.page-link:hover svg {
    color: var(--white-color);
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgb(141 13 207 / 20%);
}

.btn-clear {
    background: #E3E8F9;
    color: #6F7CB2;
    padding: 5px 17px;
    font-size: 15px;
}

.filter-search {
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 20px 35px 0;
}

.no-border-input .form-control {
    border: 0;
}

.no-border-input .select2-container .select2-selection--single {
    border: 0;
}


/* FAQ-Page  CSS */

/* ======================= Accordion Start ============================= */

.faq-page-wrapper .accordion-button::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 19px;
    height: 28px;
    width: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='3' viewBox='0 0 16 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2916 0.79043C0.762941 0.79043 0.334375 1.219 0.334375 1.74766C0.334375 2.27632 0.762942 2.70489 1.2916 2.70489H14.2073C14.7359 2.70489 15.1645 2.27632 15.1645 1.74766C15.1645 1.219 14.7359 0.79043 14.2073 0.79043H1.2916Z' fill='%236F6C8F' stroke='%236F6C8F' stroke-width='0.3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 14px;
    background-color: #EEF5FD;
    border-radius: 6px;
    /* transform: translateY(-50%); */
}

.faq-page-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74473 0.334375C7.21607 0.334375 6.7875 0.762942 6.7875 1.2916V14.2073C6.7875 14.7359 7.21607 15.1645 7.74473 15.1645C8.27339 15.1645 8.70196 14.7359 8.70196 14.2073V1.2916C8.70196 0.762941 8.27339 0.334375 7.74473 0.334375Z' fill='%23fff' stroke='%23fff' stroke-width='0.3' stroke-linecap='round'/%3E%3Cpath d='M1.2916 6.79531C0.762941 6.79531 0.334375 7.22388 0.334375 7.75254C0.334375 8.2812 0.762942 8.70977 1.2916 8.70977H14.2073C14.7359 8.70977 15.1645 8.2812 15.1645 7.75254C15.1645 7.22388 14.7359 6.79531 14.2073 6.79531H1.2916Z' fill='%23fff' stroke='%23fff' stroke-width='0.3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-color: var(--primary-color);
    /* transform: translateY(-50%) rotate(180deg); */
}

.faq-page-wrapper .accordion-item {
    background-color: var(--white-color);
    border: 0;
    border-radius: 15px;
    margin-bottom: 10px;
    box-shadow: 0 1px 32px -8px rgb(6 53 163 / 7%);
}

.faq-page-wrapper .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-page-wrapper .accordion-header {
    margin-bottom: 0;
}

.faq-page-wrapper .accordion-button:not(.collapsed) {
    background-color: var(--white-color);
    box-shadow: none;
    border: 0;
}

.faq-page-wrapper .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-page-wrapper .accordion-button {
    color: var(--title-color);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    cursor: pointer;
    padding: 21px 50px 21px 27px;
    position: relative;
}

.faq-page-wrapper .accordion-item .accordion-button {
    border-radius: 15px !important;
}

.faq-page-wrapper .accordion-body {
    padding: 0px 45px 21px 26px;
}

.faq_Questions_title p {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
    margin-bottom: 0;
}

/* ======================= Accordion End ============================= */
/* FAQ-Page CSS END */
.dropdown-item {
    font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/* user profile upload css */
.avatar-upload {
    max-width: 120px;
    position: relative;
    margin: 0 0 7px;
}

.avatar-upload .avatar-edit {
    right: 10px;
    position: absolute;
    bottom: -4px;
}

.avatar-upload .avatar-edit .Upload_input {
    display: none;
}

.avatar-upload .avatar-edit .Upload_input+.Upload_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.avatar-upload .avatar-edit .Upload_input+.Upload_icon {
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 14px 0px rgba(11, 26, 49, 0.08);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* user profile upload css end */



/* login */

.formSection {
    min-height: 100vh;
}

.formSideImage {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    display: flex;
    align-items: flex-start;
    position: fixed;
    min-height: 100vh;
    height: 100%;
    width: 50%;
    top: 0;
}

.side-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    /* height: 100%; */
}

.siteLogo {
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 60px;

}

.vectorImg {
    text-align: center;
}

.crm-img {
    max-width: 380px;
}

.ellipse-cirlce-w {
    background-image: url(../img/ellipse-w.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 140px;
    height: 66px;
    position: fixed;
    top: 0;
    left: 30%;
    pointer-events: none;
    z-index: -1;
}

.blue-ellipse {
    background-image: url(../img/blue-ellipse.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 217px;
    height: 90px;
    position: fixed;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}

.ellise-blue {
    background-image: url(../img/ellise-blue.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 142px;
    height: 64px;
    position: fixed;
    bottom: 0;
    right: 38%;
    pointer-events: none;
    z-index: -1;
}

.form-info {
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    max-width: 624px;
}

@media screen and (min-width:1200px) and (max-height:640px) {
    .crm-img {
        max-width: 320px;
    }
}

.formRightBox {
    max-width: 480px;
    margin: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

.onMobileBg {
    padding: 0 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 1;
}

.onMobileBg::before {
    content: '';
    position: absolute;
    width: 40px;
    left: -25px;
    top: 0;
    background-color: #fff;
    border-radius: 25px 0 0 25px;
    height: 100%;
    z-index: -1;
}

.password_icon {
    position: absolute;
    right: 15px;
    top: 43px;
    display: flex;
    cursor: pointer;
    color: #8C8C8C;
}

.formHeader {
    margin: 0 0 50px;
}

.formTitle {
    color: var(--heading-color);
    font-size: 39px;
    font-weight: 500;
    margin: 0;
}

.formSubTitle {
    color: #5D637A;
    font-size: 14px;
    margin: 0;
}

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
}

/* .formSection .form-control {
    padding-left: 0;
    border: 0;
    border-radius: 0;
    min-height: 40px;
    color: #000000;
    font-size: 15px;
    border-bottom: 1px solid var(--lable-border);
    font-weight: 500;
    background-color: transparent;
  }
  
  .formSection label {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--lable-color);
    margin-bottom: 5px;
    padding-left: 0;
    z-index: 1;
  } */

/* .formSection label::after {
    background-color: transparent !important;
  }
   */
.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
    color: var(--lable-color);
    opacity: 1;
    top: -9px;
}

.LoginForgotDis {
    text-align: end;
    display: block;
    color: var(--link-color);
    font-size: 14px;
    font-weight: 500;
}

.Login_Telanat_Button {
    margin: 30px 0 15px;
}

.formChangeLink {
    font-size: 16px;
    margin: 40px 0 25px;
    font-weight: 500;
    color: #121212;
    justify-content: center;
    text-align: center;
}

.formChangeLink a {
    text-decoration: underline;
    font-weight: 500;
}

/* .formChangeLink a {
    font-weight: bold;
    color: var(--secondary-color);
    display: inline-block;
    text-transform: uppercase;
} */

/* .formChangeLink a:hover {
    color: var(--primary-color);
} */

.timeleft {
    margin-top: 18px;
    color: var(--primary-color);
}

.onMobileBg::after {
    content: "";
    position: fixed;
    right: 0;
    bottom: 0;
    background-image: url(../img/login-rightBbg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.password_showIcon {
    /* display: none; */
}

.toggle-password.password_show .password_hideIcon {
    display: none;
}

.toggle-password.password_show .password_showIcon {
    display: flex;
}

.form-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--secondary-color);
    z-index: 2;
}

.form-close-btn:hover svg {
    color: var(--primary-color);
}

.successful {
    position: absolute;
    top: 20px;
    right: 0;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
}

.form-control.input-padding {
    padding-right: 25px;
}

.otp_verification {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 43px;
    justify-content: center;
}

.otp_verification .form-control.dark-form-control {
    display: inline-block;

    height: 82px;

    text-align: center;
    padding: 5px;
    font-size: 36px;
    color: var(--black-color);
    font-weight: 700;
    border-radius: 16px;
    padding-top: 13px;
}

.otp_verification.form-control:focus {
    color: var(--primary-color);
    border-color: #ced4da;
    box-shadow: none;
}

input[type='password'] {
    padding-right: 45px;
}



.success_bgImg {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.successImg {
    max-width: 260px;
    margin: 52px auto 38px;
}

.successImg img {
    width: auto;
    height: 99px;
    border-radius: 50px;
}

.success_title {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
}

.success-subtext {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}

.nav_right_notification {
    margin: 0 15px;
}

.heading-content {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding-top: 7px;
}


.dashboard-stats {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.dashboard-stats li {
    margin: 0 0 20px;
    padding: 0 10px;
    width: calc(100% /3);
}

.dashboard-stats-box {
    border-radius: 18px;
    border: 1px solid rgba(69, 124, 214, 0.10);
    background: #FDFDFD;
    box-shadow: 0px 2px 42px 0px rgba(11, 26, 49, 0.04);
    padding: 14px;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.states-icon {
    flex: 0 0 80px;
    margin-right: 18px;
    max-width: 80px;
    border-radius: 16px;
    border: 1px solid rgba(69, 124, 214, 0.10);
    background: rgba(69, 124, 214, 0.10);
    text-align: center;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.states-figure {
    font-size: 32px;
    color: var(--heading-color);
    font-weight: 800;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 1.3;
}

.states-title {
    font-size: 17px;
    color: #5F5F65;
    display: block;
    line-height: normal;
    width: 100%;
    line-height: 1.5;
    margin: 0 0 5px;
}

.states-flex {
    flex: auto;
}

.shadow-boxes {
    background: #FFFFFF;
    box-shadow: 0px 6px 38px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    margin: 30px auto;
    padding: 23px;
    height: calc(100% - 53px);
}


.flex-heading {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 15px;
}

.box-title {
    font-size: 26px;
    color: var(--heading-color);
    font-weight: 500;
    padding-top: 5px;
}

.form-select-rightBox .form-select {
    border-radius: 14px;
    padding-top: 10px;
    padding-left: 13px;
}

.dash_tableBox {
    border-radius: 18px;
    background: #FDFDFD;
    margin-bottom: 30px;
    box-shadow: 0px 2px 42px 0px rgba(11, 26, 49, 0.04);
}


.userinfos img {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-right: 11px;
}

.userinfos span {
    color: #000;
}


/* Toggel Swith for Status */
.statusToggle input[type=checkbox] {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden;
}

.statusToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 43px;
    height: 22px;
    background: #E4E6E7;
    display: block;
    border-radius: 100px;
    position: relative;
}

.statusToggle label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.statusToggle input:checked+label {
    background: var(--primary-color);
}

.statusToggle input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.statusToggle label:active:after {
    width: 43px;
}


.form-btns .btn {
    min-width: 180px;
}

.intl-tel-input {
    display: block;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
    border-right: 1px solid #ddd;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.editProf-btn {
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 30px;
}

.pwd-disabled .form-control {
    background-color: #fff !important;
}

.form-control.viewData {
    padding-top: 15px;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: unset;
}

.dash_tableBox.no-shadow {
    box-shadow: unset;
}

.se-points {
    display: block;
    position: relative;
}

.se-points::before {
    position: absolute;
    content: '';
    background-image: url(../img/dots-line.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    height: calc(100% - 10px);
    width: 1px;
    left: 7px;
    top: 0;
}

.start-point {
    display: block;
    position: relative;
    background-image: url(../img/border-circle.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 0 7px 24px;
}

.end-point {
    display: block;
    position: relative;
    background-image: url(../img/location-pin.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 0 0 24px;

}


.badge {
    padding: 8px 10px 5px 10px;
    font-size: 16px;
    font-weight: 500;
    background: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #000;
    min-width: 107px;
}


.light-bg-success {
    border: 1px solid rgba(31, 138, 6, 0.10);
    background: rgba(31, 138, 6, 0.08);
    color: #1F8A06;
}

.light-bg-danger {
    border: 1px solid rgba(224, 18, 18, 0.10);
    background: rgba(224, 18, 18, 0.08);
    color: #E01212;
}

.light-bg-warning {
    border: 1px solid rgba(247, 158, 27, 0.10);
    background: rgba(247, 158, 27, 0.08);
    color: #F79E1B;
}

.light-bg-primary {
    border: 1px solid rgba(69, 124, 214, 0.10);
    background: rgba(69, 124, 214, 0.10);
    color: #457CD6;
}

.dashboard-stats.stats-4 li {
    width: calc(100% /4);
}

.states-icon.ibg2 {
    border: 1px solid rgba(31, 138, 6, 0.10);
    background: rgba(31, 138, 6, 0.10);
}

.states-icon.ibg3 {
    border: 1px solid rgba(247, 158, 27, 0.10);
    background: rgba(247, 158, 27, 0.10);
}

.form-select:focus {
    box-shadow: unset;
}

.main_content .custom_checkbox input[type="checkbox"],
.main_content .custom_checkbox input[type="radio"] {
    border: 1px solid #457CD6;
}

.docUploaded {
    margin: 1px 0 0 0;
    padding-left: 46px;
    position: relative;
}

.docUploaded span {
    position: absolute;
    left: 0;
    top: -9px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-top: 5px;
}


.settingItems {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.s-icon {
    position: absolute;
    border-radius: 12px;
    border: 1px solid rgba(69, 124, 214, 0.10);
    background: rgba(69, 124, 214, 0.10);
    height: 56px;
    left: 11px;
    width: 56px;
    text-align: center;
    line-height: 56px;
}
.s-icon.del-accounts {
    border: 1px solid rgba(224, 18, 18, 0.10);
    background: rgba(224, 18, 18, 0.10);
}
.settingItems li.unset-flex a {
    position: relative;
    padding: 24px 30px 24px 90px;
    margin-bottom: 16px;
    border-radius: 14px;
    border: 1px solid #E4E6E7;
    background: #FDFDFD;
    box-shadow: 0px 2px 42px 0px rgba(11, 26, 49, 0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}
.settingItems li.flex-settings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 24px 30px 24px 90px;
    margin-bottom: 16px;
    border-radius: 14px;
    border: 1px solid #E4E6E7;
    background: #FDFDFD;
    box-shadow: 0px 2px 42px 0px rgba(11, 26, 49, 0.02);
}


.settingItems li:last-child {
    margin-bottom: 0;
}


.setting-title {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
}

.setting_rightArrow {
    color: #121212;
}

.setting_rightArrow:hover {
    color: var(--primary-color) ;
}
.settingItems li.unset-flex:hover .setting-title,
.settingItems li.flex-settings:hover .setting-title {
    color: var(--primary-color) ;
}

.height-unset {
    min-height: unset;
}
.modal-backdrop.show {
	opacity: 0.88;
}

.btn-closed {
	position: absolute;
	top: 15px;
	right: 15px;
	border: 0;
	background: transparent;
	padding: 0;
    color: #0D1118;
}
.btn-closed:hover {
    color: var(--primary-color);

}
.modal-content {
	border-radius: 20px;
}
.popup-img {
	text-align: center;
	margin: 25px auto;
}
.confirmation-title {
	color: #121212;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	margin: 28px 0 5px;
}

.confirmation-text {
	color: #3D3D3D;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
    margin-bottom: 30px;
}

 
.red-buttons .btn-secondary {
	background-color: #fff;
	border: 1px solid #E01212;
	color: #E01212;
    min-width: 140px;
}
.red-buttons .btn-secondary:hover {
	background-color: #E01212;
  color: var(--white-color);
}


.red-buttons .btn-primary {
	background-color: #E01212;
	border: 1px solid #E01212;
	color: #fff;
    min-width: 140px;
}

.red-buttons .btn-primary:hover {
    color: #E01212;
    background-color: #fff;
    border-color: #E01212;
  }
  .contryList {
    position: relative;
  }
  .intl-tel-input.iti-container {
	top: 75px !important;
	left: 0 !important;
}
.intl-tel-input .country-list .country {
	padding: 5px 10px 3px 10px !important;
	font-size: 14px;
}

.dates-form {
	display: flex;
	gap: 22px;
}
.dates-form .form-group {
    margin: 0;
}
.dates-form .form-group .form-control{
    padding-right: 50px;
}
.form-control.date-icon {
    background-image: url(../img/dateIcon.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}





/* Language Setting Modal Css Start */

.radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom-radio input {
    display: none;
}

.radio-btn {
    /* margin: 10px; */
    width: 100%;
    height: 170px;
    border: 1px solid #D0D5DD;
    display: block;
    border-radius: 8px;
    position: relative;
    text-align: center;
    /* box-shadow: 0 0 20px #c3c3c367; */
    cursor: pointer;
}

.custom-radio {
    display: block;
}

.radio-btn>i {
    color: #ffffff;
    background-color: #FFDAE9;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}
.radio-btn .hobbies-icon {
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.radio-btn .hobbies-icon i {
    color: #FFDAE9;
    line-height: 80px;
    font-size: 60px;
}
.flag-icon-track img {
    width: 34px;
    height: 20px;
}
.radio-btn .hobbies-icon span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.custom-radio input:checked+.radio-btn {
    border: 1px solid var(--primary-color);
}

.custom-radio input:checked+.radio-btn span {
    color: var(--primary-color)
}

.custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.choose-types.radio-buttons {
    display: flex;
    gap: 3%;
    margin: 0 auto 27px;
}

.choose-block {
    flex: auto;
    width: 49%;
}
.radio-btn .hobbies-icon span.flag-icon-track {
    background: #457cd614;
    width: 60px;
    margin: auto;
    margin-bottom: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}

.modal-footer-btn{
    justify-content: center;
}

.modal-footer-btn button{
    padding: 13px 45px 9px;

}

/* Language Setting Modal Css End */


.proFlexName{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}
.proFlexName h1 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}
.errors {
    font-size: 14px;
}
.select_remendor_Block {
	margin: -7px 0 13px 0;
}