@import url("iran_yekan_x.css");

a, body, div, form, html, img, input, label, p, span {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: IRANYekanX;
}

body, html {
    min-height: 100vh;
    font-size: 13px;
    overflow-x: hidden
}

.form-control::placeholder {
    color: rgba(157, 157, 157, 0.75);
    opacity: 1;
}

[lang="ar"] {
    font-family: 'ParsQuran', 'Traditional Arabic', serif !important;
    direction: rtl;
    font-size: 30px;
}

body {
    background: #a2a09b;
    background: -webkit-linear-gradient(315deg, hsla(236.6, 0%, 53.52%, 1) 0, hsla(236.6, 0%, 53.52%, 0) 70%), -webkit-linear-gradient(65deg, hsla(220.75, 34.93%, 26.52%, 1) 10%, hsla(220.75, 34.93%, 26.52%, 0) 80%), -webkit-linear-gradient(135deg, hsla(46.42, 36.62%, 83.92%, 1) 15%, hsla(46.42, 36.62%, 83.92%, 0) 80%), -webkit-linear-gradient(205deg, hsla(191.32, 50.68%, 56.45%, 1) 100%, hsla(191.32, 50.68%, 56.45%, 0) 70%);
    background: linear-gradient(135deg, hsla(236.6, 0%, 53.52%, 1) 0, hsla(236.6, 0%, 53.52%, 0) 70%), linear-gradient(25deg, hsla(220.75, 34.93%, 26.52%, 1) 10%, hsla(220.75, 34.93%, 26.52%, 0) 80%), linear-gradient(315deg, hsla(46.42, 36.62%, 83.92%, 1) 15%, hsla(46.42, 36.62%, 83.92%, 0) 80%), linear-gradient(245deg, hsla(191.32, 50.68%, 56.45%, 1) 100%, hsla(191.32, 50.68%, 56.45%, 0) 70%);
}

.pointer {
    cursor: pointer;
}

a {
    color: #486173;
}

input, label {
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
}

label {
    position: relative;
    display: block;
}

p::first-letter {
    text-transform: uppercase;
}

.main {
    min-height: calc(100vh - 90px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ie-fixMinHeight {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ico {
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 13px;
    margin-left: 14px;
}

.logo {
    max-width: 200px;
    display: block;
    margin: 0 auto 30px auto;
}

.logo * {
    fill: #fff;
}

.lite .logo * {
    fill: #444;
}

h1 {
    text-align: center;
    color: #fff;
    font-size: 24px !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logo_footer_home {
    z-index: -1;
    width: 50px;
    position: absolute;
    margin-right: calc(50% - 25px);
    margin-top: -30px;
}

.wrap {
    margin: auto;
    padding: 40px;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.wrap-top {
    margin: 0px auto;
}

.wrap-narrow {
    padding: 20px;
}

.col-narrow {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

@media only screen and (min-width: 1px) and (max-width: 575px) {
    .wrap {
        width: 100%;
    }

    .modal-dialog {
        margin: 0px;
    }
}

form {
    width: 100%;
    margin-bottom: 20px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.info {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

input {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus {
    outline: 0;
}

input[type=password], input[type=email], input[type=text], input[type=number] {
    width: 100%;
    border: 1px solid;
    background-color: #fff;
    height: 44px;
    padding: 3px 20px 3px 40px;
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

input[type=password]:focus, input[type=email]:focus, input[type=text]:focus, input[type=number]:focus {
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
}

.bt {
    opacity: .4;
}

input[type=submit] {
    background: #3e4d59;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 44px;
    border-radius: 6px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

input[type=submit]:focus, input[type=submit]:hover {
    background: #33404a;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

/*table td{
    color:#fff;
    border-bottom:1px solid #e6e6e6;
    padding:10px 4px 10px 0;
}*/
/*table td:first-child{
    font-weight:700;
}*/
.lite {
    background: #fff;
}

.lite input[type=password], .lite input[type=text], .lite input[type=number] {
    border: 1px solid #c3c3c3;
}

.lite .info, .lite h1, .lite table td {
    color: #444;
}

.lite input[type=password]:focus, .lite input[type=text]:focus, .lite input[type=number]:focus {
    -webkit-box-shadow: 0 0 5px 0 rgba(62, 77, 89, .2);
    box-shadow: 0 0 5px 0 rgba(62, 77, 89, .2);
}

.dark {
    background: #343434;
}

.dark input[type=submit] {
    background: #dc3a41;
}

.dark input[type=submit]:focus, .dark input[type=submit]:hover {
    background: #b92f35;
}

.dark input[type=password], .dark input[type=text], .dark input[type=number] {
    background-color: #fff;
}

.dark a {
    color: #dc3a41;
}

.dark table td {
    border-bottom: 1px solid #505050;
}

.info.alert {
    color: #da3d41;
}

@media (min-width: 576px) {
    .wrap {
        width: 410px;
    }

    .header-page-div {
        border-radius: 0px 0px 15px 15px !important;
    }

    .footer-page-div {
        width: 410px !important;
        right: calc(50% - 205px);
        border-radius: 15px 15px 0px 0px !important;
    }

    .subfooter-page-div {
        width: 410px !important;
        right: calc(50% - 205px);
    }

    .offcanvas {
        width: 410px !important;
        right: calc(50% - 205px) !important;
    }
}

/*END*/
.main {
    margin-bottom: 90px;
    /*min-height: 100% !important;
    margin-bottom: 50px !important;*/
}

.main-full {
    /*min-height: 100% !important;*/
    margin-bottom: 0px !important;
}

.link-footer {
    text-decoration: none;
    direction: ltr;
}

form {
    margin-bottom: 10px !important;
}

.link-footer p {
    color: #868686;
    font-size: 13px;
    margin-bottom: 20px;
}

.ico {
    right: 0;
    left: unset;
    margin-right: 14px;
    margin-left: unset;
}

input[type="password"], input[type="email"], input[type="text"], input[type="number"] {
    padding: 3px 20px 3px 20px;
    border-radius: 15px;
    border: 1px solid #EFF0F2;
    margin-bottom: 10px;
    font-size: 15px;
    height: 55px;
    text-align: right;
}

textarea {
    padding: 3px 20px 3px 20px;
    border-radius: 15px !important;
    border: 1px solid #ced4da;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: right;
}

input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus, textarea:focus, input[type="number"]:focus, .custom-select:focus {
    border: 1px #262631 solid !important;
    box-shadow: 0 0px 5px 0px rgba(131, 131, 131, 0.62) !important;
}

.btn {
    height: 55px;
    border-radius: 15px;
    background-color: #262630;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.btn:focus, .btn:hover {
    background: #015c4b;
    color: #fff;
}

/* No Show Number btn */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type="submit"] {
    border-radius: 15px;
    background-color: #262630;
    margin-top: 10px;
    font-size: 16px;
    height: 55px;
}

input[type="submit"]:focus, input[type="submit"]:hover {
    background: #015c4b;
}

.head-txt-hotel {
    font-weight: 700;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 19px !important;
}

.head-txt {
    margin-top: 20px;
    text-align: center;
}

.head-txt-type {
    text-align: center;
    font-size: 15px !important;
    padding-bottom: 10px;
}

body {
    background: #f3f5f9;
}

.error {
    padding-top: 10px;
}

/*table td {
    color: #333;
    background: #fff;
    font-weight: 400 !important;
    border-bottom: 0px;
    text-align: center;
    padding: 15px 4px 15px 0;
}*/
.dir-ltr {
    direction: ltr;
}

.text-center {
    text-align: center;
}

/*th, td:first-child {
    border-left: 2px solid #cacaca;
}*/
/*table {
    border-radius: 20px;
    overflow: hidden;
}*/
small {
    font-weight: 400;
}

/*th, tr:not(:last-child) {
    border-bottom: 4px solid #fff;
}*/
.world-select-img {
    right: 20px;
    position: absolute;
    top: 20px;
    border-radius: 50px;
    padding: 3px;
    z-index: 1000;
}

.world-img {
    border-radius: 50px;
}

.world-span {
    position: absolute;
    margin-top: 10px;
}

.logo {
    padding-bottom: 10px;
    max-width: 300px;
}

.time-request_details-div {
    position: absolute;
    left: 15px;
    top: 15px;
}

.badge-request-div {
    position: absolute;
    left: 20px;
    top: 20px;
}

a {
    text-decoration: none;
}

.btn {
    text-align: center;
    padding: 17px;
    border-radius: 15px;
    background-color: #262631;
    border-color: #262631;
}

.btn-add-charging-div {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.btn-add-item {
    background-color: #ECECEC;
    color: #46393A;
    width: 40px;
    height: 40px;
    padding: 3px;
    border-radius: 10px;
    font-size: 25px;
}

.btn-outline-primary {
    background-color: transparent;
    color: #343434;
    border: 1px solid #015c4b;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: transparent !important;
    color: #343434 !important;
    border: 1px solid #015c4b;
    border-color: #015c4b !important;
}

.btn-primary {
    background-color: #015c4b;
    color: #fff;
    border-color: #015c4b;
}

.btn-primary:active {
    background-color: #01483b !important;
    color: #fff;
    border-color: #01483b !important;
}

.btn-outline-danger {
    border: 1px solid #AC0606;
    color: #AC0606;
    background-color: transparent;
}

.btn-outline-secondary {
    border: 1px solid #949494;
    color: #949494;
    background-color: transparent;
}

.btn-outline-danger:hover {
    background-color: #AC0606;
    color: white;
}

.btn-outline-secondary:hover {
    background-color: #949494;
    color: white;
}

.btn-room_service-list {
    padding: 2px 10px;
    font-size: 12px;
    height: unset;
    width: unset;
}

.btn-block {
    display: block;
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

/* OR */
.corporate-bottom-share > .row.has-separator::after {
    content: '';
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: -1;
}

.corporate-bottom-share > .row > .cell.text {
    text-align: center;
    padding: 15px 30px;
    font-weight: 400;
    -webkit-font-smoothing: auto;
    font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #82888c;
    width: 110px;
}

.corporate-bottom-share {
    display: block;
    text-align: left;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.corporate-bottom-share > .row.has-separator {
    position: relative;
    text-align: center;
}

.corporate-bottom-share > .row.has-separator > .cell {
    background-color: #f3f5f9;
}

.corporate-bottom-share > .row > .cell {
    display: inline-block;
    margin: auto;
    vertical-align: top;
}

.hidden {
    display: none;
}

.action-reception .disabled {
    opacity: 0.8;
    filter: blur(1px);
    color: #ccc !important;
}

/* Menu */
.dropdown {
    float: right;
    /*overflow: hidden;*/
    z-index: 1000;
    padding-left: 50px;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #333;
    padding: 14px 16px;
    padding-right: 0px;
    background: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    /*border-radius: 15px;
    overflow: hidden;
    /*background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    padding: 20px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 0px 5px;
    /*margin: 0px 18px;*/
    text-decoration: none;
    display: block;
    direction: ltr;
    /*min-width: 100px;
    height: 70px;*/
}

.dropdown-content a:last-child {
    /*border-top: 1px solid #d9d9d9;*/
}

.dropdown:hover .dropdown-content {
    display: flex;
    right: 52px;
    top: 0px;
}

/* Footer */
.nav__master {
    line-height: 1.3em;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(38, 38, 48, 0.2);
    background-color: #ffffff;
    display: flex;
    /*overflow-x: auto;*/
    border-radius: 25px 25px 0px 0px;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 10px;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link__disable {
    opacity: 0.4;
}

.nav__link--active .nav__text {
    color: #00ab6c;
    font-weight: 500 !important;
}

.custom-select {
    height: 55px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.nav__link--active::before {
    content: "";
    width: 50px;
    height: 3px;
    background: #00ab6c;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 15px;
}

.nav__text {
    margin-top: 5px;
    /*margin-bottom: 10px;*/
}

.nav__icon {
    font-size: 18px;
}

.vector-footer {
    background-repeat: no-repeat;
    padding: 20px;
    background-position: center;
    /*border-top: 3px solid #fff;*/
    background-size: 30px;
}

/*New*/
.vector-footer-active {
    border-top: 3px solid;
}

.swal2-popup {
    padding: 1.25em 2.5em !important;
    border-radius: 25px !important;
}

.swal2-title {
    font-size: 16px !important;
    padding-top: 40px !important;
    font-weight: 700 !important;
    padding-bottom: 5px !important;
}

.swal2-content {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #7b7b7b !important;
    line-height: 2 !important;
    padding-bottom: 20px !important;
}

.swal2-cancel {
    background-color: #F0F0F0 !important;
    color: #343434 !important;
    border-radius: 40px !important;
    font-family: IRANYekanX !important;
    font-size: 16px !important;
    padding: 11px 20px !important;
    line-height: 1.5;
}

.swal2-cancel:hover {
    background: #b5b5b5 !important;
}

.swal2-actions {
    margin-bottom: 1.25em !important;
}

.swal2-confirm {
    border-radius: 40px !important;
    font-family: IRANYekanX !important;
    font-size: 16px !important;
    padding: 11px 20px !important;
    line-height: 1.5;
    min-width: 130px;
}

.swal2-confirm:hover {
    background: #262631 !important;
}

.head-input {
    text-align: center;
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 2;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify;
}

.img-down {
    display: block;
    margin: 0 auto 10px auto;
}

.text-primary {
    color: #015c4b !important;
}

.text-secondary {
    color: #015c4b !important;
}

.hide {
    display: none !important;
}

.speed-status {
    position: absolute;
    left: 20px;
    margin-top: -135px;
}

.online-status {
    position: absolute;
    right: 20px;
    margin-top: -135px;
}

.canvas-status {
    margin-top: 35px;
    width: 150px !important;
    height: 150px !important;
    margin-right: auto;
    margin-left: auto;
}

.donut-inner {
    margin-top: -115px;
    font-size: 13px;
    margin-bottom: 60px;
    text-align: center;
}

.more-table::after {
    padding-right: 6px;
    font-weight: 900;
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}

.splide__slide img {
    border-radius: 2em !important;
}

.table-img {
    width: 30px;
}

.btn-user-head {
    background-image: url("user_profile.png");
    background-size: 25px;
}

.btn-switch-head {
    background-image: url("refresh.png");
    background-size: 22px;
}

.btn-exit-head {
    background-image: url("exit.png");
    background-size: 25px;
}

.dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
}

.dropdown-menu {
    overflow: hidden;
    border-radius: 15px;
    transform: translate(50px, 40px);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.btn-head-table {
    background-repeat: no-repeat;
    padding: 13px;
    background-position: center;
    margin-left: 10px;
}

.modal {
    --bs-modal-width: 410px !important;
}

.modal-content {
    border-radius: 30px;
    margin: 0px 20px;
}

.modal-body {
    line-height: 2;
    padding: 2rem;
}

.action-reception {
    --bs-gutter-x: 0.7rem !important;
}

.close-modal {
    position: absolute;
    left: 10px;
    top: 0px;
    color: #6b6b6b;
    font-size: 20px;
    padding: 10px 9px;
    z-index: 1000;
}

/*Show More*/
.content-more {
    height: 250px;
    overflow: hidden;
}

.container-more {
    position: relative;
}

.container-more label {
    position: absolute;
    top: calc(100% + 20px);
    right: calc(50% - 37px);
}

.container-more input {
    display: none;
}

.container-more label:after {
    content: "نمایش بیشتر";
    border-bottom: 1px solid;
    color: #015c4b;
    cursor: pointer;
}

.container-more input:checked + label:after {
    content: "نمایش کمتر";
}

.container-more input:checked ~ div {
    height: 100%;
}

.content-pay-more {
    height: 250px;
    overflow: hidden;
}

.container-pay-more {
    position: relative;
}

.container-pay-more label {
    position: absolute;
    top: calc(100% + 20px);
    right: calc(50% - 37px);
}

.container-pay-more input {
    display: none;
}

.container-pay-more label:after {
    content: "نمایش بیشتر";
    cursor: pointer;
    border-bottom: 1px solid;
    color: #015c4b;
}

.container-pay-more input:checked + label:after {
    content: "نمایش کمتر";
}

.container-pay-more input:checked ~ div {
    height: 100%;
}

.content-reception-more {
    height: 385px;
    overflow: hidden;
}

.container-reception-more {
    position: relative;
}

.container-reception-more label {
    position: absolute;
    top: calc(100% + 20px);
    right: calc(50% - 37px);
}

.container-reception-more input {
    display: none;
}

.container-reception-more label:after {
    content: "نمایش بیشتر";
    border-bottom: 1px solid;
    cursor: pointer;
    color: #015c4b;
}

.container-reception-more input:checked + label:after {
    content: "نمایش کمتر";
}

.container-reception-more input:checked ~ div {
    height: 100%;
}

/*End*/

/*input code*/
.input-code {
    text-align: center;
    border-radius: 15px;
    margin: 0px 10px;
    height: 55px;
    font-size: 25px !important;
}

.input-code:focus {
    border-color: #262631;
    box-shadow: 0 0px 5px 0px rgba(131, 131, 131, 0.62);
}

.vector-room-footer {
    background-image: url("room.png") !important;
}

.vector-room-footer-active {
    background-image: url("room-active.png") !important;
}

.vector-free-footer {
    background-image: url("shop.png") !important;
}

.vector-free-footer-active {
    background-image: url("shop-active.png") !important;
}

/*.vector-gift-footer {
    background-image: url('/img/front/gift.png') !important;
}
.vector-gift-footer-active {
    background-image: url('/img/front/gift-active.png') !important;
}*/
.vector-user-footer {
    background-image: url("user.png") !important;
}

.vector-user-footer-active {
    background-image: url("user-active.png") !important;
}

.vector-home-footer {
    background-image: url("home.png") !important;
}

.vector-home-footer-active {
    background-image: url("home-active.png") !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 20px;
}

.alert li {
    line-height: 30px;
}

.alert ul {
    margin-bottom: 0px;
}

.back-img {
    right: 20px;
    position: absolute;
    top: 20px;
    background-color: #e2e7f1;
    border-radius: 50px;
    padding: 5px;
    z-index: 1000;
}

.div-recode {
    font-size: 13px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.text-phone-skip {
    font-size: 13px;
}

.link-phone-skip {
    font-size: 16px;
    border-bottom: 1px solid;
}

.btn-recode {
    cursor: pointer;
    color: #015c4b !important;
}

.logout-img {
    left: 20px;
    position: absolute;
    top: 20px;
    background-color: #d9d9d9;
    border-radius: 50px;
    padding: 2px;
    z-index: 1000;
}

.nav__link--disible {
    opacity: 0.3;
}

.text-right {
    text-align: right !important;
}

.head-status {
    font-size: 14px !important;
    position: relative;
}

.head-status-name {
    position: absolute;
    margin-top: -3px;
    margin-right: 55px;
}

.head-status-internet {
    position: absolute;
    margin-top: 21px;
    margin-right: 55px;
    color: #015c4b;
}

.head-status-img {
    margin-right: 5px;
}

.head-inner {
    font-size: 22px;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    box-shadow: none;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    box-shadow: none;
}

.was-validated .form-control:invalid {
    /*background: none;*/
    background-color: #fff;
}

.card-right {
    position: absolute;
    right: 20px;
}

.card-left {
    position: absolute;
    left: 20px;
}

.master-card {
    padding: 0;
    position: relative;
    margin: 10px 0px;
}

.control--radio .disabled {
    color: #ccc !important;
}

.card-body {
    min-height: 70px;
}

.div-progressbar {
    display: inline-block;
    width: 100%;
}

.text-gray {
    color: #757575;
}

.profile-pay-description {
    line-height: 30px;
    padding: 0px 10px;
    text-align: center;
    font-size: 13px;
}

.profile-pay-type {
    font-weight: 400;
    font-size: 16px;
    padding-right: 35px;
}

.head-status {
    margin-bottom: 20px;
    margin-top: 30px;
}

.table-status {
    background-image: url("back-status.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
    border-radius: 15px;
    border: 1px solid #ccc;
    /*-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);*/
}

/*.table-status-row {
    min-height: 70px;
    border-top: 1px solid #ccc;
    position:relative;
}
.table-status-row-1 {
    position:absolute;
    margin-top: 12px;
    margin-right: 15px;
}
.table-status-row-2 {
    position: absolute;
    margin-top: 23px;
    margin-right: 60px;
}
.table-status-row-3 {
    position: absolute;
    margin-top: 23px;
    left: 20px;
}*/
.table-details {
    border: 1px solid #ccc;
    border-radius: 20px;
    position: relative;
    color: #606060;
}

.profile-volume {
    padding-left: 5px;
    font-weight: 700;
    font-size: 35px;
    color: #015c4b;
}

.profile-price {
    font-weight: 700;
    font-size: 20px;
    padding-left: 5px;
}

.recommended {
    font-weight: 500;
    background-color: rgba(255, 235, 0, 0.2);
    border-radius: 20px;
    padding: 1px 10px 0px 10px;
    font-size: 13px;
}

.error-input {
    border: 1px solid red !important;
    animation: shake .2s ease-in 2;
}

.error-input-group input {
    border: 1px solid red !important;
}

.error-input-group {
    animation: shake .2s ease-in 2;
}

@-webkit-keyframes shake {
    0% {
        transform: translate(0)
    }
    25% {
        transform: translate(15px)
    }
    75% {
        transform: translate(-15px)
    }
    to {
        transform: translate(0)
    }
}

.error_code {
    color: red;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}

.timecode {
    font-size: 16px !important;
    min-width: 30px;
    display: inline-block;
    font-weight: 600;
}

.table-status-profile-row {
    padding: 20px;
}

.table-status-profile-span {
    position: absolute;
    left: 20px;
}

.table-status-profile-alert {
    position: absolute;
    left: 20px;
    border-radius: 20px;
    padding: 1px 10px 0px 10px;
    font-size: 13px;
}

.table-status-profile-alert-room {
    background-color: rgba(156, 29, 84, 0.2);
}

.table-status-profile-alert-cash {
    background-color: rgba(0, 137, 156, 0.2);
}

.table-status-profile-alert-online {
    background-color: rgba(113, 194, 255, 0.2);
}

.table-status-profile-time {
    font-size: 13px;
}

.table-status-profile-not {
    padding: 20px;
    text-align: center;
}

.table-details-row {
    padding: 20px 0px;
    margin: 0px 20px;
}

.table-details-row b {
    font-size: 20px;
    padding-left: 5px;
}

.table-details-span {
    position: absolute;
    left: 20px;
}

.table-details-row:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.card-profile:hover .card-profile:focus {
    border: 1px solid #015c4b !important;
}

.card {
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    /*-webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);*/
}

.card:hover {
    cursor: pointer;
}

/*Radio*/
.control {
    cursor: pointer;
    font-size: 18px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
    background: #e6e6e6;
    right: 15px;
    top: 12px;
}

.control--radio .card-body {
    text-align: right;
}

.control--checkbox .card-body {
    text-align: right;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .card-body {
    border: 1px solid #015c4b;
}

.control input:checked ~ .control__indicator {
    background: #015c4b;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #015c4b;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 5px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

/* Step progress */
.progressbar {
    counter-reset: step;
}

.progressbar li {
    position: relative;
    list-style: none;
    float: right;
    width: 33.33%;
    font-size: 13px;
    text-align: center;
}

.progressbar-4 li {
    width: 25% !important;
}

.progressbar-2 li {
    width: 50% !important;
}

/* Circles */
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #262631;
    border: 1px solid #ececec;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #ececec;

    /* Center # in circle */
    line-height: 39px;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 20px; /*half of height Parent (li) */
    right: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: #015c4b;
    border: 1px solid #015c4b;
    color: #fff;
}

.progressbar li.active + li:after {
    background: #015c4b;
    border: 1px solid #015c4b;
    color: #fff;
}

.progressbar li.compled:before {
    background: #015c4b;
    border: 1px solid #015c4b;
    color: #fff;
    content: "✔";
    line-height: 43px;
}

.progressbar li.compled + li:after {
    background: #015c4b;
    border: 1px solid #015c4b;
    color: #fff;
}

/* END */
.navbar_navbar_container__nTL9m .navbar_poweredByPorsline__bSvm4 {
    display: none !important;
}

.login-step-txt1 {
    position: absolute;
    margin-top: -308px;
    margin-right: 140px;
}

.login-step-txt2 {
    position: absolute;
    margin-top: -209px;
    margin-right: -15px;
}

.login-step-txt3 {
    position: absolute;
    margin-top: -111px;
    margin-right: 140px;
}

.time-counter .num {
    font-size: 30px;
    font-weight: 800;
}

.time-counter .col {
    padding-right: 10px;
    padding-left: 10px;
}

.time-counter .label {
    font-size: 15px;
    font-weight: 300;
}

.soon-footer-social {
    padding-bottom: 50px;
    padding-top: 30px;
}

.soon-footer-social a {
    margin-right: 15px;
    margin-left: 15px;
}

.ads-master-div-inner {
    /*border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;*/
    position: relative;
    border-radius: 25px;
}

.ads-master-div-head {
    /*border-bottom: 1px solid #cecece;*/
    position: relative;
}

@media (min-width: 576px) {
    .ads-div-top {
        width: 410px !important;
    }
}

.ads-div {
    position: relative;
    width: 100%;
    /*margin-right: calc(50% - 165px);*/
    height: 100%;
    margin: auto;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.span-ad {
    position: absolute;
    padding: 3px;
    font-size: 11px;
    bottom: 0px;
    left: 5px;
    background-color: #f7e634;
    border-radius: 50%;
    z-index: 99;
    line-height: 1.5;
}

.ads-img-head {
    width: 100%;
    /*height: 70px;
    border-radius: 15px;*/
}

.ads-img-inner {
    width: 100%;
    /*height: 70px;*/
    border-radius: 25px;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 0.75rem;
}

.card-category {
    border-radius: 2rem;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 0px 3px;
    cursor: pointer;
}

.card-category-active {
    background-color: #015C4B;
    color: #fff;
}

.card-service_item {
    line-height: 1.5 !important;
}

.card-home-new {
    border-radius: 30px !important;
    box-shadow: 0px 0px 7px 0px rgba(1, 92, 75, 0.1);
    border: 1px solid rgba(1, 92, 75, 0.1);
}

.card-home {
    position: relative;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    padding: 30px;
}

.border-left {
    border-left: 1px solid #c1c1c1;
}

.border-right {
    border-right: 1px solid #c1c1c1;
}

.vector-input {
    position: absolute;
    top: 16.5px;
    left: 15px;
    z-index: 9999;
}

.line_side_text {
    overflow: hidden;
    text-align: center;
    font-size: 15px;
}

.line_side_text:before,
.line_side_text:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.line_side_text:before {
    left: 0.5em;
    margin-right: -50%;
}

.line_side_text:after {
    right: 0.5em;
    margin-left: -50%;
}

.form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.bottom_footer_slogan_img .footer_slogan_img {
    margin-bottom: 0px !important;
    height: 175px !important;
}

.footer_slogan_img {
    width: 410px;
    position: relative;
    height: 155px;
    background-image: url("https://asabooking.com/intro/assets/images/yerenan.png");
    background-position: bottom;
    background-size: contain;
    -webkit-background-size: contain;
    margin-bottom: 67px;
    background-repeat: no-repeat;
}

html[dir=rtl] .footer_slogan_img {
    right: calc(50% - 205px);
}
html[dir=ltr] .footer_slogan_img {
    left: calc(50% - 205px);
}

/*cloud*/
.cloud {
    background: url("https://asabooking.com/intro/assets/images/cloud2.png") repeat-x;
    height: 80px;
    background-size: cover;
    background-position: center;
    width: 100%;
    animation: cloudani 60s linear infinite;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    background-image: url("77f70b2d795e01ca9b2d3d3d8d815ed0efab30aa.svg");
}

.progress-bar-dnd {
    background-color: #015C4B !important;;
}

.star-rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 100px;
    position: relative;
}

.emoji-rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 100px;
    position: relative;
}

.star-rating-0 {
    filter: grayscale(100%);
}

.star-rating > input {
    display: none;
}

.counter-rating-span {
    position: absolute;
    width: 10px;
    left: 25px;
    top: 25px;
    font-size: 14px;
}

.counter-rating-like-span {
    position: absolute;
    width: 10px;
    left: 25px;
    top: 23px;
    font-size: 14px;
}

.star-rating > label {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-top: 30px;
    background-image: url("9c0900addfc846ca7776ad50ae0c437d0f44a1d1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
}

.star-rating > input:not(:checked) ~ label,
.star-rating > input:not(:checked) ~ label ~ label {
    background-image: url("star-out.png");
}

.star-rating:has(input:checked) label {
    background-image: url("star.png") !important;
}

.star-rating > input:checked ~ label {
    background-image: url("star-out.png") !important;
}

.star-rating > input:checked + label, .star-rating > .hover {
    background-image: url("star.png") !important;
}

.swiper-wrapper:only-child {
    transform: none !important;
}

.bootstrap-select .dropdown-menu {
    padding: 0 !important;
}

.bootstrap-select .dropdown-menu li {
    margin-bottom: 0rem !important;
}

/* غیرفعال کردن transform در حالت تنها یک اسلاید */
.swiper-slide:only-child {
    transform: none !important;
}

.swiper-slide:only-child .swiper-slide-shadow-right,
.swiper-slide:only-child .swiper-slide-shadow-left,
.swiper-slide:only-child .swiper-slide-shadow-coverflow {
    display: none !important;
}

.swiper-pagination-fraction {
    background-color: #ffffff75;
    width: auto !important;
    left: unset !important;
    padding: 0px 5px;
    border-radius: 20px;
    font-weight: 500;
}

/* گالری اصلی */
.story-gallery {
    display: flex;
    gap: 15px; /* فاصله بین آیتم‌ها */
    padding: 0px 20px;
    overflow-x: auto;

    /* پس‌زمینه شیشه‌ای */
    background: rgba(255, 255, 255, 0.5); /* رنگ سفید نیمه شفاف */
    backdrop-filter: blur(10px); /* اعمال افکت بلور */
    -webkit-backdrop-filter: blur(10px);
}

/* آیتم‌های گالری */
.gallery_category_item {
    display: flex;
    color: #343434;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 5px; /* فضای داخلی */
    transition: transform 0.3s ease-in-out;
    min-width: fit-content;
}

/* گرد کردن تصاویر */
.gallery_category_item img {
    width: 80px; /* تنظیم عرض عکس به 100% */
    height: 80px; /* تنظیم ارتفاع عکس به 100% */
    object-fit: cover; /* تصویر به‌درستی مقیاس شود */
    border-radius: 50%; /* گرد کردن تصویر */
    transition: border 0.3s ease-in-out;
}

/* زمانی که آیتم فعال است */
.gallery_category_item.active img {
    border: 4px solid #015c4b;
}

.gallery_category_item .title {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
}

.reservation-card {
    padding: 0 18px;
}

.reservation-card .reservation-card-item {
    background-color: #fff;
    box-shadow: 0px 1px 10px #0000000F;
    border-radius: 11px;
    padding: 18px;
}

.reservation-card .reservation-card-item .number {
    display: flex;
    align-items: center;
}

.reservation-card .reservation-card-item .number span {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
}

.reservation-card .reservation-card-item .number span:first-child {
    font-size: 14px;
    font-weight: 700;
}

.reservation-card .reservation-card-item .number span:last-child {
    font-size: 12px;
    font-weight: 400;
    margin-right: 8px;
}

.reservation-card .reservation-card-item .number span:last-child::after {
    content: '#';
    position: relative;
    left: 3px;
}

.reservation-card .reservation-card-item .tag .tag-item {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    margin-left: 0px !important;
    margin: 4px 0;
    border-radius: 20px;
}

.reservation-card .reservation-card-item .tag .tag-item span {
    font-size: 12px;
    font-weight: 400;
}

.reservation-card .reservation-card-item .date-section {
    border: 0.5px solid #9CA3AF73;
    border-radius: 12px;
    color: #343434;
}

.reservation-card .reservation-card-item .date-section .date-label {
    user-select: none;
}

.reservation-card .reservation-card-item .date-section .date-label img {
    width: 15px;
    height: 15px;
}

.reservation-card .reservation-card-item .date-section .date-label span {
    font-size: 12px;
    font-weight: 400;
}

.reservation-card .reservation-card-item .date-section .date-place span {
    font-size: 12px;
    font-weight: 500;
}

.reservation-card .reservation-card-item .date-section .date-place span b {
    font-weight: 700;
}

.reservation-card .reservation-card-item .detail {
    color: #949494;
    cursor: pointer;
    user-select: none;
}

.reservation-card .reservation-card-item .detail img {
    width: 20px;
    height: 20px;
}

.reservation-card .reservation-card-item .detail span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    left: -3px;
}

.reservation-card.en .reservation-card-item div:nth-child(1) {
    flex-direction: row-reverse;
}

.reservation-card.en .reservation-card-item div:nth-child(2) {
    flex-direction: row-reverse;
}

.reservation-card.en .reservation-card-item div:nth-child(2) img {
    position: relative;
    bottom: 1px;
}

.reservation-card.en .reservation-card-item div:nth-child(2) span {
    position: relative;
    top: 0.5px;
}

.reservation-card.en .reservation-card-item div:nth-child(3) {
    justify-content: start !important;
}

.reservation-card.en .reservation-card-item div:nth-child(3) .detail {
    display: flex;
    flex-direction: row-reverse;
}

.reservation-card.en .reservation-card-item div:nth-child(3) .detail img {
    transform: rotate(-180deg);
    position: relative;
    top: 1px;
    right: 3px;
}

.profile-reservation-detail.en {
    direction: rtl;
}

.profile-reservation-detail.en > div:nth-child(1) {
    flex-direction: row-reverse;
}

.profile-reservation-detail.en > div:nth-child(1) > div:nth-child(1) {
    position: relative;
    left: 8px;
}

.profile-reservation-detail.en > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
}

.profile-reservation-detail.en > div:nth-child(1) > div:nth-child(2) > img {
    transform: rotate(180deg);
    position: relative;
    right: 4px;
    top: 2px;
}

.profile-reservation-detail.en .drv-card-list .card-item-header {
    flex-direction: row-reverse;
}

.profile-reservation-detail.en .drv-card-list .card-item-header .title {
    display: flex;
    flex-direction: row-reverse;
    border-right: none;
    border-left: 2px solid #004C3D;
    right: 2.5px;
    padding-right: 0;
    padding-left: 16px;
}

.profile-reservation-detail.en .drv-card-list .card-item-header .title span {
    margin-right: 0;
    margin-left: 5px;
}

.profile-reservation-detail.en .drv-card-list .card-item-header .title img {
    position: relative;
    top: 2px;
}

.profile-reservation-detail.en .drv-card-list .card-item-body .reserve-information {
    flex-direction: row-reverse;
}

.profile-reservation-detail.en .drv-card-list .card-item-body .reserve-information .icon img {
    transform: rotate(180deg);
    left: -2px;
}

.profile-reservation-detail.en .drv-card-list .card-item-body .reserve-information .time {
    flex-direction: row-reverse;
}

.profile-reservation-detail.en .drv-card-list .card-item-body .reserve-information .time span:nth-child(1) {
    direction: ltr;
}

.profile-reservation-detail.en .drv-card-list .card-item-body .reserve-information .time span:nth-child(1) img {
    position: relative;
    bottom: 1px;
}

.profile-reservation-detail.en .drv-card-list .card-item-body .reserve-information .time span:nth-child(2) {
    margin-right: 0;
    margin-left: 10px;
}

.profile-reservation-detail.en .drv-card-list .card-item-body .reserve-information .month b {
    position: relative;
    top: 1px;
}

.profile-reservation-detail.en .supplementary {
    direction: ltr;
}

.profile-reservation-detail.en .total-price {
    flex-direction: row-reverse;
}

.profile-reservation-detail.en .total-price span:nth-child(1) {
    direction: ltr;
}

.profile-reservation-detail.en .total-price span:nth-child(1) > img {
    margin-left: 0;
    margin-right: 12px;
}

.profile-reservation-detail.en .total-price span:nth-child(2) {
    direction: ltr;
}

.profile-reservation-detail.en .total-price span:nth-child(2)::after {
    content: '';
}

.profile-reservation-detail.en .coupon {
    flex-direction: row-reverse;
}

.profile-reservation-detail.en .coupon span:nth-child(1) {
    direction: ltr;
}

.profile-reservation-detail.en .coupon span:nth-child(1) > img {
    margin-left: 0;
    margin-right: 12px;
}

.profile-reservation-detail.en .coupon span:nth-child(2) {
    direction: ltr;
}

.profile-reservation-detail.en .coupon span:nth-child(2)::after {
    content: '';
}

.transaction-list .item {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    padding: 15px 20px;
    border-radius: 12px;
}

.transaction-list .item .tracking_number {
    color: #343434;
    font-weight: 700;
    font-size: 14px;
}

.transaction-list .item .code {
    color: #343434;
    font-weight: 400;
    font-size: 12px;
    margin-right: 2px;
}

.transaction-list .item .tag-item {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    margin-left: 0px !important;
    margin: 4px 0;
    border-radius: 20px;
}

.transaction-list .item .tag-item span {
    font-size: 12px;
    font-weight: 400;
}

.transaction-list .item .detail > div:nth-child(1) span {
    font-size: 12px;
    font-weight: 400;
}

.transaction-list .item .detail > div:nth-child(2) span {
    font-size: 12px;
    font-weight: 500;
}

.transaction-list .item .footer {
    border-radius: 12px;
    padding: 10px 14px;
}

.transaction-list .item .footer img {
    width: 15px;
    height: 15px;
}

.transaction-list .item .footer .amount-caption span {
    font-weight: 700;
    font-size: 12px;
    margin-right: 4px;
    margin-left: 4px;
}

.transaction-list .item .footer .amount-value {
    color: #343434;
    font-weight: 700;
    font-size: 14px;
}

.transaction-list .item .footer .amount-value span {
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px;
}

.fg-shadow {
    box-shadow: 0px 0px 7.4px 0px rgba(1, 92, 75, 0.27) !important;
}

.fg-shadow-sm {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.fg-font-size-10 {
    font-size: 10px !important;
}

.fg-font-size-12 {
    font-size: 12px !important;
}

.fg-font-size-14 {
    font-size: 14px !important;
}

.fg-font-size-16 {
    font-size: 16px !important;
}

.fg-font-size-18 {
    font-size: 18px !important;
}

.fg-font-weight-400 {
    font-weight: 400 !important;
}

.fg-font-weight-500 {
    font-weight: 500 !important;
}

.fg-font-weight-700 {
    font-weight: 700 !important;
}

.fg-font-weight-900 {
    font-weight: 900 !important;
}

.fg-text-dark {
    color: #343434 !important;
}

.fg-text-white {
    color: #fff !important;
}

.fg-text-muted {
    color: #949494 !important;
}

.fg-text-primary {
    color: #015C4B !important;
}

.fg-bg-primary {
    background-color: #015c4b !important;
}

.fg-bg-blue {
    background-color: #0d6efd !important;
}

.fg-bg-dark {
    background-color: #212529 !important;
}

.fg-bg-secondary {
    background-color: #6c757d !important;
}

.fg-bg-danger {
    background-color: #dc3545 !important;
}

.fg-bg-light-primary {
    background-color: #F7FAFA !important;
}

.fg-bg-grey-white {
    background-color: #F3F3F3 !important;
}

.fg-bg-light-grey {
    background-color: #F9F9FA !important;
}

.fg-bg-grey {
    background-color: #9CA3AF !important;
}

.fg-round-small {
    border-radius: 10px !important;
}

.fg-round-normal {
    border-radius: 15px !important;
}

.fg-round {
    border-radius: 20px !important;
}

.fg-round-circle {
    border-radius: 60px !important;
}

.fg-border-secondary {
    border: 0.5px solid rgba(156, 163, 175, 1) !important;
}

.cs-no-select {
    user-select: none;
}

.bd-table-days {
    font-size: 1rem !important;
}

.accordion-button:focus {
    border-color: #015c4b !important;
    box-shadow: 0 0 0 0.25rem rgba(1, 92, 75, 0.25);
}

.accordion-button:not(.collapsed) {
    color: #015c4b;
}
