/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #333333;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

#wrapper {
    display: none;
}


::-webkit-scrollbar {
    width: 14px !important;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #333333;
}

.but_green {
    background-color: #2E8B57;
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_green_h:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #2E8B57;
    color: whitesmoke;
}

.but_cancel {
    background-color: #A52A2A;
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_cancel:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #A52A2A;
    color: whitesmoke;
}

.but_inf {
    background-color: #0a6aa1;
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_inf_h:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #0a6aa1;
    color: whitesmoke;
}

.but_dis {
    background-color: #4d5764; /* Green */
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_dis_h:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #4d5764;
    color: whitesmoke;
}

/*.but_dis {
    background-color: #313a46;
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_dis_h:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #313a46;
    color: whitesmoke;
}*/


/*.but_ob {
    background-color: #333333; !* Green *!
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_obh:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #6c6c6c;
    color: whitesmoke;
}

.but_dis {
    background-color: #8a8a8a; !* Green *!
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_dish:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #8a8a8a;
    color: whitesmoke;
}

.but_m {
    background-color: #F1C121; !* Green *!
    border: none;
    color: #5c636a;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_mh:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #F1C121;
    color: #333333;
}

.but_ok {
    background-color: #28a745; !* Green *!
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_okh:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #28a745;
    color: whitesmoke;
}


.but_g {
    background-color: #333333; !* Green *!
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_gh:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #545454;
    color: whitesmoke;
}


.but_l {
    background-color: #B32025; !* Green *!
    border: none;
    color: #74788d;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
}

.but_lh:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    color: whitesmoke;
}

.but_gf {
    background-color: #28a745;
    border: none;
    color: #333333;
    !*width: 30%;*!
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_ghf:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    color: whitesmoke;
}

.but_gfc {
    background-color: #8c8c8c;
    border: none;
    color: #333333;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
    border-radius: 4px;
}

.but_gfch:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    color: whitesmoke;
}


.but_a {
    background-color: #a2adb7;
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
}

.but_ah:hover {
    color: #B32025;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.but_bl {
    background-color: #073077;
    border: none;
    color: whitesmoke;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; !* Safari *!
    transition-duration: 0.4s;
}

.but_blh:hover {
    color: #0946ab;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}*/


.confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    box-sizing: border-box;

    opacity: 0;
    animation-name: confirm---open;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;

    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm--close {
    animation-name: confirm---close;
}

.confirm__window {
    width: 100%;
    max-width: 600px;
    background: white;
    font-size: 16px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

    opacity: 0;
    transform: scale(0.75);
    animation-name: confirm__window---open;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

.confirm__titlebar,
.confirm__content,
.confirm__buttons {
    padding: 12px;
}

.confirm__titlebar {
    background: maroon;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.confirm__title {
    font-weight: bold;
    font-size: 1.1em;
}

.confirm__close {
    background: none;
    outline: none;
    border: none;
    transform: scale(1.5);
    color: #ffffff;
    transition: color 0.15s;
}

.confirm__close:hover {
    color: #ff0000;
    cursor: pointer;
}

.confirm__content {
    line-height: 1.8em;
}

.confirm__buttons {
    background: #eeeeee;
    display: flex;
    justify-content: flex-end;
}

.confirm__button {
    padding: 0.4em 0.8em;
    border: 2px solid #28a745;
    border-radius: 2px;
    background: #ffffff;
    color: #28a745;
    font-weight: bold;
    margin-left: 0.6em;
    cursor: pointer;
    outline: none;
}

.confirm__button--fill {
    background: #28a745;
    color: #ffffff;
}

.confirm__button:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@keyframes confirm---open {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes confirm---close {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes confirm__window---open {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.accordions {
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.actives, .accordions:hover {
    background-color: #ccc;
}

.accordions:after {
    font-family: "Font Awesome 6 Pro";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: '\f0fe';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.actives:after {
    font-family: "Font Awesome 6 Pro";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f146";
}

.panels {
    border-bottom: 1px dashed #333333;
    /* padding:0 40px;*/
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.g_img {
    min-width: 36px !important;
    max-width: 40px !important;
    min-height:48px !important;
    max-height:44px !important;
    object-fit: cover;
    object-position: center;
}

