body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

*{
    margin: 0;
    padding: 0;
}

img{
    width: 100%;
}

button,
.button{
    border: none;
    outline: 0;
    border-radius: 7px;
    padding: 6px 12px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    background-color: var(--logoColor-1);
    text-decoration: none;
}

button:hover,
.button:hover{
    background-color: var(--logoColor-2);
    color: white;
}

input{
    padding: 8px 8px;
    border-radius: 5px;
    border: 0;
    outline: 0;
}

select{
    border-radius: 7px;
    outline: none;
    margin-bottom: 20px;
    margin-left: .4rem;
    border-radius: 5px;
}

.CommonpaddingSection{
    padding: 1rem 16px;
    text-align: center;
}

.container{
    max-width: 100%;
    padding: 0;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.tag{
    color: #848484;
}

/* Scroll */

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #fd883f;
    transition: all .5s; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2c66af;
    transition: all .5s;
  }

/* Scroll */

/* Left side menu start */
    .MainDiv{
        position: relative;
    }

    .LeftSudeNav{
        position: fixed;
        width: var(--lef-Bg-width);
        background: var(--bg-left);
        height: 100vh;
        overflow: none;
        padding: 20px 10px;
        left: 0;
        box-shadow: 0 0 5px #bababa;
    }

    .SellcenterLogo{
        margin-bottom: 2rem;
    }

    .LeftSudeNav img{
        width: 60%;
        margin: auto;
    }

    .LeftSideList{
        font-weight: 500;
        font-size: 17px;
        height: 78vh;
        background: var(--bg-left);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .LeftSideList ul{
        list-style: none;
        padding: 0px 10px;
    }

    .LeftSideList ul li{
        padding: 6px;
        cursor: pointer;
    }

    .LeftSideList ul li:hover {
        background: var(--logoColor-2);
        color: white;
        border-radius: 7px;
    }

    .LeftSideList ul li a{
        color: black;text-decoration: none;
    }

    .LeftSideListA{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .LeftSideList ul li:hover .LeftSideListA{
        color: white !important;
    }

    .LeftIconSpan{
        width: 36px;
        text-align: center;
        height: 36px;
        padding-top: 4px;
        background: var(--logoColor-1);
        border-radius: 33px;
        color: white;
        margin: 0;
        display: inline-block;
        margin-right: 2px;
        box-shadow: 0 0 3px #2c66af;
        font-size: 18px;
    }

    .LeftSideList ul li .card-body{
        background: none;
        color: black;
        border: 0;
        margin-left: 38px;
        padding: 5px;
        font-size: 17px;
    }

    .LeftSideList ul li .card-body:hover .card-bodyA{
        color: var(--logoColor-1);
    }

    .SellcenterLogo{
        position: relative;
    }

    .MobileMenuCros{
        top: -10px;
        font-size: 22px;
        padding: 4px 10px;
        background: #ff863f;
        right: -45px;
        color: white;
        border-radius: 0px 20px 20px 0;
        position: absolute;
    }
/* Left side menu end */

/* main div start */
    .MainDivBody{
        width: calc(100% - var(--lef-Bg-width));
        height: 100vh;
        margin-left: var(--lef-Bg-width);
        position: relative;
    }

    /* fixed in top start */
    .mobileTop{
        display: none !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .FixedinTop{
        position: fixed;
        width: calc(100% - var(--lef-Bg-width));
        height: 55px;
        background-color: var(--logoColor-1);
        padding: 0 10px;
        color: white;
        z-index: 10;
    }

    .TopIcon{
        font-size: 32px;
        margin-right: 20px;
        cursor: pointer;
    }

    .SearchForm{
        height: 30px;
        width: 300px;
    }

    .SearchForm input{
        height: 30px;
        width: 100%;
        padding: 8px 8px;
        border-radius: 5px;
        border: 0;
        outline: 0;
    }

    .SearchForm input:focus{
        outline: none;
    }

    .notification{
        font-size: 20px;
        margin-right: 1.5rem;
        position: relative;
    }

    .NotificationCont{
        position: absolute;
        top: -3px;
        right: -7px;
        background-color: var(--logoColor-2);
        color: white;
        padding: 0px;
        height: 17px;
        width: 17px;
        text-align: center;
        font-size: 12px;
        border-radius: 50%;
        padding-top: 0px;
        box-shadow: 0 0 4px #848484;
        cursor: pointer;
    }
    
    .Top-logo{
        display: none;
    }
    /* fixed in top end */

    .MainDivBody    {
        position: relative;
    }

    .MainBox{
        position: absolute;
        padding: 20px;
        margin-top: 55px;
        width: 100%;
    }

    .PtheTitle{
        margin-top: 30px;
    }

    .UperPath{
        color: #000000;
    }

    /* Tabile Box start */
    .card{
        overflow: hidden;
    }

    .TabileBox,
    .EditLeftSide,
    .card-input .card-body{
        background-color: #f4f7fb;
        box-shadow: 0 0 8px #dedada;
    }
    
    .TabileBox,
    .EditminDIv{
        margin-top: var(--Margin-Top);
        margin-bottom: var(--Margin-Top);
        border-radius: 7px;
    }
    
    .EditLeftSide{
        padding: 20px;
    }

    .TabileBox .TabileSearch {
        padding: 15px;
        width: 100%;
    }

    .TabileBox .TabileSearch input{
        border-radius: 5px;
        padding: 10px;
        height: 37px;
        border: 1px solid #cacaca;
        outline: none;
        padding-left: 36px;
    }

    .TabileSearch{
        position: relative;
    }

    .TabileSearch .serchIcon{
        position: absolute;
        top: 0;
        left: 26px;
        top: 21px;
        color: #6c6c6c;
    }
    /* Tabile Box End */

    .TableDiv{
        padding: 0px 15px;
        overflow-x: scroll;
    }

    .table input{
        height: 15px;
        width: 15px;
    }

    .ChekBoxTr{
        width: 31px;
    }

    .ChekBoxTr input{
        margin-bottom: 0;
    }

    .btnCol{
        width: 50px;
    }

    .btnCol button{
        background: none;
        color: black;
    }

    .btnCol i{
        font-size: 23px;
    }

    .Visibility{
        font-size: 14px;
        text-align: center;
        border-radius: 4px;
        padding: 3px 8px;
        color: black;   
    }

    .hidden{
        background-color: rgb(216 216 216);
        width: 120px;
    }

    .visibl{
        background-color: #245900;
        color: white;
        width: 120px;
    }

    .visiblRed{
        background-color: #900;
        color: white;
        width: 120px;
    }

    .Pages{
        padding-bottom: 1px;
        display: flex;
        justify-content: space-between;
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #3d464d;
        background-color: #ffd333;
        border-color: #ffd333;
    }

    .page-link {
        font-size: 14px;
    }

    .Pages select{
        margin-left: .4rem;
        border-radius: 5px;
    }
/* main div end */

/* Customer Details start */
.borderDiv{
    height: 100px;
}

.CustomerImg{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 20px !important;
    overflow: hidden;
}

.CustomerProfile{
    padding: 20px 10px;
    border-bottom: 1px solid rgb(144, 144, 144);
}

.CustomerProfile h4{
    font-weight: 500 !important;
    font-size: 1.5rem !important;
}

.CustomerProfile p{
    margin-bottom: 8px;
}

.CustomerProfileInfo{
    padding: 20px 10px;
}

.CustomerProfileInfo h4{
   font-size: 16px;
   font-weight: 600;
}

.CustomerProfileInfo p{
   font-size: 14px;
}

.CustomerComment textarea{
    width: 100%;
    border-radius: 7px;
    border: none;
    min-height: 99px;
    max-height: 99px;
    padding: 10px;
    text-align: left;
    outline: none;
    margin: 0;
    border: 1px solid rgb(151, 151, 151);
    background-color: #f4f7fb;
}

.OrdersText{
    padding: 15px 10px;
    display: flex;
    border-bottom: 1px solid rgb(126, 126, 126);
    justify-content: space-between;
}

.OrdersText h4,
.OrdersText p{
    margin-bottom: 0;
}

.CustomerTable tbody{
    width: 100%;
}

.CustomerTable .TableDiv{
    overflow-x: scroll;
}

.CustomerTable .TableDiv td{
    width: 150px;
}

.CustomerAddressDiv{
    padding-bottom: 15px;
}

.CustomerAddress{
    padding: 10px 10px;
    padding-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.CustomerAddress p{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}

.CustomerAddress i{
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.CustomerAddress i:hover{
    border: 1px solid black;
}

.CustomerBtn{
    margin-right: .5rem;
}

.Paid{
    border-radius: 3px;
    padding: 2px 10px;
    color: #000;
    text-align: center;
    cursor: pointer;
    width: 130px;
    background-color: #bebebe;
}

.Paid2{
    border-radius: 3px;
    padding: 2px 10px;
    color: #000;
    cursor: pointer;
    text-align: center;
    width: 130px;
    background-color: #93c685;
}
/* Customer Details start */

/* help center start */
.heros{
    border-radius: 12px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(215, 215, 215);
}

.heros h1{
    margin-bottom: 20px;
    font-weight: 600;
}

.heros form input{
    outline: none;
    border: none;
    height: 38px;
    width: 100%;
    padding-left: 40px;
    border-radius: 5px;
}

.heros form{
    margin: auto;
    width: 400px;
    position: relative;
}

.heros form label{
    padding: 4px;
    top: 4px;
    left: 8px;
    font-weight: 900;
    position: absolute;
}

.FQAQuestin{
    padding: 20px;
    margin-bottom: 0;
}

.FQAQuestin h4{
   font-weight: 600;
   margin-bottom: 15px;
}

.FQAQuestin p{
   margin-bottom: 10px;
}

.FQAQuestin a{
    display: block;
   padding-top: 10px;
} 

.heros2 h1{
    margin-bottom: 0;
}

.ContactUs{
    padding: 20px;
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
}

.ContactUs input,
.ContactUs label{
    width: 100%;
}

.ContactUs h4,
.tab-pane h4{
    font-weight: 600;
}

.ContactUs label,
.tab-pane label{
    font-size: 18px;
    margin-bottom: 10px;
}

.ContactUs input,
.tab-pane input{
    padding: 7px 10px;
    outline: none;
    border: 1px solid rgb(127, 127, 127);
    border-radius: 7px;
    margin-bottom: 20px;
}

.ContactUs form button,
.tab-pane form button{
    font-size: 20px;
    padding: 7px 25px !important;
}

.ContactUs form button i,
.tab-pane form button i{ 
    margin-left: .5rem;
}

.ContactUs form textarea,
.tab-pane form textarea{
    width: 100%;
    height: 80px;
    padding: 10px;
    outline: none;
    border-radius: 7px;
    max-height: 80px;
    margin-bottom: 20px;
}

.ContactUs img{ 
    width: auto;
    max-width: 100%;
    border-radius: 12px;
}
/* help center end */

/* Profile start */
.tab-pane{
    margin-top: 20px;
}

.Profile{
    padding: 20px 10px;
}

.tab-pane h4{
    padding-top: 10px;
    margin-bottom: 30px;
}

.tab-pane label{
    width: 300px;
}

.tab-pane .input2,
.tab-pane select{
    padding: 4px 10px;
    width: 388px;
}

.tab-pane select{
    border-radius: 7px;
    outline: none;
    margin-bottom: 20px;
}

.nav-tabs .nav-link{
    color: black;
}

.ManageUser{
    display: flex;
    justify-content: space-between;
}

.ManageUser select{
    width: 130px;
    font-size: 14px;
}

.ManageUser input{
    width: 170px;
    font-size: 14px;
}

.ManageUser button{
    font-size: 15px !important;
}

.ManageUserPages .Pages ul,
.ManageUserPages .Pages select{
    margin-bottom: 0;
}

.ManageUserPages .Pages select{
    width: 70px !important;
}

.addUser{
    padding: 40px 20px;
}

.addUser form{
    max-width: 500px;
}

.addUser input,
.addUser select{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    margin-left: 0;
    border: 1px solid rgb(121, 121, 121);
}

.addUser label{
    margin-bottom: 12px;
}

.addUser{
    display: none;
}
/* Profile end */

/* Seller document start */
.Folder{
    padding: 20px;
    padding-top: 0;
}
.Folder h4{
    margin-bottom: 20px;
}

.Folder .FolderDrive{
    padding: 7px;
}

.Folder .FolderDrive .FolderCard{
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgb(161, 161, 161);
}

.Folder .FolderDrive .FolderCard:hover{
    background-color: rgb(161, 161, 161);
}

.Folder .FolderDrive .icon{
    margin-right: 17px;
}

.Folder i{
    color: #ffd333;
    font-size: 40px;
}

.Folder .FolderDrive p{
    margin-bottom: 5px;
    font-size: 18px;
}

.Folder .FolderDrive .FilesCard{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(161, 161, 161);
}

.Folder .FolderDrive .fileImage{
    height: 220px;
    background-color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Folder .FolderDrive .FilesCard img{
    width: auto;
    height: auto;
    max-width: 100%;
}

.Folder .FolderDrive .FilesCard .text{
    padding: 15px 10px;
    background-color: rgb(214, 214, 214);
}

.Folder .FolderDrive .FilesCard .text p{
    font-size: 16px;
    font-weight: 500px;
}

.TabileSearch .UplodeDocument h5{
    text-transform: capitalize;
    margin-bottom: 20px;
}

.TabileSearch .UplodeDocument label{
    width: 100%;
    margin-bottom: 12px;
}

.TabileSearch .UplodeDocument input{
    width: 100%;
    max-width: 700px;
    padding: 2px !important;
}
/* Seller document start */

/* Deshbord start */
.deshBord{
    /* margin: 0; */
}

.deshBord .Card{
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    background-color: #f4f7fb;
    box-shadow: 0 0 8px #dedada;
}

.deshBord .Card p{
    margin-bottom: 20px;
}

.deshBord .Card i{
    margin-bottom: 20px;
}

.deshBord .Card h3{
    font-weight: 600;
    margin-bottom: 20px;
}

.deshBord .Card h4{
    font-size: 18px;
    margin-bottom: 20px;
}

.deshBord .Card .upOrDown{
    color: green;
    font-size: 16px;
    margin-bottom: 0;
}

.deshBord .Card .upOrDown2{
    color: red;
    font-size: 16px;
    margin-bottom: 0;
}

.deshBord .ActiveUser h3{
    font-size: 18px;
}

.deshBord .ActiveUser .totalUser{
    background-color: #2c66af;
    padding: 20px;
    width: 100%;
    color: white;
    margin-bottom: 20px;
    border-radius: 10px;
}

.deshBord .ActiveUser .totalUser h3{
    margin-bottom: 0;
    font-size: 20px;
}

.BorderBttom{
    border-bottom: 1px solid rgb(133, 133, 133);
}

.marginPadding{
    margin: 0;
    padding: 0;
}
/* Deshbord end */


/* copy */


/* responsive start */
    /* laptop */
    @media screen and (max-width: 1440px) {
        
    }

    /* tabe */
    @media screen and (max-width: 950px) {
        .LeftSudeNav{
            display: none;
            z-index: 100;
        }
        
        .MainDivBody{
            width: 100%;
            height: 100vh;
            margin-left: 0;
            position: relative;
        }

        .MainBox {
            padding: 9px 20px;
        }
        
        .FixedinTop {
            display: none !important;
        }

        .Top-logo{
            display: block;
            width: 100px;
            margin-right: .5rem;
        }

        .mobileTop{
            display: block !important;
            width: 100%;
            /* height: 80px; */
            background-color: var(--bg-left);
            color: black;
            padding: 8px 10px;
        }

        .mobilelogo{
            width: 100%;
        }

        .SearchForm2{
            width: 100%;
        }

        .TopSearch{
            margin-right: -29px;
        }

        .MainBox{
            margin-top: 0;
        }

        .PtheTitle {
            margin-top: 15px;
        }

        .TabileBox, .EditminDIv {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .ShowOnMobile{
            display: none;
        }
    }

    @media screen and (max-width: 814px) {
        .TopSearch{
            margin-right: -15px;
        }
    }

    @media screen and (max-width:  766px) { 
        .notification{
            display: none;
        }

        .sercedivmobile{
            display: none;
        }

        .TableDiv1{
            overflow-x: scroll;
            margin-bottom: 10px;
        }

        .mobilelogo{
            max-width: 120px;
        }

        .Page{
            justify-items: center;
        }

        .Pages span{
            display: none;
        }
    }

    /* mobile */
    @media screen and (max-width: 575px) {
        .MainBox {
            padding: 9px 8px;
        }

        .button {
            display: block;
            font-size: 13px;
            padding: 6px 8px;
            width: 100px;
            text-align: center;
        }

        .button i{
            display: none;
        }

        .UperPath {
            font-size: 15px;
        }

        .UperPath h3{
            font-size: 20px;
        }

        .addCatagori{
            width: 130px;
        }

        .addCustomer{
            width: 115px;
        }

        .CustomerBtn{
            margin-bottom: .3rem;
        }

        .TabileBox, .EditminDIv {
            margin-bottom: 1px;
        }

        .OrderOverview th {
            font-weight: 600;
            font-size: 14px;
        }

        .heros {
            padding-top: 29px;
            padding-bottom: 40px;
        }

        .heros form {
            width: 70%;
        }

        .ManageUser{
            flex-direction: column;
        }
        
        .addUser {
            padding: 20px 10px;
        }

        .tab-pane label {
            width: 257px;
        }

        .tab-pane .input2, 
        .tab-pane select {
            padding: 4px 10px;
            width: 100%;
        }

        .tab-pane select {
            margin-left: 0;
        }
    }

    @media screen and (max-width: 400px) {
        .Folder i {
            color: #ffd333;
            font-size: 36px;
        }
        
        .Folder .FolderDrive p {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .Folder .FolderDrive .FolderCard {
            padding: 5px;
            justify-content: center;
            font-size: 12px;
        }

        .Folder {
            padding: 12px;
            padding-top: 0;
        }

        .Folder .FolderDrive .icon {
            margin-right: 10px;
        }

        .Folder h4 {
            margin-bottom: 10px;
        }
    }
/* responsive end */

:root {
    --logoColor-1: #2c66af;
    --logoColor-2: #ff863f;
    --servocehover: #e79855;
    --footer-font: white;
    --bg-left: #dae7f7;
    --lef-Bg-width: 270px;
    --Margin-Top: 40px;
}