.th-bb-none.table-bordered thead th{
    border-bottom-width: 0px !important;
    border-top-width: 0px !important;
}
.btn {
    transition: all ease 0.1s;
}

.btn:active {
    transform: scale(.98);
}
.bdrop-10{
    backdrop-filter: saturate(180%) blur(10px);
}
.bdrop-20{
     backdrop-filter: saturate(180%) blur(20px);
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    margin-left: -140px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    background: #343a40;
    color: white;
}

.bx-shadow.modal-content {
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
    border: none !important;
    border-radius: 0;
}

.ydxModal {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: modal_theme_normal_visible__content;
    animation-name: modal_theme_normal_visible__content;
}

.ydxModalClose {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: modal_theme_normal_hide__content;
    animation-name: modal_theme_normal_hide__content;
}

@-webkit-keyframes modal_theme_normal_visible__content {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes modal_theme_normal_hide__content {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes modal_theme_normal_hide__content {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.ydxModalOp {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: sweet_ydx_show;
    animation-name: sweet_ydx_show;
}

.ydxModalCloseOp {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: sweet_ydx_hide;
    animation-name: sweet_ydx_hide;
}

@-webkit-keyframes sweet_ydx_show {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes sweet_ydx_hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sweet_ydx_hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.floating-label-field {
    border-width: 0;
    color: #000;
}

.floating-label-field:focus {
    outline: 0;
    box-shadow: 0;
}

.floating-label-field::-webkit-input-placeholder {
    color: transparent;
}

.floating-label-field::-moz-placeholder {
    color: transparent;
}

.floating-label-field:-ms-input-placeholder {
    color: transparent;
}

.floating-label-field::-ms-input-placeholder {
    color: transparent;
}

.floating-label-field::placeholder {
    color: transparent;
}

.floating-label-field,
.floating-label-field + .floating-label {
    line-height: 1;
    font: inherit;
    padding: 6px 0 0 6px;
    height: calc(1.6em + 0.75rem + 0px);
}

.floating-label-field + .floating-label {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.floating-label-field {
    border-bottom: 1px solid #ced4da;
    background-color: transparent;
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 0px);
    padding: 0 0.1rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
}

.floating-label-field + .floating-label {
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s;
    transition: transform 0.25s, opacity 0.25s ease-in-out;
    transition: transform 0.25s, opacity 0.25s ease-in-out, -webkit-transform 0.25s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.floating-label-field:focus,
.floating-label-field:not(:placeholder-shown) {
    border-color: #2587de;
}

.floating-label-field:focus + .floating-label,
.floating-label-field:not(:placeholder-shown) + .floating-label {
    -webkit-transform: translate(0%, -45%) scale(0.8);
    transform: translate(0%, -45%) scale(0.8);
    opacity: 0.8;
}

.floating-label-input:valid:not(:placeholder-shown) {
    border-color: rgba(46, 213, 115, 0.3);
}

.floating-label-input:invalid {
    border-color: rgba(255, 71, 87, 0.3);
}


.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #17a2b8;
    -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    -webkit-animation-delay: -0.24s;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}



.blurred {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

@-webkit-keyframes blinking {
    0% {
        background-color: inherit;
    }

    50% {
        background-color: #17a2b88a;
    }

    100% {
        background-color: inherit;
    }
}

@keyframes blinking {
    0% {
        background-color: inherit;
    }

    50% {
        background-color: #17a2b88a;
    }

    100% {
        background-color: inherit;
    }
}

.updated_row {
    -webkit-animation: blinking 1s;
    animation: blinking 1s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
}
.oy-h{
    overflow-y: hidden !important;
}
label.floating-label {
    font-weight: 400 !important;
}

.container.register.update .form-group {
    margin-top: 0.6rem;
}
@media (min-width: 576px) {
    .container.register .register-block {
        background: #f5f8fa;
        padding: 1rem;
    }
}

@media (min-width: 768px) {
    .container.register .register-block {
        background: transparent;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .container.register .register-block {
        background: #f5f8fa;
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    .container.register .register-block {
        background: #f5f8fa;
        padding: 1rem;
    }
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #336190;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader-wrap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400 !important;
}
tr.isSandbox{
    background: #d4d4d445;
}