@import url("../bticons/bootstrap-icons.css");

@font-face {
    font-family: 'dana VF';
    src: url('../fonts/dana2webGX.woff') format('woff-variations'), url('../fonts/dana2webGX.woff') format('woff');
    font-display: fallback;
}

@font-face {
    font-family: 'dana';
    src: url('../fonts/dana-regular.woff') format('woff');
}

@font-face {
    font-family: 'dana';
    src: url('../fonts/dana-bold.woff') format('woff');
    font-weight: 700;
}

body {
    direction: rtl;
    background: #F8F8F8;
    font-family: 'dana', tahoma, serif;
    text-align: right;
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'dana VF', tahoma, serif;
    }

    .fanum {
        font-variation-settings: "FANU" 1
    }
}

a {
    text-decoration: none;
}

.fs-7 {
    font-size: 12px;
}

.text-border-black {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.mozmonHeader {
    padding-top: 20px;
}

.mozmonHeader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: -110px;
    bottom: 0;
    z-index: -1;
}

.mozmonHeader .links {
    font-size: 13px;
}

.mozmonHeader .searchArea {
    background: rgba(0, 0, 0, 0.60);
    margin: 30px 0;
    padding: 20px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: #fff;
    text-align: justify;
}

.mozmonHeader .searchArea h1 {
    font-size: 30px;
    line-height: 40px !important;
}

.searchForm .searchInput {
    border-radius: 25px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.20);
    border: none;
    padding: 11px 25px;
    color: #fff;
}

.searchForm .searchBtn {
    position: absolute;
    margin-top: 4px;
    border-radius: 25px;
    margin-right: -84px;
    background: #ffc107 url('../icons/Search.svg') no-repeat center;
    height: 38px;
    border: none;
    width: 79px;
}

.mozmonHeader .searchArea p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 30px;
}

.mozmonHeader span {
    font-size: 13px;
}

.mozmonHeader .searchArea .badges {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.2);
    float: right;
    border-radius: 25px;
    padding: 5px 20px;
    text-align: center;
    margin-left: 5px;
    font-size: 14px;
}

.mozmonHeader .searchArea .badges span {
    display: block;
}

.categoryBox {
    height: auto;
    z-index: 888;
    position: absolute;
    right: 0;
    width: 100%;
    padding: 30px 0;
    display: none;
    top: 139px;
}

.categoryBox .dark {
    border-radius: 5px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.9);
    padding: 30px;
}

.categoryBox .title {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 60%;
    padding: 10px 15px;
}

.categoryBox .title h3 {
    height: 60px;
    line-height: 30px;
    font-size: 14px !important;
    color: #F9F6F1;
}

.categoryBox .categoryItem {
    border-radius: 10px;
    height: 110px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.categoryBox .categoryItem span {
    color: #fff;
    font-size: 16px;
}

.categoryBox .dark h2 {
    color: #F9F6F1;
    font-size: 16px;
}

.index-navbar .navbar {
    border-radius: 5px;
}

.navbar-dark .navbar-nav .nav-link.active {
    font-weight: bold;
    background-image: none;
}

#navbarSupportedContent > ul > li:nth-child(7) > a {
    background-image: none;
}

.bg-green {
    background: #32C98B;
    color: #fff;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    background-image: none !important;
}

.mozmonHeader .profileBtn {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    height: 28px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    padding: 5px;
}

.mozmonSpecialPosts {
    /*background: #F8F8F8;*/
    background: #e6e4e2;
    padding: 30px 0;
}

.premiumAd {
    box-shadow: #32C98B 0 1px 2px 0 !important;
}

.premiumAd .ribbon {
    background: #32C98B;
    color: #FFF;
    height: 45px;
    width: 45px;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    position: absolute;
    top: 3px;
    right: 3px;
    flex-direction: row;
    border-radius: 0 0 0 100%;
    border: 1px dashed #FFF;
    box-shadow: 0 0 0 3px #32C98B;
}


.mozmonLatestPosts {
    background: #F8F8F8;
    padding: 50px 0;
}

.mozmonLatestPosts h2, .mozmonSpecialPosts h2 {
    font-size: 20px;
    font-weight: 300;
    color: #46494C;
}

.moreItemsBtn {
    background: #ffc107;
    border-radius: 25px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 20px;
    font-weight: 400;
}

.card, .list-group {
    border: 0;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.compsCard {
    background: #fff url('../icons/CompCard.svg') no-repeat left 20px bottom;
}

.postCard .time {
    background: #E8EDF0;
    border: none;
    padding: 5px 10px;
    border-radius: 18px;
    color: #46494C;
    box-shadow: none;
}

.postCard .time p {
    border-bottom: 1px #C9CACB solid;
    font-size: 13px;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 6px;
    font-weight: 500;
}

.postCard .time span {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 5px 0;
}

.postCard .col-3, .postCard .col-4, .compsCard .col-3 {
    border-left: 1px #EAECED solid;
}

.compsCard strong {
    font-size: 14px;
    display: block;
    color: #000;
    font-weight: 500;
}

.compsCard span {
    font-size: 11px;
    color: #919EA0;
}

.compsCard span img {
    height: 20px;
}

.postCard .title {
    height: 70px;
    margin-bottom: 8px;
    overflow: hidden;
    color: #46494C;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
}

.postCard .title h4 {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 35px;
}

.postCard .details p, .postCard .homeDetails p {
    font-size: 14px;
    color: #919EA0;
    margin-bottom: 10px;
}

.postCard .details img {
    width: 12px;
    height: 12px;
    fill: #919EA0;
}

.postCard .homeDetails img {
    width: 18px;
    height: 18px;
    fill: #919EA0;
}

.postCard .details div, .postCard .homeDetails div {
    color: #919EA0;
    font-size: 13px;
    padding: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.postCard .details .date, .postCard .homeDetails .date {
    background: #E8EDF0;
    border-radius: 18px;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    color: #919EA0;
}

.postCard .owner {
    color: #919EA0;
    font-weight: 100;
    font-size: 13px;
}

.postCard .description {
    color: #707070;
    font-size: 12px;
    text-align: justify;
    line-height: 25px;
    height: 55px;
    overflow: hidden;
    margin-top: 15px;
}

.mozmonLatestBlogs {
    background: #F8F8F8 url('../icons/BlogBackground.svg') no-repeat right 25px;
    padding: 100px 0 150px;
}

.mozmonLatestBlogs h2, .mozmonLatestComps h2 {
    font-size: 20px;
    font-weight: 300;
    color: #46494C;
}

.mozmonLatestComps h2 strong {
    font-weight: bold;
    color: #000;
}

.mozmonLatestBlogs .blogHead {
    border-radius: 25px;
    padding: 25px;
    height: 100%;
}

.mozmonLatestBlogs .blogHead .text {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    border-right: 3px #32C98B solid;
}

.mozmonLatestBlogs .blogHead .text h5 {
    background: url('../icons/CircleLeft.svg') no-repeat right center;
    padding-right: 30px;
    font-size: 16px;
    padding-top: 5px;
}

.mozmonLatestBlogs .blogHead .text p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
    color: #AEBABC;
}

.mozmonLatestBlogs .blogItem .picture {
    padding: 25px;
    border-radius: 25px;
    border-right: 3px #32C98B solid;
}

.mozmonLatestBlogs .blogItem {
    border-bottom: 1px #94cdb5 solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mozmonLatestBlogs a:nth-child(3) div {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mozmonLatestBlogs strong {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}

.mozmonLatestBlogs .blogItem p {
    font-size: 14px;
    color: #46494C;
    text-align: justify;
    line-height: 25px;
}

.mozmonLatestBlogs .blogItem .date {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.7) url('../icons/GreenLeft.svg') no-repeat right 10px center;
    color: #fff;
    border-radius: 25px;
    padding: 5px 10px 1px;
    font-size: 11px;
    text-align: left;
}

.mozmonLatestComps {
    background: #F8F8F8 url('../icons/SettingBackground.svg') no-repeat left -750px top;
    padding: 50px 0 100px;
}

.mozmonPartners {
    margin: 100px 0;
}

.mozmonLatestComps .seolinks a {
    background: #D4DCDF;
    padding: 8px 10px;
    color: #373a3d;
    font-size: 14px;
    margin: 0 0 6px 3px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}

.mozmonLatestComps .seolinks {
    padding: 50px 0 0;
}

.mozmonLatestComps .newestComps {
    border: 2px #32C98B dashed;
    border-radius: 18px;
    padding: 50px;
    margin: 50px 0 100px;
}

.mozmonFooter {
    background: #04444D;
    padding: 50px 0 15px;
}

.mozmonFooter strong {
    color: #E4F3EE;
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 400;
}

.mozmonFooter a {
    color: #AEBABC;
    font-size: 14px;
    text-decoration: none;
}

.mozmonFooter hr {
    background: #707070;
}

.mozmonFooter p {
    color: #919EA0;
    font-size: 12px;
}

.mozmonFooter .vipContent {
    line-height: 32px;
    margin-top: -6px;
    text-align: justify;
    font-size: 14px;
}

.mozmonFooter .subscribeInput {
    border-radius: 25px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.50);
    border: none;
    margin: 15px 0;
    direction: rtl;
    text-align: right;
    padding: 11px 25px;
    color: #fff;
}

.mozmonFooter .subscribeBtn {
    position: absolute;
    margin-top: 19px;
    border-radius: 25px;
    margin-right: -84px;
    background: #ffc107 url('../icons/SubscribeLeft.svg') no-repeat center;
    height: 38px;
    border: none;
    width: 79px;
}

.mozmonHiddenNavbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

.mozmonHiddenNavbar .menu {
    background-color: #32C98B;
    padding: 15px 0;
}

.bg-dark {
    background-color: #151515 !important;
}

#headerNavbar a {
    font-size: 14px;
    font-weight: 400;
}

#headerNavbar .dropdown-menu a {
    font-size: 14px;
    font-weight: 200;
}

.mozmonHiddenNavbar .date, .mozmonLightNavbar .date, .post .date {
    background: #fff;
    border-radius: 12px;
    padding: 7px 15px 4px;
    font-size: 14px;
}

.mozmonLightNavbar .date, .post .date {
    background: #E8EDF0;
    color: #04444D
}

.mozmonHiddenNavbar .profile, .mozmonLightNavbar .profile {
    background: #000;
    border-radius: 12px;
    text-align: center;
    margin-right: 5px;
    padding: 0 12px;
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mozmonHiddenNavbar .searchInput {
    padding: 9px 25px 8px;
    font-size: 12px;
    margin-top: -2px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.mozmonHiddenNavbar .searchBtn {
    height: 29px;
    margin-top: 1px;
    background-color: #fff;
}

.searchForm .searchInput::placeholder {
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .mozmonHeader .searchArea {
        padding: 30px;
        margin: 10px 0;
    }

    .mozmonLatestComps .newestComps {
        padding: 20px;
    }

    .mozmonLatestComps {
        padding: 20px;
    }
}

.mozmonLightNavbar {
    background: #F8F8F8;
    border-bottom: 1px #CBC6C0 solid;
    padding: 15px 0;
    margin-bottom: 30px;
}

.mozmonLightNavbar .mozmonCategoryBtn {
    cursor: pointer;
}

.breadcrumb a {
    color: #707070;
    font-weight: 300;
    font-size: 15px;
}

.breadcrumb .active {
    color: #32C98B;
    font-weight: 300;
    font-size: 15px;
}

.breadcrumb {
    --bs-breadcrumb-divider: url("../icons/Breadcrumb.svg");
}

.post h5 {
    font-size: 16px;
    color: #919EA0;
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
}

.post h1 {
    font-size: 18px;
    color: #46494C;
    text-align: right;
    line-height: 36px;
}

.post .details p, .company .details p {
    font-size: 15px;
    margin: 10px 0;
}

.post .details p img, .company .details p img {
    margin-left: 10px;
}

.post .details a, .company .details a {
    color: #003B43;
}

hr {
    background: #bbbfc2;
}

.bg-postcontent {
    background: #F1F2F2;
}

.bg-postexpiredate {
    background: #F0F6F4;
}

.post .description p {
    line-height: 36px;
    margin-bottom: 0;
}

.post .attachments img {
    height: 22px;
    margin-left: 5px;
}

.text-justify {
    text-align: justify;
}

.expireTimer {
    color: #aaa;
}

.expireTimer strong {
    margin-bottom: 15px;
    color: #000;
}

.btn {
    font-size: 12px;
    font-weight: 300;
    border-radius: 18px;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../image/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../image/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../image/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../image/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.company {
    background: url('../image/CompanyBack.png') top right no-repeat;
}

.company .companyProfile {
    background: rgba(232, 237, 240, 0.75);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.company .companyLogo {
    border-radius: 15px;
    background: #fff;
    padding: 5px;
}

.company h1 {
    color: #46494C;
    font-size: 16px;
    line-height: 30px;
}

.company .companyProfile p {
    color: #46494C;
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
}

.company h5, .company strong {
    color: #46494C;
    font-size: 15px;
    font-weight: 300;
    display: block;
}

.company .deactive {
    background: #E7EAF2;
}

.company .deactive .time {
    background: #D7D9E0;
    color: #151515;
}

.company .deactive .col-3 {
    border-left: 1px #D7D9E0 solid;
}

.successTime {
    background: #E2F8EF !important;
    color: #32C98B !important;
}

.successTime p {
    border-color: #a2dbc4 !important;
}

.dangerTime {
    background: #FDE5E9 !important;
    color: #EC4A66 !important;
}

.dangerTime p {
    border-color: #FBC7CF !important;
}

.warningTime {
    background: #ffe69c !important;
    color: #000 !important;
}

.warningTime p {
    border-color: #fddb6c !important;
}

.page-item:first-child .page-link {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.page-item:last-child .page-link {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.page-link {
    padding: 8px 15px 5px;
    color: #32C98B;
    font-size: 13px;
}

.page-item.active .page-link {
    border-color: #32C98B;
    background-color: #32C98B;
    color: #fff;
}

.searchInlineForm .form-control {
    border-radius: 18px;
    background: #E8EDF0;
    font-size: 13px;
    border: 1px #E8EDF0 solid;
}

.searchInlineForm .btn {
    background: #E8EDF0;
    font-size: 13px;
    border: 1px #E8EDF0 solid;
}

.searchInlineForm .btn-check:checked + .btn {
    background: #FDC727;
    color: #000;
    border: 1px #FDC727 solid;
}

.searchInlineForm input[type=submit] {
    background: #32C98B;
    color: #FFF;
    border: 1px #32C98B solid;
}

.registerForm .form-group, .loginForm .form-group, .registerCategoryForm .form-group, .recoveryForm .form-group, .upgradeForm .form-group {
    margin-bottom: 20px;
}

.registerForm p, .loginForm p, .registerCategoryForm p, .recoveryForm p, .upgradeForm p {
    font-size: 14px;
    line-height: 30px;
}

.registerForm .form-control, .loginForm .form-control, .registerCategoryForm .form-control, .recoveryForm .form-control, .upgradeForm .form-control {
    background: #E8EDF0;
    border: none;
    border-radius: 18px;
    font-size: 13px;
    padding: 10px;
}

.alert {
    border-radius: 18px;
    font-size: 13px;
}

.registerForm label, .loginForm label, .registerCategoryForm label, .recoveryForm label, .upgradeForm label {
    font-size: 13px;
    color: #919EA0;
    padding: 0 0 10px 0;
    font-weight: 100;
}

.result p {
    margin-bottom: 3px;
    line-height: 25px;
}

.result {
    margin-bottom: 20px;
    direction: rtl;
    text-align: right;
    line-height: 20px;
}

.bg-silver {
    background: #F0F0EF;
}

.bg-silver a {
    color: #000;
    background: url(../icons/Breadcrumb.svg) no-repeat right center;
    padding-right: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-25 {
    font-size: 25px;
}

.fn-consolas {
    font-family: inherit;
    letter-spacing: -1px;
}

.fn-consolas span {
    font-size: 14px;
    margin-right: 5px;
}

.bg-none {
    background: none !important;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.bg-time {
    background: #E8EDF0;
}

.sw-success {
    box-shadow: rgba(21, 115, 71, 0.5) 0 1px 2px 0
}

.sw-primary {
    box-shadow: rgba(13, 110, 253, 0.5) 0 1px 2px 0
}

.sw-warning {
    box-shadow: rgba(255, 193, 7, 0.5) 0 1px 2px 0
}

.sw-danger {
    box-shadow: rgba(220, 53, 69, 0.5) 0 1px 2px 0
}

.sw-info {
    box-shadow: rgba(13, 202, 240, 0.5) 0 1px 2px 0
}

.autocomplete-suggestions {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    overflow: auto;
    padding: 11px 25px;
    margin-top: 5px
}

.autocomplete-suggestion {
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #FFF;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: maroon;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.similarCompany .title {
    font-size: 16px;
    color: #04444D;
}

.similarCompany .card-body {
    background: rgba(232, 237, 240, 0.75);
    border-radius: 18px;
    border: 0;
    box-shadow: rgb(0 0 0 / 5%) 0 1px 2px 0;
}

.similarCompany .card-body h4 {
    font-size: 15px;
    text-align: justify;
    color: #000;
}

.modal-content {
    border-radius: 18px !important;
}

.similarCompany .img-fluid {
    background: #fff;
    padding: 5px;
    border-radius: 18px;
}

.rounded-pill a {
    background: #fff;
    padding: 1px 7px;
    border-radius: 10px;
    color: #000;
    margin-right: 5px;
    border: 1px #000 solid;
}

.similarCompany p {
    font-size: 13px;
    color: #888;
    margin-bottom: 0;
}

.rounded-pill a:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.rounded-pill a i {
    font-size: 11px;
    padding: 0;
    margin: 0;
    font-weight: bolder;
}

.compCategory {
    padding: 5px 7px;
    margin-bottom: 1px;
}

.dropdown-menu .bi {
    font-size: 16px;
    margin-left: 5px;
}

.bi {
    vertical-align: -webkit-baseline-middle;
}

.list-group-item {
    border: none;
    padding: .4rem 1rem;
    border-bottom: 1px #eee solid;
}

.list-group-item.active {
    background: transparent;
    color: #0a58ca;
    border: none;
}

.select2-selection {
    border-radius: 18px !important;
    background: #E8EDF0 !important;
    font-size: 13px !important;
    border: 1px #E8EDF0 solid !important;
}

.bronze-plans {
    background: linear-gradient(0.25turn, #99F2C8, #1F4037);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
}

.silver-plan {
    background: linear-gradient(0.25turn, #0019FF, #4900E0);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
}

.gold-plan {
    background: linear-gradient(0.25turn, #FDC830, #F37335);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}

.platinum-plan {
    background: linear-gradient(0.25turn, #87e510, #F5D300);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}

.rhodium-plan {
    background: linear-gradient(0.25turn, #c39D18, #5ABD4A);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}

.rhodium-shadow {
    box-shadow: 0px 0px 6px 0px #CA00F8;
}

.platinum-shadow {
    box-shadow: 0px 0px 6px 0px #9EE10C;
}

.gold-shadow {
    box-shadow: 0px 0px 6px 0px #FAB031;
}

.silver-shadow {
    box-shadow: 0px 0px 6px 0px #0836F2;
}

.bronze-shadow {
    box-shadow: 0px 0px 6px 0px #7ECBA8;
}

.price-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.gradient-background-1 {
    background: linear-gradient(300deg, white, #cb26f8, #5abd4a);
    background-size: 240% 240%;
    animation: gradient-animation-1 4s ease infinite;
}

@keyframes gradient-animation-1 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gradient-background-2 {
    background: linear-gradient(300deg, #cff6d9, #87e510, #F5D300);
    background-size: 240% 240%;
    animation: gradient-animation-2 4s ease infinite;
}

@keyframes gradient-animation-2 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.plan-text {
    color: #62CA8C;
}

.img-align-left {
    text-align: left !important;
}

.mt-100 {
    margin-top: -100px;
}

@media (max-width: 720px) {
    .img-align-left {
        display: none;
    }
}

.badge-text-bronze {
    background: linear-gradient(0.25turn, #99F2C8, #1F4037);
    text-align: left;
    float: left;
    margin-top: 50px;
    color: #FFFFFF;
    padding: 35px 0px 40px 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;

}

.badge-text-silver {
    background: linear-gradient(0.25turn, #0019FF, #4900E0);
    text-align: left;
    float: left;
    margin-top: 50px;
    color: #FFFFFF;
    padding: 35px 0px 40px 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;

}

.badge-text-gold {
    background: linear-gradient(0.25turn, #FDC830, #F37335);
    text-align: left;
    float: left;
    margin-top: 50px;
    color: #FFFFFF;
    padding: 35px 0px 40px 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;

}

.badge-text-platinum {
    background: linear-gradient(0.25turn, #87e510, #F5D300);
    text-align: left;
    float: left;
    margin-top: 50px;
    color: #FFFFFF;
    padding: 35px 0px 40px 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;

}

.badge-text-rhodium {
    background: linear-gradient(300deg, white, #cb26f8, #5abd4a);
    text-align: left;
    float: left;
    margin-top: 50px;
    color: #FFFFFF;
    padding: 35px 0px 40px 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
}

.card-plan {
    transition: transform 250ms;
}

.card-plan:hover {
    transform: translateY(-10px);
}

/*adding select2 styling to match bootstarp calss*/
.use-select2-style .select2-selection {
    height: auto !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.use-select2-style .select2-selection__arrow {
    top: 7px !important;
}

.form label {
    color: #4c4c4c;
    font-weight: 300;
}

.form .form-check-input {
    background: #E8EDF0;
    border: none;
    color: black;
}

.form .form-check-input:checked {
    background: #32C98B;
}

.marquee {
    margin: 2rem 0;
    font-size: clamp(4vw, 4rem, 8vw);
    overflow: hidden;
}

.marquee--long {
    font-size: 1.25rem;
}

.marquee span {
    display: inline-block;
    white-space: nowrap;
    color: #00112C;
    width: var(--tw);
    text-shadow: var(--tw) 0 currentColor,
    calc(var(--tw) * 2) 0 currentColor,
    calc(var(--tw) * 3) 0 currentColor,
    calc(var(--tw) * 4) 0 currentColor;

    will-change: transform;
    animation: marquee var(--ad) linear infinite;
    animation-play-state: paused;
}

.marquee span {
    animation-play-state: running;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/*
 * on MacOs: System Preferences >
 *           Accessibility >
 *           Display > Reduce motion
 */

@media (prefers-reduced-motion: reduce) {
    .marquee span {
        animation: none;
        text-shadow: none;
        width: auto;
        display: block;
        line-height: 1.5;
        text-align: center;
        white-space: normal;
    }
}

.text-clip {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}