/* modder */

@media (min-width: 1300px) {
    .modal-dialog-xl {
        max-width: 1200px;
    }
}

.box-white {
    background: #ffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.box-white:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


/* background */
.bg-white-t80 {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-t70 {
    background-color: rgba(255, 255, 255, 0.7);
}

.bg-pink {
    background: #FF589E !important;
}

.bg-purple {
    background: #8261EE !important;
}

.logo {
    margin-top: 15px !important;
}

.logo img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}


/* modal */
.modal-content {
    border-radius: 1rem;
    border: none;
}

/* Table */
th {
    text-align: center;
    vertical-align: middle;
}

.table-border-0 th,
.table-border-0 td {
    border: 0;
}


/* FONT */
.font-pt {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: normal;
    font-size: 80%;
}



/* SCROLLBAR */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 15px !important;
    background-color: #5F5F5F;
    padding-right: 3px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #5F5F5F;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #6195FF;
}


@media (min-width: 1600px) {
    .container {
        max-width: 1540px !important;
    }
}