@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

a {
    cursor: pointer;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none !important;
}

body {
    margin-bottom: 60px;
    background-color: #e7e7e7;
}

.logout-btn {
    background: #FFDD00;
    font-weight: bold;
    border: 0;
    color: #000;
}

.side-bar {
    height: 80vh;
}

.form-group {
    margin: 20px;
}

.card-cont {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    justify-items: center;
}

.card {
    width: 33.33%;
    width: calc(33.33% - 20px);
    margin: 10px;
    box-sizing: border-box;
    height: fit-content;
    /*-webkit-box-shadow: 0px 0px 4px 0.2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 4px 0.2px rgba(0,0,0,1);
    box-shadow: 0px 0px 4px 0.2px rgba(0,0,0,1);*/
    z-index: 1;
}

    .card .card-img-top {
        height: 100px;
        object-fit: contain;
        display: flex;
        max-height: 100px;
        overflow-y: hidden;
        background-color: #FFDD00;
    }

.card-body {
    padding: 10px !important;
}

.card-footer {
    padding: 7px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

    .card-footer span {
        color: #000;
    }

        .card-footer span.badge {
            background-color: #FFDD00 !important;
        }

.card-title {
    width: 100%;
    height: 31px;
    overflow: hidden;
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
    white-space: normal;
    color: #000;
    font-size: 0.79rem;
}


.desc {
    height: auto !important;
}

footer {
    z-index: 2314895;
}

.card-footer span.link, .card-footer span.link:visited, .card-footer span.link:active, .card-footer span.link:focus {
    text-decoration: none !important;
}

.card-body .card-subtitle {
    text-decoration: none !important;
    color: #000;
}

.whatsapp {
    font-size: 18px;
}

.title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 1rem;
    /*color: white;*/
}

.yes-btn {
    background-color: #FFDD00;
    font-weight: bold;
}

.no-btn {
    background-color: #000;
    color: #FFF;
    font-weight: bold;
}

.header {
    width: 100vw;
    position: fixed;
    z-index: 321321;
}

.nav-item a {
    opacity: 0.8;
    color: #00a3d9 !important;
    cursor: pointer;
    padding: 5px 5px 5px 10px !important;
}

#imagePreview {
    max-width: 200px;
    max-height: 200px;
    float: inline-end;
}

.nav-item a:hover {
    opacity: 1;
    background-color: azure;
    opacity: 1;
    border-left: 3px solid #00a3d9;
}

input[type='radio'].genderClass {
    display: none;
}

label.custom-radio {
    cursor: pointer;
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

    label.custom-radio::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #fff;
        transition: background-color 0.2s ease;
    }

input[type='radio'].genderClass:checked + label.custom-radio {
    background-color: #2196F3;
}

    input[type='radio'].genderClass:checked + label.custom-radio::after {
        background-color: #fff;
    }

.redeemed {
    opacity: .3;
}

.topnav {
    font-size: x-large;
    color: #fff !important;
    padding: 5px 10px;
}

.howtouse {
    padding: 10px;
    /* -webkit-box-shadow: 0px 0px 4px 0.2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 4px 0.2px rgba(0,0,0,1);
    box-shadow: 0px 0px 4px 0.2px rgba(0,0,0,1);*/
    z-index: 1;
}

.gred {
    height: fit-content !important;
    padding: 10px;
    color: #000;
    background-color: #FFDD00;
    /*background: rgb(2,0,36);
    background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
}

.text-yello {
    color: #FFDD00 !important;
    background-color: #000;
}

.gred2 {
    color: #000;
    font-weight: bold;
    background-color: #FFDD00;
    /*background: rgb(15,75,9);
    background: -moz-linear-gradient(90deg, rgba(15,75,9,1) 0%, rgba(39,178,23,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(15,75,9,1) 0%, rgba(39,178,23,1) 100%);
    background: linear-gradient(90deg, rgba(15,75,9,1) 0%, rgba(39,178,23,1) 100%);*/
}

    .gred2:hover {
        color: #000;
        font-weight: bold;
        background-color: #FFDc00;
        /*color: #000;
        background: rgb(214,223,1);
        background: -moz-linear-gradient(90deg, rgba(214,223,1,1) 0%, rgba(191,191,191,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(214,223,1,1) 0%, rgba(191,191,191,1) 100%);
        background: linear-gradient(90deg, rgba(214,223,1,1) 0%, rgba(191,191,191,1) 100%);*/
    }

.redeem {
    color: #000;
    font-weight: 800;
    background-color: #FFDD00;
}

.validation-summary-error, .text-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    border-radius: 12px;
}

    .validation-summary-error ul, .text-danger ul {
        list-style: none;
        padding: 10px;
    }

.redeem-card {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30vw;
    color: #000;
    background-color: #FFDD00;
    padding: 20px;
    border-radius: 12px;
    height: 250px;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.card-big {
    object-fit: contain;
    width: 100%;
}

.whatsapp {
    border: 1px solid green;
    background: green;
    border-radius: 50px;
    padding: 2px;
}

.amenli_iframe {
    width: 96vw;
    height: 84vh;
}

/*
div > a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

div > a:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}*/
