@font-face {
    font-family: defaultFont;
    src: url(../fonts/Gotham-Black.ttf);
}

@font-face {
    font-family: defaultFont2;
    src: url(../fonts/Avenir-Medium.ttf);
}

@font-face {
    font-family: defaultFont3;
    src: url(../fonts/Avenir-Heavy.ttf);
}

@font-face {
    font-family: defaultFont4;
    src: url(../fonts/DKCombustible.otf);
}

html,
body {
    height: 100%;
}

body {
    background: url(../images/back_gound_images/background_img_2_opt_new.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    font-family: defaultFont;
    color: #8E8E8E;
    background-color: #FFFFFF;
}

body.overflow-hidden {
    overflow: hidden;
}

.mainTextContent {
    margin: 80px auto 0;
    border-radius: 5%;
    width: 80%;
    padding: 20px 20px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 100px 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 100px 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 100px 20px rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    margin-bottom: 50px;
    color: #FFFFFF;
    font-family: defaultFont3;
}

.container-flash-messages {
    width: 360px;
    height: 60px;
    margin: 10px auto;
}

.flash_message_custom {
    width: 100%;
    height: 60px;
}

.table_btn {
    width: 150px;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #fcae25;
    color: #000000;
    border: 0px solid #FFFFFF;
    font-size: 14px;
    margin: 8px 4px auto;
}

.table_btn_big {
    width: 100px;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #fcae25;
    color: #000000;
    border: 0px solid #FFFFFF;
    font-size: 14px;
    margin: 8px 4px auto;
}

.table_btn_new {
    width: auto;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #74C4BF;
    color: #000000;
    border: 0px solid #FFFFFF;
    font-size: 14px;
    margin: 8px 4px auto;
}

.table_btn:hover {
    opacity: 0.7;
}

.table_btn_new:hover {
    opacity: 0.7;
}

#navDown {
    font-size: 1em;
    font-family: defaultFont3;
    margin-top: 55px;
}

.exceptionMessage {
    color: #000000;
    margin: 50px auto 0;
    width: 60%;
    padding: 20px 20px;
    font-size: 1rem;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 100px 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 100px 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 100px 20px rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.exceptionMessage a {
    color: #5D250C;
    cursor: pointer;
    text-decoration: none !important;
    font-weight: bold;
}

.exceptionMessage a:hover {
    color: #8E8E8E;
}

input[type="text"],
input[type="password"],
textarea,
select {
    color: #000000 !important;
}

#header {
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    background: #4062BB;
    position: absolute;
}

.contents {
    min-height: calc(100% - 75px);
}

#imgContainer {
    height: 160px;
    position: absolute;
    background: rgba(255, 230, 49, 0.9);
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}

#logoImg {
    margin-top: 32px;
    margin-left: 60px;
    height: 100px;
    width: auto;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.footer {
    /*position: absolute;*/
    width: 100%;
    height: 120px;
    font-family: defaultFont3;
    text-align: center;
    background: rgba(255, 230, 49, 0.9);
    position: relative;
    bottom: 0px;
    left: 0;
    padding: 25px;
}

.socialNetworkImgFB {
    background: url(../images/social_network_icons/social_facebook.png) no-repeat center;
    background-size: contain;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.socialNetworkImgIN {
    background: url(../images/social_network_icons/social_insta.png) no-repeat center;
    background-size: contain;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.socialNetworkImgTikTok {
    background: url(../images/social_network_icons/social_tiktok.png) no-repeat center;
    background-size: contain;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.socialContainer {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.termsPolicyFooter {
    font-size: 0.75em;
    text-decoration: none;
    color: #000000;
    /*text-transform: uppercase;*/
}

.termsPolicyFooter:hover {
    color: rgba(0, 0, 0, 0.8);
}

.associatesBar {
    text-align: center;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
}

.adminTitle {
    display: grid;
    width: 90%;
    max-width: 800px;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    color: #000000;
    font-size: 1.2rem;
    margin: 60px auto;
}

.adminTitle:before,
.adminTitle:after {
    content: '';
    border-top: 3px solid #ffe844;
}

.adminContainer {
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
}

.tableContainer {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    width: 60%;
    min-height: 500px;
}

.createUpdateContainer {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    width: 50%;
    min-height: 500px;
}

.adminTables tr.head {
    background: rgba(255, 230, 49, 0.9)
}

.productsContainer {
    min-height: 295px;
    margin: 0 auto;
    width: 100%;
}

.no_prod_msg {
    width: 100%;
    padding-top: 130px;
    text-align: center;
    color: #000000;
}

/*MENU CATEGORIAS*/
.catBar {
    margin-top: 50px;
}

#navMenu {
    text-align: center;
}

#navMenu li {
    display: inline-table;
}

#navMenu a {
    cursor: pointer;
    text-decoration: none;
}

.catLabel {
    text-transform: uppercase;
    font-family: defaultFont;
    font-size: large;
    color: rgba(0, 0, 0, 1);
}

.catLabel1 {
    text-transform: uppercase;
    font-family: defaultFont;
    font-size: large;
    color: rgba(0, 0, 0, 1);
}

.catLabelSelected {
    text-transform: uppercase;
    font-family: defaultFont;
    font-size: large;
    color: #5d250c;
}

.searchBar {
    width: 100%;
    height: 55px;
    background: rgba(255, 230, 49, 0.8);
    text-align: center;
}

.subCatContBack {
    width: 100%;
    height: 125px;
    background: rgba(255, 255, 255, 0.8);
    z-index: -20;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 500px 500px 500px 5000px/25px 35px 15px 15px;
    border-top: solid 2px #312f2b;
    border-bottom: solid 2px #312f2b
}


#namanyay-search-btn {
    height: 24px;
    width: 24px;
    background: transparent;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    -webkit-padding-after: 8px;
    border: 0px solid #FFFFFF;
    vertical-align: middle;
}

#namanyay-search-box {
    margin-top: 11px;
    background: transparent;
    color: #FFFFFF;
    font: defaultFont3;
    padding: 6px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border: 2px solid #FFFFFF;
    width: 400px;
}

.subCatBar {
    margin: auto;
    width: 100%;
    /*height: 75px;*/
    /*background: rgba(255, 255, 255,1);*/
}

.subCatTextName {
    top: -5px;
    font-size: 12px;
}

.productName {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000000;
}

.addBtnCart {
    margin-top: 10px;
    padding-left: 5px;
    width: 50%;
    height: 25px;
    border: none;
    border-radius: 3px;
    background: #338720;
    color: #FFFFFF;
}

.addBtnCartNoLogIn {
    margin-top: 0px;
    width: 50%;
    height: 25px;
    border: none;
    border-radius: 3px;
    background: #338720;
    color: #FFFFFF;
}

.addBtnCartNoLogInInactive {
    margin-top: 0px;
    width: 50%;
    height: 25px;
    border: none;
    border-radius: 3px;
    background: #292A2E;
    color: #FFFFFF;
    cursor: not-allowed !important;
}

.addBtnCart:hover {
    background: #3fa728;
}

.qty {
    width: 25px;
    height: 25px;
    text-align: center;
    border: none;
    border-radius: 3px;
    font-weight: bold;
}

#cd-cart-trigger {
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 10px;
    bottom: 70px;
    border-radius: 50%;

    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}

.cart_number {
    background: #000000;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: fixed;
    right: 45px;
    bottom: 70px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    padding-top: 3px;
    color: white;
    z-index: 2;

    box-shadow: 0px 0px 10px 6px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 10px 6px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 0px 10px 6px rgba(255, 255, 255, 0.3);
}

.confirmOrderDetail {
    margin: 100px auto 0;
    border-radius: 50%;
    width: 700px;
    padding: 20px 20px;
    min-height: 450px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    font-family: defaultFont3;
}



.adittionalInfoContainer {
    margin: 180px auto 0;
    border-radius: 50%;
    width: 700px;
    min-height: 450px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    font-family: defaultFont3;
}

#table-cart-products {
    width: 100%;
    font-size: 0.9rem;
}

.qtyTable {
    width: 25px;
    height: 25px;
    text-align: center;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.qtyplusTable {
    position: relative;
    top: 5px;
    cursor: pointer;
}

.qtyminusTable {
    position: relative;
    top: 5px;
    cursor: pointer;
}


.verticalTableHeader {
    border-bottom: 2px #000000 solid;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
}

div.navigation-bar {
    width: 700px;
    margin: 70px auto;
    color: #292A2E;
    font-size: 12px;
    color: #232F3E;
    text-align: center;
}

.buttonContainerConfirmOrder {
    margin-left: 4%;
}

.btnBack {
    margin-top: 20px;
    width: 48%;
    margin-bottom: 18px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background: #fbe830;
    color: #000000;
    padding: 10px;
}

.btnNext {
    width: 48%;
    margin-bottom: 18px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background: #338720;
    color: #FFFFFF;
    padding: 10px;
}

/*Bars*/
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    /*overflow: hidden;*/
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #000;
    /* text-transform: uppercase; */
    /* font-size: 9px; */
    width: 25%;
    float: left;
    position: relative;
}

#progressbar li:before {
    -webkit-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.9);
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 10px;
    color: #000000;
    background: #ffe843;
    border-radius: 3px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #ffe843;
    position: absolute;
    left: -50%;
    top: 18px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #73c4be;
    color: white;
}

.bigContainer {
    display: block;
}

.smallContainer {
    display: none;
}

.additionalInfoContainer {
    text-align: left;
    width: 400px;
    /*display: inline-block;*/
}

.additionalInfoContainerTitle {
    text-align: center;
    width: 100%;
    display: inline-block;
}

#frmAdditionalInformaction {
    width: 100%;
}


#ajax_loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: #ffe631;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;

}

div.ajax_loader_text {
    font-family: defaultFont;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 40%;
    text-align: center;
    color: #FFFFFF;
    font-size: 150%;
    font-weight: bold;
    z-index: 5001;
}

div.continueShopping {
    margin-top: 20px;
    width: 98%;
    text-align: right;
    margin-bottom: 20px;
}

.continueShopping img {
    width: 180px !important;
}

#cart-trigger-2 {
    color: #000000;
    margin-left: 50px;
    cursor: pointer;
}

/*RESPONSIVE*/
@media only screen and (max-width:767px) {

    .sloganContainer img {
        display: none !important;
    }

    #contactUsImg {
        display: block;
        position: fixed;
        top: calc(100% - 60px) !important;
        right: 5px;
        z-index: 2;
        cursor: pointer;
        opacity: 0.9;
        animation: wiggle 2.5s infinite;
        border-radius: 50%;

        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
    }

    .catImg {
        width: 170px;
    }

    /* #cd-cart-trigger {
        top: calc(100% - 10px) !important;
    }

    .cart_number {
        top: calc(100% - 120px) !important;
    } */

    .catBar {
        margin-top: 10px;
    }

    #progressbar li:before {
        -webkit-box-shadow: 0px 0px 60px 40px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0px 0px 60px 40px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 60px 40px rgba(255, 255, 255, 0.5);
        content: counter(step);
        counter-increment: step;
        width: 30px;
        line-height: 30px;
        display: block;
        font-size: 10px;
        color: #FFF;
        background: #FFB40F;
        border-radius: 3px;
        margin: 0 auto 10px auto;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 4px;
        background: #FFB40F;
        position: absolute;
        left: -50%;
        top: 13px;
        z-index: -1;
        /*put it behind the numbers*/
    }

    div.navigation-bar {
        width: 90%;
    }

    #imgContainer {
        text-align: center;
        margin-left: 0px;
        width: 100%;
    }

    .mainTextContent {
        font-size: 15px;
    }

    .confirmOrderDetail {
        width: 80%;
        font-size: 15px;
    }

    .adittionalInfoContainer {
        width: 80%;
        font-size: 15px;
    }

    #logoImg {
        margin-top: 30px;
        margin-left: 0px;
    }

    .tableContainer {
        width: 90%;
    }

    .createUpdateContainer {
        width: 90%;
    }
}

@media only screen and (max-width:550px) {

    .productsContainer {
        min-height: 295px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.8);

    }

    div.continueShopping {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    div.navigation-bar {
        width: 100%;
    }

    .additionalInfoContainer {
        text-align: left;
        width: 100%;
        display: inline-block;
    }


    .buttonContainerConfirmOrder {
        margin-left: 0px;
    }

    #btnSaveConfirmOrder {
        width: 100%;
    }

    #btnNextStepConfirmOrder {
        width: 100%;
    }

    .bigContainer {
        display: none;
    }

    .smallContainer {
        display: block;
    }

    #namanyay-search-box {
        width: 60%;
    }

    .termsPolicyFooter {
        font-size: 0.65em;
    }

    .container-flash-messages {
        width: 90%;
    }

    .cartInfoResumeCont {
        left: 10% !important;
        width: 80% !important;
        max-width: 80% !important;
    }

    .orderInfoNotificacionInt {
        /* left: 10% !important; */
        width: 80% !important;
        max-width: 80% !important;
    }
}

#contactUsImg {
    display: block;
    position: fixed;
    top: calc(50% + 60px);
    right: 5px;
    z-index: 2;
    cursor: pointer;
    opacity: 0.9;
    animation: wiggle 2.5s infinite;
    border-radius: 50%;

    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(5deg);
    }

    95% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.cartInfoResumeCont {
    position: fixed;
    top: 410px;
    left: calc(50% - 350px);
    width: 80%;
    max-width: 700px;
    /* margin: 0 auto; */
    font-size: 0.9rem;
    text-align: left;
    border: 2px solid #fcae25;
    padding: 20px;
    color: #000000;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 300;
}

.priceResumeContTitle {
    display: inline-block;
    width: 45%;
    color: #000000;
    text-align: left;
    font-weight: bold;
}

.priceResumeCont {
    display: inline-block;
    width: 50%;
    color: #73c4be;
    text-align: right;
}

.priceResumeCont input {
    width: 70% !important;
    background-color: transparent !important;
    border: 0px solid #FFFFFF !important;
}

.orderInfoNotificacionInt {
    display: flex;
    width: 80%;
    max-width: 400px;
    margin: 10px auto;
    font-size: 0.9rem;
    text-align: left;
    border: 2px solid #fcae25;
    color: #000000;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 300;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.orderInfoNotificacionIntLeft {
    padding: 10px;
    width: 75%;
    border-right: 2px solid #fcae25;
}

.orderInfoNotificacionIntRight {
    width: 25%;
    text-align: center;
    cursor: pointer;
    background-color: #fcae25;
}

.ordInfoBtnCont {
    width: 100%;
}


/* TOAST */
#toastPendingOrders {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: 0.9rem;
    white-space: nowrap;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
}

#toastPendingOrders #img {
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 12px;
    box-sizing: border-box;
    background-color: #111;
    color: #fff;
    border-radius: 29px 29px 29px 29px;
}

#toastPendingOrders #descToastPendingOrders {
    color: #fff;
    padding: 16px;
    overflow: hidden;
    white-space: nowrap;
}

#toastPendingOrders.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 15s 1s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 15s 1s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 15px;
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

/* Admin Dash Board */

.dashboard {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 40px;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    max-width: 850px;
    margin-top: 40px;
    justify-content: center;
}

.menu a {
    text-decoration: none;
    color: var(--main-color);
}

.menu-item {
    display: flex;
    margin: 5px;
    width: 150px;
    text-align: center;
    padding: 20px;
    border: 2px solid rgba(255, 230, 49, 1);
    border-radius: 10px;
    background: rgba(255, 230, 49, 0.1);
    min-height: 135px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.menu-item:hover {
    background: rgba(244, 244, 244,0.4);
}

.menu-item i {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 230, 49, 1);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 30px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 10px 30px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 10px 30px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

.menu-item a {
    font-size: 18px;
    text-decoration: none;
    color: rgba(255, 230, 49, 0.9);
}

.menu-item-btn {
    display: inline-block;
    margin: 5px 0;
    /* text-align: right; */
    padding: 10px;
    cursor: pointer;
}

.menu-item-btn i {
    font-size: 1rem;
    color: rgba(255, 230, 49, 0.9);
    margin-right: 10px;
}

.menu-item-btn a {
    font-size: 0.9rem;
    text-decoration: none;
    color: rgba(255, 230, 49, 0.9);
}

td.center{
    text-align: center !important;
}