/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat-Light";
    color: #000;
}

/* ------------------------------------------------font-famillry------------------------------- */

@font-face {
    font-family: Montserrat-Medium;
    src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: Montserrat-Bold;
    src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: Gilroy-SemiBold;
    src: url("../fonts/Gilroy-SemiBold.ttf");
}
@font-face {
    font-family: Gilroy-Regular;
    src: url("../fonts/Gilroy-Regular.ttf");
}
.monst-med {
    font-family: Montserrat-Medium;
}
.monst-Bold {
    font-family: Montserrat-Bold;
}
.monst-Reg {
    font-family: Montserrat-Regular;
}
.gil-semi-bold {
    font-family: Gilroy-SemiBold;
}
.gil-reg {
    font-family: Gilroy-Regular;
}
/* ---------------------------------------------------------navbar------------------------------------------------------------------------------- */
.screen-img {
    position: relative;
    height: 105vh;
    min-height: 900px;
    width: 100%;
    object-fit: cover;
}
.login-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: calc(100vh - 184px);
    width: 100%;
    padding: 25px 0 0;
}
.login-box-main {
    background: linear-gradient(
        180deg,
        rgba(21, 20, 17, 1) 0%,
        rgba(94, 55, 21, 1) 100%
    );
}
.claim_profile {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 0px;
    padding: 1px 20px 10px;
}
.store_icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
}
.store_icons a img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}
.store_icons a {
    width: 150px;
}
.theme-color {
    /* background: linear-gradient(
        90deg,
        rgba(158, 122, 59, 1) 0%,
        rgba(94, 55, 21, 1) 100%
    ); */
    background: linear-gradient(
            90deg,
            var(--c1, rgba(158, 122, 59, 1)),
            var(--c2, rgba(94, 55, 21, 1)) 51%,
            var(--c1, rgba(158, 122, 59, 1))
        )
        var(--x, 0) / 200%;
    border: 0;
    transition: 0.5s;
    color: #fff;
}
.theme-color:hover {
    color: #fff;
    /* background: linear-gradient(
        180deg,
        rgba(158, 122, 59, 1) 0%,
        rgba(94, 55, 21, 1) 100%
    ); */
    background: linear-gradient(
            90deg,
            var(--c1, rgba(158, 122, 59, 1)),
            var(--c2, rgba(94, 55, 21, 1)) 51%,
            var(--c1, rgba(158, 122, 59, 1))
        )
        var(--x, 0) / 200%;
}
.theme-color {
    --c1: rgba(158, 122, 59, 1);
    --c2: rgba(94, 55, 21, 1);
}
.theme-color:hover {
    --x: 100%;
}
.login-box-inner {
    width: 100%;
    max-width: 350px;
}
.login-box-inner-top {
    text-align: center;
}
/* form */
.main-form {
    padding: 0 20px;
}
.btn-admin-login {
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}
.btn-register {
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}
.btn-register p {
    color: #fff;
    margin-top: 2px;
}
#form-admin-user .nav-item .active p {
    color: #000 !important;
}
#form-admin-user .nav-item .active {
    background: #fff !important;
}
#content-form input:focus,
#content-form button:focus {
    box-shadow: none;
}
#content-form button {
    min-height: 40px;
}
#content-form input {
    background: #12110e;
    border-radius: 5px;
    height: 44px;
    border: none;
    color: #fff;
    padding: 0 18px;
}
#content-form input::placeholder {
    color: #7e7e7e;
    font-size: 16px;
}
.login-auth {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.btn-reg-full {
    height: 100%;
    width: 100%;
}
.remove-a {
    text-decoration: none;
}
.remove-a:hover {
    text-decoration: none;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* -----------------btn-claim--------- */
.btn-claim {
    border: 1px solid #ffffff;
    border-radius: 10px;
    min-height: 60px;
}
/* font-size */

.font-40 {
    font-size: 40px;
}
.font-20 {
    font-size: 20px;
}
.font-14 {
    font-size: 14px;
}
.font-18 {
    font-size: 18px;
}
.font-17 {
    font-size: 17px;
}
.font-16 {
    font-size: 16px;
}

.main-alert-box {
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    min-width: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    z-index: 99;
}
.font-alert {
    font-size: 26px;
}

.img-upload-box {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 4px solid #b37527;
}
.uplod-icon-color {
    color: rgba(255, 255, 255, 0.5);
}
.img-upload-control {
    height: inherit;
    width: inherit;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}
.img-logo-panel {
    width: 130px;
}
/* --------------------------------------------------------------mediaquery--------------------------------------------------------------------------*/

@media screen and (max-width: 450px) {
    /* form */
    .img-logo-panel {
        width: 120px;
    }
    .login-box {
        padding: 10px 0 0;
    }
    .login-text {
        font-size: 14px !important;
        line-height: 20px;
        padding: 0 10px;
    }
    .btn-claim {
        border: 1px solid #ffffff;
        border-radius: 10px;
        min-height: 60px;
    }
    .font-17 {
        font-size: 15px;
    }
    .font-16 {
        font-size: 12px;
    }
    .font-20 {
        font-size: 18px;
    }
}

@media screen and (min-width: 450px) {
    .width-25 {
        width: 85%;
    }
}

@media screen and (max-width: 576px) {
    .main-alert-box .font-16 {
        font-size: 14px;
    }
}
@media (max-width: 770px) {
    .screen-img {
        min-height: 1000px;
    }
}

@media screen and (max-width: 770px) {
}

@media (min-width: 768px) {
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (min-width: 1000px) {
    .width-25 {
        width: 45%;
    }
}

@media screen and (max-width: 1670px) {
}

@media screen and (max-width: 1550px) {
}

@media screen and (min-width: 1600px) {
    .width-25 {
        width: 25%;
    }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1300px) {
}
