*{box-sizing: border-box; }


body, html{
    font-family: "Poppins", sans-serif;
overflow: hidden;    
height: 100%;
}
.left_sidepanel {
    width: 240px;
    min-height: 100%;
    height: auto;
    background: #061A4B;
    transition: 0.25s ease-out;
    position: fixed;
    max-width: 240px;
}
.logo_link ul {
    margin: 0;
    padding: 0;
}
.logo_link ul li {
    list-style: none;
}
.logo_link ul li a {
    color: #f1e9e6;
    text-decoration: none;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #152c65;
}
.dashboard_logo {
    background: #f1e9e6;
    padding: 10px 20px;
    box-sizing: border-box;
    border-right: 1px solid #f1e9e6;
    /* position: sticky;
    top: 0; */
    
}
.logo_link ul li a:hover {
    background-color: #377DFF;
}

.dashboard_logo img {
    width: 100%;
    text-align: left;
    height: 38px;
    object-fit: contain;
}
.main_dashboard {
    display: flex;
    width: 100%;
    height: 100%;
}
.main_dashboard .right_sidepanel {
    width: calc(100% - 240px);
    overflow: auto;
    margin-left:240px;
}
.header_box button.btn {
    padding: unset;
    font-size: 26px;
    color: #000;
}
.header_box {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 59px;
    padding: 0 20px;
    /* position: sticky;
    top: 0; */
    background: #fff;
    z-index: 9;
}
.left_header {
    display: flex;
    align-items: center;
    gap: 20px;
}
.right_header button.button {
    padding: unset;
    border: unset;
    background: unset;
    font-size: 18px;
}
.right_header {
    display: flex;
    gap: 26px;
    align-items: center;
}
.input_serach{
    display: flex; 
    border: 1px solid #eee; 
    border-radius: 4px;
}
.input_serach button{
    border: unset;
    background: unset;
    padding: 0 14px;
}
.input_serach input{
    border: unset;
}
.right_header button.button.bell {
    color: #377DFF;
}
.right_header button.button.pin{
    transform: rotate(30deg);
}

input:focus, button:focus{
    outline: unset !important;
    box-shadow: unset !important;
}
.expand{
    display: none;
}
body.dashboard_expand .left_sidepanel img.expand {
    display: block;
}
body.dashboard_expand .dashboard_logo img.expand_logo {
    display: none;
}   
body.dashboard_expand .logo_link ul li span {
    display: none;
}
body.dashboard_expand .left_sidepanel {
    width: 100px;
}
body.dashboard_expand .right_sidepanel {
    width: calc(100% - 100px);
    margin-left: 100px;
}
body.dashboard_expand .dashboard_logo {
    padding: 10px 0;
}

.dashboard_body {
    padding: 20px;
    width: 100%;
    height: calc(100% - 60px);
}


.dashboard_body .welcome_text h3 {
    font-size: 1.4rem;
    margin: 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.welcome_text {
    padding: 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.dashboard_body .welcome_text h3 span {
    color: #377DFF;
}
.wrapper_box {
    border: 1px solid #e6e6e6;
    padding: 14px;
}
.wrapper_row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrapper_row .wrapper_box {
    flex: 0 0 auto;
    width: 32%;
}
.dashboard_body {
    padding: 20px;
    width: 100%;
}
.wrapper_box h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 16px 0 5px;
    font-family: "Montserrat", sans-serif;
}
.wrapper_box .melp_btn {
    border: 1px solid #222020;
    color: #222020;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.wrapper_box .melp_btn:hover{
    background: #f24635;
    border-color: #f24635;
    color: #fff;
}
.wrapper_box p {
    color: #818181;
}
.calendar-link-box {
    border-radius: 0.2rem;
    border: dashed 0.1rem #eee;
    background-color: #fff;
    cursor: pointer;
    padding: 1.2rem 1.6rem;
    width: 100%;
    display: inline-block;
    position: relative;
}

.calendar-link-box {
    border-radius: 0.2rem;
    border: dashed 0.1rem #eee;
    background-color: #fff;
    cursor: pointer;
    padding: 7px 14px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 10px 0 20px;
}
span.calendar-copy {
    display: flex;
    justify-content: space-between;
    color: #aaaaaa;
}

.invite_link h4 {
    font-size: 14px;
    margin-bottom: 0;
}
.wrapper_box .remote_img {
    height: 200px;
    text-align: center;
    width: 100%;
}

a.flex_box {
    display: flex;
    justify-content: space-between;
}
.submenu{
    display: none;
}
.logo_link ul li a .template {
    display: flex;
    gap: 20px;
    align-items: center;
}
.logo_link ul li a.flex_box.menu_open+.submenu{
    display: block;
}
.logo_link ul li a.flex_box.menu_open i.fa-solid.fa-angle-down {
    transform: rotate(180deg);
}
.logo_link ul li a.flex_box.menu_open+.submenu li a {
    background: #377DFF;
}

.oxyy-login-register .btn {
    padding: 0.8rem 2.6rem;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hero-bg-scroll{
    background: url('../images/login-bg.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
}
.hero-content-banner {
    background: #c6d8ff;
}
div#offcanvasRight .offcanvas-header {
    background: #061a4b;
    color: #fff;
}
div#offcanvasRight .offcanvas-header h5 {
    margin: 0;
}
div#offcanvasRight .offcanvas-header button.btn-close.text-reset {
    color: #fff;
    filter: invert(1);
}

.form-row {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 0.5rem;
    border-radius: 5px;
}
div#offcanvasRight .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    height: 100%;
}
div#offcanvasRight {
    width: 500px;
}

.form-row label {
    font-size: 16px;
    margin-bottom: 6px;
    color: #3b3b3b;
}

.form-row input::placeholder{
    font-size: 14px;
    color: #aaaaaa;
}
.form_popup .modal-body {
    padding: unset;
    background: #f1f1f1;
}

.form_popup .modal-content,.form_popup .modal-dialog,.form_popup .modal-body {
    border-radius: 12px;
}

.form_btn {
    border-top: 1px solid #eee;
    padding: 20px 0 0 0;
    margin-top: auto;
}


button.btn-primary-main,a.btn-primary-main{
    background-color: #377dff;
    color: #fff;
}
.action_buttons{
    display: none;
}
.dashboard_table .form-row select.form-select{
    border: 1px solid #ced4da;
}

.form_btns {
    margin-top: 29px;
}

form.form-border input.form-control {
    height: 46px;
}
form.form-border button.btn.btn-primary.text-uppercase {
    padding: 6px 0;
}
.lead_name h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #3f3f3f;
}
.lead_name p {
    margin: 0;
    color: #788191;
}
.form-group.lead_name {
    padding: 16px 0;
    border-bottom: 1px dotted #ccc;
    display: flex;
    gap: 20px;
    align-items: center;
}
.form_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 20px;
}
.form_heading h4 {
   
    font-size: 16px;
    text-align: left;
   
}
.form_heading button.btn.btn-info {
    font-size: 12px;
    color: #fff;
}
.form_heading {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_grid .form-group.full-width {
    width: 100%;
    grid-column: 1 / -1;
}

@media(max-width:1024px){   
     .wrapper_row .wrapper_box{
        width: 100%;
     }
         .header_box {
             border-bottom: 1px solid #eee;
             display: flex;
             justify-content: space-between;
             align-items: center;
             height: auto;
             padding: 0 20px;
             flex-wrap: wrap;
             gap: 10px;
         }
                 span.calendar-copy {
                     display: flex;
                     justify-content: space-between;
                     color: #aaaaaa;
                     flex-wrap: wrap;
                 }
                                 span.calendar-copy span.calendar-link {
                                     word-break: break-word;
                                 }
}

.form_btns input.button {
    background: #377dff;
    color: #fff;
}

.dashboard_table th, .dashboard_table td{
    white-space: nowrap;
    padding: 8px;
    text-align: left;
    /* border: 1px solid #ececec; */
    font-size: 14px;
}

.dashboard_table table {
    width: auto;    
    table-layout: auto;    
    border-collapse: collapse;
}

.dashboard_table::-webkit-scrollbar-track {
    background-color: #f6f8fb;
}

.dashboard_table::-webkit-scrollbar {
    background-color: #f6f8fb;
    height: 6px;
}

.dashboard_table::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 8px;
}


table#lead_tab.dataTable td.dt-type-numeric{
    text-align: left;
}
div#lead_tab_wrapper .dt-length select {
    margin-right: 10px;
}
.check_block p {
    margin: 0;
}

/* custom radio button */

.check_flex [type="radio"]:checked,
.check_flex [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.check_flex [type="radio"]:checked+label,
.check_flex [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.check_flex [type="radio"]:checked+label:before,
.check_flex [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    transform: translateY(-50%);
}

.check_flex [type="radio"]:checked+label:after,
.check_flex [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #377DFF;
    position: absolute;
    top: 50%;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(-50%) !important;
}
.check_flex [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.check_flex [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.check_flex {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    margin: 10px 0;
    position: relative;
    justify-content: space-between;
}

label.check_block span.badge {
    font-weight: 500;
    margin-left: 6px;
}


/* custom radio end button */
td.table_link a {
    color: #000;
    text-decoration: none;
}


.action_buttons .btn-wrapper {
    background: #fff;
    padding: 8px;
    position: absolute;
    border-radius: 6px;
    border: 1px solid #ccc;
    z-index: 9;
    display: grid;
    gap: 10px;
    right: 0;
    top: 10px;
    width: max-content;
}

.action_buttons{
    position: relative;
}

.action_buttons .btn-wrapper::after {
    top: -20px;
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #a3a3a3;
    border-top: 10px solid transparent;
    left: 63%;
    width: 10px;
    transform: translateX(-88%);
}

/* dashboard css start here */

.dashboard_home .card.custom-card {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    border-bottom: 5px solid #377dff;
    box-shadow: rgba(143, 155, 166, 0.08) 0px 12px 24px -4px;
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
}
.dashboard_home .card.custom-card {
    color: #282833 !important;
}
.dashboard_home .card.custom-card .card-body {
    padding: 1.125rem;
    color: #282833;
}

.dashboard_home .avatar.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard_home .avatar.avatar-rounded {
    border-radius: 10%;
}
.dashboard_home .bg-success-transparent {
    background-color:#35bdaa1a ;
    color: #35bdaa !important;
}
.dashboard_home .lh-1 {
    line-height: 1 !important;
}
.dashboard_home .text-muted {
    color: #8492b5 !important;
}
/* dashboard css end here */
.awesome_box span.avatar i {
    color: #fff;
    text-align: center;
}
.dashboard_body_bg{
    background-color: #f5f6fa;
    height: calc(100% - 59px);
}
.dashboard_home .card.custom-card .card-body h4 {
    font-weight: bold;
}
.dashboard_home .card.custom-card a {
    font-size: 12px;
    text-decoration: none !important;
}
.bg-success-blue{
    background-color: #8b7eff;
}
.bg-success-yellow {
    background-color: #ffb748;
}
.bg-success-green {
    background-color: #35bdaa;
}
.bg-success-lite {
    background-color: #2e8ef7;
}

.text-lite-blue{
    color: #8b7eff;
}
.text-lite-yellow{
    color: #ffb748;
}
.text-lite-green{
    color: #35bdaa;;
}
.text-blue-lite{
    color: #2e8ef7;
}

.dashboard_table table.dataTable th.dt-type-numeric,
.dashboard_table table.dataTable th.dt-type-date,
.dashboard_table table.dataTable td.dt-type-numeric,
.dashboard_table table.dataTable td.dt-type-date{
    text-align: left;
}

button.btn-add {
    padding: 2px 5px;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 10px;
}
.mob_input .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}
button.btn.openlist_button {
    padding: unset;
}
.btn_wrap{
    color: #929292;
    text-decoration: none;
}

.whats_edit .form-group.full-width {
    width: 100%;
    grid-column: 1 / -1;
}
.action_buttons .btn-wrapper button, .action_buttons .btn-wrapper a {
    border: 0;
    background: unset;
    text-align: left;
    padding: 0;
    color: #000;
    text-decoration: none;
}

.action_buttons .btn-wrapper button:hover, .action_buttons .btn-wrapper a:hover{
    color:#377dff
}
.radio_flex {
    display: flex;
    gap: 10px;
    align-items: center;
}
.variable-flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.variable-flex button {
    padding: unset;
    border: unset;
    background: unset;
    margin: 10px 0px;
}
body.dashboard_expand .logo_link ul li a {
    justify-content: center;
}
.flex_edit_button button, .flex_edit_button a {
    border: 1px solid #ccc;
    color: #2c2c2c;
}

.next-follow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-column: 1 / 3;
    gap: 20px;
}

.form_heading.flex-heading {
    justify-content: flex-start;
    gap: 10px;
}

.cudata, .nextdta {
    display: flex;
    gap: 10px;
}

.cudata label, .nextdta label{
    font-weight:bold;
}

.form_heading.flex-heading .form-check.form-switch {
    padding-left: 0;
}
.form_heading.flex-heading .form-check.form-switch input#follow_show {
    float: right;
}
.form_heading.flex-heading .form-check.form-switch label.form-check-label {
    padding-right: 40px;
}

.form_heading.flex-heading .form-check.form-switch {
    display: flex
;
    justify-content: space-between;
    width: 100%;
}

table#campaign_tab {
    width: 100%;
}