/* body{
    font-weight: 550;
} */

body {
    font-family: "Oswald", sans-serif;
}

label {
    display: inline-block;
    font-weight: 400;
}


.alert {
    font-weight: 550;
}

.alert b {
    font-weight: 590;
}

.badge {
    font-weight: 550;
}

.checkbox:checked + img {
    border: 3px solid #21da11;
    position: relative;
    top: -3px;
    transform: scale(1.2);
}

.home-notification {
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.home-notification::-webkit-scrollbar-thumb {
    background-color: #4c4c6a;
    border-radius: 2px;
}

.home-notification::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #232e3b;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .home-notification {
        max-height: 480px;
    }
}

@media (min-width: 1200px) {
    .auth .form-wrapper {
        width: 600px;
        margin: auto;
    }
}

.nicescroll-cursors {
    width: auto !important;
}
#detailServer {
    display: none;
}
.form-control.note {
    min-width: 180px;
}

.menu-icon {
    font-size: 16px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    transition: transform 0.5s;
    margin-right: 10px;
    color: #6d8bb0;
}

.menu-icon img {
    width: 25px;
    height: 25px;
}

.contact {
    background-color: #007bff;
    padding: 10px 30px;
    color: #fff !important;
    border-radius: 20px 20px 0 0;
    position: fixed;
    cursor: pointer;
    bottom: 0;
    right: 15px;
    height: 40px;
    color: #fff;
    z-index: 1000;
    border-bottom: 0;
}

.contact:hover {
    background-color: #df043e;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.content-footer {
    display: block !important;
}

body {
    cursor: url(/assets/images/arrow.cur?v=1), auto;
}
li:hover,
a:hover,
input:hover,
select:hover,
button:hover {
    cursor: url(/assets/images/hover.cur?v=1), auto;
}
.menu {
    /* background: #130f40; */
    background: #2f3542;
    color: #f1f2f6;
}

.menu-body ul li > a {
    color: #f1f2f6;
}

.menu-body ul li > a:hover {
    color: #dfe4ea;
}

.menu-body ul li > a.active {
    position: relative;
    background: #70a1ff;
    color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    font-weight: 500;
}

/* .swal2-popup.swal2-modal.swal2-show {
    margin: auto;
    border-radius: 20px;
    max-width: 450px;
} */

.dark span.badge.bg-warning,
span.badge.bg-info,
.btn-info,
.btn-info:hover {
    color: #fff;
}

.dark .preloader .preloader-icon {
    border-color: #06163a;
    border-top-color: #3252f0;
}

body.dark .modal-footer {
    border-top-color: #9aa8b8;
}
body.dark .border-top {
    border-top-color: #9aa8b8 !important;
}
/* Contact button */
.contact-button-group {
    right: 25px;
    bottom: 25px;
    display: flex;
    z-index: 99999;
    position: fixed;
    transition: all 250ms ease-in-out 0s;
    flex-direction: column-reverse;
}

.contact-head:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 11px 1px;
}
.contact-head {
    color: rgb(255, 255, 255);
    width: 56px;
    cursor: pointer;
    height: 56px;
    margin: 0px auto;
    display: block;
    z-index: 9999;
    position: relative;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 6px 1px;
    text-align: center;
    transition: all 250ms ease-in-out 0s;
    visibility: visible;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50%;
    background-size: cover;
    text-decoration: none;
    background-color: #696cff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    outline: none !important;
    max-width: none !important;
}

.contact-head-icon {
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    z-index: 1;
    position: absolute;
    font-size: 25px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 250ms ease-in-out 0s;
}
.contact-head-label {
    opacity: 1;
    visibility: visible;
}
.contact-head-label {
    top: 50%;
    color: rgb(255, 255, 255);
    right: 65px;
    margin: 0px;
    padding: 5px 15px;
    z-index: 1;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    background: #696cff;
    box-shadow: none;
    text-align: end;
    transition: all 0.2s ease-out 0s;
    font-family: unset;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
}
.contact-button {
    color: rgb(255, 255, 255);
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0px auto 10px;
    display: block;
    opacity: 1;
    position: relative;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 6px 1px;
    text-align: center;
    transition: all 250ms ease-in-out 0s;
    visibility: visible;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50%;
    background-size: cover;
    text-decoration: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    outline: none !important;
    max-width: none !important;
}
.button-icon {
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    z-index: 1;
    position: absolute;
    font-size: 16px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.contact-label {
    top: 50%;
    color: rgb(255, 255, 255);
    right: 51px;
    margin: 0px;
    padding: 5px 15px;
    z-index: 1;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    box-shadow: none;
    text-align: end;
    transition: all 0.2s ease-out 0s;
    font-family: unset;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
    min-width: 117px;
}

.button-closed {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -30px;
    pointer-events: none;
}
.button-closed .contact-label {
    opacity: 0;
    visibility: hidden;
}

.button-head-opened .contact-head-label {
    opacity: 0;
    visibility: hidden;
}
.zalo-button,
.zalo-button .contact-label {
    background: rgb(0, 145, 255);
}
.group-zalo-button,
.group-zalo-button .contact-label {
    background: #0276e5;
}
.messenger-button,
.messenger-button .contact-label {
    background: rgb(0, 106, 255);
}
.telegram-button,
.telegram-button .contact-label {
    background: rgb(0, 136, 204);
}
.facebook-button,
.facebook-button .contact-label {
    background: rgb(66, 103, 178);
}
.phone-button,
.phone-button .contact-label {
    background: rgb(250, 69, 69);
}
.mobile-logo {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.mobile-logo img {
    max-height: 40px;
    width: auto;
}

.ribbon-title {
    background: #696cff;
    padding: 5px 12px;
    box-shadow: 2px 5px 10px rgb(33 37 41 / 15%);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    position: absolute;
    left: -1px;
    top: 5px;
    display: inline-block;
}
.ribbon-title.ribbon-primary::before {
  border-left-color: #696cff;
  border-top-color: #696cff;
}
.ribbon-title::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 0;
  border: 14px solid transparent;
}

.ribbon-title.ribbon-primary::after {
  border-left-color: #696cff;
  border-bottom-color: #696cff;
}
.ribbon-title::after {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 0;
  border: 14px solid transparent;
}

body.dark .progress {
    background-color: #e9ecef;
}