
.modal-content {
    border: var(--lobby__px) solid var(--skin__border)!important;
    background: var(--skin__bg_2)!important;
    backface-visibility: hidden!important;
    max-width: 400px;
    border: 1px solid var(--skin__border) !important;
}

.modal-backdrop.show {
    opacity: .8!important;
}

.modal-dialog {
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
}
.modal {
    color: #fff!important;
}
.modal {
    overflow: hidden !important;
}

#LanguagestaticBackdrop>.modal-dialog>.modal-content {
    border: none !important;
    width: 100%;
    float: right;
    top: 0;
}

.custom_close {
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 100%;
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}
#LoginstaticBackdrop>.modal-dialog>.modal-content>.modal-header {
    text-align: center !important;
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
.header_active-modal {
    color: #feb705;
    border-bottom: 2px solid;
    padding-bottom: .5rem;
}
div#LanguagestaticBackdrop>.modal-dialog {
    display: inline-block !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    align-items: flex-start !important;
    max-width: 480px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
}

.modal_tabs {
    height: 2.5rem;
}
.modal-header, .modal-footer {
    border: 0!important;
}
.close_modal_button {
    color: #fff!important;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 1.75rem;
    height: 1.75rem;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
}
.modal_tabs {
    height: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.modal-content {
    background: var(--skin__bg_2);
    overflow: visible;
    border: 1px solid var(--skin__border);
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: .425rem;
    backface-visibility: hidden;
}
.active_modal_tab {
    color: var(--skin__primary);
    border-bottom: 2px solid var(--skin-primary);
}
.active_tab_line {
    position: absolute;
    top: 3rem;
    width: 100px;
    height: .195rem;
    background: var(--skin__primary);
}
.active_tab_line.divider {
    width: 90%;
    position: relative;
    top: 4px;
    height: .175rem;
    background: #dddddd3a;
    z-index: 0;
    margin: 0 auto;
}

.btn_custom {
    color: var(--skin__text_primary);
    background: var(--skin__primary);
    border: var(--lobby__px) solid var(--skin__primary);
}

input {
    width: 100%;
    border: 0!important;
    box-shadow: none;
}

input:focus-visible {
    border: transparent;
    box-shadow: none !important;
}

._title_osun4_37 {
    margin-bottom: .2rem;
    width: 100%;
}
._title_osun4_37 ._titleCenter_osun4_41 {
    width: 100%;
    display: flex;
    justify-content: center;
}

._title_osun4_37 ._titleCenter_osun4_41 ._titleWing_osun4_46 {
    position: relative;
    padding: 0 1.9rem;
    color: var(--skin__neutral_2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._title_osun4_37 ._titleCenter_osun4_41 ._titleWing_osun4_46:before, ._thirdParty_osun4_30 ._title_osun4_37 ._titleCenter_osun4_41 ._titleWing_osun4_46:after {
    position: absolute;
    top: 50%;
    width: .85rem;
    height: .02rem;
    background-color: var(--skin__border);
    transform: translateY(-50%);
    content: "";
}

.custom_close > span {
    line-height: 1.2rem;
    height: 1.412rem;
    width: 1.412rem;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: grid;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: .85rem;
}
.modal-dialog.modal-fullscreen> .modal-content {
    width: 100% !important;
    max-width: 480px !important;
    background: var(--skin__bg_1) !important;
    color: #fff;
}

.modal-dialog.modal-fullscreen {
    width: 100% !important;
    padding: 0 !important;
}

.btn.btn-exit {
    background: var(--skin__btmnav_def);
}

.logs_table {
    margin-top: 1rem;
}

.logs_table-wrapper {
    background: #1e1e1e;
    box-shadow: 0 .3rem .1rem rgba(0, 0, 0, .06);
    border-radius: .642rem;
}
.table-responsive {
    padding: 10px 15px;
}

.table_body {
    border-top: .125rem solid var(--skin__border)
}
th {
    font-weight: 400;
    color: var(--skin__neutral_2);
    text-align : center!important;
}
td {
    color: var(--skin__lead);
    text-align : center!important;
}
td.logs_date{
    text-align : end!important;
}
span.logs_date {
    font-size: .685rem;
}
span.logs_time {
    font-size: .75rem;
}

tr {
    
    border-top: .0125rem solid var(--skin__border)
}
.img-fluid {
    width: 100%;
    max-height: 300px!important;
}
.modal-dialog.modal-dialog-centered {
    padding: 0;
    color: white!important;
}

#popupModal>.modal-dialog.modal-dialog-centered>.modal-content>.modal-header>.modal-title {
    color: white !important;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
}

#popupModal>.modal-dialog.modal-dialog-centered>.modal-content {
    background: linear-gradient(0deg, #252525 -5.86%, #3a3a3a91 104.05%) !important;
    background-color: #3a3a3a91!important;
    width: 100%;
    position: relative;
    border: 2px solid #3a3a3a42 !important;
    box-shadow: 0 0 8px #f3c73615;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filer: blur(20px)!important;
    -moz-backdrop-filer: blur(20px)!important;
    -ms-backdrop-filter: blur(20px)!important;
}
div#NotiBottom {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important;
    border-top: .25rem solid #ffffee8c
}
#popupModal>.modal-dialog.modal-dialog-centered {
    max-width: 90dvw;
    margin: 0 auto;
    position: relative!important;
}
.Popup-fluid{
    height: auto;
    width: 100%;
    display:flex;
    margin: 0 auto;
}
.modal-backdrop.fade.show {
    opacity: .9 !important;
}

.Popup-fluid {
    border-radius: 9px;
}