
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent gray background */
    z-index: 9999;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    display: none;
}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hide {
    display: none;
}

.error-message {
    color: red;
}


/*--custom-drop-select--*/
#createAccount .custom-drop-select {
    border-radius: 7px;
    font-size: 14px;
    color: #444343;
    width: 100%;
    padding: 15px 0;
    position: relative;
    font-family: 'century_gothicregular';
    border: solid 1px #dee2e6;
    height: 48px;
    background: #fff;
    cursor: pointer;
}



    #createAccount .custom-drop-select .dp_list {
        display: none;
        position: absolute;
        padding: 7px;
        margin: 0;
        top: 100%;
        width: 100%;
        border-radius: 7px;
        background: #fff;
        list-style: none;
        left: 0;
        border: solid 1px #ddd
    }

/*.dp_list {
    background: #fff;
    margin: 0;
    list-style: none;
    padding: 10px;
    border: solid 1px #ededed;
    margin-top:16px
}*/

.dp_selected_opt {
    margin: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 10px
}

    .dp_selected_opt .dp_list_col h6 {
        font-family: 'century_gothicregular';
    }

.dp_list_col {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .dp_list_col h6 {
        font-weight: normal;
        font-size: 13px;
        margin: 0;
    }

.dp_list_opt {
    padding: 5px 0;
    cursor: pointer;
    color: #666;
}

    .dp_list_opt:hover {
        color: #FF9211;
    }

    .dp_list_opt:not(:last-child) {
        border-bottom: solid 1px rgba(245, 245, 245, .5);
    }

.dp_list li > ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    right: -100%;
    background: #6F7C81;
    border-radius: 7px;
    color: #fff;
    font-family: 'century_gothicregular';
    padding: 5px;
    top: 0;
    font-size: 12px;
    width: 200px;
    transform: translateX(46px);
}

.dp_list li:hover > ul {
    display: block;
}

.dp_list li > ul li {
    display: flex;
    padding: 5px;
    align-items: center;
}

    .dp_list li > ul li:not(:last-child) {
        border-bottom: solid 1px rgba(245, 245, 245, .5);
    }

    .dp_list li > ul li h6 {
        font-size: 12px;
        margin: 0px;
    }

/*--custom-drop-select--*/

.field-validation-valid
{
    color:red;
}

.hide-content {
    display: none;
}

.show-content {
    display: inline-block;
}
.div.clock.small div.time {
    color: #fff !important;
}
.div.clock.small div.date {
    color: #fff !important;
}
.expire-tc {
    background: var(--redtheme);
    padding: 18px 15px 10px;
    font-size: 13px;
    color: #fff !important;
}
