* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* login page design start */
.wrapper-login{

    width: 100%;
    height: 100vh;
    padding: 20px;
    overflow: hidden;
}
.login-container{
   background:  #1dbfc8;
    height: 100%;
    position: relative;
    border-radius: 20px;
}
.lines img{
    position: absolute;
    text-align: center;
    right: 0;
    width:50%
}
/* .lines img{
    width:50%;
} */
.login-header-section{
    height: 130px;
    width: 100%;
    display: flex;
}
.logo-login{
    /* width: 50%; */
    position: relative;

}
.logo-wi-background{
    width: 100%;
    /* border-top-left-radius: 20px; */
}

.logo-wi-top{
    z-index: 12;
    position: absolute;
    top: 18px;
    left: 50px;
    width: 44%;
    height: 64%;
}
.heading-login{
    width: 75%;
    display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: .5rem;
}
.heading1-text{
    font-size: 2rem;
    color: white;
}
.heading1-color{
   color: #155b5b;
}
.heading1-para{
    font-size: 1rem;
    color: white;

}

/* content login section */
.content{
    width: 100%;
    height: 77%;
    display: flex;

}
.imagehere{
    width: 50%;
    /* height: 70%; */
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 100px;
}
.formhere{
    /* background-color: red; */
    width: 50%;
    display: flex;
    padding-left: 100px;
        align-items: center;

}
.loginFormDesign{
    background-image: url('../images/formbackground.png') ;
    background-color: #fff;
    border-radius: 20px;
    min-width: 354px;
    max-width: 500px;
    width: 80%;
    height: 100%;
    max-height: 489px;
    overflow-y: auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
    justify-content: space-evenly;

}
.head-logForm{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.head-logForm img{
    width: 150px;
}
.loginHeader{
    margin-top: 10px;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.loginPara{
    font-size: 14px;
    color: #707070;
}
/* .formlogin{ */
    /* margin-top: 26px; */
/* } */
.formlogin label{
    width: 100%;
    font-size: 14px;
    color: #707070;
}
.formlogin input{
    width: 100%;
    border: 1px solid #d8e0e5;
    background: transparent;
    height: 50px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 50px;
}
.chkbox{
    display: flex;

        gap: 13px;
        margin-top:5px
}
.chkbox p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #707070;
}
.buttonLoginSubmit{
    margin-top: 26px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 50px;
    background-color: #014d4d;
    color: white;
}
.loginFooter{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
}
.position-relative {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    /* transform: translateY(-50%); */
    cursor: pointer;
    color:#c4c1c1;
}

.toggle-password:hover {
    color: #333;
}
/* login page design end */

/* start navigation header and sidebar design */
.header-top-navbar-AdminWI{
    height: 80px;
    width: 100%;
    background: linear-gradient(90deg, #e2efff, #e3efff 43%, #e5f4fc);
    position: fixed;
    top: 0;
    display: flex;
    box-shadow: inset -9px -13px 16px -9px #0000001a, 0 12px 7px -4px #0000001a;
    z-index: 15;
}
.logoWI{
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoWI img{
    width: 50%;
}
.top-navbar-body{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.top-nav-details img{
    width: 31px;
    height: 30px;
    margin-right: 20px;
    cursor: pointer;
}
.side-navbar{
    height: calc(100vh - 80px);
    background: linear-gradient(180deg, #e2efff, #e3efff 43%, #e5f4fc);
    width: 220px;
    position: fixed;
    left: 0;
    top: 80px;
    overflow-y: auto;
    z-index: 10;
    padding: 10px;
}
.menu-list{
    /* border: 2px solid green; */
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-item{
    /* border: 2px solid yellow; */
    display: flex;
    padding: 17px;
    gap: 8px;
    align-content: center;
    align-items: center;
    text-decoration: none;
    color: #014d4d;
}
.menu-item:hover{
 background-color: #d2ecfa;
 border-radius: 5px;
 cursor: pointer;
}
.menu-item.selected{
    background-color: #34b1b3d5;
    color: white;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid #014d4d;
    cursor: pointer;
}
.menu-item.selected .svg-image svg path {
    stroke: white;
}
.menu-item-box{
    margin-top: 10px;
}
.paraDashboard{
    padding: 0;
    margin: 0;
    font-size: .8rem;
    width: 100%;
}
.svg-image{
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* end navigation header and sidebar design */
.container-dashboard {
    border: 1px solid #e4e4e4;
    width: 98%;
    /* height: calc(100vh - 84px); */
    margin: 0 auto;
    border-radius: 10px;
    padding: 22px;
}
.wrapper-dashboard{
    margin-top: 94px;
    margin-left: 223px;
}
.colorHeadTbl{
    background-color: #eaf2ff;
}
.borderContainerBox{
    border-radius: 10px;
}
.customChange th{
    font-size: 13px;
    color: #585858;
}
.customChange input{
    font-size: 13px;
    color: #585858;
}
.customChange td {
    font-size: 13px;
    color: #585858;
}

.pricing-preview-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dbe2ea;
}

.image-source-toggle {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.image-source-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #445665;
}

.image-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
    max-height: 240px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
}

.image-gallery-item {
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    background: #fff;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    font-size: 0.75rem;
    color: #4f6170;
    cursor: pointer;
}

.image-gallery-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.image-gallery-item span {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-gallery-item.is-selected {
    border-color: #097f7f;
    box-shadow: 0 0 0 2px rgba(9, 127, 127, 0.2);
}


.colorText{
    color: #014d4d;
    margin-top: 10px;
    font-size: 1rem;
    margin-bottom: 1.8rem;
}
label{
    font-size: 14px;
    color: #686868;
}
.tbldashboard input {
    width: 100%;
    border: none; /* Default border none */
    font-size: 14px;

    color: #686868;
}

.tbldashboard input:focus {
    outline: none;  /* Removes the default focus outline */
    border: none;   /* Removes the border on focus */

}
 .btnofPrice{
    display: flex;
    margin-top: 20px;
 }

 .buttonDesign{
    padding: 8px 27px;
 }
 .table-responsive {
    overflow-x: auto;
    max-width: 100%;
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    min-width: 800px;
}


/* media query */
@media (max-width: 1440px) {
    .logo-wi-top {
        width: 42%;
        height: 54%;
    }

}
@media (max-width: 1226px) {
    .formhere {
        padding-left: 0;
    }
    .loginFooter p{
        font-size: 13px;
    }

}
@media (max-width: 1024px) {
    .logo-wi-top {
        width: 39%;
        height: 46%;
    }
    .heading1-text {
        font-size: 1.5rem;
    }
    .heading1-para {
        font-size: 0.8rem;
    }


}

@media (max-width: 850px) {
   .heading1-para{
    display: none;
   }
   .login-header-section {
    height: 100px;
   }
   .heading1-text {
    font-size: 1rem;
}

}
@media (max-width: 768px) {
    /* .content{
        flex-direction: row-reverse;
         margin-left: 20px;
    } */
    .imagehere{
        display: none;
    }
    .formhere {
        width: 100%;
        justify-content: center;
    }
    .loginFooter p {
        font-size: 12px;
        max-width: 69%;
    }
}
@media (max-width: 576px) {
    .heading1-para{
     display: none;
    }
    .login-header-section {
     height: 100px;
    }
    .heading1-text {
     font-size: 1rem;
 }
 .login-header-section {

    width: 72%;
    display: flex;
    flex-direction: column;
 }
 .heading-login{
    display: none;
 }
 }

 @media (max-width: 425px) {
    .login-header-section {
        width: 93%;
    }
 .logo-wi-top {
    top: 10px;
    left: 46px;
 }
 .loginFormDesign {
    min-width: 279px;
    /* padding: 16px 31px; */

 }
 .formlogin {
    margin-top: 18px;
 }
 .loginFormDesign{
    /* max-height: unset; */
    margin-top: 100px;
 }
 .login-header-section{
    display: none;
 }
 .loginFooter{
    display: none;
 }

}
