:root{
    --bg-light-mode: #f2f3f5;
    --bg-other-element-light-mode: #FFF;

    --width-site : 85%;
}

@font-face {
    font-family: Shabnam;
    src: url('../../fonts/shabnam/Shabnam.eot');
    src: url('../../fonts/shabnam/Shabnam.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/shabnam/Shabnam.woff') format('woff'),
    url('../../fonts/shabnam/Shabnam.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Shabnam;
    src: url('../../fonts/shabnam/Shabnam-Bold.eot');
    src: url('../../fonts/shabnam/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/shabnam/Shabnam-Bold.woff') format('woff'),
    url('../../fonts/shabnam/Shabnam-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Shabnam;
    src: url('../../fonts/shabnam/Shabnam-Light.eot');
    src: url('../../fonts/shabnam/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/shabnam/Shabnam-Light.woff') format('woff'),
    url('../../fonts/shabnam/Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
}

body{
    background-color: var(--bg-light-mode) !important;
    font-family: Shabnam !important;
}


.custom-container{
    width: var(--width-site) !important;
    margin: 1.5rem auto !important;
    min-height: 65vh;
}

.title-box{
    width: 80% !important;
    margin: auto !important;
    padding: 25px 10px 12px;
    background-color : var(--bg-other-element-light-mode);
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    color: #000;
    box-shadow: 10px 10px 100px 1px rgba(80, 80, 80, 0.21);
    font-weight : 700;
    text-align: center;
}
.custom-header{
    width: var(--width-site) !important;
    margin: 1.5rem auto -4px !important;
    background-color : var( --bg-other-element-light-mode );
    border-radius: 15px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    color: #000;
    box-shadow: 10px 10px 100px 5px rgba(80, 80, 80, 0.21);
    font-weight : 700;
    position: relative;
    z-index: 100;
}

.custom-footer{
    width: var(--width-site) !important;
    height: 50px !important;
    margin: 1rem auto 0.3rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-weight : 500;
    position: relative;
    bottom: 0 !important;
}

.custom-hr{
    width:98%;
    border: 2px dashed #FFFFFF;
    margin: auto;
    border-radius: 15%;
}

.card{
    background-color: transparent !important;
    /*box-shadow: rgba(27, 52, 77, 0.18) 0px 3px 15px 0px;*/
    border: 0px;
}

.overflow-tree-dot{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 75%;
}

.content-product{
    width: 70%;
    min-height: 60vh;
    margin:  4% auto;
}

.content-product p , .content-product label{
    color: black !important;
}

.xx{
    display: flex;
    justify-content: end;
}

.auth-box{
    background-color : var( --bg-other-element-light-mode );
    border-radius: 15px;
    margin: 10vh auto;
    color: #000 !important;
    box-shadow: 10px 10px 100px 5px rgba(80, 80, 80, 0.21) !important;
}

input::placeholder{
    text-align: right !important;
    font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-color: #f2f3f5 !important;
}

.header-btn svg{
    fill: #3b3d3b !important;
}

.header-btn svg.h-svg-success:hover{
    fill: #00ee00 !important;
    -webkit-filter: drop-shadow(0.1px 8px 4px rgba(0, 211, 0, 0.8));
    filter: drop-shadow(0.1px 8px 4px rgba(0, 211, 0, 0.8));
}

.header-btn svg.h-svg-danger:hover{
    fill: rgba(224, 1, 40, 0.94) !important;
    -webkit-filter: drop-shadow( 0.1px 8px 4px rgb(236, 7, 49));
    filter: drop-shadow( 0.1px 8px 4px rgb(236, 7, 49));

}

.header-btn svg.h-svg-info:hover{
    fill: #00e0e8 !important;
    -webkit-filter: drop-shadow( 0.1px 8px 4px rgba(3, 238, 211, 0.81));
    filter: drop-shadow( 0.1px 8px 4px rgba(3, 238, 211, 0.81));

}

.header-btn svg.h-svg-warning:hover{
    fill: #faf543 !important;
    -webkit-filter: drop-shadow( 0.1px 8px 4px rgba(241, 237, 7, 0.4));
    filter: drop-shadow( 0.1px 8px 4px rgba(241, 237, 7, 0.4));

}

.header-btn svg.h-svg-night:hover{
    fill: rgb(100, 100, 100) !important;
    -webkit-filter: drop-shadow( 0.1px 8px 4px rgba(100, 100, 100, 0.35));
    filter: drop-shadow( 0.1px 8px 4px rgba(100, 100, 100, 0.35));

}

.text-bold-900{
    font-weight: 900 !important;
}

.card-title:hover{
    text-shadow: 0.2px 8px 15px rgba(255, 0, 0, 0.5);
}

/* style recaptcha */
.g-recaptcha {
    transform: scale(0.7);
    display: flex !important;
    justify-content: center;
}

/*-----------------------------*/
/* dropDown list */
.dropbtn {
    background-color: transparent;
    color: white !important;
    font-size: 10px !important;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: transparent;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
    text-align: right !important;
    font-size: 15px !important;
    font-weight: 200;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
/*-----------------------------*/

.header-btn{
    display: flex !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    align-items: center !important;
}

input[type=text]{
    background-color: #fff !important;
    color: black !important;
}

#filter-sort .form-select-sm{
    padding-bottom: 6px !important;
}

/*====================================*/
/*           css loader               */
.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    display: none;
    z-index: 800
}
.fade-loader{
    width: 100% !important;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    z-index: 100;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.fade-loader > .loader{
    display: block !important;
    position: sticky !important;
    top: 80px;
    margin-top: 80px;
}
.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}
.loader:after {
    color: #FF3D00;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

/*----------- Start | Scroll up button ---------------*/
#ScrollUp {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none !important;
}

#ScrollUp:hover {
    cursor: pointer;
    background-color: #333;
}
#ScrollUp:active {
    background-color: #555;
}
#ScrollUp.show {
    opacity: 1;
    visibility: visible;
}

#ScrollUp::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
    justify-self: center;
    align-self: center;
}

/*----------- End | Scroll up button ---------------*/
