/* custom */

.ajs-dialog {
    text-align: left !important;
}

.parsley-errors-list {
    position: absolute;
}

.parsley-errors-list.filled {
    margin-top: 75px;
    margin-left: -35px;
    list-style: none;
    font-size: 12px;
    font-weight: bolder;
    color: #cc191e;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

.popup_window {
    position: fixed;
    background-color: #fff;
    color: #000000;
    padding: 0;
    display: none;
    z-index: 999;
}

.wrapper_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1976;
}

.wrapper_loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -18px;
    width: 36px;
    height: 55px;
}

.level-icon {
    max-width: 28px;
    max-height: 28px;
}

.hidden {
    display: none !important
}

.cursor-pointer,
.player-balance {
    cursor: pointer;
}

.label {
    border: 1px solid #000
}

.label-warning {
    background-color: #cbb956
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #b6a338
}

.alertify .ajs-body .ajs-content {
    white-space: pre-wrap;
}

.alertify .ajs-dialog {
    text-align: left;
}
.tr-new:before {
    content: 'N';
    background-color: #dc664a;
    background-image: linear-gradient(to left, #dc664a, #af3936);
    text-align: center;
    margin-right: 8px;
    color: var(--orange);
    box-shadow: 0 0 10px rgb(253 126 103 / 50%);
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 0.75em;
    transform: skewX(350deg);
    display: inline-block;
}
.from{
    width: 100%;
    height: 100%;
    border: none;
    color: #a1bfc3;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 15px;
    cursor: pointer;
}
.to {
    width: 100%;
    height: 100%;
    border: none;
    color: #a1bfc3;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 15px;
    cursor: pointer;
}
.search {
    width: calc(86.66% - 4px);
    height: 40px;
    float: left;
    border-radius: 5px;
    margin: 0 2px;
    background-color: #d4ecee;
    border: none;
    color: #056b62;
    font-size: 14px;
}
.g-panel .plan-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -3px;
    top: -5px;
    width: 85px;
    z-index: 5;
}

.plan-ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
    background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
    background-color: #bfdc7a;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 14px;
    left: -5px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    top: 15px;
    width: 120px;
}

    .plan-ribbon:before {
        left: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        bottom: -3px;
        content: "";
        position: absolute;
    }

.plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
    right: 0;
}

.modal-popup-list .modal-content {
    padding-top: 0;
    background: #005853;
}
.modal-popup-list .modal-content .modal-close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: rgba(0, 88, 83, 0.1);
    border-radius: 50%;
    border: none;
}
.modal-popup-list .modal-content .modal-close-btn:after {
    width: 2px;
    height: calc(100% - 20px);
    background-color: #005853;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    transition: 0.5s;
}
.modal-popup-list .modal-content .modal-close-btn:before {
    width: 2px;
    height: calc(100% - 20px);
    background-color: #005853;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: 0.5s;
}
.modal-popup-list .modal-content .modal-footer {
    padding: 0;
    margin: 0;
    width: 100%;
}
.modal-popup-list .modal-content .modal-footer .modal-detect-btn {
    width: 100%;
    background: #005853;
    border: 1px solid #46a89c;
    color: #46a89c;
}
.modal-popup-list .modal-content .modal-b {
    width: 100%;
    height: 100%;
}