* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --header-color: #0e1747;
    --white-color: #ffffff;
    --paragraph-color: rgba(118, 118, 118, 1);
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Poppins:wght@200&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    width: 100%;
}

.main-wrapper {
    height: 100vh;
    width: 100%;
}

/*-- Loader CSS --*/

#spinner-area {
    background-color: #00000095;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: .9;
}

.loader-body {
    background-color: #000000;
    display: grid;
    place-items: center;
    min-height: 100vh;
    display: none;
    position: relative;
}
.loader-body.active {
    display: block;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
}
.dot {
    position: absolute;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #fff;
    animation: bounce 1.3s linear infinite;
}
.dot:nth-child(1) {
    left: -1.5rem;
}

.dot:nth-child(2) {
    animation-delay: -1s;
}

.dot:nth-child(3) {
    right: -2.5rem;
    animation-delay: -0.8s;
}

@keyframes bounce {
    0%,
    66%,
    100% {
        transform: initial;
    }

    33% {
        transform: translatey(-1rem);
    }
}

.loader-message {
    position: absolute;
    top: calc(50% + 3rem); /* position below the loader dots */
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
}

/*-- HEADER --*/

header {
    background-color: var(--header-color);
    min-height: 30px;

}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    margin-right: 0 !important;
}

.icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    height: 28px;
    width: 28px;
    border-radius: 100%;
}

.icon_1 {
    font-size: 14px;
}

/*-- NAVBAR-SECTION --*/

.navbar {
    min-height: 83px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 1px #80808057;
}

.navbar .active {
    text-decoration: underline;
    color: rgba(61, 90, 241, 1) !important;
}

.navbar .phone_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    height: 30px;
    width: 30px;
    color: rgba(61, 90, 241, 1);
    border-radius: 100%;
    box-shadow: 2px 3px 10px -4px rgba(0, 0, 0, 0.40);
}

.navbar .phone_content p {
    color: var(--paragraph-color);
    font-size: 14px;
}

.navbar .para_color {
    color: rgba(14, 23, 71, 1) !important;
}

.navbar .login_btn {
    border: none;
    outline: none;
    padding: 7px 20px;
    border-radius: 6px;
    background-color: #EBEBEB;
    font-size: 14px;
}
.navbar .login_btn:hover {
    background-color: #EBEBEB !important;
   color: grey;
}
.registration .btn:hover, .login .btn:hover  {
    background-color: transparent !important;
    border: none;
}
.navbar .Register_btn {
    border: none;
    outline: none;
    padding: 7px 20px;
    border-radius: 6px;
    background-color: rgba(61, 90, 241, 1);
    color: var(--white-color);
    font-size: 15px;
    position: relative;
    top: 0;
    right: 10px;
}
.navbar .Register_btn:hover {
    background-color: rgba(61, 90, 241, 1)!important;
}
.navbar_select select{
  border-radius: 6px;
  padding: 10px;
  width: 60%;
}

/*-- BANNER-SECTION-CAROUSEL --*/

.banner {
    background-image: linear-gradient(rgba(14, 23, 71, 0.80), rgba(14, 23, 71, 0.80)),url("..//img/bgn-slider-01.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .row{
    display: flex;
    align-items: center;
    padding-block: 4rem;
}
.sub_content{
    font-size: 25px;
    /* line-height: 45px; */
}
.all_content{
    color: #A9A7A7;
    /* line-height: 28px; */
}
.btn_watch button{
    background-color: unset;
    border: 1px solid#96A6FA !important;
    min-width: 45%;
    padding: 8px;
    border-radius: 8px;
}

.btn_showplan button{
    background-color: #3D5AF1;
    min-width: 80%;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
/* .carousel_1_content{
    height: 380px;
} */
.dashed_border{
    position: relative;
    height: 380px;
    border: 1px dashed #ffffff;
    border-radius: 20px;
 
}
.solid_border{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.camera_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.camera_img img{
    cursor: pointer;
}
.img_content P{
    position: absolute;
    top: 95%;
    transform: translate(0%, -98%);
}
.vertical {
    border-left: 1px solid #ffffff;
    height: 380px;
}
.OR{
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    font-size: 14px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.details_section{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    height: 380px;
    width: 90%;
    padding: 2rem;
}

/*-- ABOUT-SECTION --*/
.agent__sec {
    padding-top: 3rem;
    position: relative;
  }
  .agent__sec::before {
    position: absolute;
    content: url(../img/image-19248.png);
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  .agent__sec::after {
    position: absolute;
    content: url(../img/image-19248.png);
    bottom: 0px;
    right: 0px;
    z-index: -1;
    transform: rotate(180deg)
  }
  section.agent__sec .img_box {
    text-align: center;
  }
  section.agent__sec .img_box img {
    max-height: 311px;
    }

.both_background {
    position: absolute;
    max-height: 200px;
    max-width: 500px;
    top: 150%;
    z-index: -1;
}

.Talk {
    color: #050C30;
    font-size: 36px;
    font-weight: 700;
}

.Choosing {
    color: #545454;
    line-height: 30px;
    font-size: 15px;
}

.btn_btn {
    border: none;
    outline: none;
    background-color: #273168;
    color: var(--white-color);
    padding: 10px 15px;
    border-radius: 6px;
}

.btn:hover{
    background-color: #273168 !important ;
    color: white;
}


.createaccount .SignIn{
    width: fit-content;
}
/*-- FOOTER-SECTION --*/

.footer {
    padding-top: 35px;
    background: rgba(39, 49, 104, 1);
    color: var(--white-color);
}

.footer_icon {
    display: flex;
    gap: 15px;
    font-size: 12px;
}

.footer_icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(14, 23, 71, 1);
    height: 30px;
    width: 30px;
    border-radius: 100%;
}

.footer_footer {
    background-color: var(--header-color);
    padding: 5px 0;
}

/*-- POP-MODAL --*/

.myma_logo {
    display: block;
    margin: 0 auto;
}

.login_registration .login-1 {
    background-color: #EBEBEB;
    padding: 8px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

.Forgot {
    color: #06145B;
    text-decoration: none;
}

.form-control {
    background: linear-gradient(0deg, rgba(249, 249, 249, 0.8), rgba(249, 249, 249, 0.8));
}

.signIn_width {
    width: 82% !important;
}

::placeholder {
    font-size: 15px;
    color: rgba(249, 249, 249, 0.8);
}

.SignIn {
    border: none;
    outline: none;
    background-color: #273168;
    color: #ffffff;
    width: 100%;
    padding: 8px 33px;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}
.createin{
    border: none;
    outline: none;
    background-color: #273168;
    color: #ffffff;
    width: 100%;
    padding: 8px 26px;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}
.form-check-input[type=checkbox] {
    /* background-color: #D9D9D9; */
    accent-color:#273168 ;
    border: 1px solid grey;
}

.btn-close {
    font-size: 10px;
    height: 10px;
    width: 10px;
    background-color: #EBEBEB;
    border-radius: 100%;
}

.change_color {
    color: var(--header-color);
    font-size: 15px;
}

/*-- 28-12-2023 --*/

/*-- BANNER STEPPER --*/

.caption {
    background-image: url(..//img/Mask\ group.png);
    background-size: cover;
    background-size: 70% 100%;
    position: relative;
}

.inner-caption {
    min-height: 210px;
}

.inner-caption h5 {
    font-size: 50px;
}

.box_contact {
    height: 15px;
    width: 15px;
    background-color: var(--white-color);
    border-radius: 100%;
    margin: 0 10px;
}

.Monthly_doller {
    color: #3d5af1;
}

.btn-group_a {
    min-width: 7.5% !important;
     background: rgba(234, 234, 234, 1);
  padding: 8px 15px;
}

.group_btn .btn-enroll {
    background-color: rgba(234, 234, 234, 1);
    padding: 8px 30px;
}

.group_btn .btn-plan {
    background: #273168;
    color: white!important;
    padding: 8px 15px;
}

.group_btn .btn-enroll:hover{
    background: rgba(234, 234, 234, 1)!important;
}
.continueasguest{
    color: #273168;
}

.container_shadow {
    border-radius: 7px;
    /* box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15); */
}

.plan_header .header_plan {
    background-color: rgba(14, 23, 71, 1);
}

.Header_back {
    background-color: rgba(61, 90, 241, 0.1);
}

.recommended td,
th {
    border-right: 5px solid #ffffff !important;
    text-align: left;
}

.Recommended {
    font-size: 50px;
    user-select: none;
}

.gray_color {
    background-color: #F4F4F4;
}

/*-- WIZARD BODY SECTION --*/

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .wizard-fieldset.show {
    display: block;
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #3D5AF1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    /* padding: 15px; */
    color: #888888;
    background-color: #fff;
    border: none;
}

.form-wizard .form-wizard-header {
    text-align: center;
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 16%;
    float: left;
    position: relative;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #D9D9D9;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border: 1px solid #D9D9D9;
}

.form-wizard .form-wizard-steps li span {
    position: relative;
    display: inline-grid;
    place-content: center;
    text-align: center;
    background-color: #D9D9D9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #3D5AF1;
    color: #ffffff;
    box-shadow: 0px 0px 0.3px 6px #3d5bf150;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #3D5AF1;
    left: 50%;
    width: 100%;
    border-color: #3D5AF1;
}

.form-wizard .form-wizard-steps li:is(.active, .activated) .text {
    color: #3D5AF1;
    font-weight: bold;
}

.form-wizard-steps li {
    position: relative;
}

.form-wizard-steps .text {
    position: absolute;
    /* bottom: -25px; */
    left: 50%;
    transform: translateX(-50%);
    margin: unset;
    width: 100%;
    font-size: 14px;
    top: calc(100% + 6px);
}

.wizard_Head_color {
    color: #0E1747;
}
.decline-btn{
    background-color: #EAEAEA;
}

.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.icon_steper .delete {
    background-color: #3D5AF1;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 14px;
    box-shadow: 0 4px 8.5px 0 gray;
}

.icon_steper .pen{
   background-color:#FC2626;
}

.paragard_text {
    color: #B3B3B3;
    font-size: 14px;
}

.paragard_head {
    font-weight: 600;
    color: #424242;
    font-size: 15px;
}
.paragard_head p {
    margin: unset;
}

.form-control_for_input {
    background: linear-gradient(0deg, rgba(255, 255, 255), rgba(255, 255, 255)) !important;
    background-color: #ffffff !important;
    width: 50%;
    padding: 10px !important;
}


/* -- COMPARISION PAGE -- */

.plan-details tr td{
    border: 1px solid rgba(128, 128, 128, 0.494);
}

.comparision .container,.recommended,tr,th {
    font-weight: 500;
    font-size: 18px;
 
}

.recommended,tr,th,td {
    border-style: inherit !important;
    padding: 10px;
}

.recommended tr th {
    width: 200px;
    height: 200px;
    padding: 10px; 
}

.fields .recommended th:nth-child(even),
.fields .recommended td:nth-child(even) {
    text-align: center;
}

/* .recommended th:nth-child(even), .plan tr th{
    border-radius: 10px 10px 0 0;
    padding: 0 20px;
}

.recommended tr:last-child td:last-child , .plan:last-child td {
    border-radius: 0 0 10px 10px;
} */

.recommended tr th{
    border-radius: 10px 10px 0 0;
    padding: 0 20px;
}

tr td  span{
    display: block;
    font-size: 14px;
   
}

.plan tr th {
    padding: 68px 20px;
    /* margin-bottom: 40px; */
   /* height: 184px; */
}
.plan{
    box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.15);
    /* background-color: #092fec36; */
    
}
.plan th, .plan td{
    text-align: center;
    padding: 10px;
}



/*-- sticky tabel --*/
.comparision .plans_table {
    overflow-x: scroll;
    margin: 20px;
    
}
.plans_table table th{
    /* margin: 20px; */
    border-collapse: separate;
    border-spacing: 50px;
}
.plans_table table {
    width: max-content;
}
.plans_table .recommended tr :is(th, td) {
    width: 300px;
    height: unset;
    background-color: #fff;
}
.plans_table table tr :is(th, td):not(:first-child) {
    text-align: center;
}
.plans_table table tr :is(th, td):nth-child(1) {
  position: sticky;
  left: 0px;
}
.plans_table .recommended tr :is(th, td):nth-child(2) {
  position: sticky;
  left: 300px;
  padding-top: 10px;
}

/* .plans_table table tr :is(th):not(:first-child){
    box-shadow: -2px -5px 10px 3px rgba(0, 0, 0, 0.1);  
    padding: 30px;
} */

/*-- 11-1-2024 --*/
.gapping_area {
    background-image: url("..//img/background_imgfor_login.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gapping_area {
    padding-block: 6rem;
}
.logo_my {
    padding: 3rem;
}
.left_img>img {
    border-radius: 6px 0 0 6px;
    width: 100%;
    object-fit: fill;
}
.left_img{
    display: flex;
    height: 100%;
}
/* img.img-fluid {
    height: 100%;
} */

.innergapping, .leftimg{
    height: 100vh;
    background-image: url(../img/login_admin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*-- 12-1-2024 --*/
.signIn_width {
    width: 82% !important;
}
.left_imgg>img {
    border-radius: 6px 0 0 6px;
    width: 100%;
}
.left_imgg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px;
    background: linear-gradient(rgba(14, 23, 71, 0.75), rgba(14, 23, 71, 0.75));
}

.icon-i i{
    background-color: #11258C !important;
}
.position-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}
.dotted-line{
    border: 1px dashed #fff;
    width: 100%;
}
.send-message {
    width: 50% !important;
}
tr{
    cursor: grab;
}

/*-- 15-01-2024 --*/
.form-select-img{
   background-image: unset;
}
#hide{
    display: none;
}

#show{
  display: block;
}
.custom-upload-btn{
    background: none;
    border: 0;
}    
.input-group-text{
    padding: 0;
}
.img-fluid{
    border-radius: 6px 6px 6px 6px;
}
button.watch-video {
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 10px;
    background-color: rgb(143, 143, 143);
    height: 20px;
    width: 20px;
}


/* -- ABOUT US -- */

.cardlist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cardlist .mycard {
    width: 48%;
}

.distanceby button{
    border: none;
    color: white;
    background-color: #273168;
    border-radius: 6px;
    padding: 8px 25px;
}

.scroll-area{
    overflow-y: scroll;
    height: 500px;
    padding-left:  0 !important;
}
.cancel_btn{
    background-color: #EAEAEA !important;
}
.cancel_btn:hover{
    background-color: #EAEAEA !important;
}

.btnbtn-forpop {
    height: 100px;
    padding-top: 38px;
}
.select-card img{
    width: 100%;
}
.addnew i{
    color: #273168;
    
}

.doctorname .doc1 {
    background-color: #fff;    
}

.plan-link a {
    font-size: 14px;
}
.cancelicon{
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    background-color: #ff3f3f27;
}
.cancelicon a{
    position: absolute;
   color: red;
   top: 10%;
    left: 20%;
    text-decoration: none;
}

.footer-banner{
    background-color: #717EC6;
    height: 100px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer-banner a{
 color: #0E1747
}



/* -- dashboard css -- */

.profile-section .dropdown-toggle {
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}

.sidebar {
    position: fixed;
    height: 100%;
    width: 240px;
    transition: all 0.5s ease;
}

.sidebar.active {
    width: 80px;
}

.sidebar .logo-details {

    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .nav-links {
    margin-top: 10px;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    height: 50px;
}

.sidebar .nav-links li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
}

.sidebar .nav-links li a.active {
    background: linear-gradient(to right, #1F1F4F, #2F2E7A);
    border-radius: 5px;
    color: #fff;
}

.sidebar .nav-links li a.active .links_name,
.sidebar .nav-links li a.active i {
    color: #fff;
}
.sidebar .nav-links li a.active img{
    filter: invert(1);
}


.sidebar.active .nav-links li .links_name {
    display: none;
}

.sidebar .nav-links li i {
    min-width: 60px;
    text-align: center;
    font-size: 18px;
    color: #1F1F4F;
}

.sidebar .nav-links li a .links_name {
    color: #1F1F4F;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}



.profile-section {
    position: relative;
    background: #f5f5f5;
    min-height: 100vh;
    width: calc(100% - 240px);
    left: 240px;
    transition: all 0.5s ease;
}

.sidebar.active~.profile-section {
    width: calc(100% - 80px);
    left: 80px;
}

.profile-section nav {
    display: flex;
    justify-content: space-between;
    height: 80px;
    background: #0E1747;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0px;
    width: calc(100% - 0px);
    left: 240px;
    z-index: 100;
    padding: 0 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.sidebar.active~.profile-section nav {
    left: 80px;
    width: calc(100% - 80px);
    background-color: #0E1747;
}

.profile-section nav .sidebar-button {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

nav .sidebar-button i {
    font-size: 35px;
    margin-right: 10px;
}

.profile-section nav .profile-details {
    display: flex;
    align-items: center;
    height: 50px;
    min-width: 190px;
    padding: 0 15px 0 2px;
}

nav .profile-details img {
    height: 40px;
    width: 40px;
    border-radius: 25px;
    object-fit: cover;
}

nav .profile-details .admin_name {
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
    margin: 0 10px;
    white-space: nowrap;
}

nav .profile-details i {
    font-size: 25px;
    color: #333;
}

.container-fluid {
    padding: 10px 18px;
}

.avatar {
    position: relative;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.avatar .edit_icon {
    top: 60%;
    left: 90%;
    position: absolute;
}

.edit_button {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #0E1747;
}

.edit_button i {
    color: #fff;
}

.container-fluid .plan_history {
    box-shadow: 4px 5px 15px -4px #4846a92b;
    background-color: #EEEEEE;
    border-radius: 5px;
}


/* -- plan benefet css-- */
 .reco th:nth-child(even),
 .reco td:nth-child(even) {
 background-color: white;
 color: black;
    text-align: center;

}
.reco{
    background-color: transparent;
}
.bgbox{
    background-color: rgb(226, 226, 226);
}

.container_color{
    background-color:white;
    box-shadow: 2px 4px 7px #dddddd57;
}
.plans_table .reco tr :is(th, td){
    width: 300px;
    height: unset;
   
}
.reco th:nth-child(2){
    border-radius: 10px 10px 0 0;;
}

/* -- carrier contacts page  -- */

.details_table {
    border-collapse: collapse;
    width: 97%;
    background-color: #f2f2f2;
  }
  
  .details_table td, .details_table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
   .details_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: hsla(230, 87%, 59%, 0.21);
    color: #000000;
  }

  /* -- see better plans--- */

  .col-lg-10 .plans_table {
    overflow-x: scroll;
    margin: 20px;
    
}
.arrow_box{
    position: relative;

}
.arrow_box .nav_icon{
    --pos-icon: 1px;
    position: absolute; 
    top: 50%;
    right: 0px;
    transform: translate(var(--pos-icon), -50%);
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: .3s all cubic-bezier(0, 0, 0.94, 0.97);
}
@keyframes example {
    0%   {--pos-icon: -2px;
            color: #000000;
            }
    100%  {--pos-icon: 1px;
        color: #3D5AF1;}
  }
  /* .profile-section nav{
    position: fixed;
    left: 240px;
    right: 0;
    top: 0;
    width:calc(100% - 240px); 
  } */
  .custom-container{
    padding: 10px 30px;
  }


  /* -- change password -- */

  .plan_history {
    background-color: #EEEEEE;
    border-radius: 5px;
}

.change-fields p{
    font-size: small;
    display: none;
}


/* -- dentist -- */

.profile-section .details_table tr:not(:first-child){
font-size: 16px;
}

.accordion-button{
    background-color: #E8E8E8;
}

/*  ADMIN DASHBOARD */

.home-section .home-content {
    position: relative;
    padding-top: 104px;
}

.home-content .overview-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    margin-bottom: 26px;
}

.overview-boxes .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3 - 15px);
    background: #fff;
    padding: 15px 14px;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.overview-boxes  .box-view {
 font-size: 14px;
}
.overview-boxes .box-topic {
    font-size: 20px;
    font-weight: 500;
}
.overview-boxes .circle{
background-color: #E8E8E8;
height: 10px;
width: 10px;
border-radius: 50px;
padding: 20px;
}
.overview-boxes .circle i{
 color: #3D5AF1;
}

.home-content .box .number {
    display: inline-block;
    font-size: 22px;
    margin-top: -6px;
    font-weight: 600;
}







/* left box */
.home-content .media-boxes .recent-sales {
 
    background: #fff;
    padding: 20px 30px;
    margin: 0 0px;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.home-content .media-boxes .sales-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media-boxes .box .title {
    font-size: 24px;
    font-weight: 500;
    /* margin-bottom: 10px; */
}

.media-boxes .sales-details li.topic {
    font-size: 20px;
    font-weight: 500;
}

.media-boxes .sales-details li {
    list-style: none;
    margin: 8px 0;
}

.media-boxes .sales-details li a {
    font-size: 18px;
    color: #333;
    font-size: 400;
    text-decoration: none;
}

.media-boxes .box .button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.media-boxes .box .button a {
    color: #fff;
    background: #0A2558;
    padding: 4px 12px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.media-boxes .box .button a:hover {
    background: #0d3073;
}

/* Right box */
.home-content .media-boxes .top-sales {

    background: #fff;
    padding: 20px 30px;
    margin: 0 20px 0 0;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.media-boxes .top-sales li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.media-boxes .top-sales li a img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 12px;
    margin-right: 10px;
    background: #333;
}

.media-boxes .top-sales li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.media-boxes .top-sales li .product,
.price {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}

.nav-links{
    height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.change_color {
    color: var(--header-color);
    font-size: 15px;
    border: none;
    background-color: transparent;
}

/* Style for password toggle button */
.password-toggle {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 55%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.toggle-password i {
    font-size: 1.25rem;
    color: #888;
}

.deletebtn{
    background-color: #FF3F3F;
    color: white !important;
    padding: 8px 30px;
}
    
    
.deleteaccount{
    background-color: #FF3F3F;
    color: white !important;
    padding: 8px 30px;
}

.drug-scrollable-list {
    max-height: 200px;
    overflow-y: auto;
}

.agent-documentation-modal-body {
    max-height: 700px;
    overflow-y: auto;
}

.custom-anchor {
    margin: 10px 0 0 0px;
    text-align: center;
}

.custom-anchor p a{
    text-decoration: underline;
}

.provider-scrollable-list {
    max-height: 750px;
    overflow-y: auto;
}

.link-button {
    background: none;
    border: none;
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    padding: 0;
}

.link-button:hover {
    color: #0a58ca;
}

.w-80 { width: 85vw; }
.h-80 { height: 80vh; }


/* Custom button styles */
.btn-green {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: green;
    color: white;
    text-decoration: none;
    border-radius: 5px; /* Rounded corners */
    width: 50%;
    margin-top: 20px;
    border: 0; /* Remove border */
}

.btn-green:hover {
    background-color: green; /* Keep it green on hover */
    color: white;
    text-decoration: none; /* Optional: to remove underline on hover */
}






















  .fa-circle-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #3e4fa9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .fa-circle-btn i {
    color: #3e4fa9;
    font-size: 1.25rem;
  }

  .fa-circle-btn:hover {
    background-color: #3e4fa9;
  }

  .fa-circle-btn:hover i {
    color: white;
  }


  
/* 06/06 */
.cstm_camera_img_container .custom-upload-btn{
    height: 100%;
}
.cstm_camera_img_container img{
    height: 100%;
    object-fit: contain;
}
.cstm_camera_img_container .border-img{
    height: 100%;
}

/* 02/08/2025 */
.searchContainerMaxWidth{
    max-width: 300px;
}

.collapsed .sidebar{
    left:-240px;
}
.collapsed .profile-section{
    left:0px;
    width: 100%;
}
.sidebarClose{
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 18px;
    color: #050C30;
    display: none;
}

.cstmthemeBtnGroup{
    background: #273168;
    color: white !important;
    padding: 8px 15px;
}

/* 04/08/2025 */
.details_table td, .details_table td{
    min-width: 150px;
}
.navbar-brand img{
    width: 60px;
}
.leftbackgroundContact{
    background-image: url('../img/contact-img1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    color: #fff;
}

/* 06/08/2025 */
/* .collapsed .sidebar{
    width: 75px;
}
.collapsed .profile-section{
    left: 75px;
    width: calc(100vw - 75px);
}
.nav-links::-webkit-scrollbar {
    display: none;
}
.collapsed .sidebar .links_name{
    display: none;
} */

/* 07/08/2025 */
/* .dragContainer{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #050C30;
}
.cstmBackArrow{
    width: max-content;
    border-radius: 30px;
    gap: 10px;
    padding: 3px 10px;
} */
/* 07/08/2025 end*/
.cstmBackArrow{
    width: auto;
    border-radius: 50px;
    padding: 3px 10px;
}
.dragContainer{
    color: #273168;
    margin-right: 10px;
}
.maxHeightModal{
    max-height: calc(100vh - 300px);
}
/* 03/09/2025 */
.carousel-btn {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.carousel-btn button{
    background-color: #ffffffcc;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #0e1747;
    width: 35px;
    height: 35px;
    border: 1px solid var(--header-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Notification bell icon end */
.headerRight{
  display: flex;
  align-items: center;
  gap: 20px;
}
.notificationDropdown .top-text-light {
  color: #999;
  font-size: 0.8em;
  text-decoration: none;
}
.notificationDropdown .dropdown-menu {
  width: 350px;
  max-width: 90vw;
  height: max-content;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.cstmDropdownToggler{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.notificationDropdownMenu{
  padding: 15px;
  font-size: 14px;
  text-decoration: unset;
}
.notificationDropdownMenu a{
  text-decoration: none;
  color: #000000;
  display: inline-block;
  width: 100%;
}
.notificationDropdownMenu .top-text-block{
  border-bottom: 1px solid #e6e6e6;
  padding-block: 10px;
}

.loader-topbar {
  margin: 5px auto;
  border: 3px solid #ddd;
  border-radius: 50%;
  border-top: 3px solid #666;
  width: 22px;
  height: 22px;
  -webkit-animation: spin-topbar 1s linear infinite;
  animation: spin-topbar 1s linear infinite;
}
@-webkit-keyframes spin-topbar {
0% {
  -webkit-transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
}
}
@keyframes spin-topbar {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}


.unredMessage{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  right: 0px;
  background-color: #008000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(50% , -50%);
  color: #fff;
  font-size: 14px;
}

/* Notification bell icon end */

.invalid-feedback {
    min-height: 1.5em; /* Adjust based on expected error height */
    position: relative;
}



/* extra  */

.notificationDropdownMenu {
    max-height: 350px;
    overflow-y: auto;
}

.notificationDropdownMenu li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
}

.notificationDropdownMenu li:last-child {
    border-bottom: none;
}

.top-text-heading {
    font-weight: 500;
    font-size: 14px;
}

.top-text-light {
    color: #888;
    font-size: 12px;
}

.btn-blue {
  background-color: #f9f9f9;
  color: #273168;
  border: 2px solid #273168;
}

.btn-blue:hover {
  background-color: #273168;
  color: #ffffff;
  border-color: #273168;
  box-shadow: 0 0 8px rgba(39, 49, 104, 0.3);
}

.btn-summary {
    border: none;
    outline: none;
    background-color: #273168;
    color: var(--white-color);
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    background-color: #273168;
    color: #ffffff;
    border: 2px solid #273168;
    transition: all 0.3s ease-in-out;
}

.btn-summary:hover {
  background-color: #ffffff;
  color: #273168;
  border-color: #273168;
  box-shadow: 0 0 8px rgba(39, 49, 104, 0.3);
  text-decoration: none;
}