@charset "UTF-8";

/* Mixin */

/* Set các giá trị với màn hình tương ứng */
.btn-bt {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    white-space: nowrap;
}
.btn {
    background: #02a9ce;
}

.btn--inverse {
    color: #02a9ce;
    background: #ffffff;
}

.text-blue {
    color: #02a9ce;
}
.text-dark-blue {
    color: #353945;
}
.header {
    background: #fff;
    transition: top 0.5s;
    z-index: 5;
}

.header--main {
    padding: 5px 0px;
    justify-content: space-between;
    align-items: center;
}

.header.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 5;
}

.header__left {
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
}

.header__left .navbar-toggler {
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem;
}

.header__logo {
    padding: 5px;
    height: 50px;
}

@media (max-width: 991px) {
    .header__logo {
        vertical-align: top;
        height: 48px;
    }
}

.header__mobile .navbar-toggler i {
    font-size: 27px;
}

.header__right {
    padding: 0 50px 0 0;
    min-width: 152px;
}

.header__right ul .nav-item {
    font-size: 24px;
    padding: 5px;
    color: #151515;
}

.header__right ul .nav-item .nav-link:active,
.header__right ul .nav-item .nav-link:focus {
    outline: none;
}

.header__right ul .nav-item:hover .nav-link {
    color: #02a9ce;
}

.header__right ul .nav-item a {
    color: #151515;
}

.header__right .cart-badge,
.header__mobile .cart-badge {
    display: table;
    font-size: 0.7rem;
    float: right;
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    font-family: 'Open Sans', sans-serif;
}

.header__center {
    justify-content: center;
}

.header__center .navbar {
    padding: 0;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .header__center .nav-link {
        padding: 0.5rem 0.3rem !important;
    }
}

.header__center ul {
    margin-bottom: 0;
    list-style: none;
}

.header__center ul .nav-item,
.header__center ul .dropdown-item {
    padding: 5px 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    transition: background 0.2s linear;
    /* identical to box height, or 157% */
    text-transform: uppercase;
    /* Black */
    color: #151515;
}

.header__center ul .nav-item.dropdown .dropdown-menu,
.header__center ul .dropdown-item.dropdown .dropdown-menu {
    padding: 10px;
    border: none;
    border-radius: 0;
}

.header__center ul .nav-item.dropdown .dropdown-menu > .dropdown-item,
.header__center ul .dropdown-item.dropdown .dropdown-menu > .dropdown-item {
    padding: 0.375rem 0.75rem;
}

.header__center ul .nav-item.dropdown .dropdown-menu > .dropdown-item.active,
.header__center ul .dropdown-item.dropdown .dropdown-menu > .dropdown-item.active {
    color: #02a9ce;
    background-color: inherit;
}

.header__center ul .nav-item:hover,
.header__center ul .dropdown-item:hover {
    background: rgba(2, 169, 206, 0.2) !important;
    color: #02a9ce;
}

.header__center ul .nav-item:hover .nav-link,
.header__center ul .dropdown-item:hover .nav-link {
    color: #02a9ce;
    outline: none;
}

.header__center ul .nav-item.active .nav-link,
.header__center ul .dropdown-item.active .nav-link {
    color: #02a9ce;
}

@media (min-width: 1111px) and (max-width: 1400px) {
    .header__center ul .nav-item {
        padding: 0 4px !important;
    }
}

@media (max-width: 1110px) {
    .header__center ul .nav-item {
        padding: 0 3px !important;
    }
}

@media (max-width: 1096px) {
    .header__center ul .nav-item {
        padding: 0 2px !important;
    }
}

.header__center ul .nav-item a,
.header__center ul .dropdown-item a {
    color: #151515;
}

.header__center ul .dropdown-item {
    font-weight: 500;
    padding: 5px;
}

.header__center ul .dropdown-item:hover {
    outline: none;
}

.header__center ul .dropdown-item:active,
.header__center ul .dropdown-item:focus {
    background: #02a9ce;
    color: #ffffff;
}

@media (max-width: 1236px) {
    .header__left {
        justify-content: space-between;
        padding: 0 0 0 10px;
    }

    .header__right {
        justify-content: space-between;
        padding: 0 10px 0 0;
        min-width: auto;
    }

    .header__right ul {
        align-self: flex-end;
    }
}

@media (max-width: 990px) {
    .header__left {
        justify-content: space-between;
        padding: 0;
    }
}

@media (max-width: 1089px) {
    .header__center {
        display: none !important;
    }

    .header__mobile {
        display: block !important;
    }

    .header--main {
        display: block !important;
    }

    .header__right > ul {
        display: none !important;
    }
}

.header__banner {
    overflow: hidden;
    background-color: #eaeaea;
    padding: 15px 0;
}

.header__banner-background {
    overflow: hidden;
    background-image: url('/images/banner.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 500px;
}

.header__banner-content {
    margin-top: 50px;
}

.header__banner-name {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
    /* identical to box height, or 150% */
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #151515;
}

.header__banner-name span {
    position: relative;
    z-index: 2;
}

.header__banner-name::after {
    content: '';
    z-index: -99;
    position: absolute;
    left: 100%;
    top: 0;
    width: 443px;
    height: 166px;
}

@media (max-width: 768px) {
    .header__banner-name::after {
        left: 100% !important;
    }
}

.header__banner p {
    margin-bottom: 5px;
    color: #151515;
}

.header__banner i {
    color: #02a9ce;
}

.header__banner-des {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #02a9ce;
}

.header__banner button {
    margin-top: 220px;
    font-size: 20px;
    padding: 10px 35px;
    line-height: 30px;
    /* identical to box height, or 150% */
    text-transform: uppercase;
    /* White */
    color: #ffffff;
}

@media (max-width: 767px) {
    .header__banner-content {
        margin-top: 20px;
        text-align: center;
    }

    .header__banner-background {
        background-image: url('/images/banner-mobile.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 180px;
        height: 610px;
    }

    .header__banner-name {
        font-size: 20px;
    }

    .header__banner-name::after {
        z-index: 0;
        left: 0;
        width: 100vw;
        height: 200px;
    }

    .header__banner-des {
        margin-top: 10px;
    }

    .header__banner button {
        margin-top: 10px;
        font-size: 16px;
        padding: 10px 35px;
        line-height: 16px;
        /* identical to box height, or 150% */
        text-transform: uppercase;
        /* White */
        color: #ffffff;
    }
}

@media (max-width: 700px) {
    .header__banner-background {
        height: 570px;
    }
}

@media (max-width: 650px) {
    .header__banner-background {
        height: 540px;
    }
}

@media (max-width: 600px) {
    .header__banner-background {
        height: 510px;
    }
}

@media (max-width: 575px) {
    .header__banner-background {
        background-position-y: 60px;
        height: 380px;
    }
    .custom-tooltip .custom-tooltip-text {
        width: 150px !important;
    }
    .navigation-bottom {
        padding-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .header__banner-background {
        height: 365px;
    }
}

@media (max-width: 500px) {
    .header__banner-background {
        height: 335px;
    }
}

@media (max-width: 475px) {
    .header__banner-background {
        height: 325px;
    }
}

@media (max-width: 425px) {
    .header__banner-background {
        height: 295px;
    }
}

@media (max-width: 375px) {
    .header__banner-background {
        height: 270px;
    }
}

@media (max-width: 325px) {
    .header__banner-background {
        height: 240px;
    }
}

.dropdown-toggle::after {
    display: none;
    /* background-color: red; */
}

@media all and (max-width: 100px) {
    /* .dropdown:after{
			content: ''; 
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    transition: opacity .15s ease-in-out;
		    opacity: 0;
		    visibility:hidden;
		    background-color: rgba(0,0,0,.7);
		    pointer-events: none;
		}

	.dropdown.show .nav-link{
			position:relative;class="btn btn-info btn-lg animate__animated animate__fadeInLeft animate__delay-5s" style='margin-top: 40px;'
			z-index:12;
		}

	.dropdown.show:after{
			z-index:10; opacity:1; 
			visibility:visible;
			position: fixed;
  } */
}

#content--main {
    margin-left: 0;
    transition: all 0.6s;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

#menu--mobile {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #ffffff;
    z-index: 10;
    transition: right 0.6s;
}

#menu--mobile ul {
    padding: 15px;
}

#menu--mobile ul .nav-item,
#menu--mobile ul .dropdown-item {
    padding: 0 35px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */
    text-transform: uppercase;
    /* Black */
    color: #151515;
}

#menu--mobile ul .nav-item a,
#menu--mobile ul .dropdown-item a {
    color: #151515;
}

#menu--mobile ul .nav-item.active a,
#menu--mobile ul .dropdown-item.active a {
    color: #02a9ce;
}

#menu--mobile .collapse.show .dropdown-item.active {
    color: #02a9ce;
}
#menu--mobile .collapse.show .dropdown-item {
    color: black;
}

#menu--mobile ul .dropdown-item {
    font-weight: 500;
    padding: 5px;
}

#menu--mobile ul .dropdown-item:hover {
    outline: none;
}

#cart--mobile {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #ffffff;
    z-index: 10;
    transition: right 0.6s;
}

#cart--mobile .navbar-toggler {
    top: 11px;
    right: 6px;
    padding: 0;
    position: absolute;
}

#cart--mobile .form--box {
    background: #ffffff;
    border-radius: 4px;
}

#cart--mobile .form__title {
    color: #151515;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #02a9ce;
}

#cart--mobile .form label {
    font-size: 14px;
    line-height: 22px;
    color: #151515;
    margin-bottom: 4px;
}

#cart--mobile .btn-form {
    border: 1px solid #02a9ce;
    background: #02a9ce;
    color: #ffffff;
    padding: 0.5rem 1rem;
}

#cart--mobile .btn-form:hover {
    border: 1px solid #138496;
    background: #138496;
    color: #ffffff;
}

#cart--mobile .btn-form i {
    margin-right: 10px;
    font-size: 17px;
}

#cart--mobile .btn-form--outline {
    border: 1px solid #02a9ce;
    background: #ffffff;
    color: #02a9ce;
}

#cart--mobile .btn-form--outline:hover {
    border: 1px solid #02a9ce;
    background: #02a9ce;
    color: #ffffff;
}

#cart--mobile .product {
    display: flex;
    align-items: start;
    border-bottom: 1px solid rgba(21, 21, 21, 0.2);
    padding: 15px 0;
}

#cart--mobile .product svg {
    width: 15px;
}

#cart--mobile .product__remove {
    align-self: flex-start;
    font-size: 40px;
    color: #ed1a1f;
}

#cart--mobile .product__remove i {
    vertical-align: super;
}

#cart--mobile .product__info {
    width: 235px;
    padding: 3px 10px;
    flex-grow: 1;
}

#cart--mobile .product__price {
    font-size: 15px;
}

#cart--mobile .product__des {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

#cart--mobile .product__des li {
    display: inline-block;
    padding-right: 7px;
    color: #888888;
    font-size: 14px;
    position: relative;
}

#cart--mobile .product__des li:last-child::after {
    display: none;
}

#cart--mobile .product__des li::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-7px);
    width: 1px;
    height: 12px;
    right: 0;
    background: rgba(21, 21, 21, 0.2);
}

@media (max-width: 320px) {
    #menu--mobile {
        width: 100%;
    }

    #cart--mobile {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #cart--mobile {
        right: -450px;
        width: 450px !important;
    }

    .product__info {
        width: 350px !important;
    }

    .product__name--length {
        max-width: 450px !important;
    }
}

.footer__top {
    height: 200px;
    background: url('/dist/images/background-footer.png') center/cover no-repeat;
    position: relative;
}

.footer__top .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: auto;
    background: #02a9ce;
    -webkit-clip-path: polygon(0 0, 55% 0, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 55% 0, 50% 100%, 0% 100%);
}

@media (max-width: 768px) {
    .footer__top .overlay {
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}

.footer__top h2 {
    position: relative;
    font-weight: 600;
    z-index: 2;
    font-size: 30px;
    line-height: 46px;
    /* or 153% */
    text-transform: uppercase;
    /* White */
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer__top h2 {
        font-size: 22px;
        line-height: 36px;
    }
}

.footer__top button {
    position: relative;
    z-index: 2;
    padding: 10px 35px;
}

.footer__logo img {
    width: 80%;
}

.footer__bottom {
    position: relative;
}

.footer__bottom .overlay-content {
    position: relative;
    z-index: 2;
}

.footer__bottom .overlay {
    position: absolute;
    left: 10%;
    width: 85%;
    top: 70px;
    bottom: 20px;
    z-index: 1;
}

.footer__bottom .contact {
    padding: 25px 0px;
    background: #282828;
}

.footer__bottom .contact .navbar-nav {
    margin-top: 7px;
}

@media (max-width: 768px) {
    .footer__bottom .contact {
        padding: 15px 0px;
    }

    .footer__bottom .contact .navbar-nav {
        margin-bottom: 25px;
    }
}

.footer__bottom .contact i {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

.footer__bottom .contact .nav-item .nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */
    /* White */
    color: #ffffff;
}

.footer__bottom .contact .nav-item .nav-link.text-blue {
    color: #02a9ce;
}

.footer__bottom .copy-right {
    background: #282828;
    padding: 20px;
    font-size: 14px;
}

.footer__bottom .copy-right p {
    margin-bottom: 5px;
}

.footer__bottom .nav-item .nav-link:hover {
    color: #02a9ce;
}

@media (max-width: 768px) {
    .footer__bottom .copy-right {
        padding: 15px;
    }
}

.footer__title {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 7px;
    line-height: 30px;
    /* identical to box height, or 150% */
    text-transform: uppercase;
    /* White */
    color: #ffffff;
    position: relative;
}

.footer__title::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 2px;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}

.footer__title::after {
    position: absolute;
    width: 42px;
    content: '';
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #02a9ce;
}

.help-nav li a:hover,
.help-nav li.active a {
    color: #02a9ce;
}

.section {
    padding: 25px;
}

@media (max-width: 425px) {
    .section {
        padding: 15px 0px;
    }
}

.section__title-border {
    position: relative;
}

.section__title-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 10%;
    left: 50%;
    height: 2px;
    background: #02a9ce;
    transform: translateX(-50%);
}

.section__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding: 7px 0;
    /* identical to box height, or 153% */
    text-align: center;
    text-transform: uppercase;
    /* Black */
    color: #151515;
}

.price-tag {
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 12px;
    color: #02a9ce;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.price-tag .price-value {
    float: right;
}

.article--step {
    transform: none !important;
    transition: none !important;
}

.detail--img img {
    height: 50px;
}

@media (max-width: 375px) {
    .col-4.col-md-2.brand {
        transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1) 1s !important;
    }
}

/* header */
#loginForm .input-group {
    margin-bottom: 10px;
}

#loginForm {
    padding: 30px 20px 0;
}

.product__container {
    display: flex;
    align-items: center;
    width: 100%;
}

.load-hidden {
    visibility: hidden;
}

.social-login-google a {
    background-image: url('/images/icons/icon-google.png');
    background-size: 32px;
    background-color: #3367d6;
    text-align: center;
    color: #fff;
    padding: 8px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 2px;
}

a#login-hover:hover {
    color: #138496 !important;
}

a.register:hover {
    color: #138496;
}

a.aforget:hover {
    color: #138496;
    font-weight: 600;
}

a.aforget {
    font-weight: 600;
}

.social-login-google a:hover {
    background-color: #184cbb;
    color: white;
}

li.social-login-google {
    list-style: none;
}

.between {
    justify-content: space-between;
}

ul.social-logins {
    padding-left: 0;
    padding-right: 0;
}

.vt-col.top-right {
    margin-top: 65px !important;
}

.loading {
    width: 100%;
    height: 100vh;
}

.spinner {
    top: 50%;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    z-index: 100;
}

label.error {
    color: red !important;
}

input.error {
    border: 1px solid red !important;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 1px solid red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-left: 5px;
}

.custom-tooltip .custom-tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 160%;
}

.custom-tooltip .custom-tooltip-text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
}
.custom-tooltip:hover .custom-tooltip-text {
    visibility: visible;
}

#forgot-password-section .btn-form,
#reset-password .btn-form {
    border: 1px solid #02a9ce;
    background: #02a9ce;
    color: #ffffff;
    padding: 0.5rem 1rem;
}

#forgot-password-section .btn-form:hover,
#reset-password .btn-form:hover {
    border: 1px solid #138496;
    background: #138496;
    color: #ffffff;
}
.float-icon-hotline {
    display: block;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 9999;
}

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li a#messengerButton {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}
@media only screen and (min-width: 960px) {
    .float-icon-hotline ul li .fa {
        background-size: contain !important;
    }
}
.float-icon-hotline ul li .fa {
    display: block;
    width: 45px;
    height: 45px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
}
ul.left-icon.hotline {
    margin-left: 0px !important;
}

.float-icon-hotline .fa-zalo {
    background: url(/images/widget/widget_icon_zalo.svg) center center no-repeat;
}
.float-icon-hotline .fa-zalo:hover {
    background: url(/images/widget/widget_icon_zalo.svg) center center no-repeat;
    opacity: 0.5;
}
.float-icon-hotline .fa-messenger {
    background: url(/images/widget/widget_icon_messenger.svg) center center no-repeat;
}
.float-icon-hotline .fa-messenger:hover {
    background: url(/images/widget/widget_icon_messenger.svg) center center no-repeat;
    opacity: 0.5;
}

.float-icon-hotline .icon-phone {
    background: url(/images/widget/widget_icon_click_to_call.svg) center center no-repeat;
}
.float-icon-hotline .icon-phone:hover {
    background: url(/images/widget/widget_icon_click_to_call.svg) center center no-repeat;
    opacity: 0.5;
}
.hotline_float_icon {
    background-size: contain !important;
}
#navBarRight {
    overflow-y: scroll;
    height: 92vh;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#navBarRight::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#navBarRight {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
@media (max-width: 475px) {
    #loginForm {
        padding: 20px 10px 0;
    }
}

.product-image {
    object-fit: contain;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.product__name--long-value-input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product__name--length {
    max-width: 250px;
}

.product__name__cart--length {
    max-width: 300px;
}

.search-order a.btn.nav-link {
    background: #02a9ce;
    color: #ffffff !important;
    border-radius: 34px;
    font-size: 12px;
    font-weight: bold !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.header__center ul .search-order.nav-item:hover {
    background-color: transparent !important;
}

.quick-search-model__input {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0px !important;
    border-radius: 4px !important;
    width: 100% !important;
}

.model__title::after {
    height: 1px;
    content: '';
    background: #02a9ce;
    display: block;
    margin: 10px auto;
}

.model__header {
    padding: 0px 0px;
    border-bottom: none;
    display: block;
}

.wrap-pre {
    white-space: pre;
}
.wrap-no {
    white-space: nowrap;
}

.wrap-pre-line {
    white-space: pre-line;
}
.word-break-all {
    word-break: break-all;
}
.word-break-word {
    word-break: break-word;
}

.el-disabled {
    opacity: 0.5 !important;
}

@keyframes fill-bar {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.no-wrap {
    white-space: nowrap;
}

@media (min-width: 769px) {
    .lg-word-break-all {
        word-break: break-all;
    }

    .lg-no-wrap {
        white-space: nowrap;
    }
}

.textarea-not-resize {
    resize: none;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #03a9cf !important;
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #03a9cf !important;
}

.swal2-title {
    font-size: 24px !important;
}

#updateItem .btn-form {
    border: 1px solid #02a9ce;
    background: #02a9ce;
    color: #ffffff;
    padding: 0.5rem 1rem;
}

#updateItem .btn-form:hover {
    border: 1px solid #138496;
    background: #138496;
    color: #ffffff;
}
