@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;500&display=swap');
@import "bootstrap.min.css";

@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SFProDisplay-Bold.eot');
    src: url('../font/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/SFProDisplay-Bold.woff2') format('woff2'),
        url('../font/SFProDisplay-Bold.woff') format('woff'),
        url('../font/SFProDisplay-Bold.ttf') format('truetype'),
        url('../font/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SFProDisplay-Regular.eot');
    src: url('../font/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/SFProDisplay-Regular.woff2') format('woff2'),
        url('../font/SFProDisplay-Regular.woff') format('woff'),
        url('../font/SFProDisplay-Regular.ttf') format('truetype'),
        url('../font/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {   

}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;  
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.wrapper{
    overflow: hidden;
}
/***************/
.sidebar-head{
    padding: 27px 30px;
}
.sidebar {
    background: #AEADC7;
    box-shadow: 2px 0px 25px rgb(0 0 0 / 25%);
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    max-width: 308px;
    width: 100%;
}
.sidebar-nav {
    padding: 0 30px;
    height: calc(100% - 216px);
    overflow-y: auto;
}
.sidebar-nav span{
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.sidebar-nav ul li{
    margin-bottom: 16px;
}
.sidebar-nav ul li:last-child{
    margin: 0;
}
.sidebar-nav ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: flex;
    border-radius: 10px;
    align-items: center;
    padding: 12px 24px;
}
.sidebar-nav  ul li a svg{
    margin-right: 21px;
}
.sidebar-nav  ul li a:hover,
.sidebar-nav  ul li.active a{
    background-color: #fff;
    color: #AEADC7;
}
.sidebar-nav  ul li a:hover svg path,
.sidebar-nav  ul li.active a svg path{
    fill: #AEADC7;
}
.sidebar-bottom {
    padding: 0 30px;
}
.sidebar-bottom ul li{
    margin-bottom: 16px;
}
.sidebar-bottom ul li:last-child{
    margin: 0;
}
.sidebar-bottom ul li a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 12px 24px;
    font-family: 'Poppins', sans-serif;
}
.sidebar-bottom ul li a strong{
    display: flex;
    align-items: center;
    width: 23px;
    margin-right: 22px;
}

/***** DASHBOARD RIGHT ******/
.dashboard-right{
    padding: 0 0 0 308px;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(196, 196, 196, 0.37);
    padding: 20px 50px;
}
header .media{
    display: flex;
    align-items: center;
}
header .title h1{
    font-family: 'SF Pro Display';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #0A043C;
}
header .title span{
    font-family: 'SF Pro Display';
    font-weight: normal;
    display: block;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: rgba(10, 4, 60, 0.7);
}
.header-right ul{
    display: flex;
    align-items: center;
}
.header-right ul li{
    margin-left: 17px;
}
.notifications{
    background: #FFFFFF;
    box-shadow: 0px 7px 9px rgba(10, 4, 60, 0.18) !important;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.notifications span{
    background-color: rgba(255, 0, 0, 0.9);
    border-radius: 30px;
    width: 20.54px;
    height: 15px;
    letter-spacing: 0.02em;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #EBE9FC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -9px;
}
.menu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 15px;
    display: none;
}
.menu span{
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
    display: block;
    background-color: #0A043C;
}
.menu span:last-child{
    margin: 0;
}
/***** DASHBOARD CONTANT *****/
.dashboard-contant {
    padding: 45px 103px 40px 50px;
}
.graph ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 818px;
    width: 100%;
    margin-bottom: 30px;
}
.graph ul li{ 
    position: relative;
}
.graph ul li:after{
    position: absolute;
    content: "";
    right: -80px;
    width: 1px;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #D4E0EE;
    height: 31px;
}
.graph ul li:last-child:after{
    display: none;
}
.graph ul li .text-box span{
    font-weight: 600;
    font-size: 14.681px;
    color: #838295;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px 0;
}
.graph ul li .text-box h3{
    font-weight: 700;
    font-size: 27.5268px;
    color: #585764;
    font-family: 'Open Sans', sans-serif;
}
/***** PROCESSING TABLE *****/
.processing-table {
    padding: 20px;
    margin: 0 0 30px 0;
}
.processing-table h3 {
    font-weight: 600;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #222B45;
    margin: 0 0 5px 0;
}
table{
    width: 100%;
}
.processing-table thead tr th{
    font-weight: 600;
    font-size: 13px;
    color: #0A043C;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid rgba(131, 130, 149, 0.3);
    padding: 18px 0;
}
.processing-table tbody tr td{
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #222B45;
    border-bottom: 1px solid rgba(131, 130, 149, 0.3);
    padding: 18px 0;
}
.mail-link{
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #222B45;
}
.detail{
    max-width: 41px;
    height: 24px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    justify-content: center;
    background: #AEADC7;
    border-radius: 5px;
    font-weight: 400;
    font-size: 8px;
    color: #fff;
}
.dashboard-search{
    max-width: 698px;
    width: 100%;
}
.dashboard-search form{
    position: relative;
}
.dashboard-search form .form-control{
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    background: #E5E5E5;
    border-radius: 10px;
    height: 52px;
    border: none;
    box-shadow: none;
    padding-left: 60px;
    color: #7E7E7E;
}
.dashboard-search form a{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 23px;
}

/**** ADMIN AGENT *****/
.creat-agent{
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(110, 110, 110, 0.1);
    border-radius: 16px;
    padding: 30px 36px;
}
.creat-agent h3{
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.01px; 
    color: #414D55;
    margin-bottom:22px;
}
.creat-agent form .form-group{
    margin-bottom: 20px;
}
.creat-agent form .form-group label{
    font-weight: 600;
    font-size: 12px;
    color: #000304;
    display: block;
    margin: 0 0 10px 0;
}
.creat-agent form .form-group .form-control{
    background: #F4F8FA;
    border: 1px solid #D1E2EA;
    box-shadow: none;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    color: #90A1AC;
    padding-left: 15px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
}
.manage-groups{
    margin: 20px 0 0 0;
}
.agent-credien{
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    padding: 71px 36px;
}
.agent-btns{
    margin: 200px 0 0 0;
}
.agent-btns ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.agent-btns ul li{
    margin-left: 80px;
}
.agent-btns ul li:first-child{
    margin: 0;
}
.agent-btns ul li a{
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background: #AEADC7;
    border-radius: 5px;
    height: 45px; 
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.agent-btns ul li a.cancel-btn{
    background-color: transparent;
    border: 1px solid #AEADC7;
    color: #AEADC7;
}
/***** LEADER NEW CLIENT ******/
.new-client-info ul{
    display: flex;
    flex-wrap: wrap;
}
.new-client-info ul li{
    width: 50%;
    margin: 0 0 26px 0;
}
.new-client-info ul li h4 {
    font-weight: 600;
    font-size: 13.144px;
    color: #000304;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 13px 0;
}
.new-client-info ul li p{
    font-weight: 400;
    font-size: 15.3347px;
    font-family: 'Roboto', sans-serif;
    color: #90A1AC;
}
.new-client-mandate{
    max-width: 375px;
    width: 100%;
    margin-left: auto;
    background: #AEADC7;
    border-radius: 10px;
    padding: 20px;
}
.new-client-mandate ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.new-client-mandate ul li{
    padding: 0 8px;
    width: 50%;
}
.new-client-mandate ul li a{
    background: #FFFFFF;
    border-radius: 5.47667px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15.3347px;
    color: #AEADC7;
    font-family: 'Poppins', sans-serif;
}
.new-client-mandate .text-box{
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
    min-height: 272px;
    margin-top: 25px;
}
.new-client-mandate .text-box h4 {
    font-weight: 600;
    font-size: 15.3347px;
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.52);
    margin: 0 0 11px 0;
}
.new-client-mandate .text-box p{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 15.3347px;
    margin: 0 0 10px 0;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.46);
}
.new-client-box{
    margin-bottom: 28px;
}
.new-client-box h4 {
    font-weight: 600;
    font-size: 17px;
    color: #222B45;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}
.new-client-box h4 a{
    margin-left: 30px;
    display: inline-block;
}
.new-client-box .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
}
.new-client-box .media:last-child{
    margin: 0;
}
.new-client-box .media-list ul{
    display: flex;
    align-items: center;
}
.new-client-box .media-list ul li{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #222B45;
    margin-right: 35px;
}
.new-client-box .media-list ul li span {
    display: inline-block;
    width: 135px;
}
.media-view ul{
    display: flex;
    align-items: center;
}
.media-view ul li{
    margin-left: 20px;
}
.media-view ul li:first-child{
    margin: 0;
}
.media-view ul li a{
    background: #AEADC7;
    border-radius: 5px;
    width: 41px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 8px;
    color: #fff;
}
.media-view ul li a.gry-bg{
    background: #D8D8D8;
}
.media-view ul li a.red-bg{
    background: #BB1C1C;
}
.media-view ul li a.green-bg{
    background: #4FBB1C;
}
/****/
.switch { 
    position: relative;
    display: block;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: 41px;
    border-radius: 36.5px;
    height: 24px;
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background: #BB1C1C;
    border-radius: 36.5px;
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background: #35C759;
}
.switch input:checked + label::after {
    margin-left: 17px;
}
.switch input:focus + label::before {
    outline: none;
    box-shadow:none;
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * .8);
}
.switch + .switch {
    margin-left: 1rem;
}

/**** AGENT CLIENT *****/
.agent-new-client .creat-agent{
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.submit-btn{
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: #AEADC7;
    border-radius: 5px;
    height: 45px;
    max-width: 150px; 
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**** ADMIN FINANCE PANEL ******/
.finance-panel-form{
    margin-bottom: 30px;
}
.finance-panel-form form .form-group label {
    font-weight: 600;
    font-size: 12px;
    color: #000304;
    display: block;
    margin: 0 0 10px 0;
}
.finance-panel-form form .form-group .form-control {
    background: #F4F8FA;
    border: 1px solid #D1E2EA;
    box-shadow: none;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    color: #90A1AC;
    padding-left: 15px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
}

.media-list table tr td,
.media-list table tr th{
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #222B45;
    padding-right: 25px;
}

/***** LOGIN SEC *****/
.login-sec{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-sec .finance-panel-form{
    max-width: 443px;
    width: 100%;
    margin: 0 auto;
}
.login-sec .finance-panel-form h3 {
    font-weight: 700;
    font-size: 48px;
    color: #454545;
    margin: 0 0 32px 0;
}
.login-sec .finance-panel-form .form-group{
    margin-bottom: 30px;
}
.login-sec .finance-panel-form .form-group .form-control{
    filter: drop-shadow(0px 0px 7.48858px rgba(0, 0, 0, 0.25));
    height: 52px;
}
.login-sec .finance-panel-form .form-group.media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 60px 0;
}
.login-sec .finance-panel-form .form-group.media a{
    font-weight: 500;
    font-size: 20.968px;
    color: #AEADC7;
    font-family: 'Roboto', sans-serif;
}
/* The check */
.finance-panel-form .form-group label.check {
    display: block;
    position: relative;
    padding-left: 45px; 
    cursor: pointer;
    font-weight: 500;
    font-size: 20.968px;
    color: #AEADC7;
    font-family: 'Roboto', sans-serif;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #fff ;
    border-color:#AEADC7;
    border-style:solid;
    border-radius: 5px; 
    border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid;
    border-color: #AEADC7;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-default{
    background: #AEADC7;
    border-radius: 8.9863px;
    height: 67px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20.968px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}



/**** FOLLOW UP MODAL ******/
.follow-up-modal .modal-dialog{
    max-width: 714px;
    width: 100%;
}
.follow-up-modal .modal-content{
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
}
.follow-up-modal .modal-body{
    padding: 50px 20px 20px;
}
.follow-up-modal .modal-body h3 {
    font-weight: 700;
    font-size: 36px;
    color: #3F3F3F;
    text-align: center;
    margin: 0 0 30px 0;
}
.follow-up-modal .modal-body .form-control{
    background: #F4F8FA;
    border: 1.09533px solid #D1E2EA;
    border-radius: 8.76268px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
    height: 293px;
    font-size: 13.144px;
    color: #000304;
}
.follow-up-modal .modal-body  .agent-btns{
    margin: 67px 0 0 0;
}
.follow-up-modal .modal-body  .agent-btns ul{
    justify-content: center;
}
.contract-pannel-modal .form-group{
    margin-bottom: 22px;
}
.contract-pannel-modal .modal-body .agent-btns{
    margin: 45px 0 0 0;
}
.sidebar-nav::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

/**** AGENT MODAL *****/
.agent-modal .modal-dialog{
    max-width: 714px;
    width: 100%;
}
.agent-modal .modal-content{
    background-color: #fff;
    border-radius: 20px; 
}
.agent-modal .modal-body{
    padding: 50px;
}
.agent-modal .modal-body h4{
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #3F3F3F;
    margin-bottom: 55px;
}
.agent-mandate-btn ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.agent-mandate-btn ul li{
    width: 50%;
    padding: 0 40px;
}
.agent-mandate-btn ul li a{
    height: 55px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #AEADC7;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center
}
.agent-mandate-btn ul li a.vag-btn{
    border: 4px solid #AEADC7;
    background-color: transparent;
    color: #AEADC7;
}
.drag-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px 0 0 0;
}
.drag-drop h5 {
    font-weight: 700;
    font-size: 24px;
    color: #AEADC7;
    text-align: center;
    margin: 40px 0 0 0;
}
.agent-modal .modal-body .agent-btns ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.agent-modal.health-agent-modal .modal-body {
    padding: 50px 20px; 
}
.agent-modal.health-agent-modal .modal-body .finance-panel-form .form-group{
    margin: 0 0 20px 0;
}
.agent-modal.health-agent-modal .agent-btns {
    margin: 50px 0 0 0;
}
.Mandate-image{
    margin: 15px 0 25px;
}