:root{
    /* Brand colors */
    --main-color: white;
    --orange: #f9a6ae;
    --red: #FF375E;
    --green: #00BC7C;
    --dark-blue: #060832;
    --gray-200: #E7EAEE;
    --gray-300: #DBDFE5;
    --gray-800: #444;
    --gray-900: #222;
}

body{
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    font-style: normal;
}

.badge-online, .badge-offline{
    position: relative;
    display: inline-block;
    padding: 0.4em 1em;
    border: 1px solid var(--gray-300);
    border-radius: 0.6em;
}

.arrow-left::before, .arrow-bottom::before{
    position: absolute;
    display: block;
    content: '';
    border-radius: 1px 0px 0px 0px;
    width: 8px; height: 8px;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    background: white;
}

.badge-online span, .badge-offline span{
    font-weight: 600;
    font-size: 0.9em;
    padding-left: 0.2em;
}

.badge-online{ color: #25C317; }
.badge-offline{ color: #FF375E; }

.badge-box-left{
    position: absolute;
    left: 120px;
    top: 40px;
}

.badge-box-top{
    position: absolute;
    top: -50px;
}

.arrow-left::before{
    transform: rotate(-45deg);
    top: 44%; left: -4px;
}

.arrow-bottom::before{
    transform: rotate(225deg);
    bottom: -4px; left: 47%;
}

.badge-online svg circle{ fill: #25C317; }
.badge-offline svg circle{ fill: #FF375E; }

.white-badge, .white-badge.arrow-left::before, .white-badge.arrow-bottom::before{
    background: white;
    color: var(--gray-900);
}

.black-badge, .arrow-left::before, .arrow-bottom::before{
    background: var(--gray-900);
    color: white;
}

.content{
    min-height: calc(100vh - 57px);
}

.footer{
    height: 57px;
}

header{
    background: linear-gradient(to bottom, #15161E 40%, white 40%);
}

.co-wrapper{
    margin-top: 3em;
}

.co-image-cover{
    position: relative;
    overflow: hidden;
    border-radius: 1em;
}

.co-image-cover::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0; left: 0;
    background: linear-gradient(to bottom, transparent 60%, var(--gray-900));
}

.co-rating{
    position: absolute;
    bottom: 1em; right: 1em;
    background: white;
    border-radius: 0.8em;
    padding: 0.6em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rating{
    font-size: 1.1em;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #444;
    margin-bottom: 0em;
}

.rating-cap{
    font-size: 0.8em;
    color: #8F97A3;
}

.co-description{
    padding: 0em 0.6em;
    position: relative;
    margin-top: -6em;
}

.co-logo{
    border-radius: 5em;
    display: inline-block;
    overflow: hidden;
    border: 3px solid white;
}

.business-name{
    position: relative;
}

.business-name h1{
    font-size: 1.7em;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.business-name p{
    font-size: 0.9em;
    line-height: 126%;
    height: auto;
    text-overflow: ellipsis;
    margin-bottom: 0.4em;
}

#readmore p{
    font-size: 0.9em;
    line-height: 126%;
}

.read-more{
    text-decoration: none;
    text-transform: uppercase;
    color: #8F97A3;
    font-size: 0.8em;
    display: block;
    padding: 0.7em 0em;
}

#read-more-box .modal-footer{
    border-top: 0px !important;
}

.btn-orange{
    background: var(--orange);
    display: block;
    padding: 0.8em;
    font-size: 1em;
    font-weight: 600;
    color: white;
}

.btn-orange:hover{
    background: var(--dark-blue);
    color: white;
}

.btn-orange svg{
    margin-right: 0.8em;
}

.btn-orange svg path{
    fill: white;
}

.option-txt{
    font-size: 1em;
    font-weight: 600;
    color: black;
}

.widget-simple{
    text-decoration: none;
    position: relative;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.widget-wrapper{
    display: flex;
    justify-content: space-between;
    max-height: 86px;
    gap: 1em;
    align-items: center;
    border: 1px solid var(--gray-300);
    border-radius: 1em;
    padding: 1em;
    position: relative;
    z-index: 2;
    background: white;
}

.widget-icon{
    padding: 10px;
    background: white;
    border: 1px solid var(--gray-300);
    border-radius: 0.6em;
}

.widget-icon img{
    width: 28px; height: 28px;
}

.widget-arrow{
    margin-right: 0;
}

.widget-arrow path{
    fill: var(--gray-800);
}

.widget-simple:hover .widget-arrow path{
    fill: var(--orange);
}

.widget-descr{
    display: flex;
    flex-direction: column;
}

.crucial-info span, .normal-info span:first-child{
    color: var(--gray-900);
    font-size: 1em;
    font-weight: 600;
}

.crucial-info h2, .normal-info span:nth-child(2){
    color: #999;
    font-size: 0.8em;
    margin-bottom: 0em;
}

.widget-label{
    position: relative;
    padding: 1.4em 1em 0.4em 1em;
    margin-top: -1em;
    border-radius: 0em 0em 0.8em 0.8em;
    font-size: 0.8em;
}

.label-green{
    background: #25C317;
    color: white;
}

.label-red{
    background: #DF3030;
    color: white;
}

.label-info{
    background: #285DE5;
    color: white;
}

.label-alert{
    background: #F4B71A;
    color: var(--gray-900);
    font-weight: 600;
}

.label-gray{
    background: #D6D6D6;
    color: var(--gray-900);
}

.text-gray{
    color: #999;
    font-size: 0.9em;
}

.mobile-nav{
    height: 142px;
    overflow: hidden;
}

.mobile-nav::before{
    position: absolute;
    content: '';
    width: 100%; height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 20%, white 50%);
    background: -webkit-linear-gradient(to bottom, transparent 20%, white 50%);
    top: 0; left: 0;
}

/* Quick footer */

.mobile-nav-q{
    height: 240px;
    overflow: hidden;
}

.mobile-nav-q::before{
    position: absolute;
    content: '';
    width: 100%; height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 20%, white 50%);
    background: -webkit-linear-gradient(to bottom, transparent 20%, white 50%);
    top: 0; left: 0;
}

.mobile-q-footer{
    position: absolute;
    bottom: 0em;
    z-index: 3;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--gray-300);
    padding: 0.6em 1em 0.6em 1em;
}


.mobile-bar{
    background: white;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    border-top: 1px solid var(--gray-200);
    box-shadow: 0px -4px 17.3px 0px rgba(154, 154, 154, 0.1);
}

.m-nav{
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0em 0em 0.4em 0em;
    margin-top: -2em;
}

.m-nav-item a{
    text-decoration: none;
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 800;
}

.m-nav-item a:hover .m-nav-box{
    background: var(--dark-blue);
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
}

.m-nav-item a:hover span{
    color: var(--dark-blue);
}

.m-nav-box{
    background: var(--orange);
    border: 6px solid white;
    border-radius: 3em;
    padding: 1em;
}

.pulse-btn{
    box-shadow: 0 0 0 0 #f9a6ae;
    animation: pulse-orange 2s infinite;
    -moz-animation: pulse-orange 2s infinite;
    -webkit-animation: pulse-orange 2s infinite;
}

.pulse-box{
    background: var(--orange);
    width: 4.1em; height: 4.1em;
    border-radius: 3em;
    box-shadow: 0 0 0 0 #f9a6ae;
    animation: pulse-orange 2s infinite;
    -moz-animation: pulse-orange 2s infinite;
    -webkit-animation: pulse-orange 2s infinite;
    z-index: 1;
    position: absolute;
    bottom: 2.2em;
}

.m-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes pulse-orange{
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #f9a6ae;
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 18px rgba(250, 116, 54, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(250, 116, 54, 0);
	}
}

@media screen and (max-width:400px){
    .business-name h1{
        font-size: 1.6em !important;
    }
}

@media screen and (max-width:575px){
    header{
        background: white !important;
    }

    .co-wrapper{
        margin-top: 0em !important;
    }

    .co-image-cover{
        border-radius: 0em 0em 1em 1em !important;
    }

}

@media screen and (max-width: 1240px){
    .without-logo .group-btn, .without-cover .group-btn{
        flex-direction: column !important;
    }
}
