body {font-family: 'Poppins', sans-serif;margin: 0px;}

.crop-text, .crop-text-expand {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text {
    -webkit-line-clamp: 4;
    height: 95px;
}


.map-img {
    padding-bottom:56.2%;
    background-position:50%;
    background-repeat:no-repeat;
    background-color:#000;
    background-size:100% 100%
}

.nojs {

    color:#000;

    background-color:#fff;

    text-align:center;

}

.link-success-light {
    color: rgba(75,175,21,1);
    text-decoration-color: rgba(75,175,21,0);
}

.link-success-light:hover {
    text-decoration-color: rgba(75, 175, 21, 0.75);
}

.text-orange {
    color: rgb(234, 74, 26);
}

.text-pink {
    color: rgb(213, 16, 220);
}

.text-success-light {
    color: rgba(75,175,21,1);
}

.bg-orange {
    background:linear-gradient(90deg, rgb(177, 50, 14) 0%, rgb(209, 98, 41) 100%)
}

.bg-green {
    background:linear-gradient(90deg,rgba(24,134,12,1) 0%,rgba(75,175,21,1) 100%)
}

.bg-gold {
    background:linear-gradient(90deg, rgb(207, 116, 2) 0%, rgb(205, 178, 11) 100%)
}

.bg-dark-blue {
    background:linear-gradient(90deg, rgb(36 56 79) 0%, rgb(44 79 109) 100%)
}


.bg-blue {
    background:linear-gradient(90deg, rgb(18, 88, 163) 0%, rgb(12, 146, 209) 100%)
}

.bg-silver {
    background:linear-gradient(90deg,rgba(125,138,152,1) 0%,rgba(129,165,203,1) 100%)
}

.bg-bronze {
    background:linear-gradient(90deg, rgb(68, 33, 11) 0%, rgb(152, 77, 0) 100%)
}

.bg-red {
    background:linear-gradient(90deg, rgb(147, 5, 5) 0%, rgb(179, 57, 6) 100%)
}

.bg-purple {
    background:linear-gradient(90deg, rgb(129, 10, 165) 0%, rgb(186, 46, 207) 100%)
}

.bg-dark-purple {
    background: linear-gradient(90deg, rgb(20, 30, 60) 0%, rgb(50, 46, 90) 100%)
}

.bg-dark {
    background: rgb(33, 34, 35) !important;
}

.bg-light-blue {
    background: rgb(12, 146, 209);
}

.btn-outline-orange {
    --bs-btn-color: rgb(234, 74, 26);
    --bs-btn-border-color: rgb(234, 74, 26);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(234, 74, 26);
    --bs-btn-hover-border-color: rgb(234, 74, 26);
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(234, 74, 26);
    --bs-btn-active-border-color: rgb(234, 74, 26);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(234, 74, 26);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(234, 74, 26);
    --bs-gradient: none;
}

.gradient-text {
    -webkit-background-clip: text;
    color: transparent;
}

.index-icon {
    font-size: 60px;
}

@media (min-width: 768px) {
    .index-icon {
        font-size: 120px;
    }

}

/*Style 5*/
.custom-background {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #15191c;
    z-index:-1
}

.left-stripe,.right-stripe
{
    display: block;
    position:absolute;
    width:100%;
    height:400%
}

.left-stripe {
    top:-200%;
    left:-80%;
    transform:rotate(30deg);
    background-color: #171d20
}

.right-stripe {
    bottom:-200%;
    right:-80%;
    transform:rotate(45deg);
    background-color: #141719
}



.c-header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:10;
    background-color: rgba(37, 41, 44, 0.8);
    backdrop-filter: blur(7px);
}

.c-footer {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    transition:bottom .2s ease-in-out;
    background-color: rgba(37, 41, 44, 1);
    z-index: 10;
}

.c-avatar {
    width:100%;
    height:0;
    padding-bottom:100%;
    background-size:cover;
    background-position:50%;
    overflow:hidden
}

.c-avatar-container-big {
    max-width:300px;
}

.c-avatar-container-small {
    width:40px;
}

body,html,.c-overflow-controller {
    display:flex;
    flex-direction:column
}

.c-overflow-controller {
    width:100%;
    min-width:100%;
    max-width:100%;
    overflow-x:clip;
    overflow-y:visible
}

.c-content {
    margin-top:100px;
    margin-bottom:100px;
    flex:1
}

.c-star-rating {
    transition: 500ms;
    position: relative;
    display: inline-block;
    background: linear-gradient(to top,rgba(235,131,0,1) 0%,rgba(226,194,0,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}


.c-star-rating:hover {
    background: linear-gradient(to top, rgb(227, 139, 27) 0%, rgb(255, 223, 51) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.c-star-box {
    cursor: pointer;
    font-size: 32px;
}

.c-star {
    margin-right: 5px;
    pointer-events: none;
}

.c-link-container {
    white-space:pre-line
}

.cf-turnstile {
    display:none
}

.sticky {
    position:sticky;
    top:100px
}

.hidden {
    display:none
}

#c-progress-bar {
    transition:width 10s ease-in-out;
    width:0
}
/*
#c-consent-modal {
    display:none;
    align-items:center;
    justify-content:center;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
    background-color:rgba(0,0,0,0.7);
    backdrop-filter:blur(10px)
}
*/

#c-consent-modal {
    display:none;

    position:fixed;
    left:0;
    bottom:0;
    z-index:100000;

}


.bell-icon {
    position:relative;
    display:inline-block
}

.exclamation-icon {
    position:absolute;
    bottom:2px;
    left:10px
}

.notification-dropdown {
    width: 400px;
}

@media (min-width: 768px) {
    .notification-dropdown {
        width: 600px;
    }
}

.notification-container {
    max-height:400px;
    overflow-y:auto
}

.notification-new {
    position:absolute;
    top:4px;
    right:4px
}

.notification {
    position:relative
}

.notification-icon {
    font-size: 40px;
    min-width: 1.1em;
    text-align: center;
    max-width: 1.1em;

}

@media (min-width: 768px) {
    .notification-icon {
        font-size: 60px;
    }
}

.max-rows-1,.max-rows-2,.max-rows-3,.max-rows-4 {
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden
}

.max-rows-1 {
    -webkit-line-clamp:1
}

.max-rows-2 {
    -webkit-line-clamp:2
}

.max-rows-3 {
    -webkit-line-clamp:3
}

.max-rows-4 {
    -webkit-line-clamp:4
}

.slide-in-left, .slide-in-right {
    opacity: 0;
    transition: transform .5s ease-out, opacity .5s ease-out;
    will-change: transform, opacity;
}

.slide-in-left {
    transform: translateX(-10vw);
}

.slide-in-right {
    transform: translateX(10vw);
}

.slide-in-visible {
    transform: translateX(0);
    opacity: 1;
}

.slide-no-animation {
    transition: none;
    transform: translateX(0);
    opacity: 1;
}

.c-blur-background {
    position: relative;
    overflow: hidden;

}

.c-blur-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    z-index: 1;
}

.c-not-rated {
    position: relative;
    display: inline-block;
    background: linear-gradient(to top, rgb(131, 131, 131) 0%, rgb(184, 184, 184) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.c-upvote {
    position: relative;
    display: inline-block;
    background: linear-gradient(to top, rgb(30, 152, 19) 0%, rgb(100, 211, 40) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.c-downvote {
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, rgb(193, 37, 37) 0%, rgb(228, 76, 17) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.home-video-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.home-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;padding-bottom: -10px;
}


.text-shadow, .overlay-text  {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4), -2px -2px 4px rgba(0, 0, 0, 0.2);
}

.overlay-text {
    text-align: center;
    z-index: 1;
    width:100%;
 }




.c-comment-container {
    display: block;
    overflow: hidden;
    will-change: max-height;
}

.c-comment {
    background-color: #50576300;
    transition: background-color 0.75s;
}


.map-item{ transition: all 0.3s ease-out;z-index:10}
.map-item:hover{ transform: scale(1.017);transition: all 0.3s ease-out;z-index:15}

.map-outline-blue{box-shadow: 0 0 10px 5px rgb(44, 83, 110, 0.9);}
.map-outline-orange{box-shadow: 0 0 10px 5px rgba(255, 165, 0, 0.5);}

.map-border {
    border: 1px #ffffff33 solid;
}

.c-screen-preview {max-width:49%}


.c-image-top-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.c-image-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.c-image-upload {
    position: relative;
    width: 100px;
    height: 100px;
    border: 2px dashed #e0e6eaff;
    border-radius: 10px;
    cursor: pointer;
    transition: 250ms;
}

.c-image-upload:hover {
    background-color: #e0e6ea;
    color: #161719;
    border: 2px dashed #a7acb100;
}

.c-image-upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 0;
    opacity: 0;
}

.c-image-form-opacity {
    opacity: 0;
    transition: 250ms;
}

.c-image-form-opacity:hover {
    opacity: 1;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-group-navigation-rounded .btn:not(.active):hover {
    background-color: initial;
    color: initial;
}
.btn-group-navigation-rounded .btn:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.btn-group-navigation-rounded .btn:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.btn-page {
    padding: 0px 4px !important;
    min-height: 2.2em;
    min-width: 2.2em;
    line-height: 2.2em;
    text-align: center;
}

.btn-page:not(.active):hover {
    background-color: initial;
    color: initial;
}

.btn-circle {
    padding: 0 !important;
    display: inline-block;
    height: 2.2em;
    width: 2.2em;
    min-height: 2.2em;
    min-width: 2.2em;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    line-height: 2.2em;
    border-radius: 50%;
}

.c-seemore i {display:none;}

.map-card-status {
    height: 0.5em;
    transition: all 0.25s ease;

}


.map-card-status:hover {
    height: 1.5em;
}


.map-card-status-item {
    opacity: 0;
    transition: all 0.25s ease;
}

.map-card-status:hover .map-card-status-item {
    opacity: 1;
}

custom-modal {
    display: none;
    position: fixed;
    z-index: 1050;
}


.adsbygoogle {
    color-scheme: normal;
}

.floating-div {
    position: fixed;  /* Fixes the div in a position relative to the viewport */
    top: 50%;         /* Centers the div vertically */
    transform: translateY(-50%); /* Adjusts the div's position to be perfectly centered */
    width: 300px;     /* Sets the width of the div */
    height: 600px;    /* Sets the height of the div */

}