@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: 900;
    src: /* IE6-8 */ url(./fonts/Estedad-FD-Black.woff2)
}

@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: bold;
    src: url(./fonts/Estedad-FD-Bold.woff2);
}

@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/Estedad-FD-Medium.woff2);
}

@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/Estedad-FD-Light.woff2);
}


@font-face {
    font-family: Estedad;
    font-style: normal;
    font-weight: normal;
    src: url(./fonts/Estedad-FD-Regular.woff2);

}


body {
    margin: 0;
    background: #F0F3F7;
    font-family: Estedad;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 4px;
}

.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: #fff;
}

.login-wrapper .login-card {
    border-radius: 25px;
    opacity: 0.95;
    background: var(--white, #FFF);
    box-shadow: 0px 18px 25px 0px rgba(127, 143, 233, 0.30);
    padding: 30px 36px;
}

p.error {
    text-align: center;
    margin-top: 0px;
    color: #000000;
}


.login-btn {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    background: black;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo > h1 {
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-family: Estedad;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    padding-bottom: 20px;
}

.page-wrapper {
    height: calc(100vh - 50px);
    overflow: auto;
}

.section-wrapper {
    padding: 10px 20px;
}

.box {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cover-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cover-item span {
    font-size: 12px;
}

.title {
    background-color: #388E3C;
    width: fit-content;
    padding: 5px 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 900;
    border-radius: 15px 0 0 15px;
}

.dashboard-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 25px;
    color: #fff;
}

.dashboard-wrapper .header-wrapper {
    width: 100%;
}

.dashboard-wrapper .header-wrapper .bottom h4 > a {
    margin-right: 20px;
}

.dashboard-wrapper .header-wrapper .bottom {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #BCA662;
    width: 95%;
    margin: 0 auto;
}

.dashboard-wrapper .header-wrapper .bottom div > h4, .dashboard-wrapper .header-wrapper .bottom span {
    margin: 10px 4px;
    font-size: 16px;
}

.dashboard-wrapper .header-wrapper .bottom > h4 > svg, .dashboard-wrapper .header-wrapper .bottom span > svg {
    color: #BCA662;
    margin-right: 10px;
}

.dashboard-wrapper .header-wrapper .top {
    display: flex;
    justify-content: space-between;
    background: #ffffff45;
    padding: 10px 25px;
    border-radius: 34px;
    align-items: center;
}

.dashboard-wrapper .header-wrapper .top > img {
    width: 200px;
    height: fit-content;
}

.dashboard-wrapper .header-wrapper .top .logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard-wrapper .header-wrapper .top .logo-wrapper > img {
    width: 100px;
}

.dashboard-wrapper .header-wrapper .top .logo-wrapper > h4 {
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
}

.dashboard-wrapper .black_box {
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-wrapper .hr {
    height: 1px;
    background: #adacac;
    margin: 10px 0;
}

.dashboard-wrapper .currency_title_box {
    background: #c6a84cb8;
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border-radius: 4px;
}

.dashboard-wrapper .table-header {
    margin-top: 20px;
}

.dashboard-wrapper .price_box {
    background: #c6a84cb8;
    border-radius: 4px;
    text-align: center;
    padding: 5px 0;
    height: 100%;
}

.dashboard-wrapper .price_box > svg {
    display: none;
    cursor: pointer;
}

.dashboard-wrapper .price_box > input {
    border: 0;
    background: #c6a84c00;
    text-align: center;
    width: 100%;
}

.dashboard-wrapper .price_box > input:focus-visible {
    border: 0;
    outline: none;
}

.dashboard-wrapper .currency-logo-box {
    display: flex;
    gap: 5px;
    height: 100%;
}

.dashboard-wrapper .currency-logo-box .title-box {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.dashboard-wrapper .currency-logo-box .title-box > span:first-child {
    font-size: 12px;
}

.dashboard-wrapper .currency-logo-box .title-box > span:last-child {
    font-size: 10px;
}

.dashboard-wrapper .currency-logo-box > img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

@media screen and (max-width: 992px) {
    .currency-title {
        display: none !important;
    }

    .dashboard-wrapper {
        width: 100%;
    }

    .currency_title_box {
        text-align: center;
    }

    .dashboard-wrapper .header-wrapper .bottom {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.mobile-bottom-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 50px;
    /*box-shadow: 0 -2px 5px -2px #333;*/
    background-color: #fff;
}

.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
}

.mobile-bottom-nav__item--active {
    color: #388E3C;
}

.mobile-bottom-nav__item a {
    color: black;
    text-decoration: none;
}

.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.cd__intro {
    padding: 60px 30px;
    margin-bottom: 15px;
    flex-direction: column;

}

.cd__intro,
.cd__credit {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

.cd__intro h1 {
    font-size: 18pt;
    padding-bottom: 15px;

}

.cd__intro p {
    font-size: 14px;
}

.cd__action {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.cd__action a.cd__btn {
    text-decoration: none;
    color: #666;
    border: 2px solid #666;
    padding: 10px 15px;
    display: inline-block;
    margin-left: 5px;
}

.cd__action a.cd__btn:hover {
    background: #666;
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
}

.cd__action .cd__btn:before {
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
}

.down:before {
    content: "\f019"
}

.back:before {
    content: "\f112"
}

.cd__credit {
    padding: 12px;
    font-size: 9pt;
    margin-top: 40px;

}

.cd__credit span:before {
    font-family: FontAwesome;
    color: #e41b17;
    content: "\f004";


}

.cd__credit a {
    color: #333;
    text-decoration: none;
}

.cd__credit a:hover {
    color: #1DBF73;
}

.cd__credit a:hover:after {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 9pt;
    position: absolute;
    margin: 3px;
}

.cd__main {
    background: #fff;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.cd__main {
    display: flex;
    width: 100%;
}

@media only screen and (min-width: 1360px) {
    .cd__main {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding: 24px;
    }
}

.cd__main {
    position: relative;
    width: 360px !important;
    height: 720px;
    border: 2px solid #bbb;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    line-height: 0px;
    padding: 0 2px;
    min-width: 25px;
    text-align: center;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 15px;
    height: 15px;
    font: 15px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 15px;
    height: 15px;
    font: 15px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

.report-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.report-item {
    background: #fff;
    padding: 15px 20px;
    text-align: initial;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.15);
}

div {
    text-align: center;
}

.minus:hover {
    background-color: #479917 !important;
}

.plus:hover {
    background-color: #479917 !important;
}

/*Prevent text selection*/
span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input {
    border: 0;
    width: 2%;
}

nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:disabled {
    background-color: white;
}


/* 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;
}