 @font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, nav, li {
    direction: rtl;
    text-align: right;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}


.h1, h1 {
    font-size: 36px;
}

.mr-auto, .mx-auto {
    margin-right: unset !important;
    margin-left: auto !important;
}

* {
 font-family: 'Vazirmatn UI FD' !important;
    font-feature-settings: "ss01";
    direction: rtl;
    box-sizing: border-box;
}

.navbar a, .navbar a:hover, .navbar a:active {
    color: #fff;
}

.navbar ul ul a, .navbar ul ul a:hover, .navbar ul ul a:active {
    color: #000;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.75);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.95);
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background: url(https://cdn.kafshehidaj.ir/img/firozak_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% center;
    width: 90px;
    color: #fff;
    font-size: 1.25rem;
    padding-right: 25px;
    animation: mymove 5s 1;
    height: 40px;
}

header {
    background-color: #2EC4B6;
}

.bigsearchbox .input-group {
    border: 1px solid #ffd400;
    border-radius: 17px !important;
}

.bigsearchbox input {
    width: 100%;
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bigsearchbox .btn {
    background-color: #ffd400;
    color: #000;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important;
}

a, a:hover, a:active {
    text-decoration: none !important
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link {
    padding: 0.2rem 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

body {
    margin-bottom: 210px;
    font-weight: 300;
    line-height: 36px;
    background: #FdFdFd none repeat scroll 0 0;
    margin-top: 0px;
}

footer {
    height: 205px;
    border-top: 5px solid #2EC4B6;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 25px;
    color: #b3b3b3;
    background-color: #3b3838;
    padding: 20px 44px;
}

    footer h1 {
        color: #2EC4B6
    }

    footer .container {
        padding-top: 10px;
    }

    footer > div > div a {
        color: #fff;
    }

        footer > div > div a:hover {
            color: #2EC4B6;
        }


@media (max-width: 992px) {
    body {
        margin-bottom: 275px;
    }

    footer {
        padding: 10px;
        height: 270px;
    }
}

@media (max-width: 768px) {
    body {
        margin-bottom: 405px;
    }

    footer {
        padding: 10px;
        height: 400px;
    }

    .accordion-button {
        line-height: 30px;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.5;
    }
}

.badge > a {
    color: #fff !important;
}

.features-image {
    height: 170px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.features-label {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 4px;
}

.PageHeader {
    background-color: #3AAAB5 !important
}

.page-template-full-width .mpr-jumbo {
    background-color: #00adb4;
    background-color: #3AAAB5 !important;
}

.page-id-45.page-template-full-width .mpr-jumbo {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .page-template-full-width .mpr-jumbo {
        padding-top: 68px !important;
        padding-bottom: 68px !important;
    }
}

img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-primary {
    border: 1pt solid #ccc !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.page-template-full-width .panel-section .panel-heading {
    padding: 2px 15px;
}

.panel-primary > .panel-heading {
    background-color: #68A2E5 !important;
    border-color: #68A2E5 !important;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-section .panel-body {
    min-height: 296px !important;
}

.page-template-full-width .panel-section .panel-body h2 {
    color: #58585f;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    margin: 1.6rem 0;
}

.page-template-full-width .panel-section .panel-body p {
    color: #58585F;
    font-size: 16.9px;
    line-height: 24px;
}

.tag-link {
    border: 1px solid #959292;
    border-radius: 14px;
    font-size: 14px;
    color: #000000;
    line-height: 100%;
    padding: .25em .8em !important;
    transition-duration: .6s;
    transition-property: background-color,color;
    transition-timing-function: ease;
}

    .tag-link:hover {
        background-color: #3e4143;
        color: #fff;
        text-decoration: none;
    }

.shoes {
    display: none
}

.card {
    margin-bottom: 4px;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 1px 1px 3px #0000002b;
}

.signup {
    border: 2px solid #d5864b;
    border-radius: .5rem;
    color: #ffffff !important;
    background-color: #f0483e;
    transition: color .55s ease-in-out,background-color .55s ease-in-out,border-color .55s ease-in-out,box-shadow .55s ease-in-out;
}

    .signup:hover {
        background: #ff730b;
    }

a.signup:hover {
    color: #fff !important;
}

.kafsh {
    background-image: linear-gradient(90deg, rgb(91 239 225) 0%, rgb(14 126 116) 100%);
    border: none;
    border-radius: 12px;
    padding: 10px;
    margin: 6px 0px;
    color: #fff;
}

    .kafsh, .kafsh a {
        color: #fffefe;
    }

        .kafsh a:hover, .kafsh a:active {
            color: #ffc107;
        }

#accordion .card-header {
    margin-bottom: .6rem;
    padding: 0.5rem 1.25rem;
    box-shadow: 0 9px 0 0 #0000, 0 -9px 0 0 #0000, 2px 0 15px -4px #c2c2c2, -2px 0 15px -4px #c2c2c2;
}

#accordion .card {
    box-shadow: unset !important;
    border: unset !important;
    background-color: transparent;
}

#accordion a {
    color: #023367;
}

#accordion .card-header > a.collapsed::after {
    content: "+";
    float: left;
    transition: all .5s;
    transform: rotate(0deg);
}

#accordion .card-header > a::after {
    transform: rotate(315deg);
    content: "+";
    float: left;
    transition: all .5s;
}


.post-title {
    text-align: right;
    margin: 10px 0;
}

.post-content, .post-content > p {
    text-align: justify;
}

b, h2 {
    line-height: 1.4;
    font-size: 1.2em;
    font-weight: 500;
}

.post {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    border-bottom: 1px solid #ece9e9;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.gfield_select {
    padding: 3px 10px;
    min-width: 200px;
    margin: 5px 0px;
}




.size, .tarh {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    float: right;
    text-align: center;
    vertical-align: central;
    border-radius: 4px;
}

.tarh {
    float: unset;
    margin: 10px auto;
}

.selectedSize {
    border-color: #ff3100;
    border-width: 1px;
    background-color: #ffa0a04a;
    box-shadow: 0 8px 8px 8px rgb(234 17 17 / 20%), 0 8px 8px 0 rgb(234 17 17 / 14%), 0 8px 8px 0 rgb(234 17 17 / 12%) !important;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
}

.size:hover, .tarh:hover {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.toggleText {
    color: #ccc;
}

    .toggleText.selectedText {
        color: #000;
    }

.Load.hide {
    display: none !important;
}

.Load {
    width: 100%;
    height: 50px;
    text-align: center;
    display: table;
}

    .Load > img {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }

.tarh > img {
    width: 100%
}

.tarhs {
    display: inline-block;
    width: 100%;
}

input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
}

.form-check-label {
    margin: 0 23px 0 0;
}

button, input, input :hover {
    border-radius: 10px;
    border-color: #ccc;
}

.tarhBox, .logestic {
    margin-top: 40px;
}

textarea {
    width: 85%;
    border-radius: 9px;
}

.LoadMore {
    border: 1px solid #0062cc;
    padding: 10px;
    text-align: center;
    font-size: larger;
    border-radius: 5px;
}

.questionTitle {
    display: block;
    margin-top: 30px;
}



.banner_section {
    min-height: 100vh;
    text-align: center;
    background: url(/img/Cloud-shoes.jpg);
    background-size: cover;
    background-position: center;
}

    .banner_section > div {
        width: 100%;
        padding: 100px 0px;
        background-color: #00000094;
    }

    .banner_section .banner_content {
        margin: 0px auto;
        max-width: 680px;
    }

    .banner_section h1 {
        text-shadow: 6px 6px 6px black;
    }

        .banner_section h1 strong {
            display: block;
            line-height: 1.5;
            font-size: 72px;
            font-weight: 600;
            margin-bottom: 25px;
            color: #00BCD4;
        }

@media (max-width: 768px) {
    .banner_section h1 strong {
        line-height: 1.3;
    }
}

.banner_section p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 60px;
}

.banner_section .pages_counter > li:not(:last-child) {
    margin-right: 60px;
}

.banner_section .pages_counter strong, .banner_section .pages_counter span {
    display: block;
    line-height: 1;
}

.banner_section .pages_counter strong {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner_section .pages_counter span {
    opacity: 0.7;
    font-size: 14px;
    text-transform: uppercase;
}

.banner_section .scroll_down {
    left: 50%;
    bottom: 30px;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    transform: translateX(-50%);
}

    .banner_section .scroll_down i {
        animation: updown 1s infinite alternate;
    }

.banner_section .btn-success {
    color: #000;
    font-size: larger;
    background-color: #ffffff;
    border-color: #ffffff;
}

    .banner_section .btn-success:hover {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

.deco_wrap {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.line_wrap {
    top: 0px;
    left: 50%;
    bottom: 0px;
    width: 80%;
    z-index: -1;
    display: block;
    position: absolute;
    transform: translateX(-50%);
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

    .line_wrap:before {
        width: 1px;
        left: -1px;
        content: "";
        height: 100px;
        position: absolute;
        animation: scroll1 15s ease-out infinite;
        background-image: linear-gradient(0deg, #000000, transparent);
    }

    .line_wrap .line_item {
        width: 20%;
        float: left;
        height: 100%;
        position: relative;
        display: inline-block;
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }

        .line_wrap .line_item:before {
            width: 1px;
            right: -1px;
            content: "";
            height: 100px;
            position: absolute;
        }

        .line_wrap .line_item:nth-child(odd):before {
            animation: scroll2 15s ease-out infinite;
            background-image: linear-gradient(0deg, transparent, #000000);
        }

        .line_wrap .line_item:nth-child(even):before {
            animation: scroll1 15s ease-out infinite;
            background-image: linear-gradient(0deg, #000000, transparent);
        }

    .line_wrap.line_white {
        border-left: 1px solid rgba(255, 255, 255, 0.07);
    }

        .line_wrap.line_white:before {
            background-image: linear-gradient(0deg, #ffffff, transparent);
        }

        .line_wrap.line_white .line_item {
            border-right: 1px solid rgba(255, 255, 255, 0.07);
        }

            .line_wrap.line_white .line_item:nth-child(odd):before {
                background-image: linear-gradient(0deg, transparent, #ffffff);
            }

            .line_wrap.line_white .line_item:nth-child(even):before {
                background-image: linear-gradient(0deg, #ffffff, transparent);
            }

@keyframes scroll1 {
    0% {
        top: 0px;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0px;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@keyframes updown {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.topPost {
    margin-bottom: 20px;
    display: block;
}

    .topPost img {
        border-radius: 10px;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}


.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    left: 100%;
    right: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.blog {
    display: flow-root;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border-radius: 3px;
    border: 0 solid #818a91;
    transition: all .25s;
    margin-bottom: 30px;
}

    .blog img {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .blog:hover {
        -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
    }

    .blog h2, .blog p {
        padding: 0px 10px;
    }

.isready {
    padding: 60px 10px;
    margin-bottom: 20px;
    background-color: #53a3e5;
    color: #fff;
    text-align: center;
    background-image: url(https://cdn.kafshehidaj.ir/img/blue-radial-gradient-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}

    .isready:before {
        background-image: url(https://cdn.kafshehidaj.ir/img/bubbles-left.svg);
        background-position: 0 0;
        left: 0;
        right: auto;
    }

    .isready:after {
        background-image: url(https://cdn.kafshehidaj.ir/img/bubbles-right.svg);
        background-position: 100% 100%;
        left: auto;
        right: 0;
    }

@media (min-width: 640px) {
    .isready:after, .isready:before {
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 1;
    }
}

.isready a {
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 17px;
    background-color: #052a49;
    display: inline-block;
    margin: 10px;
    padding: 9px 26px;
    border-radius: 7px;
}

.ads-5 {
    column-count: 5;
}

.ads-3 {
    column-count: 3;
}

.ads-4 {
    column-count: 4;
}

.ads {
    column-gap: 10px;
}

    .ads aside {
        border: 1px solid #ccc;
        display: grid;
        grid-template-rows: 1fr auto;
        break-inside: avoid;
        border-radius: 10px;
    }

    .ads img {
        border-radius: 15px;
    }

.Links {
    display: none
}

.kk-star-ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .kk-star-ratings.kksr-shortcode {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .kk-star-ratings.kksr-valign-top {
        margin-bottom: 2rem;
    }

    .kk-star-ratings.kksr-valign-bottom {
        margin-top: 2rem;
    }

    .kk-star-ratings.kksr-align-left {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }

    .kk-star-ratings.kksr-align-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .kk-star-ratings.kksr-align-right {
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }

    .kk-star-ratings .kksr-muted {
        opacity: .5;
    }

    .kk-star-ratings .kksr-stars {
        position: relative;
    }

        .kk-star-ratings .kksr-stars .kksr-stars-active, .kk-star-ratings .kksr-stars .kksr-stars-inactive {
            display: flex;
        }

        .kk-star-ratings .kksr-stars .kksr-stars-active {
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

        .kk-star-ratings .kksr-stars .kksr-star {
            cursor: pointer;
            padding-right: 0px;
        }

    .kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
        cursor: default;
    }

    .kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
        transition: .3s all;
    }

    .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
        width: 0 !important;
    }

    .kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
        background-image: url("http://localhost:5000/svg/inactive.svg");
    }

    .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
        background-image: url("http://localhost:5000/svg/active.svg");
    }

    .kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
        background-image: url("http://localhost:5000/svg/selected.svg");
    }

    .kk-star-ratings .kksr-legend {
        margin-left: .75rem;
        margin-right: .75rem;
    }

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {
    left: auto;
    right: 0;
}

.accordion-body {
    padding-bottom: 50px;
}

.accordion-button {
    color: #052c65;
    font-size: large;
}

div.treeborder {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 12px;
    height: 36px;
    display: inline-block;
    margin-top: -15px;
}

.dropdown-item {
    font-weight: unset !important;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label,
.form-floating.MultiSelectDiv label {
    transform: scale(.80) translateY(-1rem) translateX(-0.15rem) !important;
    background-color: #ffffff;
    width: fit-content;
    color: #060606;
    padding: 0px 15px !important;
    height: unset;
    border: 1px solid #f3e6e6;
    border-radius: 5px;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1rem !important;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(2.5rem + 12px) !important;
}

.form-floating > label {
    padding: 1rem 0.75rem !important;
    color: #858585;
}

input:read-only, textarea:read-only {
    background-color: #eee !important;
}

input.text-danger, textarea.text-danger {
    background-color: #ffcbcb !important;
    font-size: large;
}

input.text-success, textarea.text-success {
    background-color: #9bff97 !important;
    font-size: large;
}

.validation-errors {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #d7191952;
    border-radius: 10px;
    box-shadow: 4px 6px 3px #ccc;
}

    .validation-errors li {
        list-style: none;
    }

    .validation-errors .validation-message {
        color: #721c24;
    }

.inputshadow {
    box-shadow: 3px 3px 3px #ccc;
    margin-bottom: 10px;
    transition: box-shadow 0.5s;
}

    .inputshadow:has( .form-control:focus), .inputshadow:has( .form-control:active) {
        box-shadow: 4px 4px 8px #363535;
    }

    .inputshadow:has( .invalid) {
        box-shadow: 3px 3px 2px #ed2033;
    }

.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none;
}

.btn-close.collapsed {
    display: none
}

.btn-list {
    display: none
}

    .btn-list.collapsed {
        display: inline-block;
    }

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

.card-header {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.timeline > div > div {
   width: 48%;
   padding:10px;
}
.timeline p {
    color: #7d7d81
}
.timeline > div > div > div {
    background-color: rgb(171 203 251 / 25%);
    padding: 10px;
    border: 1px solid #12847a;
    border-radius: 0px 15px 40px 0px;
}
.timeline > div.flex-row-reverse > div > div {
    border-radius: 15px 0px 0px 40px !important;
}
.timeline > div::after {
    content: '';
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: rgb(83 228 214);
    border: 4px solid #12847a;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}


.fitBox {
    /*width: fit-content;*/
    margin: 15px auto;
    border-radius: 23px;
    overflow: hidden;
    display:flex;
    border: 1px solid #ccc;
    box-shadow: 5px 7px 5px #ccc;
}
    .fitBox > div.image {
        width:40%
    }
    .fitBox > div.content {
        padding: 8px 8%;
        width: 60%;
    }
@media (max-width: 768px) {
    .fitBox {
        display: grid;
    }
        .fitBox > div.image, .fitBox > div.content {
        width: 100%
    }
    }
