/* General */

:root {
    --text-color-primary: #1E293B;
    --text-color-secondary: #71717A;
    --bg-color-gray-default: #f4f4f5;
    --bg-color-primary-dark: #046320;
    --bg-color-primary-dark-500: #058a2d;
    --bg-color-primary-cover: #00773B;
    --bg-color-primary-cover-light: #e0f1e0;
    --bg-color-nav: #339f52;
    --bg-color-yellow-light: #FEF3C7;
    --bg-color-purple-light: #E0E7FF;
    --bg-color-pink-light: #FCE7F3;
    --bg-color-red-light: #FECACA;
    --bg-color-square-light: #EBEBEB;
    --bg-color-square-dark: #D9D9D9;
    --bg-orange-dark: #F97316;
    --bg-orange-light: #F59E0B;
}

body {
    background-image: url("../../static/images/icons/pattern.png");
    background-size: 17px;
    overflow-x: hidden;
}

.mb-7 {
    margin-bottom: 4.5rem !important;
}


::selection {
    background-color: var(--bg-color-primary-dark-500);
    color: var(--bs-white) !important;
}

[class^="cr-"][class*="-gradient"]::selection {
    background-color: var(--bg-color-primary-dark-500);
    color: var(--bs-white) !important;

    -webkit-text-fill-color: var(--bs-white);
}

@font-face {
    font-family: Yekan;

    font-style: normal;

    font-weight: 400;

    font-display: swap;

    src: url("../fonts/yekan_bakh/Yekan_Bakh_FA_04_Regular.eot");

    src: url("../fonts/yekan_bakh/Yekan_Bakh_FA_04_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan_bakh/Yekan_Bakh_FA_04_Regular.woff") format("woff"), url("../fonts/yekan_bakh/Yekan_Bakh_FA_04_Regular.ttf") format("truetype")
}

@font-face {
    font-family: Yekan;

    font-display: swap;

    font-style: normal;

    font-weight: 700;

    src: url("../fonts/yekan_bakh/Yekan_Bakh_FA_06_Bold.eot");

    src: url("../fonts/yekan_bakh/Yekan_Bakh_FA_06_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan_bakh/Yekan_Bakh_FA_06_Bold.woff") format("woff"), url("../fonts/yekan_bakh/Yekan_Bakh_FA_06_Bold.ttf") format("truetype")
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
li,
a,
p,
b,
span,
strong,
label,
button,
input,
select,
option,
section,
article,
aside {
    font-family: Yekan;
    /* primary text color */
    color: var(--text-color-primary);
}

.video-rapidcode{
    max-width:100%;
}

.cursor-pointer {
    cursor: pointer;
}

.rotate-180 {
    transform: rotate(180deg);
}

.cr-primary {
    color: var(--text-color-primary);
}

.cr-secondary {
    color: var(--text-color-secondary);
}

.cr-yellow-light {
    color: var(--bg-color-yellow-light);
}

.cr-purple-light {
    color: var(--bg-color-purple-light);
}

.cr-pink-light {
    color: var(--bg-color-pink-light);
}

.cr-red-light {
    color: var(--bg-color-red-light);
}

.cr-primary-dark {
    color: var(--bg-color-primary-dark-500);
}

.cr-primary-cover {
    color: var(--bg-color-primary-cover);
}

.bg-yellow-light {
    background-color: var(--bg-color-yellow-light);
}

.bg-purple-light {
    background-color: var(--bg-color-purple-light);
}

.bg-pink-light {
    background-color: var(--bg-color-pink-light);
}

.bg-red-light {
    background-color: var(--bg-color-red-light);
}

.bg-gradient-primary-500 {
    background-image: linear-gradient(to bottom, var(--bg-color-primary-dark-500), var(--bs-primary));
}

.bg-gradient-primary-reverse-500 {
    background-image: linear-gradient(to bottom, var(--bs-primary), var(--bg-color-primary-dark-500));
}

.bg-primary-cover {
    background-color: var(--bg-color-primary-cover);
}

.bg-primary-cover-light {
    background-color: var(--bg-color-primary-cover-light);
}

.bg-gradient-orange,
.btn-secondary.gradient,
.btn-primary-orange:hover {
    background: linear-gradient(111.17deg, var(--bg-orange-dark) 8.3%, var(--bg-orange-light) 90.14%) !important;
}

[class^="cr-"][class*="-gradient"] {
    padding-top: 3px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cr-orange-gradient {
    background: linear-gradient(to right, var(--bg-orange-dark) 5%, var(--bg-orange-light));
}

.cr-blue-gradient {
    background: var(--gradiant2, linear-gradient(180deg, #168B92 0%, rgba(64, 118, 199, 0.88) 100%));
}

.cr-nav {
    color: var(--bg-color-nav);
}

.btn-secondary.gradient:hover,
.btn-secondary.gradient:focus {
    background: linear-gradient(111.17deg, #c75809 8.3%, #c57f06 90.14%);
}

.btn.bg-white:hover,
.btn.bg-white:focus {
    color: var(--bg-color-primary-dark);
}

.border-cs-primary {
    border-color: var(--bg-color-primary-dark-500) !important;
}

.the-list .nav-link.active {
    color: #fff;
    background-color: #40C767;
    background-image: var(--bs-gradient);
}

.icon-svg {
    background-size: 35px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.icon-svg-large {
    background-size: 65px;
    background-position-y: 6px;
}

.text-justify {
    text-align: justify;
}

.fs-large {
    font-size: 44px;
}

.fs-medium {
    font-size: 33px;
}

.fs-semi-medium {
    font-size: 27px;
}

.shadow-default {
    box-shadow: 0 0 22px #dddddd;
}

.rounded-1rem {
    border-radius: 1rem;
}

.rounded-5p {
    border-radius: 5px;
}

.rounded-10p {
    border-radius: 10px;
}

.rounded-15p {
    border-radius: 15px;
}

.rounded-20p {
    border-radius: 20px;
}

.rounded-25p {
    border-radius: 25px;
}

.rounded-30p {
    border-radius: 30px;
}

.form-control-default {
    color: var(--text-color-primary);
    font-size: 18px;
}

.form-control-default:focus {
    background-color: var(--bg-color-gray-default);
}

.bg-gray-default {
    background-color: var(--bg-color-gray-default);
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-100 {
    opacity: 1;
}

.transition-fast {
    transition: 0.3s all;
}

.sample-square {
    border-radius: 15px;
    width: 120px;
    height: 100px;
}

.sample-square.square-light {
    background-color: var(--bg-color-square-light);
}

.sample-square.square-dark {
    background-color: var(--bg-color-square-dark);
}

.square-1 {
    height: 107px;
    left: -40px;
    top: -40px;
}

.square-2 {
    height: 148px;
}


.swiper-general .swiper-button-next,
.swiper-general .swiper-button-prev {
    color: var(--bg-color-square-light);
    height: 33px;
    width: 68px;
    top: 108%;
}

.swiper-general .swiper-button-prev {
    left: 20%;
}

.swiper-general .swiper-button-next {
    left: 66%;
}

.swiper-general .swiper-button-next::after,
.swiper-general .swiper-button-prev::after {
    font-size: large;
}

.swiper-general .swiper-button-prev::after {
    transform: translateX(-45px);
}

.swiper-general .swiper-pagination-bullet {
    background: var(--bg-color-square-light);
    width: 10px;
    height: 10px;
}

.swiper-general.swiper-pagination-green .swiper-button-next,
.swiper-general.swiper-pagination-green .swiper-button-prev {
    color: var(--bg-color-primary-dark-500) !important;
}

.swiper-general.swiper-pagination-green .swiper-button-next {
    left: 67%;
}

.swiper-general.swiper-pagination-green .swiper-pagination-bullet {
    background: #00773B;
}

/* Menu */

#menu-desktop {
    z-index: 10100;

}

#menu-desktop .child-menu {
    display: none !important;
}

.font-menu {
    font-size: 19px;
}

.primary-shape {
    -webkit-clip-path: polygon(8px 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0% 100%, 0% 8px, 8px 0%);
    clip-path: polygon(8px 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0% 100%, 0% 8px, 8px 0%);
}

.menu-bg-hover:hover,
.menu-bg-hover[data-is-active='true'],
.menu-bg-active {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.menu-bg-hover::before {
    content: "";
    position: absolute;
    background-color: var(--bs-white);
    width: 100%;
    height: 100%;
    left: -117px;
    top: -37px;
    transition: 0.3s all;
    cursor: pointer;
}

.menu-bg-hover[data-is-active='true']::before,
.menu-bg-hover:hover::before {
    left: 0;
    top: 0;
    opacity: 0.25;
}

.menu-bg-hover[data-is-active='true'] a,
.menu-bg-hover:hover a {
    color: var(--bs-white);
}

/* Mega Menu */
.mega-nav {
    margin-top: -12px;
}

.mega-menu-wrapper {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.core-mega {
    z-index: 1020;
    width: 100px;
    height: 100px;
    padding: 25px 0;
}

.mega-nav .line-mega {
    width: 1px;
    height: 225px;
    background-color: green;
    left: 50%;
    top: 50px;
    transform: rotate(0deg);
    transform-origin: top center;
}

.mega-nav .line-mega a {
    width: 100px;
    height: 60px;
    bottom: -5px;
    right: -50px;
}

.modal-mega-menu {
    z-index: 1090;
}

/* Search Button */
.search-btn {
    top: 14px;
    left: 21px;
}

/* Menu Mobile */
#mobile-menu-show svg {
    width: 40px;
    height: 40px;
}

#mobile-menu {
    z-index: 10100;
}

#mobile-menu .backdrop {
    background: linear-gradient(90deg, rgba(30, 41, 59, 0.90) 0%, #1E293B 100%);
    z-index: 10110;
}

#mobile-menu .content .control {
    background: var(--gradiant1, linear-gradient(180deg, #16923A 0%, rgba(64, 199, 103, 0.95) 100%));
}

#mobile-menu .content .control .close {
    top: 45%;
    left: -7%;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

#mobile-menu .content {
    width: 180%;
    z-index: 10120;
}

#mobile-menu .content .the-menu {
    list-style: none;
}

#mobile-menu .content .the-menu li {
    transition: 0.3s all;
}

#mobile-menu .content .the-menu li a:hover {
    background: linear-gradient(111.17deg, var(--bg-orange-dark) 8.3%, var(--bg-orange-light) 90.14%) !important;
}

/* Loading */
.loading-site{
    z-index: 99990;
}

/* Hero Section */
#hero-section .actions .link {
    font-size: 20px;
}

#hero-section .intro-thumbnail {
    width: 350px;
}

.icon-svg.arrow-down {
    background-image: url("../../static/images/icons/arrow-down.svg");
}

.icon-svg.arrow-left {
    background-image: url("../../static/images/icons/arrow-left.svg");
}

.icon-svg.close-red-big {
    background-image: url("../../static/images/icons/close-red.svg");
}

.icon-svg.the-time {
    background-image: url("../../static/images/icons/timer.svg");
}

.icon-svg.calendar {
    background-image: url("../../static/images/icons/calendar.svg");
}

.icon-svg.arrow-left-big {
    background-position-x: 3px;
    background-position-y: 2px;
    background-size: 58px;
}

.icon-svg.arrow-left-green {
    background-image: url("../../static/images/icons/arrow-left-green.svg");
}

.icon-svg.app {
    background-image: url("../../static/images/icons/grid-fill.svg");
}

/* Section : Goals */
.icon-svg.flash {
    background-image: url("../../static/images/icons/flash-circle.svg");
    background-size: 32px;
    width: 32px;
    height: 32px;
}


/* Section : Tabs */
#tab-types-websiteContent-section .title-base {
    text-align: right;
}

#tab-types-websiteContent-section .description-wrapper {
    text-align: justify;
}

#tab-types-websiteContent-section .tab-content .wrapper-content * {
    color: var(--bs-white);
}

#tab-types-websiteContent-section .tab-content .swiper-general .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

#tab-types-websiteContent-section .tab-content .swiper-general .swiper-slide .swiper-slide-shadow {
    display: none;
}

#tab-types-websiteContent-section .tab-content .swiper-general .swiper-slide>.wrapper {
    width: 270px;
    height: 400px;
}

#tab-types-websiteContent-section .tab-content .swiper-general .swiper-slide>.wrapper .actions .text {
    font-size: large;
}

#tab-types-websiteContent-section .arrow-left {
    background-size: 65px;
    background-position-y: 6px;
}

#tab-types-websiteContent-section .icon-svg.app {
    background-size: 65px;
}

#tab-types-websiteContent-section .nav-link {
    border-radius: 14px;
}

#tab-types-websiteContent-section .nav-link:not(.active) {
    background-color: #ecf2ef;
}

#tab-types-websiteContent-section .nav-link-main.active .cr-nav {
    color: var(--bs-white);
}

#tab-types-websiteContent-section .prev-x,
#tab-types-websiteContent-section .next-x {
    width: 40px;
    height: 40px;
    z-index: 1050;
    top: 12px;
}

#tab-types-websiteContent-section .prev-x::after,
#tab-types-websiteContent-section .next-x::after {
    font-size: xx-large !important;
    color: orange !important;
    font-family: swiper-icons;
    position: relative;
    top: -6px;
}

#tab-types-websiteContent-section .prev-x {
    left: -41px;
}

#tab-types-websiteContent-section .prev-x::after {
    content: "prev";
    left: 3px;
}

#tab-types-websiteContent-section .next-x {
    right: -41px;
}

#tab-types-websiteContent-section .next-x::after {
    content: "next";
    right: -8px;
}

/* Section : Carousel Focus */

#carousel-focus-section .dynamic-folder {
    width: 150px;
    height: 120px;
    background-color: #404040;
    border-radius: 15px;
    display: inline-block;
    transition: 0.3s all;
}

#carousel-focus-section .dynamic-folder .papper {
    width: 110px;
    height: 111px;
    background-size: 110px 111px;
    background-image: url('../../static/images/file.png');
    left: calc((100% - 110px)/2);
    top: -22%;
    transform-origin: bottom left;
    transition: 0.3s all;
}

#carousel-focus-section .dynamic-folder .cover {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 62%;
    top: 38%;
    border-radius: 15px 15px 0 0;
    transition: 0.3s all;
}

#carousel-focus-section .dynamic-folder .cover-title {
    height: 35px;
    top: calc((100% - 35px));
    transition: 0.3s all;
}

/* Hover */
#carousel-focus-section .dynamic-folder.folder-hover {
    width: 180px;
    border-radius: 25px;
    background: var(--gradiant-6, linear-gradient(111deg, #F97316 8.3%, #F59E0B 90.14%));
}

#carousel-focus-section .dynamic-folder.folder-hover .papper {
    transform: rotate(-8deg);
    margin-left: 6px;
    top: -40%;
    height: 120px;
    background-size: 110px 120px;
}

#carousel-focus-section .dynamic-folder.folder-hover .cover {
    background-color: rgba(255, 255, 255, 0.83);
    top: 21%;
    width: 95%;
    left: 10%;
    border-radius: 15px;
    transform: skew(-7deg, 0deg);
    box-shadow: 10px 1px 12px #e9e9e9;
    height: 70%;
}

#carousel-focus-section .dynamic-folder.folder-hover .cover-title {
    top: 55%;
}

#carousel-focus-section .swiper-general {
    height: 250px;
    padding-top: 65px;
}

#carousel-focus-section .swiper-general .swiper-button-next,
#carousel-focus-section .swiper-general .swiper-button-prev {
    top: 90%;
}

#carousel-focus-section .swiper-general .swiper-button-prev {
    left: 34%;
}

#carousel-focus-section .swiper-general .swiper-button-next {
    left: 58%;
}

#carousel-focus-section .btn-one,
#carousel-focus-section .btn-two {
    font-size: 1.25rem;
}

/* Section : Map Steps */
#map-steps-section .map_step_item #map_step_head,
#map-steps-section .map_step_item #map_step_sub_head {
    position: absolute;
}

#map-steps-section .map_step_item #map_step_head {
    left: -10px;
    top: -9px;
}

#map-steps-section .map_step_item #map_step_head text {
    text-shadow: 0 6px 10px gray;
}

#map-steps-section .map_step_item #map_step_sub_head {
    left: -30px;
    bottom: 7px;
}

/* Section : Portfolio */
#portfolio-section .description-side .content {
    max-height: 120px;
}


#portfolio-section .swiper-general .swiper-button-next,
#portfolio-section .swiper-general .swiper-button-prev {
    color: var(--bg-color-primary-dark-500) !important;
    top: 98%;
}


/* Section : Blog */
.blog-section-type .post-type-cover {
    stroke: var(--bs-white);
    transform: scaleX(1.2) scaleY(1.3) translateX(-19px);
}

.blog-section-type .details .icon-svg {
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.blog-section-type .thumbnail {
    right: 7.5%;
    top: -9px;
    border-radius: 15px;
    width: 255px;
    height: 180px;
    z-index: 5;
    object-fit: cover;
}

.blog-section-type .title {
    top: 67%;
    left: 45%;
    margin-right: 28px;
    height: 50px;
    font-size: 18px;
}

.blog-section-type .link-post {
    width: 80px;
    border-radius: 10px;
    background: var(--gradiant2, linear-gradient(180deg, #168B92 0%, rgba(64, 118, 199, 0.60) 100%));
    left: 29%;
    bottom: 12px;
    z-index: 10;
}

.blog-section-type .link-post:hover {
    background-color: rgba(64, 118, 199, 0.88);
}

.blog-section-type .details {
    width: 58%;
    bottom: -11px;
    left: 35%;
    height: 50px;
}

.blog-section-type .taxo-link {
    background-color: rgba(255, 255, 255, 0.20);
    white-space: pre;
}

.blog-section-type .taxo-link:hover {
    background-color: rgba(255, 255, 255, 0.40);
}

.blog-section-type .link-catalog .icon-svg {
    width: 44px;
    height: 48px;
    background-position-x: 6px;
    background-position-y: 10px;
}

.pagination [rel="prev"] , .pagination [rel="next"] , .pagination .page-item.disabled{
    display: none !important;
}

/* Section : Linear Content */
#linear-content-section .content-wrapper {
    margin-top: 70px;
}

#linear-content-section .content-wrapper .thumbnail {
    top: -40px;
    left: 90px;
    width: 120%;
}

#linear-content-section .content-wrapper.content-reverse .thumbnail {
    width: 146%;
    left: 0;
}

/* Section : List Content */
#list-content-section .content-item .title,
#list-content-section .content-item .sub-title {
    height: 54px;
}

#list-content-section .content-item .sub-title{
    direction:ltr;
}

#list-content-section .content-item.onhover-change {
    transition: 0.3s all;
}

#list-content-section .content-item.onhover-change:hover {
    background: var(--gradiant4, linear-gradient(90deg, #40C767 0%, #16923A 61%));
    border-radius: 15px;
}

#list-content-section .content-item.onhover-change:hover .onhover-change {
    color: var(--bs-white);
}


/* Section : Badge Content */
#list-badge-section .badge-icon {
    background: var(--gradiant5, linear-gradient(180deg, rgba(64, 199, 103, 0.88) 0%, rgba(22, 146, 58, 0.72) 100%));
    height: 190px;
}

#list-badge-section .badge-icon.desktop {
    width: 177px;
}

#list-badge-section .badge-icon .title {
    height: 60px;
}

#list-badge-section .badge-icon .thumbnail {
    width: 62px;
    height: 62px;
}

#list-badge-section .badge-icon:hover {
    box-shadow: 0 12px 15px #d0cece;
}


/* Section : Faq Content */
#faq-section svg.bi-plus-lg {
    width: 24px;
    height: 24px;
    float: left;
    fill: #334155;
    transition: 0.3s all;
    position: absolute;
    top: 17px;
    left: 15px;
}

#faq-section button[data-bs-toggle]:not(.collapsed) {
    background: var(--gradiant1, linear-gradient(180deg, #16923A 0%, rgba(64, 199, 103, 0.95) 100%));
}

#faq-section button[data-bs-toggle]:not(.collapsed) .title {
    color: var(--bs-white);
    ;
}

#faq-section button[data-bs-toggle]:not(.collapsed) svg.bi-plus-lg {
    transform: rotate(-45deg);
    fill: var(--bs-white);
}


/* Section : Catalog With Badge */
#catalog-with-badge-section .catalog {
    background: url("../../static/images/icons/network.svg"), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(6, 29, 233, 0.40) 64%), linear-gradient(317deg, rgba(64, 118, 199, 0.84) 0%, rgba(22, 139, 146, 0.95) 100%);
    background-position: 0 0;
    background-repeat: repeat-y;
}

#catalog-with-badge-section .catalog .wrapper-badges {
    z-index: 10;
    top: -90px;
}

#catalog-with-badge-section .catalog .badge-item {
    height: 160px;
}

#catalog-with-badge-section .catalog .badge-item .title {
    height: 59px;
    overflow: hidden;
}

#catalog-with-badge-section .catalog .badge-item .thumbnail {
    width: 62px;
    height: 62px;
}

#catalog-with-badge-section .catalog a .arrow-left {
    transform: rotate(-90deg);
}

#catalog-with-badge-section .catalog .content {
    height: 150px;
    overflow: hidden;
}

/* Section : Catalog Contact */

#catalog-contact-section .catalog {
    background-color: var(--bg-color-gray-default);
}

#catalog-contact-section .catalog::before {
    content: '';
    display: block;
    position: absolute;
    top: -149px;
    left: -105px;
    width: 500px;
    height: 500px;
    background-size: 500px;
    background-repeat: no-repeat;
    background-image: url(../../static/images/chat.png);
    z-index: 0;
    transform: rotate(-12deg);
}

#catalog-contact-section .row-wrapper {
    position: relative;
    z-index: 1010;
}

#catalog-contact-section .catalog {
    border-radius: 25px;
}

#catalog-contact-section .catalog .title,
#catalog-contact-section .catalog .description {
    color: #334155;
}

#catalog-contact-section .catalog .head svg {
    width: 27px;
    height: 27px;
    fill: var(--text-color-secondary);
}

#catalog-contact-section .catalog .item-content.with-bg {
    background: rgba(0, 119, 59, 0.05);
}

/* Section : Footer */
#footer-section {
    background: linear-gradient(180deg, rgba(0, 119, 59, 0.70) 0%, #00773B 100%);
}


#footer-section .grid-type h6 svg {
    fill: white;
    width: 70px;
    height: 70px;
    margin-top: 25px;
}


#footer-section .menu-footer li a::before {
    content: " ";
    position: absolute;
    display: block;
    background-image: url(../../static/images/icons/arrow-left.svg);
    width: 50px;
    height: 50px;
    background-size: 50px;
    left: 15px;
    transition: 0.1s all;

}

#footer-section .menu-footer li a:hover::before {
    left: 0;
}

#footer-section .copyright .year {
    font-family: Arial;
}


/* Section : Blog Single General */
#blog-section-single-general .pure-space {
    width: 75%;
}

#blog-section-single-general .thumbnail {
    width: 450px;
    right: -60%;
    top: 60px;
    position: absolute;
}

#blog-section-single-general .summary {
    height: 96px;
}

#blog-section-single-general .content{
    z-index:1050;
}

#blog-section-single-general .content p img {
    max-width: 800px;
    margin: 20px 0;
    border-radius: 15px;
}

/* Plans */
#plans-section .plan-wrapper .wrapper-icon {
    top: -36px;
}

#plans-section .plan-wrapper hr {
    width: 85%;
    margin-right: 7.5%;
}

#plans-section .features li.negative::before{
    background-image: url(../../static/images/icons/cancel.svg); 
}

#plans-section .features li::before {
    content: "";
    display: inline-block;
    background-image: url(../../static/images/icons/check.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    vertical-align: sub;
    margin-left: 5px;
}