.img-logo-login {
    max-height: 100%;
    max-width: 350px;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 25px 0px;
}

.language-flag-switcher {
    width: 2em !important;
}
.lev-table {
    max-width: 100%;
}
.lev-table th.sortable {
    color: #fe6100;

}
.lev-table td {
    white-space: normal !important;
    word-wrap: break-word;
    font-size: 0.875rem;
}
.lev-table table {
    /*table-layout: fixed;*/
}
.lev-table label {
    display: inline-block;
}
.lev-form-select-sm {
    border-radius: 0.38rem;
    margin-left: 0.25rem;
}
.home-menu-icon-active {
    color: #ff5f00;
}

.ip-hover:hover {
    color: red!important;
    cursor: pointer;
}

i.menu-icon {
    width: 20px;
}
.content-body {
    padding-bottom: 30px;
}
.custom-footer {
    position: sticky;
    bottom: 0;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    z-index: 9999;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse {
    overflow: hidden;
}
.nav-sub-menu {
    padding-left: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.modal-alert-info {
    color:#055160;
    background-color:#cff4fc;
    border-color:#b6effb;
    max-height: 350px;
    overflow-y: auto;
}
.modal-alert-warning {
    color: #000000;
    background-color: rgba(255, 165, 33, 0.1); /* Added opacity */
    border-color: #ff5900;
    max-height: 350px;
    overflow-y: auto;
}

.modal-alert-secondary {
    color:#41464b;
    background-color:#e2e3e5;
    border-color:#d3d6d8
}

.iframe-console {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    position: fixed
}

.btn-detail-control {
    width: 19%;
    min-width: 99px !important;
    height: 75px !important;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
}

.margin-left-0 {
    margin-left: 0.25rem;
}

.margin-right-0 {
    margin-right: 0.25rem;
}

.home-menu-avatar {
    object-fit: scale-down; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 55px;
    width: 55px;
}

.width-full {
    width: 100%!important;
}

.height-full {
    height: 100%;
}

.number-circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-weight: bold !important;

    background: #fff;
    border: 2px solid #ff5f00 !important;
    color: #ff5f00 !important;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-18 {
    font-size: 18px;
}

.button-country {
    width: 200px
}

.min-height-120 {
    min-height: 150px;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-1200 {
    max-width: 1200px;
}

.min-with-125 {
    min-width: 125px;
}

.payment-info {
    border-left: 1px solid #adb5bd;
    padding-left: 1rem;
}

.payment-button {
    height: 125px;
    padding: 3px;
}

.payment-button-div {
    width: 100%;
    height: 100%;
    /*border:1px solid green;*/
    border-radius: 7px;
}

.payment-button-img {
    max-width: 110px;
    padding: 5px;
}

.text-uppercase-none {
    text-transform: none !important;
}

text-small {
    font-size: large;
    font-weight: normal!important;
}

.icon-verify {
    font-size: 150px!important;
}

.card-team-member {
    width: 350px
}

.card-icon {
    width: 25px;
    padding-left: 0!important;
}

.nav.nav-pills .nav-link.active {
    background-color: #fd9c00;
}

#modal-content div.modal-body div.alert.modal-alert-info.text-left {
    max-height: 300px;
    overflow: auto;
}

.bg-gradient-violet {
    background-image: linear-gradient(87deg, rgba(148, 0, 211, 0.47), #9400d3) !important;
}

.badge-violet {
    background-color: rgba(148, 0, 211, 0.47);
    color: darkviolet;
}

.on-top {
    z-index: 9999;
}

.lev-progress {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.lev-progress-bar {
    width: 100%;
    height: 100%;
    position: relative;
}

.progress-bg {
    width: 100%;
    height: 100%;
    background-color: #4caf50;
}

.progress-percent {
    position: absolute;
    height: 100%;
    background-color: #F44335;
    top: 0;
}

.percent-text {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    align-content: center;
}

.all-init {
    all: initial;
}

.dropdown-button-without-arrow {
    .dropdown-toggle:after {
        content: none;
    }
}

a.link {
    color: rgba(255, 95, 0);
}
a.link:hover {
    text-decoration: underline;
}
