﻿:root {
    /*Colors Start*/
    /*<-==========================================->*/
    --Color1-Pure-Black: #000000;
    --Color1-Pure-white: #ffffff;
    --Color-OffWhite: #f4f4f4;
    --primary: #00A049;
    --Red: #DC3E3E;
    /*Colors End*/
    /*<-==========================================->*/
}

.LoadingModal {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.5);
    z-index: 9999;
}

.loading span img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    max-width: 25rem;
}


img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
}


#components-reconnect-modal {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    margin: 0;
    width: 100%;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    display: flex !important;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: relative;
    min-height: 100vh;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(108,117,125,.9) !important;
    text-align: center;
    font-weight: bold;
    opacity: 1 !important;
}

    #components-reconnect-modal h5 {
        font-size: 16px;
        width: min(30rem, 100%);
        margin: 5rem auto !important;
        position: relative;
        padding: 3rem 7rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        min-height: 30vh;
        background: #ffffff;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        border-radius: 2rem;
    }


    #components-reconnect-modal button {
        margin-bottom: 5rem;
        background-color: var(--primary);
        color: white;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 5px 8px 5px;
        border-radius: 25px;
        border: none;
        width: 100%;
        max-width: 260px;
        min-width: 260px;
        text-align: center !important;
        z-index: 100 !important;
        margin-inline: auto !important;
        bottom: 3rem;
        height: 45px;
    }

    #components-reconnect-modal a {
        text-transform: capitalize;
        position: relative;
        width: 11rem;
        margin: 0 auto;
        padding:0.3rem 1rem;
        z-index: 5;
        color: #989494;
        letter-spacing:2px;
    }



#components-reconnect-modal h5 + div {
    display: none !important;
}
