@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,200;1,300;1,400&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    background: #fff;
    min-height: 100vh;
    /* display: flex; */
    flex-direction: column;
}

a {
    color: #000;
}

footer {
    margin-top: auto;
}

.form-content .container {
    max-width: 500px;
}

.form-itemsbdr-right:after {
    display: none;
}

.form-content h3 {
    color: #434242;
    margin-bottom: 0;
}

.page-links {
    margin-top: 25px;
    font-size: 13px;
}

.top-header .navbar {
    position: static;
}

.top-header {
    background-color: #644798;
    background: #000000;
    padding: 0;
}

html.semi-dark .top-header .navbar {
    background-color: #000000 !important;
    background: #644798;
    height: auto;
    left: 0;
    border-bottom: none;
    padding: 0;
}

.top-navbar-right,
.navbar-expand .navbar-nav {
    width: 100%;
    display: block;
}

.top-header .navbar li {
    padding: 8px 0;
    display: inline-block;
    border-top: 0px;
}

.top-header .navbar .top-navbar-right .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding-right: 35px !important;
    padding-left: 0px;
}

li.nav-item.dropdown-user-setting1 {
    float: right;
}

li.nav-item.dropdown.dropdown-user-setting a.nav-link.dropdown-toggle.dropdown-toggle-nocaret {
    padding-right: 0px !important;
}

.arrow__right {
    position: relative;
    padding-right: 25px;
}

h6.mb-0.dropdown-user-name {
    font-weight: 300;
}

.page-title-box {
    padding-bottom: 25px;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
}

.page-title-box h4 {
    text-transform: unset;
    color: #000;
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 1px;
}

.user-dettails {
    display: flex;
}

.user-dettails {
    display: flex;
    padding-top: 50px;
}

.UserImage {
    width: 115px;
}

.UserImage img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

p.user-name {
    font-size: 24px;
    font-weight: 500;
    color: #724391;
}

p.user-email-id {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

p.user-web-link {
    text-decoration: underline;
    color: #724391;
    font-size: 12px;
}

p.logout-tn a.dropdown-item {
    background: #5d4b9f;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 7px 16px;
    width: auto;
    font-size: 12px;
    margin-top: 20px;
}

.Referral-Link {
    padding-top: 25px;
    max-width: 650px;
}

.Referral-Link h4 {
    font-weight: 400;
    color: #000;
    font-size: 32px;
}

.Referral-Link h4 span {
    color: #b0812a;
    font-weight: 600;
}

.Referral-Link p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 12px 0 0px;
}

.copy-ref-link {
    padding-top: 15px;
    position: relative;
}

.copy-ref-link input#myInput {
    width: 100%;
    border: none;
    background: #e8c99c;
    padding: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.copy-ref-link button {
    position: absolute;
    top: 15px;
    right: 0;
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    background: #e8c99c;
    padding: 20px;
}

.summary-col {
    margin-top: 80px;
}

.summary-col h2 {
    font-weight: 400;
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
}

p.date-summary {
    border: 1px solid #ddd;
    padding: 10px 20px;
    width: 280px;
    color: #000;
    font-size: 13px;
    float: right;
}

.summary-col ul {
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    display: flex;
}

.summary-col ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
    border-right: 1px solid #ddd;
}

.summary-col ul li:last-child {
    border-right: 0px;
}

.summary-col ul li h3 {
    font-weight: 300;
    font-size: 20px;
    color: #000;
}

.summary-col ul li p {
    font-size: 12px;
    color: #999;
}

.space-bottom {
    padding: 60px 0;
}

ul.dropdown-menu.dropdown-menu-end.show li {
    width: 100%;
}

h4.Analytics-title {
    background: #eee;
    border: 1px solid #ddd;
    padding: 15px 15px;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
}


.table>thead {
    vertical-align: bottom;
    background: #e8c99c;
}

th {
    color: #fff;
}

i.bx.bx-info-circle.fs-5 {
    color: #fff;
}

.table>thead tr th {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    border: none;
    padding: 15px !important;
}

.table tr td {
    vertical-align: middle;
}

.table tr td {
    line-height: 38px;
    font-size: 12px;
    vertical-align: middle;
}

.accordion-collapse .table>thead tr th {
    padding: 6px 15px !important;
}

.table .accordion-collapse {
    padding: 15px;
}

.updatePrifileForm {
    padding: 30px 0;
}

.updatePrifileForm h3 {
    color: #000;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 0;
}

.updatePrifileForm .form-control {
    font-size: 13px;
    border-radius: 50px;
    height: 50px;
    margin: 0 0 20px 0;
}

.updatePrifileForm .img-preview {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.updatePrifileForm .img-preview label.form-label {
    margin-right: 15px;
}

.updatePrifileForm img#imgPreview {
    height: 70px;
    margin-right: 15px;
}

.updatePrifileForm .btn-outline-danger {
    color: #724391;
    border-color: #724391;
    height: fit-content;
    font-size: 12px !important;
}

.updatePrifileForm button.ibtn {
    /* background: #724391; */
    background-image: linear-gradient(to right, #caa444, #de8a04);
    margin: 0;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
}

.updatePrifileForm .btn-outline-danger:hover {
    color: #fff;
    background-color: #5d4b9f;
    border-color: #5d4b9f;
}

.formVel {
    text-align: left;
}

.form-items {
    text-align: left;
}

.formVel label {
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    /* font-weight: bold; */
}

.formVel .togglePassword {
    top: 48px;
}

.formVel label span {
    color: #ba286c;
}

.top-header .navbar .top-navbar-right .nav-link.active {
    color: #e8c99c;
    font-weight: 600;
}


@media (max-width: 767px) {
    .top-header .navbar .top-navbar-right .nav-link {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        padding-right: 15px !important;
        padding-left: 0px;
    }

    p.date-summary {
        border: 1px solid #ddd;
        padding: 10px 20px;
        width: 100%;
        color: #000;
        font-size: 13px;
        float: none;
    }

    .summary-col ul li {
        list-style: none;
        display: inline-block;
        width: 100%;
        padding: 20px 15px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .summary-col ul {
        display: block;
    }
}


ul.footer-links {
    padding-left: 0 !important;
    list-style: none;
    line-height: 2rem;
}

:root {
    --switches-bg-color: goldenrod;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: goldenrod;
}

.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.switches-container {
    width: 6rem;
}

.switches-container label {
    line-height: 30px;
    font-size: 11px;
}

.switch div {
    line-height: 30px;
    font-size: 11px;
}

.switches-container {
    background: #a47dbe;
}

.switch div {
    color: #724391;
}

.countrySelect {
    border-radius: 15px !important;
    padding: 5px !important;
}

/* bin */
.formVel .togglePassword {
    top: 45px;
}

i.togglePassword.logg.fa.fa-eye {
    top: 13px;
}

label.container-checkbox {
    color: #6c6c6c;
    margin-bottom: 0;
}

.form-items label {
    color: #a9a9a9;
    font-size: 14px;
    margin-bottom: 6px;
}

.textHeading {
    color: #cca040;
    line-height: 0;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}