* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Be-Vietnam', sans-serif;
    line-height: 1.6;
    font-size: 1rem;
}

button:focus{
    outline: none!important;
    box-shadow: none!important;
}
ul li {
    list-style: none;
}

a {
    color: unset;
}

a img {
    border: none
}

img{
    object-fit: cover;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: none;
}

.btn-round {
    border-radius: 30px;
}


.full-rounded {
    border-radius: 1000px;
}

.w-100 {
    width: 100%;
}

.logo {
    width: 20px !important;
    height: 20px !important;
    object-fit: cover;
}

.h-100 {
    height: 100%;
}

.logo-sm {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover;
}
.logo-40{
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
}
.logo-md {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;

}

.logo-lg {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
}

.logo-xl {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.bg-light-gray {
    background: #F7F7F7 !important;
}

.bg-gray-hover:hover {
    background: #f8f9fa !important;
}

.text-black {
    color: black !important;
}

.profile-avatar {
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.text-lightgray {
    color: #555555;
}

.text-lightgray:hover {
    color: black !important;
}
.bg-lightgray-hover:hover{
    background-color: #e8e8e8 !important;
    color: black !important;
}

.text-decoration-underline-hover:hover{
    text-decoration: underline;
}
.text-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    display: block;
}

.text-md {
    font-size: 16px !important;
}

.text-sm {
    font-size: 14px;
}

.text-ssm {
    font-size: 12px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 25px !important;
}

.text-gray {
    color: #767676 !important;
}

.ls-md{
    font-size: 13.3px !important;
    letter-spacing: normal;
}

.bg-gray {
    background: rgb(238, 238, 238) !important;
}

.bg-gray-50 {
    background-color: #f7f7f7;
}

.btn-gradient {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711) !important;
    background: linear-gradient(to right, #f5af19, #f12711) !important;
    border: none;
    color: white !important;
}
.btn-gradient-hover:hover {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711) !important;
    background: linear-gradient(to right, #f5af19, #f12711) !important;
    border: none;
    color: white !important;
}
.shadow-3 {
    box-shadow: 0px 0px 25px 10px rgba(0 0 0 / 3%);
    transition: all 0.1s ease-in-out;
}

.shadow-6 {
    box-shadow: 0px 0px 25px 10px rgba(0 0 0 / 6%);
    transition: all 0.1s ease-in-out;
}
.transition-0 {
    transition: unset !important;
}
.shadow-6-hover:hover {
    box-shadow: 0px 0px 25px 10px rgba(0 0 0 / 6%) !important;
    transition: all 0.1s ease-in-out;
}
.shadow-hover:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: all 0.1s ease-in-out;
}
.shadow-sm-hover:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.1s ease-in-out;
}
.shadow-12 {
    box-shadow: 0px 0px 25px 10px rgba(0 0 0 / 12%);
    transition: all 0.1s ease-in-out;
}
.shadow-12-hover:hover {
    box-shadow: 0px 0px 25px 10px rgba(0 0 0 / 12%) !important;
    transition: all 0.1s ease-in-out;
}

.shadow-20 {
    box-shadow: 0px 0px 25px 10px rgba(0 0 0 / 50%);
    transition: all 0.1s ease-in-out;
}

.shadow-thin {
    box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 36%);
    transition: all 0.1s ease-in-out;
}

.error {
    color: red;
    padding-top: 0.25rem;
    display: block;
}

/*home page*/
.course-category {
    background-color: black;
    color: white;
    padding: 15px 20px;
    border-radius: 100px;
}
.course-image {
    cursor: pointer;
    padding-bottom: 70%;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
}
.cursor-pointer {
    cursor: pointer;
}
.course-add-image {
    width: 100%;
    margin-top: -70%;
    transition: all .2s ease-in-out;
    position: relative;
}
.course-add-image:hover {
    transform: scale(1.05);
}
a img {
    border: none;
}
.course-infor {
    margin-bottom: 20%;
}
.course-name {
    font-size: 20px;
    font-weight: 600;
}
.course-duration {
    color: #585858 !important;
}
.text-green{
    color: #30c320 !important;
}
.course-price {
    background-color: #30c320 !important;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.navbar-light .navbar-toggler {
    border: none !important;
}
.nav-item {
    padding: 8px;
    /* white-space: nowrap; */
}
.nav-item:hover {
    color: black;
    background: #f7f7f7;
    border-radius: 30px;
}
.navbar-nav .dropdown-menu {
    border-radius: 15px;
    border: none;
    padding: 10px;
    float: none;
    box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.36);
}
.dropdown-menu {
    font-size: 1rem;
}
.dropdown-item.nav-link.text-black {
    border-radius: 10px;
    padding: 10px 15px;
}

.dropdown-item.nav-link.text-black:active {
    background-color: lightgray;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #d5d5d5;
}
.text-black {
    color: black !important;
}
.top-head-item {
    font-size: 13px;
    color: white !important;
}
#myFooter ul {
    padding-left: 0;
}
#myFooter .btn {
    color: white;
    background-color: #c50000;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}
#myFooter a:hover {
    color: white;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter {
    background-color: #232323;
    color: white;
    padding-top: 30px;
}

#myFooter {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

#myFooter .title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}


#myFooter .footer-copyright {
    background-color: black;
}

#myFooter .footer-copyright p {
    margin-bottom: 10px;
    color: #ccc;
    font-size: 14px;
}

#myFooter li {
    margin-bottom: 10px;

}

#myFooter a {
    color: #9d9d9d;
    margin-bottom: 10px;
    font-size: 14px;
}


#myFooter .footer-corp {
    background-color: #232323;
}
#myFooter .footer-corp img {
    height: 36px;
}
.zoom {
    cursor: pointer;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.02);
    transition: transform .2s !important;
}
.zoom:hover {
    transform: scale(1.025);
    transition: transform .2s !important;
}
.zoom.btn:active {
    transform: scale(0.95);
    transition: transform .2s !important;
}
.search-input {
    border-radius: 100px;
    border: none !important;
    background: #f7f7f7;
}

.blog-top-container {
    background-color: #f8f8f8 !important;
}
.font-size-100 {
    font-size: 100px;
}
@media only screen and (max-width: 666px) {
    .font-size-100 {
        font-size: 60px;
    }
    .blog-top-container {
        background-color: white;
    }

    .dropdown-menu {
        max-height: 300px;
        overflow: auto;
    }
    .filter-item{
        width: 35px !important;
        height: 35px !important;
    }
}

@media (min-width: 768px) {
    #modalLogin .modal-dialog {
        width: 400px !important;
    }
    .rounded-sm-pill{
        border-radius: 50rem!important;
    }

}

@media (min-width: 975px) {
    .text-lg-nowrap {
        white-space: nowrap !important;
    }
    .rounded-md-pill{
        border-radius: 50rem!important;
    }
}

.btn-filter-blogs {
    background: white;
    padding: 10px 12px;
    border-radius: 50px;
}

.btn-filter-blogs:hover {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 100px;
}
.border-gradient {
    border: solid 3px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #f5af19, #f12711);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.img-fluid {
    height: 100%;
    width: 100%;
}
.badge-dark {
    background-color: black;
    font-weight: normal;
}
.editor-view *:not(i) {
    font-family: 'Be-Vietnam', sans-serif !important;
    line-height: 1.6;
}
.bg-black {
    background: black !important;
    color: white;
}
.editor-view img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.editor-view p {
    word-wrap: break-word;
}

.editor-view a {
    color: #0a73e4;
}
.blog-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    padding-bottom: 70%;
}
.text-gradient {
    background: -webkit-linear-gradient(#f5af19, #f12711);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.featured {
    color: #ffc200 !important;
    margin-bottom: 2px;
}
.progress {
    height: 5px;
    max-width: 200px
}
.flex-1 {
    flex: 1;
}
.card-upload-img {
    cursor: pointer;
    min-height: 200px;
    border: 1px dashed lightgray;
    background: #f8f9fa
}
.border-dashed {
    border: 1px dashed lightgray;
    min-height: 200px;
    border: 1px dashed #C7C7C7;
    background: #F5F5F5;
}
.editor-tool {
    min-height: 200px;
    padding-bottom: 20px;
}
.text-shadow {
    text-shadow: 0 0 2px #000;
}
.search-product input {
    max-width: 100%;
    min-width: 100px;
    font-size: 0.875rem;
    outline: none;
    padding-right: 30px;
    outline: none;
    border: none;
}
.search-product input::placeholder {
    color: #ced2db;
}
.outline-0, outline-0:focus {
    outline: none !important;
    box-shadow: none !important;
}
.ql-editor {
    padding: 20px;
}
#print-dropdown-groups {
    max-height: 500px;
    overflow: auto;
}
.input-upload-image {
    opacity: 0;
    height: 0;
    width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-none * {
    pointer-events: all;
}

.pointer-events-none-all, .pointer-events-none-all * {
    pointer-events: none;
}
.w-100vw{
    width: 100vw;
}
.card-name {
    margin-top: -5px;
    font-size: 1.25rem;
    font-weight: bold;
}
.shadow-thin-hover:hover{
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 12%) !important;
}
.swal2-html-container {
    margin-top: 0 !important;
    overflow: inherit !important;
}
.card-dropdown-menu {
    overflow-y: scroll;
    max-height: 400px;
    overflow-y: scroll;
    border-radius: 15px;
    border: none;
    padding: 10px;
    box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 36%);
}
.min-h-screen {
    min-height: 100vh;
}
.scroll-vertical-up-1 {
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s !important;
}
.scroll-vertical-up-6 {
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s !important;
}
.scroll-vertical-up-2 {
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s !important;
}

.scroll-vertical-up-3 {
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s !important;
}

.scroll-vertical-up-4 {
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s !important;
}

.scroll-vertical-up-5 {
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s !important;
}
.form-gradient .active,.btn-active {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711) !important;
    background: linear-gradient(to right, #f5af19, #f12711) !important;
    border: none;
    color: white !important;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}
.swal2-title{
    margin-bottom: 0 !important;
}
.btn-gradient-active.active{
    font-weight: 600;
    background: #f12711 !important;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711) !important;
    background: linear-gradient(to right, #f5af19, #f12711) !important;
    color: white !important;
}

.form-gradient {
    display: block;
}
.lds-ellipsis, .lds-ellipsis-custom {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div:nth-child(1), .lds-ellipsis-custom div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2), .lds-ellipsis-custom div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3), .lds-ellipsis-custom div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4), .lds-ellipsis-custom div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
.lds-ellipsis div, .lds-ellipsis-custom div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(138, 138, 138);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.tab-view.active {
    background-color: black !important;
    color: white !important;
}

.nav-link:hover {
    color: unset !important;
}

.nav-link.active {
    background: #F7F7F7 !important;
    color: black !important;
    font-weight: bold;
}

/* switch */
.form-check-input,
.form-check-input:focus,
.form-check-input:checked {
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #f46919;
    border-color: #f46919;
}
.fade:not(.show) {
    display: none;
}
.btn-tab-gradient.active {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711) !important;
    background: linear-gradient(to right, #f5af19, #f12711) !important;
    border: none;
    color: white !important;
}
.iframe-wrap {
    padding: 100% 0 0 0;
    position: relative;
}
.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.width-400{
    width: 400px;
}
.line-height-sm {
    line-height: 1.2;
}
.form-login input {
    height: 50px;
}
.list-disc {
    list-style-type: disc !important;
    margin: 0;
    padding-left: 20px;
}

.list-disc li {
    margin: 0;
    list-style: disc !important;
}

.shadow-bottom {
    box-shadow: 0 15px 40px -2px rgba(0, 0, 0, .32);
    cursor: pointer;
}

@media only screen and (max-width: 666px) {
    .text-sm-mobile {
        font-size: 18px !important;
    }
}
.title-grid-fixed {
    font-size: 40px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .title-grid-fixed {
        font-size: 30px;
        font-weight: 600;
    }

    .w-sm-100 {
        width: 100% !important;
    }
    .f-mobile-small{
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 986px) {
    .title-grid-fixed {
        font-size: 30px;
        font-weight: 600;
    }

    .w-sm-100 {
        width: 100% !important;
    }
    .f-ipad-small{
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 767px) {
    .title-grid-fixed {
        font-size: 30px;
        font-weight: 600;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}
.change-avatar:hover {
    opacity: 1;
}
.change-avatar .overlay {
    background-color: gray;
}
.change-avatar {
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    opacity: 0;
}
.card-img {
    background-position: center;
    background-size: cover;
    padding-bottom: 60%;
    width: 100%;
    border-radius: 5px;
}

.rounded-30 {
    border-radius: 30px;
}
.rounded-40 {
    border-radius: 40px;
}
.rounded-20 {
    border-radius: 20px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}
.bg-img-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 5px;
}
.f-roboto {
    font-family: 'Roboto';
}
.bg-colorme {
    background: linear-gradient(90.28deg, #FF2E00 0.24%, #FF963F 99.8%);
    color: white;
}
.form-group {
    margin-bottom: 10px;
}
.limit-1-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.limit-2-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.limit-3-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.limit-4-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.logo-icon {
    font-size: 12px;
    padding: 3px 5px;
}
.icon-checked {
    width: 12px;
    height: 12px;
}
.hover:hover .hover-show {
    display: inline-block;
}

.hover .hover-show {
    display: none;
}
.hover:hover .hover-hide {
    display: none;
}
.hover-warning:hover {
    color: #ffc107 !important;
}
.stroke-gray {
    border: solid 0.1px #efefef;
}
.stroke-sm {
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.stroke-gray:hover .icon-checked {
    width: 15px;
    height: 15px;
    transition: all 0.5s ease-in-out;
}
.draw-text {
    position: relative;
    color: white;
}

.draw-text:hover {
    color: transparent;
    transition: all 0.2s linear;
}

.draw-text:before {
    content: attr(text-change);
    display: block;
    position: absolute;
    width: 0;
    overflow: hidden;
    background: linear-gradient(to right, #f5af19 0%, #f12711 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s linear;
}

.father:hover .draw-text:before {
    width: 100%;
}

.fr-wrapper {
    min-height: 100px;
}

.btn-outline-light {
    border-color: #e4e4e4 !important;
}

.btn-gradient-reverse {
    background: #f12711;
    background: -webkit-linear-gradient(to left, #f5af19, #f12711) !important;
    background: linear-gradient(90deg, #ff2e00 0.24%, #ff963f 99.8%) !important;
    border: none;
    color: white !important;
}

.star.active {
    color: #FF8A00 !important;
}

.fr-qi-helper a.fr-btn.fr-floating-btn {
    padding: 0 10px 0 10px;
}

.select2-container--bootstrap-5 .select2-selection {
    padding: .75rem .75rem !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.fuzzy {
    opacity: 0.5;
}

.fuzzy:hover {
    opacity: 1;
}

.border-light-gray,.border-light-gray:hover {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

/*===================================*/
.twinkle {
    background: #cbcbcb;
    border-radius: 5px;
}
.twinkle * {
    pointer-events: none;
}
@-webkit-keyframes twinkly {
    from {
        opacity: 0.8;
    }
    to {
        opacity: 0.4;
    }
}

@-moz-keyframes twinkly {
    from {
        opacity: 0.8;
    }
    to {
        opacity: 0.4;
    }
}

@-ms-keyframes twinkly {
    from {
        opacity: 0.8;
    }
    to {
        opacity: 0.4;
    }
}

@keyframes twinkly {
    from {
        opacity: 0.8;
    }
    to {
        opacity: 0.4;
    }
}

.twinkle {
    -webkit-animation: twinkly 1s alternate infinite;
    -moz-animation: twinkly 1s alternate infinite;
    -ms-animation: twinkly 1s alternate infinite;
    animation: twinkly 1s alternate infinite;
}

.centered-axis-xy {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered-axis-x {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.centered-axis-y {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.backdrop-filter {
    backdrop-filter: blur(16px);
}

.shadow-light {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}

.bg-linear-gradient-gray{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(247, 247, 247, 0) 100%);
}
.iframe-fluid{
    width: 100%;
    min-height: 500px;
}
.bg-pill{
    background-color: #343A40;
}
.pagination .page-item .page-link{
    color: #464646 !important;
}
.pagination .page-item.active .page-link{
    background-color: black !important;
    color: white !important;
}
.pagination .page-item.disabled{
    opacity: 0.4;
}

@media only screen and (max-width: 666px) {
    .pagination .page-item .page-link{
        font-size: 12px;
    }
}

/*select2*/
.select2{
    width: 100% !important;
}
.select2-selection{
    display: flex !important;
    align-items: center;
    min-height: 42px !important;
    border-radius: 10px;
    border: 1px solid #dee2e6!important;
    outline: none;
    box-shadow: none!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: unset;
    right: 9px;
}
.select2-selection__rendered{
    display: flex!important;
    align-items: center;
}
.select2-dropdown--below,.select2-dropdown--above{
    border: none;
    border-radius: 15px !important;
    padding: 10px;
    box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 36%);
}
.select2-results__option{
    margin-bottom: 3px;
    padding: 10px 15px;
    border-radius: 10px !important;
}
.select2-results__option--highlighted{
    background-color: #F7F7F7 !important;
    color: black!important;
}
.select2-results__option[aria-selected=true]{
    background-color: #E9ECEF !important;
    color: black !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F7F7F7;
}
.fr-wrapper{
    min-height: 160px;
}
.bg-error{
    background-color: rgb(197, 0, 0) !important;
}
.line-height-normal{
    line-height: normal;
}

.fs-7 {
    font-size: 0.75rem;
}

#dropdown-select-language .dropdown-item.active,
#dropdown-select-language .dropdown-item:active,
#dropdown-select-language .dropdown-item:focus{
    color: #000000 !important;
    background-color: #eeeeee !important;
}

.custom-disabled div.disabled{
    cursor: none;
    pointer-events: none;
    opacity: 0.8;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

ul.disc--green li::before {
    content: "\2022";
    color: #44CB49;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    line-height: 1.1;
}
ul.disc--green li *{
    padding-left: 10px;
}

.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50rem;
    border-top: 0;
    border-bottom: 0;
    transition: opacity 0.6s ease;
    background-color: #ababab;
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity))
}

.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity))
}

.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity))
}
.form-control:focus{
    box-shadow: 0 0 0 0.25rem rgb(190 189 189 / 25%);
}

textarea{
    resize: none;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){
    background-color: lightgray !important;
    color: black !important;
}
.img-fit-contain{
    object-fit: contain;
}

/*.custom-scroll*/
    /* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient( #f5af19, #f12711) !important;
    background: rgb(0, 0, 0,0.2)!important;
    border-radius: 10px;
}
.bg-contain{
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.select2-search__field{
    overflow: hidden;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.first-letter-capitalize:first-letter{
    text-transform: capitalize;
}
.select2-selection__rendered{
    width: 100% !important;
}
.select2-selection{
    flex-wrap: wrap!important;
}
.popover-arrow{
    opacity: 0.6;
}
.popover{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: none;
}

.overflow-inherit{
    overflow: inherit !important;
}
.bg-size-100{
    background-size: 100% 100%;
}
#modalRegisterClass .modal-content{
    margin-bottom: 100px;
}
.h-100vh{
    height: 100vh;
}
.transform-all,.transform-all *{
    transition: all 0.3s ease-in-out;
}
.transform-all.s05,.transform-all.s05 *{
    transition: all 0.5s ease-in-out;
}
.transform-all-speed-xl,.transform-all-speed-xl *{
    transition: all 0.15s ease-in-out;
}
.transform-all.s10,.transform-all.s10 *{
    transition: all 1s ease-in-out;
}
.opacity-0{
    opacity: 0;
}
.zoom-realtime{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.png-shadow{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #00000045);
    transition: all 0.2s ease-in-out;
}
.png-shadow:hover{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 10px #00000045);
}
.swal2-popup-container{
    position: relative;
    width: 300px !important;;
    height: 300px !important;
}
.swal2-popup-container *{
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.swal2-popup-container .swal2-popup{
    position: relative;
}
.swal2-popup-container .swal2-actions{
    position: absolute;
    top: -5px;
    right: -5px;
}
.swal2-popup-container .swal2-confirm::before{
    content: "x";
    font-size: 20px;
    color: black;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #3a3a3a;
    font-weight: 500;
}
.swal2-popup-container .swal2-confirm{
    color: transparent !important;
}
.d-inline-grid{
    display: inline-grid !important;
}

.grain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-event: none;
    z-index: 5;
    transform: translateZ(0);
}
.grain:before {
    content: "";
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: 9999;
    position: fixed;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/5c/Image_gaussian_noise_example.png);
    opacity: 0.15;
    pointer-events: none;
    -webkit-animation: noise 1s steps(2) infinite;
    animation: noise 1s steps(2) infinite;
}
@-webkit-keyframes noise {
    to {
        transform: translate3d(-7rem, 0, 0);
    }
}
.bg-cover{
    background-size: cover;
    background-repeat: no-repeat;
}

.max-w-unset{
    max-width: unset !important;
}

.hover-bg-light:hover{
    background-color: #f8f9fa!important;
}


.bg-orange{
    color: white;
    background-color: rgba(227, 57, 3, 1);
}


.border-10-gray {
    border:solid 10px #f7f7f7;
}

.bg-green{
    background-color: rgba(80, 207, 78, 1)!important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.overflow-but-hide-scroll-bar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.overflow-but-hide-scroll-bar{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
