@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');


/*================== 
theme color 
==================*/
:root {
    --primary-color: #3463CB;
    --secondary-color: #0ED7D2;
    --text-color: #000000;
    --sidebar-width: 250px;
}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
::-moz-selection {
    color: #0ED7D2;
    background: #0ed7d41c;
}
::selection {
    color: #0ED7D2;
    background: #0ed7d41c;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}


.small-text-10 {
    font-size: 0.625rem !important;
}

.small-text-12 {
    font-size: 0.75rem !important;
}

.small-text-14 {
    font-size: 0.875rem !important;
}
/* ===================================================== */

/*================== 
sidebar start
=================*/
.dashboard-sidebar-bg{
    background: var(--primary-color);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    width: var(--sidebar-width);
}
.large-sidebar .dashboard-sidebar-bg{
    display: none;
}
.small-sidebar .dashboard-sidebar-bg{
    position: absolute;
    top: 0;
    display: block;
    /* height: 100%; */
}
.sidebar-toggle-btn{
    position: absolute;
    top: 14px;
    z-index: 100;
}
.large-sidebar .sidebar-toggle-btn{
    right: -85px;
}
.small-sidebar .sidebar-toggle-btn{
    right: -295px;
}

.dashboard-sidebar-bg::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #3364a0;
    border-radius: 10px;
}
.dashboard-sidebar-bg::-webkit-scrollbar-thumb:vertical {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
  }
.db-sidebar-top-area{
    margin-bottom: 3rem;
    padding: 0 1.25rem;
}
.db-sidebar-logo{
    margin: 0 auto;
    width: 120px;
    border-radius: 50%;
}
.db-sidebar-logo img{
    width: 100%;
}
.dashboard-sidebar-option{
    position: relative;
    border-radius: 8px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    transition: all ease-in 0.3s;
}
.db-active-link{
    background: #113FA6 !important;
}
.dashboard-sidebar-option:hover{
    background: #113FA6;
}
.dashboard-sidebar-option a,
.dashboard-sidebar-option p {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    cursor: pointer;
}
.dashboard-sidebar-option a img,
.dashboard-sidebar-option p img{
    width: 20px;
}
.dashboard-sidebar-option a span,
.dashboard-sidebar-option p span{
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}
.dashboard-sidebar{
    position: sticky;
    top: 0;
    padding: 14px 0 20px;
}

.search-btn button {
    width: 100%;
    background: var(--primary-color);
    border: 1px solid transparent;
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    transition: all ease-in 0.3s;
}
.search-btn button:hover{
    background: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.db-arrow-icon{
    position: absolute;
    top: 3px;
    right: 15px;
}
.submenu-container{
    flex-direction: column;
    gap: 4px;
}
.dashboard-sidebar-sub-option{
    border-radius: 8px;
    height: 30px;
    display: flex;
    align-items: center;
    transition: all ease-in 0.3s;
    /* padding: 0 20px 0 80px; */
}
.dashboard-sidebar-sub-option a{
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    transition: all ease-in 0.3s;
    padding: 0 20px 0 80px;
}
.dashboard-sidebar-sub-option a i{
    margin-top: 2px;
    font-size: 8px;
}
.dashboard-sidebar-sub-option:hover{
    background: #113FA6;
    cursor: pointer;
}
.db-sidebar-sub-active-link{
    background: #113FA6 !important;
}
/*================== 
sidebar end
=================*/


/*=============================
dashboard main section 
=============================*/
.large-sidebar .dashboard-main{
    width: 100%;
}
.small-sidebar .dashboard-main{
    width: 100%;
}
/* db navbar */
.main-navbar{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.main-nav-avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid var(--primary-color);
    transition: all ease-in 0.3s;
}

.main-navbar-profile:hover .main-nav-avatar{
    border-color: var(--secondary-color);
}
.dashboard-main-body-padding{
    padding: 50px 0;
}

.profile-dropdown button::after{
    display: none;
}
.profile-dropdown .dropdown-item{
    font-size: 14px;
}
/* ==================================================================== */


/*================ 
Add Lead start 
===============*/
.add-lead-title{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
}
.db-section-title{
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 28px;
}
.db-company-details-section{
    border-top: 5px solid #3463CB;
}
.db-contact-details-section{
    border-top: 5px solid #7F54FB;
}
.db-lead-information-section{
    border-top: 5px solid #54ABFB;
}
.db-interaction-section{
    border-top: 5px solid #54EAFF;
}
.save-lead-btn{
    display: flex;
    justify-content: center;
}
.save-lead-btn button{
    border: 0;
    background: var(--primary-color);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
}
.add-lead-btn-area{
    position: absolute;
    top: -16px;
    right: -16px;
    display: flex;
    gap: 10px;
}
.add-lead-plus-btn{
    width: 30px;
    height: 30px;
    padding: 4px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(19, 19, 19, 0.445);
    border-radius: 50%;
    font-size: 16px;
    color: #7F54FB;
}
#newSectionContainer-1 li{
    list-style: decimal !important;
    margin-left: 20px;
}

/* customize-input-field */
.customize-input-field,
.customize-date-field{
    position: relative;
    padding: 12px 0 2px;
    border: 1px solid #dee2e6;
    border-radius: 40px;
}
.customize-input-field span,
.customize-textarea-field span,
.customize-date-field .custom-input-date-placeholder{
    position: absolute;
    top: 14px;
    left: 26px;
    font-size: 14px;
    color: #9c9c9c;
}
.customize-input-field input,
.customize-textarea-field textarea,
.customize-date-field input{
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
    z-index: 3;
}
.customize-input-field input:focus,
.customize-textarea-field textarea:focus,
.customize-date-field input:focus{
    background: transparent;
}
.customize-input-field input:focus ~ span,
.customize-input-field input:not(:placeholder-shown) ~ span,
.customize-textarea-field textarea:focus ~ span,
.customize-textarea-field textarea:not(:placeholder-shown) ~ span,
.customize-date-field input[type='date']:focus ~ .custom-input-date-placeholder,
.customize-date-field input[type='date']:not(:placeholder-shown) ~ .custom-input-date-placeholder{
    position: absolute;
    top: 3px !important;
    left: 30px !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: var(--secondary-color);
    transition: all 0.2s linear;
}

.customize-textarea-field{
    position: relative;
    padding: 12px 0 2px;
    border: 1px solid #dee2e6;
    border-radius: 20px;
}
/* ========================================= */
/* select2 style */
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /* height: 60px; */
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-radius: 30px;
    position: relative;
    z-index: 3;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 40px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 14px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container{
    width: 100% !important;
}

/* customize-select */
.customize-select{
    position: relative;
}
.customize-select .select-placeholder{
    position: absolute;
    top: 16px;
    left: 28px;
    font-size: 14px;
    color: #9c9c9c;
}
.customize-select .select-placeholder-arrow{
    position: absolute;
    top: 18px;
    right: 28px;
    font-size: 14px;
    color: #9c9c9c;
}
 .focused-placeholder{
    position: absolute !important;
    top: 3px !important;
    left: 30px !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: #0ED7D2 !important;
    transition: all 0.2s linear;
}
.select2-results__option {
    font-size: 14px;
}
/* ================================================================ */
.upload-image-field{
    display: flex;
    align-items: baseline;
    gap: 5%;
    padding: 7px 24px;
    border: 1px solid #dee2e6;
    border-radius: 40px;
}
.upload-img{
    background: #EBF1FD;
    padding: 5px;
    width: 30px;
    border-radius: 8px;
}
.upload-img img{
    width: 100%;
}
.upload-text{
    color: #9c9c9c;
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.upload-text-active{
    color: #000000 !important;
}
.upload-file-field{
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 13px 24px;
    border: 1px solid #dee2e6;
    border-radius: 40px;
}
.custom-input-date{
    position: relative;
    background: transparent;
    z-index: 2;
    font-size: 14px;
    cursor: context-menu; 
    /* padding-top: 14px;  */
    /* padding-bottom: 14px; */
}
.custom-input-date::placeholder{
    color: #9c9c9c;
}
.input-date-icon{
    position: absolute;
    /* top: 14px;
    right: 28px; */
    top: 13px;
    right: 22px;
    font-size: 15px;
    color: #9c9c9c;
}
/*================ 
Add Lead end 
===============*/


/*========================== 
Lead Collection start 
=========================*/
/* search field */
.custom-search-input-container{
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    gap: 10px;
}
.custom-search-input-area{
    display: grid;
    grid-template-columns: auto 8fr;
    align-items: center;
    gap: 4px;
}
.custom-search-input-area label{
    font-weight: 600;
    font-size: 12px;
    width: fit-content;
}
.custom-search-input-area input,
.custom-search-input-area select{
    font-size: 12px;
}
.custom-transfer-btn-area button{
    width: 100%;
    background: var(--primary-color);
    font-weight: 500;
    font-size: 12px;
    padding: 7px 10px;
}
.custom-transfer-btn-area button:disabled{
    background: #a5a5a5;
    border-color: #a5a5a5;
}
/* =============================================== */

/* jquery data-table */
.dataTables_length, 
.dataTables_filter,
.dataTables_info,
.dataTables_paginate{
    font-size: 12px;
}
.dataTables_filter{
    margin-bottom: 16px !important;
}

.dataTables_info{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

table.dataTable.display > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.even > *,
table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.display > tbody > tr.odd > .sorting_1{
    box-shadow: none !important;
}

table.dataTable thead th{
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
table.dataTable tbody td{
    font-size: 12px;
    text-align: center;
}
.dataTables_paginate{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    font-size: 11px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    background: transparent;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    padding: 4px 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #6995f3;
    border: 1px solid transparent !important;
    color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: var(--primary-color);
    color: #ffffff !important;
    border: 1px solid transparent !important;
    padding: 4px 8px;
    transition: all 0.3s linear;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #6995f3;
    color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous{
    border: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
    border: 0 !important;
}
table.dataTable thead > tr > .thead-checkbox.sorting_asc,
table.dataTable thead > tr > .thead-checkbox.sorting_desc,
table.dataTable thead > tr > .thead-checkbox.sorting{
    padding-right: 0;
    width: 10px !important;
}
table.dataTable.display > tbody > tr> .tbody-checkbox{
    padding-right: 0 !important;
    width: 10px !important;
}
table.dataTable thead > tr > .thead-checkbox.sorting_asc:before,
table.dataTable thead > tr > .thead-checkbox.sorting_desc:before,
table.dataTable thead > tr > .thead-checkbox.sorting_asc:after,
table.dataTable thead > tr > .thead-checkbox.sorting_desc:after,
table.dataTable thead > tr > .thead-checkbox.sorting:before,
table.dataTable thead > tr > .thead-checkbox.sorting:after{
    display: none !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info{
    position: sticky;
    left: 0;
    z-index: 2;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate{
    float: none !important;
    position: sticky;
    left: 0;
}
.dataTables_wrapper{
    overflow-x: auto;
}
.dataTables_wrapper::-webkit-scrollbar{
    height: 10px;
    width: 10px;
    background: #96b6fa;
    border-radius: 10px;
}
.dataTables_wrapper::-webkit-scrollbar-thumb:horizontal {
    background: var(--primary-color);
    border-radius: 10px;
}
/* ================================================ */
.custom-card-shadow {
    box-shadow: 0 0 10px rgba(22, 22, 22, 0.2);
}
.custom-table thead{
    background: var(--primary-color);
}
.thead-checkbox input[type='checkbox']:checked,
.tbody-checkbox input[type='checkbox']:checked{
    border: 1px solid var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
}
.action-button{
    background: transparent;
    border: 0;
    box-shadow: 0 0 5px rgb(165, 165, 165);
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 10px;
}
.action-button.dropdown-toggle::after{
    display: none !important;
}
.custom-table tbody td .dropdown-menu.show{
    position: absolute;
    inset: 0px 0px auto auto !important;
    margin: 0px !important;
    transform: translate3d(-38.4px, 18.2px, 0px) !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    padding: 10px;
    gap: 10px;
    box-shadow: 0 0 5px rgb(165, 165, 165);
}
.custom-table tbody td .dropdown-menu.show a,
.custom-table tbody td .dropdown-menu.show button,
.custom-table tbody td .lookup-table-btn button{
    font-weight: 500;
    font-size: 10px;
    color: #ffffff !important;
    padding: 2px 4px !important;
    width: 70px;
}
/*======================== 
Lead Collection end 
=======================*/


/*======================== 
Followup start
=======================*/
.followup-banner-area{
    position: relative;
    background: #E4EDFF;
    width: 100%;
    height: 400px;
}
.followup-banner-img{
    width: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.followup-banner-img img{
    width: 100%;
}
.followup-banner-content{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.followup-banner-title{
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.followup-banner-subtitle{
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 40px;
}
.followup-banner-vertical-line{
    width: 1px;
    height: 100px;
    background: #999999;
    position: absolute;
    top: -8px;
    left: 50%;
}
.followup-add-area{
    padding: 30px;
    box-shadow: 0 0 5px rgb(209, 209, 209);
    border-radius: 12px;
}
.followup-card-container{
    display: grid;
    grid-template-columns: auto 10fr;
    gap: 40px;
    align-items: center;
}
.followup-message{
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
}
.followup-date-circle{
    position: relative;
}
.followup-date-circle span{
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.followup-date-line{
    width: 100px;
    height: 1px;
    border: 1px dashed #999999;
    position: absolute;
    top: 50%;
    left: 100%;
}
.followup-card-area{
    padding: 30px;
    background: linear-gradient(-45deg, #D7FFF4, #FFFFFF);
    box-shadow: 0 0 5px rgb(209, 209, 209);
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.followup-card-status{
    background: #D4EDE6;
    width: fit-content;
    font-weight: 600;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.modal-input-area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.modal-input-field{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-input-field label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}
.modal-input-field input,
.modal-input-field select,
.modal-input-field textarea{
    font-size: 14px;
}
.followup-modal-file-field{
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 0.375rem 0.75rem;
    border: 1px dashed #dee2e6;
    border-radius: 20px;
}

.modal-input-field input::-webkit-outer-spin-button,
.modal-input-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.modal-input-field input[type=number]{
    -moz-appearance: textfield;
}
/*======================== 
Followup end 
=======================*/


/*=============================
lead details: accordion start
============================*/
.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.accordion-header {
    background-color: #F9F9FB;
    color: #000000;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.accordion-header-title{
    flex-grow: 1;
}

.accordion-content{
    margin-top: -15px;
    display: none;
    background-color: #F9F9FB;
    color: #000000;
}
.accordion-content span{
    font-size: 12px !important;
}
/*=============================
lead details: accordion end
============================*/


/*==================================
lookup setting: add-product start
=================================*/
.look-up-save-btn{
    border: 0;
    background: var(--primary-color);
    color: #ffffff;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 6px;
    width: 100%;
}
.reset-btn{
    border: 0;
    background: var(--secondary-color);
    color: #ffffff;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 6px;
    width: 100%;
}
.lookup-status .form-check{
    display: flex !important;
    justify-content: center;
}
.lookup-table-btn{
    display: flex;
    gap: 10px;
    justify-content: center;
}
/*==================================
lookup setting: add-product end
================================*/


/*============== 
Login start 
=============*/
.login-banner-img img{
    width: 100%;
    /* height: 850px; */
    height: 100vh;
    opacity: 0.1;
    object-fit: cover;
    object-position: center;
}
.login-contents{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-title{
    position: relative;
    padding: 16px;
    background: #ffffff ;
    width: auto;
    min-width: 25%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 -4px 2px rgba(212, 212, 212, 0.534);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.login-margin-bottom{
    margin-bottom: -4px !important;
}
.register-margin-bottom{
    margin-bottom: 4px !important;
}
.login-contents form{
    background: #ffffff;
    padding: 40px;
    border-radius: 6px;
}
.login-contents form input{
    font-size: 14px;
    padding: 8px 12px;
}
.login-contents form input:focus{
    border-color: var(--secondary-color);
    outline: none !important;
    box-shadow: none !important;
}
.login-contents form input::placeholder{
    color: #A4A4A4;
}
.login-contents form label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}
input[type=checkbox]{
    padding: 0 !important;
}
/* input[type=checkbox]:checked{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
} */
.login-user-img{
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    background: #fff;
    padding: 13px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px #00000024;
}
.login-user-img img{
    width: 100%;
}
.login-pass-icon{
    background: var(--primary-color);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.login-button{
    border: 0;
    border-radius: 8px;
    width: 30%;
    margin: 0 auto;
    background: var(--primary-color);
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 7px 10px;
}
/*============== 
Login end 
=============*/


/*================= 
profile start 
=================*/
.custom-profile-section{
    width: 45%;
    margin: 0 auto;
}
.custom-profile-section form{
    background: #ffffff;
    padding: 35px;
    border-radius: 6px;
}
.custom-profile-section form input, 
.custom-profile-section form select,
.edit-user-modal-form input,
.edit-user-modal-form select{
    font-size: 14px;
    padding: 8px 12px;
}
.custom-profile-section form input:focus,
.custom-profile-section form select:focus,
.edit-user-modal-form input:focus,
.edit-user-modal-form select:focus{
    border-color: var(--secondary-color);
    outline: none !important;
    box-shadow: none !important;
}
.custom-profile-section form input::placeholder,
.edit-user-modal-form input::placeholder{
    color: #A4A4A4;
}
.custom-profile-section form label,
.edit-user-modal-form label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}
.profile-photo-area label{
    font-weight: 400 !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-photo-area .form-control:disabled ~ label{
    background-color: #e9ecef !important;
    cursor: default;
}
.password-input-area{
    position: relative;
}
.password-input-area .form-control:disabled ~ span{
    display: none !important;
}
.profile-img {
    width: 70px;
    height: 70px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    padding: 2px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ffffff;
}
.profile-img img{
    width: 100%;
    border-radius: 50%;
    background: #ffffff;
}
.edit-profile{
    color: var(--primary-color);
    background: #ffffff;
    box-shadow: 2px 2px 10px #1140a6a9;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    top: 4px;
    right: -10px;
    z-index: 3;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.edit-profile span{
    margin: 2px 0 0 2px;
}
/*================ 
profile end 
===============*/


/*================ 
dashboard start 
===============*/
.db-top-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.db-top-area-content{
    display: flex;
    flex-direction: row;
    gap: 14px;
}
.db-top-area-icon{
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 10px solid #3464cb94;
    border-radius: 50%;
    padding: 10px;
}
.db-top-area-icon img{
    width: 100%;
}
.db-top-area-text{
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.db-top-area-text p:nth-child(1){
    font-weight: 500;
    font-size: 14px;
    height: fit-content;
}
.db-top-area-text p:nth-child(2){
    font-weight: 600;
    font-size: 22px;
}
.db-top-area-text p:nth-child(3){
    font-weight: 500;
    font-size: 10px;
}
.lead-status-title{
    font-weight: 600;
    font-size: 16px;
}
.today-followup-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.today-followup-num{
    font-weight: 600;
    font-size: 28px;
}
.today-followup-icon{
    width: 70px;
}
.today-followup-icon img{
    width: 100%;
}
.db-middle-section{
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 20px;
}
.db-middle-area-img{
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 10px solid #80808046;
    border-radius: 50%;
    padding: 10px;
    position: relative;
}
.db-middle-area-img img{
    width: 100%;
}
.db-middle-area-img-num{
    position: absolute;
    top: 0;
    left: -10px;
    font-weight: 600;
    font-size: 12px;
    background: #ffffff;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgb(107, 107, 107);
}
/* progress-bar */
.db-progress-bar-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    row-gap: 20px;
    column-gap: 40px;
}
.db-progress-bar-area{
    display: grid;
    grid-template-columns: 11fr auto;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.db-progress-bar-area p{
    font-weight: 600;
    font-size: 14px;
}
.db-progress-bar label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}
.db-progress-bar-large{
    width: 100%;
    height: 20px;
    background: #478EEF;
    border-radius: 8px;
    position: relative;
}
.db-progress-bar-small{
    height: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #b5d4ff;
    position: absolute;
    top: 0;
    left: -1px;
}

/* chart js */
.listContainer{
    width: 50%;
    margin: 0 auto;
}
.chart-li{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;   
}
.colorBox{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid;
}
.textContainer{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
    grid-column: 2/ span 10;
}
.numberContainer{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}
/*================ 
dashboard end
===============*/


/*================== 
User-setting start
=================*/
.user-setting-search-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.create-role-title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}
.manage-check-area{
    display: flex;
    align-items: center;
    gap: 20px;
}
.manage-check-area label{
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}
.manage-check-area input{
    margin-bottom: 0;
}
.custom-role-manage{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
}
/*================= 
User-setting end
================*/


/*================= 
proposal start
================*/
.custom-proposal-search-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
/*================= 
proposal end
================*/




/* small device */
@media only screen and (max-width: 575px){
    .dropdown-menu.show{
        grid-template-columns: repeat(2, 1fr);
    }
    .dropdown-menu.show{
        transform: translate3d(-16.4px, 25.2px, 0px) !important;
    }
    .custom-search-input-container{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .custom-proposal-search-container{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .custom-search-input-area{
        grid-template-columns: repeat(1, 1fr);
        gap: 4px;
    }
    .followup-banner-area{
        height: 450px;
    }
    .followup-banner-img{
        width: 400px;
    }
    .followup-banner-content{
        width: 100%;
    }
    .followup-card-container{
        grid-template-columns: 12fr;
    }
    .dataTables_info{
        padding-bottom: 0px !important;
    }
    .dataTables_paginate{
        padding-top: 4px !important;
    }
    .dataTables_wrapper .dataTables_filter{
        padding-top: 8px !important;
    }
    .accordion-header {
        padding: 10px 16px 10px 16px;
    }
    .login-banner-img img{
        width: 100%;
        height: 100vh;
    }
    .login-contents{
        width: 90%;
    }
    .login-title{
        font-size: 14px;
    }
    .custom-profile-section{
        width: 90%;
    }
    .db-progress-bar-container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        row-gap: 20px;
        column-gap: 40px;
    }
    .db-top-area-content{
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }
    .db-top-area-text{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .db-middle-section{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .db-top-area-icon{
        width: 60px;
        height: 60px;
        border: 6px solid #3464cb94;
        padding: 8px;
    }
    .db-middle-area-img{
        width: 60px;
        height: 60px;
        border: 6px solid #80808046;
        padding: 8px;
    }
    .db-middle-area-img-num{
        position: absolute;
        top: 0;
        left: -6px;
        font-size: 10px;
        height: 16px;
        width: 16px;
    }
    .user-setting-search-container{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dropdown-menu.show{
        grid-template-columns: repeat(2, 1fr);
    }
    .dropdown-menu.show{
        transform: translate3d(-16.4px, 25.2px, 0px) !important;
    }
    .custom-search-input-container{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .custom-proposal-search-container{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .custom-search-input-area{
        grid-template-columns: repeat(1, 1fr);
        gap: 4px;
    }
    .followup-banner-area{
        height: 420px;
    }
    .followup-banner-img{
        width: 500px;
    }
    .followup-banner-content{
        width: 90%;
    }
    .followup-card-container{
        grid-template-columns: 12fr;
    }
    .dataTables_info{
        padding-bottom: 0px !important;
    }
    .dataTables_paginate{
        padding-top: 4px !important;
    }
    .dataTables_wrapper .dataTables_filter{
        padding-top: 8px !important;
    }
    .accordion-header {
        padding: 10px 16px 10px 16px;
    }
    .login-banner-img img{
        width: 100%;
        height: 100vh;
    }
    .login-contents{
        width: 90%;
    }
    .login-title{
        font-size: 14px;
    }
    .custom-profile-section{
        width: 80%;
    }
    .db-progress-bar-container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        row-gap: 20px;
        column-gap: 40px;
    }
    .db-top-area-content{
        gap: 8px;
    }
    .db-top-area-icon{
        width: 60px;
        height: 60px;
        border: 6px solid #3464cb94;
        padding: 8px;
    }
    .db-middle-area-img{
        width: 60px;
        height: 60px;
        border: 6px solid #80808046;
        padding: 8px;
    }
    .db-middle-area-img-num{
        position: absolute;
        top: 0;
        left: -6px;
        font-size: 10px;
        height: 16px;
        width: 16px;
    }
    .user-setting-search-container{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* medium device */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-navbar{
        gap: 40px;
    }
    .dropdown-menu.show{
        grid-template-columns: repeat(2, 1fr);
    }
    .dropdown-menu.show{
        transform: translate3d(-24.4px, 20.2px, 0px) !important;
    }
    .custom-search-input-container{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .custom-proposal-search-container{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .followup-card-container{
        grid-template-columns: 12fr;
    }
    .login-banner-img img{
        width: 100%;
        height: 100vh;
    }
    .login-contents{
        width: 60%;
    }
    .custom-profile-section{
        width: 60%;
    }
}

/* large device */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-navbar{
        gap: 40px;
    }
    .large-sidebar .dashboard-sidebar-bg{
        position: sticky;
        top: 0;
        display: block;
    }
    .small-sidebar .dashboard-sidebar-bg{
        display: none;
    }
    .large-sidebar .sidebar-toggle-btn{
        right: -45px;
    }
    .small-sidebar .sidebar-toggle-btn{
        right: -85px;
    }
    .large-sidebar .dashboard-main{
        width: calc(100vw - var(--sidebar-width));
    }
    .small-sidebar .dashboard-main{
        width: 100%;
    }
    .dropdown-menu.show{
        transform: translate3d(-16.4px, 25.2px, 0px) !important;
    }
    .custom-search-input-container{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

/* extra large device */
@media only screen and (min-width: 1200px) {
    .main-navbar{
        gap: 40px;
    }
    .large-sidebar .dashboard-sidebar-bg{
        position: sticky;
        top: 0;
        display: block;
    }
    .small-sidebar .dashboard-sidebar-bg{
        display: none;
    }
    .large-sidebar .sidebar-toggle-btn{
        right: -45px;
    }
    .small-sidebar .sidebar-toggle-btn{
        right: -85px;
    }
    .large-sidebar .dashboard-main{
        width: calc(100vw - var(--sidebar-width));
    }
    .small-sidebar .dashboard-main{
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1099px){
    .followup-banner-vertical-line{
        display: none !important;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1407px){
    .followup-banner-vertical-line{
        height: 140px;
    }
}