﻿.card-body {
    padding: 12px;
}

.toast {
    width: 350px;
}

button + button, .btn + .btn {
    margin-left: 12px;
}

.btn:not(.btn-sm) {
    min-width: 106px;
}

.nt-container {
}

    .nt-container .nt-item {
        display: inline-block;
        margin: 0 6px;
        width: 300px;
    }

    .nt-container .card-body {
        padding: 12px;
    }

.nt-review.card {
    display: flex;
    flex-direction: column;
    height: 200px;
}

    .nt-review.card .card-body {
        flex-grow: 1;
    }

.nt-review .nt-body {
    height: 100%;
}

    .nt-review .nt-body .nt-message {
        white-space: pre-line;
        overflow-y: auto;
        font-size: 0.8rem;
        height: 100%;
    }

    .nt-review .nt-body .nt-image {
        height: auto;
        width: 25%;
        float: right;
    }

        .nt-review .nt-body .nt-image img {
            /*height: auto;*/
            width: 100%;
            /*object-fit: scale-down;*/
            object-fit: cover;
            object-position: center center;
            height: 40px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
        }

.nt-container, .cp-container {
    padding: 24px 0;
}

    .cp-container .cp-item {
        display: inline-block;
        margin: 0 6px;
        width: 500px;
    }

        .cp-container .cp-item img {
            width: 100%;
            height: 357px;
            object-fit: scale-down;
        }

label.required::after {
    content: '（＊）';
    color: #dc3545;
}

.bootstrap-datetimepicker-widget {
    z-index: 99;
}

.modal-body {
    white-space: pre-line;
}

[data-toggle="collapse"] .fa:before {
    content: "\f107";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f105";
}

.table-pad-0 td {
    padding: 0;
}

.table-pad-5 td {
    padding: 5px;
}

table.table.table th, .table td, table.table td * {
    word-break: break-all;
    vertical-align: middle;
}

table.table-list td:last-child {
    text-align: center;
}

table.table-management th {
    width: 110px;
}

    table.table-management th:nth-child(4) {
        width: 200px;
    }

.btn-action {
    margin: 2px;
}

    .btn-action + .btn-action {
        margin-left: 0;
    }

button.btn-close-modal {
    position: absolute !important;
    background-color: #fff;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    button.btn-close-modal:hover {
        opacity: 1 !important;
        -webkit-box-shadow: -5px 5px 12px 0px rgba(0,0,0,0.5);
        box-shadow: -5px 5px 12px 0px rgba(0,0,0,0.5);
    }

.custom-radio .custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
}

.custom-control-label::after {
    width: 16px;
    height: 16px;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-link.selected {
    background-color: #fff;
    color: #343a40 !important;
}

.text-readonly{
    background-color: #fff !important;
    cursor:pointer;
}

.text-blink {
    animation: blinker 1.1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.bg-modal-content-qr-code {
    background-color: #f4f6f9;
}

.btn-social {
    position: relative;
    padding-left: 3rem;
}

.btn-social-icon {
    position: absolute;
    left: 1rem;
    width: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.btn-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
    .btn-menu {
        padding: 3rem 1em;
    }

    .d-unit-coin {
        display: unset !important;
    }
}


.main-sidebar .nav-header{
    font-size: 1rem;
}

.dropdown-menu{
    z-index: 1035;
}


#form-loading {
    opacity: 0.5;
    background-color: #fff;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    position: fixed;
    align-self: center;
    display: flex;
    align-items: center;
    visibility: visible;
}
