:root {
    --for-mainbtn: #004B73;
    --for-mainbtn2: #00649714;
    --bg-sidebar: #F9F9FC;
    --table-mainsec:  #FAFAFA;
    --for-selected:  #CCE5FF;
    --white: #FFFFFF;
    --inverse-onsurface: #F0F0F4;
    --primary: rgba(26, 101, 133, 1);
    --primary-txt: #001D31;
    --logo-bg:  #D4E4F6;
    --on-primary: #004B73;
    --on-hover: #C6C6C92E;
    --float-btn: #EDDCFF;
    --border-line: #E9E9E9;
    --tertiary:#66558E;
    --border-line:#E1E1E1;
    --completed:#B6E7C1;
    --complete-in:#04300F;
    --in-complete:#FFDAD6;
    --in-text:#410002;
    --open:#EDEDED;
    --open-in:#515151;
    --disable:#1C1B1F1F;
    --label-web:#767676;
    --label-bord: #72787E;


  
     /*--main-color: linear-gradient(45deg, #c40051, #ff0066);
 --color-dark: #1d2231;
 --text-grey: #8390a2;
 --dark-BG: #001623;
 --content-BG: #022d47;
 --dark-text: #b200ff;
 --off-white: #f1f5f9;
 --icon-color: #520293;
 --purple: linear-gradient(45deg, #99013e, #7f02ed);
 --pink: linear-gradient(45deg, #770233, #ff0066);
 --orange: linear-gradient(45deg, #ff9000, #ffd400);
 --moon: linear-gradient(45deg, #ff9000, #7f02ed);
 --moon-only: linear-gradient(45deg, #fff, #7f02ed);
 --sun: linear-gradient(45deg, #ffc700, #8300ff);
 --new-content: rgba(255, 255, 255, .5); */
 
 }
/*  
 * {
 padding: 0;
 margin: 0;
 font-family: 'roboto', sans-serif!important;
 box-sizing: border-box;
 outline: none;

 list-style-type: none;
 text-decoration: none;
 overflow-x: hidden;
 }

 
  */
 /* ===================== */
 /* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

  */

  /* * {
    box-sizing: border-box;
    overflow-x: hidden;
}
html{
    height: 100%;
    box-sizing: border-box;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
      background: rgba(0, 0, 0, .1);
      min-height: 100%;
      backdrop-filter: blur(10px);
} */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
      
  }
  body{
    /* background: #EBEBEB; */
    overflow-y: hidden;
  
  }
  
  .app {
      min-height: 100vh;
    background: #EBEBEB;
  }
  

 .main-wrapper{
 background: var(--inverse-onsurface);
 backdrop-filter: blur(6px);
 margin-left: 30px;
 }
 
 .sidebar-menu ul{
    padding-left: 0px;
    list-style-type: none;
    padding: 9px 0px 1px;
    margin: 0px;
    position: absolute;
    width: 100%;
    top: 56px;
    bottom: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #181818;
 }
 .log-div{
    width: 40px;
    border-radius: 50%;
    padding: 7px 9px 10px;
    height: 40px;
    border: .5px solid rgba(255, 255, 255, 1);
    overflow: hidden;
 }
 
 /* ===========SIDEBAR========== */
 .sidebar {
    width: 183px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #181818;
    backdrop-filter: blur(6px);
    /* box-shadow: 5px 0 10px rgba(0, 0, 0, .3); */
    z-index: 100;
    transition: width 300ms;
    overflow: unset;
    border: 5px solid #F6FAFE;
    border-radius: 20px;
}
 
 
 .sidebar-brand {
    text-align: center;
    height: 56px;
    padding: 0px 0px 0px 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #3F3F3F;
}

.sidebar-brand img{
    width: 142px;
}
 
 
 .sidebar-brand span {
 display: inline-block;
 padding-right: 1rem;
 }
 
 
 .sidebar-menu li {
    padding: 0;
    margin: 0;
    height: auto;
    align-items: center;
    display: grid;
    margin-bottom: -2px;
    text-align: center;
    position: relative;
    overflow: hidden;
 }
 
 .sidebar-menu a {
 /* padding-left: 1rem; */
 display: block;
 color: var(--off-white);
 /* text-transform: uppercase; */
 font-weight: 500;
 font-size: 14px;
 overflow: hidden;
 display: grid;
 text-decoration: unset;
 }
 .sidebar-menu a div{
    display: flex;
    justify-content: left;
    gap: 0px;
    align-items: center;
    padding: 2px 0px 4px;
    margin: 0px 9px 0px 11px;
    cursor: pointer;
}

.sidebar-menu a .inactive-img:hover{
    border-radius: 50px;
    margin: 0px 9px 0px 11px;

    background: rgba(255, 255, 255, 0.1);
}
 /* .sidebar-menu a div img{
 padding: 4px 16px 4px 16px;
 } */

 .sidebar-menu a .active span{
 color: #000000;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.sidebar-menu a .active {
    background: #72EFF3;
    border-radius: 50px;
    margin: 0px 9px 0px 11px;
    padding: 5px 0px 4px;
}
.sidebar-menu a  span{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    overflow: unset;
}
   

 .sidebar-menu a  .active  img{
    /* padding: 4px 16px 4px 16px;
    background: var(--for-selected);
    border-radius: 16px; */
}
.sidebar-menu a .active img{
    width: 20px;
    height: 20px;
    filter: invert(88%) sepia(21%) saturate(935%) hue-rotate(123deg) brightness(85%) contrast(97%);
    /* border-radius: 16px; */
    /* padding: 10px 26px 10px 16px; */
    /* margin-bottom: 4px; */
}

.inactive-img img{
    width: 20px;
    height: 13px;
}

 .sidebar-menu {
 margin-top: 1rem;
 
 }
 


 .dropup-content {
    display: block;
    position: fixed;
    min-width: 256px;
    z-index: -1;
    margin-left: 76px;
    height: 100%;
    top: 0px;
    border-radius: inherit;
    background: var(--bg-sidebar);
    /* background: var(--material-theme-sys-light-surface, #F9F9FC); */
    /* box-shadow: 1px 0px 10.1px 0px rgb(228 228 228 / 12%); */
    color: #000;
    transition: transform 750ms ease-in-out;
    transform: translateX(-100%);
}

.sidebar:hover .dropup-content {
    display: block; /* Show the dropdown content on hover */
}
.sidebar-menu{
    overflow: inherit!important;
    background: var(--bg-sidebar);
}
.dropup:hover .dropup-content {
    display: block;
    transform: translateY(0);
    box-shadow: 4px 0px 10.5px 0px rgba(0, 0, 0, 0.12);
}

.side-head1 {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    padding: 26px 22px 0px;
}
.side-nav ul li a {
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.dropup-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    margin: 9px;
    text-align: left!important;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}
.dropup-content a:hover {
    background: #D4E4F6;
    margin: 9px;
    border-radius: 18px;
}
.r-sec {
    /* float: right; */
    /* margin-top: 3px; */
    font-weight: 500!important;
    font-size: 14px!important;
    color: #000000!important;
}


.last-icon {
    position: absolute;
    bottom: 12px;
    width: 173px;
    justify-content: center;
    display: grid;
    /* height: 64px; */
    background: #000000;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
    gap: 6px;
}
.img-log {
    border: 0.5px solid #42474E;
    border-radius: 40px;
    padding: 3px 11px 3px 11px!important;
    width: 40px;
    height: 40px;
}
.img-log:hover {
background: rgba(198, 198, 201, 0.18);
}

.sec-one{
    display: flex;
    gap: 11px;
    background: rgba(38, 38, 38, 1);
    padding: 10px 9px 10px;
    border-radius: 10px;
    align-items: center;
    height: 59px;
}
.sec-one img{
    width: 40px;
    height: 39px;
    border-radius: 50%;
    object-fit: cover;
}
.sec-one p{
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}


.second-side{
    /* width: 183px;
    position: fixed;
    left: 186px;
    top: 87px;
    height: 90vh;
    background: #181818;
    backdrop-filter: blur(6px);
    z-index: 100;
    transition: width 300ms;
    overflow: unset;
    border-radius: 20px;
    margin-bottom: 19px;
    bottom: 0px; */
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 50%;
    
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 1);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 12px 0px 12px 12px;
    padding: 12px;
    min-height: 500px;
    overflow-x: auto;
    margin-top: 12px;
    padding: 15px 21px 25px 21px;
    min-height: 100vh;
    height: 100vh;
    /* overflow-x: hidden; */
    overflow-y: auto;
    padding-bottom: 161px;
}

.second-list {
    display: flex;
    gap: 8px;
    align-items: center;
}
.second-list img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.second-list h6{
font-weight:400 !important;
font-size:16px !important;

color:rgba(255, 255, 255, 1);
}
.second-list p{
    font-weight:500;
    font-size:12px;
    
    color:rgba(255, 255, 255, 1);
    }
    .second-list span{
        font-weight:400;
        font-size:12px;
        
        color:rgba(255, 255, 255, 1);
        }
.main-box{
    background: rgba(26, 101, 133, 1);
    border-radius: 18px;
    padding: 4px 8px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 9px 9px;
}
.main-box2{
    background: #fff;
    border-radius: 18px;
    padding: 4px 8px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 9px 9px;
}

.second-list2 {
    display: flex;
    gap: 8px;
    align-items: center;
}
.second-list2 img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.second-list2 h6{
font-weight:400 !important;
font-size:16px !important;

color:rgba(0, 0, 0, 1);
}
.second-list2 p{
    font-weight:500;
    font-size:12px;
    
    color:rgba(0, 0, 0, 1);
    }
    .second-list2 span{
        font-weight:400;
        font-size:12px;
        
        color:rgba(0, 0, 0, 1);
        }




        .main-side {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 100%;
            word-wrap: break-word;
            background-color: rgba(255, 255, 255, 1);
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 12px 12px 12px 12px;
            padding: 12px;
            min-height: 500px;
            overflow-x: auto;
            margin-top: 12px;
            padding: 15px 21px 25px 21px;
            min-height: 100vh;
            height: 100vh;
            /* overflow-x: hidden; */
            overflow-y: auto;
            padding-bottom: 161px;
        }


        .container11 {
            position: relative;
            display: inline-block;
        }

        .main-image {
            display: block;
            width: 100%;
        }

        .grid-imgs {
            position: absolute;
            top: 28px;
            right: 13px;
            display: grid;
            grid-template-rows: repeat(3, 1fr);
            gap: 10px;
        }

        .grid-imgs img {
            width: 100px;
            height: auto;
            border-radius: 10px;
            border: 1px solid #FFFFFF;
            object-fit: cover;
        }

        .centered {
            position: absolute;
            top: 84%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
        }

    .more-img{
        border-radius: 10px;
    border: 1px solid #FFFFFF;
    object-fit: cover;
            background:  linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../assets/images/pic1.jpg');
     }

        @media (min-width: 768px) {
            .grid-imgs img {
                width: 150px;
                height: 93px;
            }
            .more-img img {
                width: 150px;
            }
        }

        @media (min-width: 1024px) {
            .more-img img {
                width: 165px;
                height: 107px;
            }
        }

.edit-icon{
 background : #fff;
 box-shadow: 0px 4px 4px 0px #00000040;
 border: 1px solid #E9E9E9;
 border-radius: 10px;
 padding: 8px;
}
.edit-icon:hover{
background: var(--Schemes-Surface, #F6FAFE);
}

.edit-icon img{
    width: unset !important;
    height: unset !important;
    border: unset !important;
    border-radius: unset !important;
}
#agency-h1{
    justify-content: space-between;
}
.plus-b{
    position: absolute;
    top: 56px;
    right: 8px;
    width: unset !important;
    height: unset !important;
    border-radius: 10px !important;
    padding: 8px !important;
    background: #fff !important;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    border: 1px solid #E9E9E9 !important;
    z-index: 1;
}

/*input type file */
/* input[type=file] {
    display: block;
} */
.file-input {
    position: absolute;
    top: 305px;
    left: 120px;
    width: 4%;
    height: 6%;
    opacity: 0;
    cursor: pointer;
}
.file-label{
    margin-bottom: 0px;
}


.file-input2 {
    position: absolute;
    top: 135px;
    left: 120px;
    width: 4%;
    height: 6%;
    opacity: 0;
    cursor: pointer;
    display: none;
}
.file-input3 {
    position: absolute;
    top: 444px;
    left: 120px;
    width: 4%;
    height: 6%;
    opacity: 0;
    cursor: pointer;
}
.file-input4 {
    position: absolute;
    top: 70px;
    left: 120px;
    width: 4%;
    height: 6%;
    opacity: 0;
    cursor: pointer;
    display: none !important;
}

.file-input-bg-edit{
        position: absolute;
        top: 146px;
        right: 35px;
        width: 4%;
        height: 6%;
        opacity: 0;
        cursor: pointer;
        display: none;
}

.upload-div{
    display: grid;
    margin: 12px 2px 31px;
}
.contract-img{
    width: 100%;
    height: 134px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 31px;
}


/*staff creation */
 .staff-form label{
    color: #40484D;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
 }
 .staff-form input{
    color: #1a1b1b;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;

    border: 1px solid #71787D;
    border-radius: 8px;
 }
 
 .staff-form textarea{
    color: #1a1b1b;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;

    border: 1px solid #71787D;
    border-radius: 8px;
 }
 .staff-form input:focus{
    border: 1.5px solid #1A6585 !important;
 }
 .ext-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
 }
 .staff-form .form-group{
 margin-bottom: .5rem;
}
.staff-form .row{
    margin: 0px -3px;
}
.user-sec{
    display: grid;
}

.small-icon{
    width: 53px !important;
    height: 27px !important;
border-radius: 10px!important;
object-fit: cover!important;
box-shadow: 0px 4px 4px 0px #00000040!important;
border: 1px solid #E9E9E9!important;
}
.close-b {
    top: 0px;
    position: relative;
    right: 2px;
    width: unset !important;
    height: 31px !important;
border-radius: 10px !important;
padding: 8px !important;
background: #fff !important;
box-shadow: 0px 4px 4px 0px #00000040 !important;
border: 1px solid #E9E9E9 !important;
cursor: pointer;
}
.close-b {
background: #e6e5e5 ;
}

#ext-agency{
gap: 8px;
}
.step-button{
display: flex;
gap: 7px;
margin: 0px 0px 13px;

}
.step-button button{
background: #C2E8FF;
border-radius: 8px;
border: unset;
padding: 5px 12px;
display: flex;
align-items: center;
gap: 4px;
color: #001E2C;
font-weight: 500;
font-size: 14px;
}
.active-icon{
border: 4px solid #FFFFFF !important;
}


.staff-form select {
    color: #1a1b1b;
font-size: 14px;
font-weight: 500;
line-height: 16px;
    border: 1px solid #71787D;
    border-radius: 8px;
    background: #ffffff;
    height: 34px;
    width: 100%;
    padding: 2px 24px 2px 6px;
    appearance: none !important;
    background-image: url(../assets/images/select-arrow.png) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right 0.7em top 50%, 0 0 !important;
    background-size: 0.65em auto, 100% !important;
}
.staff-form select:focus {
    outline: unset;
}

.select-al option[value=""] {
    color: #000 !important; /* Placeholder text color */
}


.sec-one span{
color: rgba(255, 255, 255, 0.8);
font-weight: 500;
font-size: 11px;
line-height: 16px;
}

.sec-two{
    display: flex;
    background: rgba(38, 38, 38, 1);
    padding: 10px 9px 10px;
    border-radius: 10px;
    background: rgba(38, 38, 38, 1);
    padding: 10px 9px 10px;
    border-radius: 10px;
    align-items: center;
    height: 47px;
    gap: 12px;
    overflow-y: hidden;
}
.sec-two img {
    width: 18px;
    height: 18px;
}
.sec-two p{
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
 .main-content {
    transition: margin-left 300ms;
    margin-left: 81px;
    /* background: rgba(0, 0, 0, .2); */
    overflow: hidden;
    height: 100vh;
    /* min-height: 100vh;*/
 }
 

/*product list*/

.product-c:nth-child(odd) {
    background-color: #F8F8F8;
}
.product-c:hover{
    background: #EAEEF2;
}
.product-side {
    background: #fff;
    border-radius: 18px;
    padding: 4px 8px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 9px 9px;
}
.product-list {
    display: flex;
    gap: 8px;
    align-items: center;
}
.product-list img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}
.product-list h6 {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}
.product-list span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}


.product-side2 {
    background: #fff;
    border-radius: 18px;
    padding: 4px 8px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 9px 9px;
}
.product-list2 {
    display: flex;
    gap: 8px;
    align-items: center;
}
.product-list2 img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}
.product-list2 h6 {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}
.product-list2 span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}


.product-side-active {
    background: rgba(26, 101, 133, 1) !important; 
 
}
.product-side-active h6,
.product-side-active span {
    color: rgba(255, 255, 255, 1);
}

.dis-flx{
    align-items: end !important; 
    display: flex !important; 
    gap: 11px !important; 
}
.dis-flx p{
    margin-bottom: -3px !important; 
}

.sub-head{
    color: #71787D;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
.paragraph-note{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin: 5px 0px 5px;
}

 /* ====GLASSMORPHISM CHANGE HERE!==== */

    header {
        display: flex;
        justify-content: space-between;
        position: fixed;
        /* left: 81px; */
        padding: 7px 12px 7px 24px;
        background: var(--white);
        left: 190px;
        width: calc(100% - 203px);
        align-items: center;
        top: 0;
        height: 56px;
        z-index: 100;
        border-bottom: 1px solid #E4E4E4;
        border-radius: 20px;
        margin: 7px 0px;
        overflow: hidden;
        box-shadow: 0px 0px 10px 0px #00000026;
 }
 

 .head-line {
    display: grid;
    align-items: center;
    gap: 8px;
    /* width: 40px; */
    /* height: 40px; */
    grid-template-columns: auto 240px;
}
.head-line img {
    cursor: pointer;
    border-radius: 8px;
    padding: 8px;
    /* width: 40px;
    height: 40px; */
}
.head-line img:hover {
    cursor: pointer;
    background: var(--inverse-onsurface);
    padding: 8px;
}
.head-line p {
 font-weight: 400;   
font-size: 20px;
color: #000000;
line-height: 24px;
margin-bottom: 0px;
}

 header h2 {
 color: #fff;
 text-transform: uppercase;
 }
 
 header label span {
 font-size: 1.7rem;
 padding-left: 1rem;
 }
 

.card1{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 1);
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: 12px 12px 0px 0px;
    padding: 12px;
    min-height: 500px;
    overflow-x: auto;
    margin-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
}
 
.card2{
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 30%;
        word-wrap: break-word;
        background-color: rgba(255, 255, 255, 1);
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0px 12px 12px 12px;
        padding: 12px;
        min-height: 500px;
        overflow-x: auto;
        margin-top: 12px;

        overflow-y: auto;
    padding: 15px 21px 25px 21px;
    min-height: 100vh;
    padding-bottom: 161px;
    height: 100vh;
    
}
.two-screen{
    display: flex;
    margin-top: 13px;
}

.card-m{
    background-color: var(--white);
}

 .user-wrapper {
 display: flex;
 align-items: center;
 /* padding: 0 10px; */
 }
 .user-wrapper2 {
 display: flex;
 align-items: center;
 gap: 8px;
 }
 
 .user-wrapper .log1 {
    border: 1px solid #DCE3E9;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-size: cover;
    object-fit: contain;
 }
 
 .user-wrapper .note {
 border-right: 1px solid #E4E4E4;
 border-left: 1px solid #E4E4E4;
 padding: 16px 18px 16px 18px;
 cursor: pointer;
 }
 
 .user-wrapper p {
    margin-bottom: 0px;
    padding: 20px 26px 20px 26px;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
 }

 .agency-head{
    margin: 16px 0px;
    display: flex;
    align-items: end;
    padding: 13px 13px 13px;
    border-radius: 20px;
    gap: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 100%), url(../assets/images/pic1.jpg);
    background-size: cover; 
    background-position: center;
    /* justify-content: space-between; */
 }    #ext-agency2 {
    gap: 8px;
    justify-content: space-between;
}

 .agency-head img{
    object-fit: cover;
    width: 130px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
 }
 .agency-head p{
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 0px;
 }
 .agency-head span {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
}
 .agency-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ddd;
    margin-bottom: 17px;
}

.agency-table td {
    padding: 10px; 
    border: 1px solid #ddd;
}

.main-imglist{
    display: flex;
    gap:0px;
    align-items: center;
}
.img-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    gap: 4px;
    width: 358px;
justify-content: right;
}



.img-list img {
flex-shrink: 0;
}
.footer-section1{
    position: absolute;
    display: grid;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
    gap: 6px;
    bottom: 134px;
    width: 100%;
    text-align: center;
    margin-left: -21px;
    justify-content: center;
}
.footer-section1 button{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.05);
    color: rgba(26, 101, 133, 1);
    font-weight: 500;
    font-size: 14px;
    padding: 13px 36px 13px 36px;
    border-radius: 18px;
    width: 283px;
}

.footer-section1 button:hover{
background: var(--Schemes-Surface, #F6FAFE);
}


.footer-section1 img{
width: 16px;
    margin-right: 10px;
}
.footer-section2{
    position: absolute;
    bottom: -10px;
    display: grid;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
    gap: 6px;
    width: 100%;
    text-align: center;
    margin-left: -21px;
    justify-content: center;
}
.footer-section2 img{
width: 222px;
}

 /* ====GLASSMORPHISM CHANGE HERE!==== */
 main {
    margin-left: 90px;
    margin-top: 37px;
    padding: 5rem 0.5rem;
    min-height: 100vh;
    /* min-height: calc(100vh - 123px); */
    /* min-height: calc(100vh - 90px); */
    /* margin-bottom: -50px; */
    /* margin-bottom: -90px; */
    margin-bottom: -66px;
    margin-right: -11px;
 }
 .main-2{
    margin-top: -22px;
 }
 
 /* ====GLASSMORPHISM CHANGE HERE!==== */
 .heading {
 color: rgba(0, 0, 0, 1);
 font-size: 16px;
 line-height: 24px;
 margin-bottom: 0px;
 
 }
 
 
 #searchQueryInput1 {
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 3.5rem 0 3.5rem;
    border: 2px solid var(--border-line);
    border-radius: 8px;
    background: transparent;
    margin-top: 6px;
}
 #searchQuerySubmit {
    width: 4.1rem;
    height: 3.9rem;
    margin-left: -22.4rem;
    background: none;
    border: none;
    outline: none;
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
}
 .search-m{
    position: relative;
    width: 307px;
 }
 .side-content{
    margin-top: 20px;
    overflow-y: auto;
    margin-bottom: 51px;
 }
 .fill-sea{
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .filter-img{
    box-shadow: 0px 1px 4px 0px #0C0C0D1A;
    padding: 8px 10px;
    border: 1px solid #C0C7CD;
    border-radius: 8px;
    height: 38px;
    margin-top: 5px;
 }
 
 table {
 
 border-collapse: collapse;
 }
 
 
 .table-responsive {
 width: 100%;
 overflow-x: auto;
 }

 .table-main {
    border-collapse: collapse;
    width: 100%;
    /* border-radius: 16px 16px 16px 16px; */
    overflow: hidden;
}
.table-main thead tr {
    /* background-color: #ffffff; */
    color: #000;
}
.table-main th, td {
    /* padding: 15px; */
    padding: 15px 10px 15px;
    white-space: nowrap;
}
.table-main th {
    color: var(--label-bord);
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px solid #fff;
}

.table-main tbody tr td {
    /* border: 1px solid #e9e9e9; */
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.table-main tbody tr {
    border-bottom: 1px solid var(--border-line);
}
.table-main tbody tr:hover {
    background: #F9F9FC;
}

.check-box2{
    display: flex;
      gap: 12px;
  }
  .check-box2 p{
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

    .green-in[type="checkbox"] {
      width: 18px;
      height: 18px;
      accent-color: #336940;
  }
  .green-in[type="checkbox"]:hover {
      width: 18px;
      height: 18px;
      accent-color: #336940 !important;
  }

  
.edit-status{
    border-radius: 50%;
    background: #fff;
    padding: 1px 3px 2px 5px;
    width: 24px;
    height: 24px;
}
.edit-status img{
  object-fit: none !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 0px !important;
}
.stat-btn{
    display: flex;
    background: #72EFF3;
    border-radius: 27px;
    padding: 6px 9px 6px 15px;    
    align-items: center;
    gap: 11px;
    border: unset;
}
.stat-btn span{
    color: #181818;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.date-time{
    display: flex;
    justify-content: space-between;
}
.d1-t p{
display: flex;
    gap: 8px;
    justify-content: right;
    margin-bottom: 3px;
}
.d1-t span{
   color: #1A6585;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
}
#ag-t1 td{
    border: unset !important;
}
.green-status{
    background: #00610A;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    height: 25px;
    padding: 1px 11px 1px;
    border: unset;
    border-radius: 27px;
    cursor: unset;
}
.light-b-status {
    background: #72EFF3;
    color: #181818;
    font-weight: 500;
    font-size: 12px;
    height: 25px;
    padding: 1px 11px 1px;
    border-radius: 27px;
    cursor: unset;
    border: unset;
}
.sec-list span {
    font-weight: 400;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
}
.sec-list2 span{
    font-weight: 400;
    font-size: 14px;
    color: #3D4449;
}
.table-bord td{
    border: 1px solid var(--border-line)!important;
}
.table-bord tr{
    border-bottom: unset!important;
}
.table-bord label{
    color: var(--label-web);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 3px;

}
.table-bord p{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}
.icon-move{
    padding: 0px;
}

.icon-move:hover {
    border-radius: 8px;
    background: var(--inverse-onsurface);
    padding: 0px;
   
}
.table-heading {
    margin-left: 0px;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 24px;
    color: #000;
    margin-bottom: 6px;
}
.table-wrap{
    overflow-x: auto;
}
.name-f{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}
#border-none td{
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#border-none button{
    background: #00610A;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    height: 25px;
    padding: 1px 11px 1px;
    border: 1px solid #00610A;
    border-radius: 27px;
    cursor: unset;
}
#border-none tr:nth-child(odd) {
    background-color: #F9F9F9;
}

#bg-table{
    background: #fff;
    width: 159px;
}
.filter-img-container {
    position: relative;
    display: inline-block;
}


.popup {
  display: none;
position: absolute;
top: 95%;
right: -102px;
transform: translateX(-50%);
padding: 10px;
z-index: 1;
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}


.filter-img-container:hover .popup {
    display: block;
}



.place-f{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.sub-para{
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 9px;
    margin-bottom: -11px;
}

.name-one {
    font-size: 13px !important;
    line-height: 24px;
    font-weight: 400 !important;
    margin: 0;
    margin-bottom: 2px;
    word-break: break-all;
    white-space: normal;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}
.name-two {
    color: rgba(113, 120, 125, 1);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2px;
    text-align: left;
}
.time-one {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    margin-bottom: 6px;
}
.call-img{
    width: unset !important;
    height: unset!important;
    border-radius: unset!important;
    padding: 0px 8px 0px 0px!important;
}

.content .btn-two:hover {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}
.content .add-n:hover {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}
.content {
    text-align: right;
    gap: 8px;
    display: flex;
    justify-content: right;
}

.content .btn-two {
    border: unset;
    background: var(--primary);
    /* width: 83px; */
    height: 40px;
    border-radius: 8px;
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px 10px 24px;
    line-height: 20px;
}
.white-btn{
    background: #FFFFFF;
    border: unset;
    padding: 6px 21px 6px;
    color: #1A6585;
}

.white-btn:hover{
    background: var(--Schemes-Surface, #F6FAFE);
    }
/* .btn-view{
    background: #F8F8F8;
    padding: 7px 7px 7px;
    border-radius: 8px;
    text-align: right;
} */
.second-div{
    display: flex;
    gap: 8px;
    align-items: center;
}
.second-div img{
    width: 38px;
}
.pdf-td{
    margin: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F8F8;
    padding: 7px 7px 7px !important;
    border-radius: 8px;
    text-align: right;
    border: unset !important;
}
.add-n {
    float: right;
    background: rgba(194, 232, 255, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #001D31;
    border-radius: 8px;
    padding: 7px 21px 7px 21px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    border: unset;
    text-decoration: none !important;
}
.staffList-table {
margin: 10px 0px 23px;
}
.staffList-table tr:nth-child(even) {
        background-color: #F8F8F8;
}
.staffList-table tr:hover{
background: #EAEEF2;
}
.alternate-color:nth-child(even) {
    background-color: #F8F8F8;

    /* background-color: #F8F8F8;
    margin: 0px -22px 0px;
    z-index: 99999;
    position: fixed;
    border-radius: 1px;
    width: 26%;
    padding: 9px 30px 9px; */
}
.main-box2:hover{
background: #EAEEF2;
}
.sec-para {
    color: var(--label-bord);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding-top: 9px;
    margin-bottom: 15px;
    margin-left: 9px;
}
 .sec-para span{
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 12px;
 }

.user-form label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 2px;
    /* height: 33px; */
    color: #1A1C1E;
    vertical-align: middle;
    align-items: center;
    display: flex;
    /* justify-content: center; */
    gap: 18px;
    margin-top: 1px;
    margin-left: 1px;
}
.user-in {
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    background: rgba(255, 255, 255, 0.60);
    border-bottom: 2px solid #42474E;
    outline: unset;
    height: 34px;
    font-size: 14px;
    padding: 4px;
}

.box-m{
    background: var(--inverse-onsurface);
    border-radius: 8px;
    margin-bottom: 4px;
    padding: 8px;
    justify-content: center;
    width: 100%;
    margin-left: -13px;

    display: flex;
    gap: 8px;
}
.box-main{
    justify-content: center;
    display: flex;
}

.user-form .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4,
 .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, 
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
  .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
  .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12,
   .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
    .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, 
    .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, 
    .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, 
    .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
     .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 7px;
        padding-right: 7px;
     } 
     .user-form .row{
        margin-right: 1px;
        margin-left: 1px;
     }

     .h-check1{
        display: flex;
        justify-content: space-between;
     }

#check-b1 p{
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
#check-b2 p{
color: #717970;
font-weight: 400 !important;
}

/* quote creation */


/* .grey-in[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #ADAAAA !important;
} */


input[id="cb1"] + label {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #ADAAAA;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
  }
  input[id="cb1"]:checked + label:after {
    position: relative;
    top: -6px;
    left: 1px;
    content: '\2714';
    font-size: 14px;
  }
  input[id="cb1"] {
    display: none;
  }


.select-b1 { 
    border-radius: 4px;
    background: #fff;
    /* width: 174px; */
    padding: 2px 24px 2px 6px;
    height: 34px;
    border: 1px solid #EBEBEB;
    appearance: none!important;
    background-image: url("src/assets/images/down-arrow.svg")!important;
    background-repeat: no-repeat, repeat!important;
    background-position: right 0.7em top 50%, 0 0!important;
    background-size: 0.65em auto, 100%!important;

    border: 1px solid #000000;

    justify-content: right;
    display: flex;
    /* padding: 6px 10px 16px; */
    gap: 11px;
}


.in-put1{
    border: 1px solid #8E9099;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-align: right;
    padding: 4px 9px 4px 9px;
    border-radius: 4px;
    width: 89px;

}

#in-put1{
    text-align: left;
}

.q-width{
   border-right: 1px solid var(--border-line)!important;
    width: 50px;
}
.b-bottom th{
    border-bottom: 1px solid var(--border-line);
}

 .login-info {
    justify-content: right;
    display: grid;
    grid-template-columns: 205px 101px;
    align-items: center;
    font-size: 14px;
    text-align: right;
    padding: 16px 0px 16px;
    margin-right: 17px;
    border-bottom: 1px solid var(--border-line);
}
.log-in {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.log-out {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.last-div{
    display: flex;
    justify-content: right;
    margin: 19px 0px;
    gap: 8px;
}

.last-div input{
border: 1px solid #000000;
    border-radius: 8px;
    width: 100%;
}

.last-div img{
    width: 23px;
} 

.label-dropdown{
    justify-content: right;
    display: flex;
    gap: 12px;
    margin: 2px 0px 9px;
}

.img-head{
    display: flex;
    align-items: center;
}
.img-head img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
}


/**/


.schedule-select select{ 
    border-radius: 4px;
    background: #fff;
    /* width: 174px; */
    padding: 2px 24px 2px 12px;
    height: 34px;
    border: 1px solid #000000;
    appearance: none!important;
    background-image: url("src/assets/images/down-arrow2.svg")!important;
    background-repeat: no-repeat, repeat!important;
    background-position: right 0.7em top 50%, 0 0!important;
    background-size: 0.65em auto, 100%!important;
}
.schedule-select{
    display: grid;
    padding: 9px 0px 12px;
}


.schedule-date{
    display: flex;
    justify-content: space-between;
    padding: 11px;
    border-bottom: 1px solid var(--border-line);
    border-top: 1px solid var(--border-line);
    border-left: 1px solid var(--border-line);
}
#one-a1{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#one-b1{
    border-right: 1px solid var(--border-line);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.box-padding{
    padding: 0px;
}

.btn-d1{
    display: flex;
    justify-content: space-between;
}


/* label container */
.radio-button-container {
    color: rgba(0,0,0,0.75);
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 15px 0px 15px;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 20px; */
    overflow: hidden;
}
  .radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .checkmark {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    border: 3px solid #42474E;
    transition: all 0.3s;
  }
  .radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0,0,0,0);
    border-color: var(--primary);
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .radio-button-container input:checked ~ .checkmark:after {
    display: block;
  }
  .radio-button-container .checkmark:after {
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary);
}
    



.last-div input{
border: 1px solid #000000;
    border-radius: 8px;
    width: 100%;
    padding: 0px 18px;
}

.last-div img{
    width: 23px;
}


/**/
.footer-div{
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 12px 12px;
    text-align: center;
    padding-bottom: 13px;
}


/*--------*/

 .footer .word {

 text-align: center;
 }
 
 body.light footer p{
 background: linear-gradient(196deg,#0ff, #ff004c);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 font: 600 2rem teko;
 text-transform: uppercase;
 }
 
 
 ::-webkit-scrollbar {
 width: 10px !important;
 height: 5px!important;
 }
 
 ::-webkit-scrollbar-thumb {
 background: antiquewhite;
 border-radius: 10px;
 }
 
 body.light ::-webkit-scrollbar {
 background-color: #ccc;
 width: 8px;
 }
 
 body.light ::-webkit-scrollbar-thumb {
 background: #13001a;
 border-radius: 10px;
 }


 .float1 {
    text-decoration: none;
    font-weight: 500;
    position: fixed;
    /* width: 56px; */
    height: 56px;
    bottom: 40px;
    right: 40px;
    background-color: var(--float-btn);
    color: #221534 !important;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    padding: 16px 20px 16px 16px;
    display: flex;
    gap: 12px;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    z-index: 9999;
    margin-bottom: -20px;
    cursor: pointer;
}
.float1:hover {
    /* background: rgb(49, 17, 29, 0.08); */
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
    text-decoration: unset!important;
    color: #221534;
}
.float1 img {
    padding: 4px;
}
.float {
    justify-content: center;
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 40px;
    right: 180px;
    background-color: var(--float-btn);
    color: #221534;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    display: grid;
    align-items: center;
    z-index: 9999;
    margin-bottom: -20px;

}
.float:hover {
    /* background: rgb(49, 17, 29, 0.08); */
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
}
#float-w{
    right: 40px;
}

/*popup */

/*sucess float*/
.sucess-float{
    gap: 0;
    align-items: center;
    /* position: absolute; */
    bottom: 0px;
    color: #221534;
    text-align: center;
    border-radius: 4px;
    z-index: 9999;
    /* margin-bottom: 4%; */
    display: grid;
    justify-content: space-between;
    width: auto;
    left: 36%;
    background: #313033;
    box-shadow: 0px 1px 3px 0px #0000004D, 0px 4px 8px 3px #00000026;
    padding: 13px 16px 13px 16px;
    text-decoration: unset!important;
    overflow: hidden;
    grid-template-columns: 29px 95px 284px 23px;
    text-align: left;

}
.sucess-float p{
color: #F4EFF4;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
   
}
.sucess-float span{
color: #F4EFF4;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
}
.float-msg{
    z-index: 9999;
    width: 100%;
    /* background: red; */
    position: fixed;
    justify-content: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
    bottom: 77px;
    left: 0;

}




/*logout*/

.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.7); */
    transform: translate(0%, 0%);
    position: fixed;
    /* visibility: hidden;
    opacity: 0; */
  transition: opacity 500ms;
    z-index: 99999;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup-ins {
    margin: 70px auto;
    display: block;
    /* padding: 24px 24px 23px 24px; */
    background: #fff;
    border-radius: 7px;
    width: 448px;
    position: relative;
    grid-template-rows: auto 40%;
    /* transition: all 1s ease-in-out; */
    /* height: 196px; */
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.15), 0px 32px 64px 0px rgba(0, 0, 0, 0.19);
    overflow: auto;
    /* height: 443px; */
}
/* .popup-ins p{
    margin-bottom: 0px!important;
 
} */
.ins-f {
    padding: 24px 24px 24px 24px;
    overflow: auto;
    /* height: 351px; */
    min-height: 200px;
    max-height: 353px;
}
.ins-f p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 18px;
}
.ins-f h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
/* .format-ins{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
    margin: 15px 0px 15px;
} */
.popup-ins .ins-footer {
   
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: right;
    gap: 8px;
    /* align-items: flex-end; */
    background: rgba(0, 0, 0, 0.06);
    padding: 0px 24px 0px 24px;
    border-radius: 0px 0px 7px 7px;
    /* margin-top: 16px; */
    height: 88px;
}

#popup-ins1 {
    width: 420px;
}
#ins-f1{
    min-height: 127px;
    max-height: 390px;
}

#ins-f2{
    width: 520px;
}
/* popup end */


/* buttons */ 
.btn-prime{
   background: var(--primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF !important;
    padding: 10px 12px 10px 12px;
    padding: 10px 24px 10px 24px;
    margin: 6px 0px 0px;
    border-radius: 8px;
    border: unset;
    gap: 9px;
   
}
.btn-prime:hover{
/* box-shadow: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004D; */
color: #FFFFFF;
box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);

}
.btn-prime:active{
    box-shadow: unset;
    }
 .btn-sec{
    background: var(--white);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);
    padding: 10px 24px 10px 24px;
    margin: 6px 0px 0px;
    border-radius: 8px;
    border: 1px solid #C6C6C9;
 }

 .btn-sec:hover{
 box-shadow: 0px 1px 3px 1px #00000026,0px 1px 2px 0px #0000004D;
 }

 .btn-sec:active{
    box-shadow: unset;
    }

    .te-btn{
        background: var(--tertiary);
        padding: 10px 19px;
        gap: 11px;
        display: flex;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: var(--white)!important;
        margin: 1px
    }
    .te-btn:hover{
    box-shadow: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004D;
    color: var(--white);
    }
    .te-btn :active{
        box-shadow: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004D;
        }
    
        .btn-primec{
            background: var(--for-selected);
             font-weight: 500;
             font-size: 14px;
             line-height: 20px;
             color: var(--primary-txt);
             padding: 10px 24px 10px 24px;
             margin: 6px 0px 0px;
             border-radius: 8px;
             border: unset;
         }
        
         .btn-primec:hover{
         box-shadow: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004D;
         }
         .btn-primec:active{
            box-shadow: unset;
            }
   .btn-disable{
    background: var(--disable);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-txt)!important;
    padding: 10px 24px 10px 24px;
    margin: 6px 0px 0px;
    border-radius: 8px;
    border: unset;
    cursor: unset;
    opacity: .5;
    padding: 10px 12px 10px 12px;
   }     
      
   .btn-disable:hover{
   color: var(--primary-txt)!important;
   }
   .btn-v1{
    background: #66587A;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF !important;
    padding: 10px 24px 10px 24px;
    margin: 6px 0px 0px;
    border-radius: 8px;
    border: unset;
    gap: 9px;
    padding: 10px 12px 10px 12px;
}
.btn-v1:hover{   
box-shadow: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004D;
}




.img-del{
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
}
.img-del:hover {
    background: #F0F0F4;
    padding: 8px;
    border-radius: 8px;
}


/* common */



.form-control:focus{
    box-shadow: unset !important;
    border-color: unset !important;
}



.status-brown {
    color: var(--in-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background: var(--in-complete);
    border-radius: 12px;
    border: unset;
    padding: 3px 8px 3px 8px;
    width: auto;
    cursor: unset!important;
    text-decoration: unset;
}
.status-green {
    color: var(--complete-in);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background: var(--completed);
    border-radius: 12px;
    border: unset;
    padding: 3px 8px 3px 8px;
    width: auto;
    cursor: unset!important;
    text-decoration: unset;
}
.status-grey {
    color: var(--open-in);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background: var(--open);
    border-radius: 12px;
    border: unset;
    padding: 3px 8px 3px 8px;
    width: auto;
    cursor: unset!important;
    text-decoration: unset;
}

.right-align{
    text-align: right;
}
.center-align{
    text-align: center;
}

.serve-width{
    width: 348px;
}

.desig-w{
    width: 250px;
}

.med-width{
    width: 106px;
}

.dot-width{
    width: 54px;
}
.e-w1{
    width: 20%;
}

.btn-div{
    padding: 3px 0px;
    text-align: right;
}
.b-head-bl{
    color: #1A6585;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
.name-font {
    font-size: 22px !important;
    line-height: 28px;
    font-weight: 400 !important;
    color: #000000;
    margin-bottom: 0px;
}

.n-font {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 500 !important;
    color: #000000;
    margin-bottom: 10px;
}
.banner-sec{
    height: 341px;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    margin: 6px 0px 17px;
    position: relative;
}
.img-slide{
    color: #1a1b1b;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid #71787D;
    border-radius: 8px;
    margin-top: 24px;
    height: 101px;
    display: flex;
    overflow-x: auto;
    padding: 0px 14px 0px 0px;
}
.img-slide img{
    width: 78px;
    height: 81px;
    margin: 10px 0px 0px 10px;
    border: 1px solid #E1E2EC;
    padding: 9px;
    border-radius: 4px;
}
.plus-img{
        top: 17px;
        position: relative;
        right: 51px;
        width: unset !important;
        height: unset !important;
        border-radius: 4px !important;
        padding: 8px !important;
        background: #fff !important;
        box-shadow: 0px 4px 4px 0px #00000040 !important;
        border: 1px solid #E9E9E9 !important;
    }

    .image-upload {
        position: relative;
        display: inline-block;
    }
    
    .user-img {
        display: block;
        width: 100%; /* Ensure the image is responsive */
        border-radius: 4px;
    }
    
    .file-label {
        position: relative;
        display: block;
    }
    
    .plus-img {
        position: absolute;
        top: 33px;
        right: 8px; 
        width: unset !important;
        height: unset !important;
        border-radius: 4px !important;
        padding: 8px !important;
        background: #fff !important;
        box-shadow: 0px 4px 4px 0px #00000040 !important;
        border: 1px solid #E9E9E9 !important;
        z-index: 1; /* Ensure it appears above the image */
    }

.select-al{
    border: 1px solid #EBEBEB;
        border-radius: 4px;
        background: #ffffff;
        height: 40px;
        width: 100%;
        padding: 2px 24px 2px 6px;
        appearance: none!important;
        background-image: url("src/assets/images/down-arrow2.svg")!important;
        background-repeat: no-repeat, repeat!important;
        background-position: right 0.7em top 50%, 0 0!important;
        background-size: 0.65em auto, 100%!important;

    border-bottom: 2px solid #42474E;
    }


.b-left{
padding-left: 0px;
}




/* image popup */

.img-gal {
    margin: 70px auto;
    display: block;
    background: #fff;
    border-radius: 7px;
    width: 545px;
    position: relative;
    height: 408px;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.15), 0px 32px 64px 0px rgba(0, 0, 0, 0.19);
    overflow: auto;
}
.img-gal h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.img-footer {
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: right;
    gap: 8px;
    row-gap: 8px;
    column-gap: 8px;
    /* align-items: flex-end; */
    background: #F6FAFE;
    padding: 0px 24px 0px 24px;
    border-radius: 0px 0px 7px 7px;
    /* margin-top: 16px; */
    height: 56px;
}
.btn-img {
    background: #C2E8FF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #0000000F;
    color: #000 !important;
    padding: 10px 24px 10px 24px;
    margin: 0px 0px 0px;
    border-radius: 8px;
    border: unset;
    /* height: 34px; */
}
.ins-img {
    padding: 15px 24px 24px 24px;
    /* overflow: auto; */
    height: 352px;
    min-height: 127px;
    max-height: 400px;
    border-radius: 20px;
}

.img-all{
    display: grid;
    gap: 5px;
}

.img-large{
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.img-grid {
    overflow-x: auto;
    display: flex;
    gap: 6px;
}

.img-grid img{
    width: 120px;
    height: 76px;
    box-shadow: 4px 6px 7.3px 0px #00000040;
    border-radius: 10px;
}
.img-grid-active{
    padding: 4px;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
/*------------------*/
::placeholder {
    color: rgb(189, 187, 187)!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 20px!important;
  }
/* ----------------*/


@media(max-width:1024px) {
    .img-list {
        width: 314px;
        justify-content: right;
    }
    .main-imglist {
        display: flex;
        gap: 10px;
        align-items: center;
    }
}
 @media (min-width: 1200px){
 .container {
 max-width: 1640px;
 }

 }
 @media (max-width: 1050px){
     .header2 {
 height: 115px;
    }
 .main{
 margin-top: 105px
 }
 }
 


 @media (max-width: 1000px){
 .header2 {
    display: grid;
    top: 56px;
     /* height: 105px;  */

 }
 
 main {
    margin-top: 98px;
 }
 .user-wrapper2 {
    gap: 4PX;
}
}


@media (max-width: 820px) {
    .img-list {
        width: 184px;
        justify-content: right;
    }
    .main-imglist {
        display: flex;
        gap: 10px;
        align-items: center;
    }
}

.status-new-case {
    background-color: #FFD700; /* Gold */
    color: black;
  }
  
  .status-under-validation {
    background-color: #FF4500; /* Orange Red */
    color: white;
  }
  
  .status-verified {
    background-color: #32CD32; /* Lime Green */
    color: white;
  }
  
  .status-under-telecall {
    background-color: #1E90FF; /* Dodger Blue */
    color: white;
  }
  
  .status-interested {
    background-color: #8A2BE2; /* Blue Violet */
    color: white;
  }
  
  .status-not-interested {
    background-color: #FF1493; /* Deep Pink */
    color: white;
  }
  
  .status-client-enrolled {
    background-color: #20B2AA; /* Light Sea Green */
    color: white;
  }
  
  .status-field-visit {
    background-color: #FF6347; /* Tomato */
    color: white;
  }
  
  .status-default {
    background-color: #808080; /* Gray */
    color: white;
  }
  