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

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
:root{
  --primary: #0059a3;
  --white:#fff;
}
.header-logo img{
    width: 169px;
    height: 80px;
}
.custom-header .navbar{
   padding: 5px 20px;
   border-bottom: 1px solid var(--primary);
}
.tabs-outer ul {
    border: 1px solid #d9d9d9;
    padding: 8px;
    border-radius: 6px;
}
/* .tabs-outer .nav{
    box-shadow: 0px 0px 4px 0px var(--primary) inset;
} */
.tabs-outer .nav li .active {
    background-color: var(--primary);
    border-radius: 6px;
    color: #fff;
    padding: 10px 28px;
}
.tabs-outer .nav li button{
    padding: 10px 28px;
}
.dropdownheader {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dropdownheader img {
    width: 60px;
    border: 1px solid #EF4020;
    padding: 3px;
    border-radius: 50%;
}
.dropdownheader .dropdown button {
    background-color: transparent;
    border: none;
    color: var(--main-color);
    font-weight: 500;
}
.dropdownheader .dropdown button:active{
    background-color: transparent;
    color: gray;
}
.tabs-outer {
    display: flex;
    align-items: center;
}
.dropdownheader .dropdown ul {
    margin-top: 20px;
    left: auto;
    right: 0px;
}

#map {
    height: 79%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}


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

*{
    margin: 0px;
    box-sizing: border-box;
}

.login{
    height: 100vh;
    background-image: url("../images/BG-image.png");
    width: 100%;
    font-family: "Poppins", sans-serif;
    background-size: cover;
}

.logo{
    padding: 20px;
}

.login .logo img{
    width: 100%;
    max-width: 255px;
}


.login .login-form h2{
    font-weight: 600;
    color: #4C4E4F;

}



.login .login-form{
    border-radius: 10px;
background: #FFF;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
padding: 55px;
max-width: 800px;
width: 100%;
}

.login .fields label{
    margin-bottom: 10px;
    color: #4C4E4F;
}

.login .fields .email .input{
    padding: 12px 20px;
    border: 1px solid #FDE3DE;
    border-radius: 10px;

}

.fields .email input{
    width: 85%;
    border: none;
    color: #4C4E4F;
}

input:focus-visible{
    outline: 0;
}
.remember input{
    width: 20px;
    height: 20px;
    margin-right: 15px;
    accent-color: #EF4124;
}

.login .forgot a{
    color: #EF4023;
}

.m-30{
    margin-bottom: 30px;
}

.login .submit-btn{
    width: 100%;
    background-color: #EF4124;
    margin: 30px 0px;
    border: none;
    padding: 18px;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s all;
}

.login .submit-btn:hover{
    background-color: #CC361D;
}

.login p{
    color: #7E7E7E;
}

p a{
    color: #4C4E4F;
}

@media(max-width:576px){

    .login .login-form{
        padding: 10px;
    }
    .login .submit-btn{
        padding: 10px;
    }

    .remember input{
        margin-right: 8px;
    }

    .login .logo img{
        max-width: 150px;
    }
}

/* Loader styles */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid  #CC361D;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.cstmFotterWrapper{
    background-color: #000;
    color: #fff;
    padding: 10px;
}


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

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.main {
    background-color: #f8faff;
    height: 100%;
    min-height: 100vh;
}
.left-sidebar {
    width: 266px;
    height: 100vh;
    background-color: #f6f9ff;
    box-shadow: 0px 0px 4px #b5b5b5;
    transition: all 0.5s;
    position: fixed;
    z-index: 99;
}
.sidebar-logo a img {
    width: 130px;
}
.left-sidebar ul {
    padding-left: 0px;
    list-style: none;
}
.left-sidebar ul li {
    padding: 13px;
    margin: 10px 15px 0px 15px;
    border-radius: 10px;
    font-size: 14px;
}
.left-sidebar ul li.active{
color: #fff;
}
.content-section {
    width: calc(100% - 266px);
    margin-left: 266px;
    transition: all 0.5s;
    position: relative;
}
.header {
    background-color: #ff8773;
    padding: 6px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toggle-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.toggle-icon span svg {
    width: 22px;
}
.toggle-icon h5 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
}
.outer-card {
    background-color: #fff;
    margin: 20px;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #d9d9d9;
    height: 100%;
}
.outer-card h3 {
    color: #ef4023;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0px 18px 0px;
    font-size: 24px;
}
.active {
    background-color: #ff8773 !important;
}
.dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cstm-btn {
    border: none;
    background: transparent;
    padding: 5px 10px;
    color: #fff;
}
.dropdown img{
    width: 50px;
    border-radius: 100%;
}
.left-sidebar ul li a{
    text-decoration: none;
    color: #0c0c0c;
    display: flex;
    align-items: center;
    gap: 5px;
}
.left-sidebar ul li a i{
    font-size: 20px;
    color: #ff8773;
}
.left-sidebar ul li a span{
    font-size: 16px;
    margin-left: 5px;
}

.left-sidebar ul li.active a span{
    color: #fff;
}
.left-sidebar ul li.active a i {
    color: #fff;
}
.zip-input{
    margin-bottom: 20px;
}
.zip-input label{
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.zip-input input{
    font-size: 16px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    margin-top: 5px;
}
.zip-input select{
    font-size: 16px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    margin-top: 5px;
}
.zip-btn{
    text-align: end;
}
.zip-btn button{
    background-color: #ef4023;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
}
.left-width {
    width: 100px;
    transition: all 0.5s;
}
.main-outer .content-section {
    width: calc(100% - 100px);
    margin-left: 100px;
    transition: all 0.5s;
}
.left-width .sidebar-logo a img {
    width: 80px;
}
.left-width .list-unstyle li a span {
    display: none;
    transition: all 0.5s;
}
.left-width .list-unstyle li a{
    justify-content: center;
}


/* 12/11/2024 */

.sidebar-list li:hover{
    background-color: #ff8773 !important;
    color: #fff;
}
.sidebar-list li:hover a{
    color: #fff;
}
.sidebar-list li:hover a i{
    color: #fff;
}


.commonThemeBtn{
    background-color: #ef4023;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}
.commonThemeBtnCancel{
    background-color: #cacaca;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}
.commonThemeBtn:hover{
    background-color: #ef4023;
    color: var(--white);
}
.commonThemeBtnCancel:hover{
    background-color: #cacaca;
    color: var(--white);
}
.modal-title-theme{
    color: #ef4023;
}
.delete-btn{
    width: 40px;
    height:40px;
    border-radius: 100%;
    background-color: rgba(255, 0, 0, 0.103);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border: 1px solid #ff3737;
}
.delete-btn i{
    color: #ff3737;
    font-size: 16px;
}
.tableActionBtnParent{
    display: flex;
    justify-content: center;
}
.edit-btn{
    width: 40px;
    height:40px;
    border-radius: 100%;
    background-color: rgba(21, 255, 0, 0.116);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border: 1px solid #249601;

}
.edit-btn i{
    color: #249601;
    font-size: 16px;
}
#zipTable tr td:nth-child(1){
    min-width: 150px;
}
#zipTable tr td:nth-child(2){
    min-width: 150px;
}
#zipTable tr td:last-child{
    min-width: 150px;
}
