﻿.display-none {
    display:none;
}

.error-message {
    color:red;
}

.custom-green-btn {
    background-color: green;
    color: white;
}

.font-weight-bold {
    font-weight:bold;
}

#waitMsg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 1.5rem;
    z-index: 1050;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.spinner-border {
    margin-right: 1rem;
}

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.3);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #ff6700 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.flag-icon-large {
    width: 35px !important; 
    height: 35px !important;
}

.card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.px;
    text-align: left;
}

.card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;    
}

.cta-button {
    cursor: pointer;
    height: 56px;
    border-radius: 8px;
    background-color: #F37120;
    color: #ffffff !important;
    width: 100%;
    border: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-appearance: none;
}

.cta-button-secondary {
    cursor: pointer;
    height: 56px;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #969BA0 !important;
    width: 100%;
    border: 1px solid #969BA0 !important;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-appearance: none;
}

.video-container iframe {
    width: 646px;
    height: 364px;        
    border-radius: 20px !important;    
}

#subscriptionCalulationContainer .card-body {
    background-color: #FFF8F6 !important;
    border: 1px dashed #F37120;
    border-radius: 16px !important;
    height: 640px;    
    overflow-y: auto;
}

    #subscriptionCalulationContainer .card-body h2 {
        font-size: 24px;
        font-weight: 500;
        color: #F37120;
        line-height: 28.8px;
        text-align: left;
    }

.timeline {
    position: relative;
    padding-left: 16px;
    border-left: 2px dashed #F37120;
}

.timeline-section {
    position: relative;
    margin-bottom: 20px;
}

    .timeline-section::before {
        content: '';
        position: absolute;
        left: -22.5px;
        top: 0;
        width: 12px;
        height: 12px;
        background-color: #F37120;
        border-radius: 50%;
    }

    .timeline-section h4, .total-section h4{
        margin: 0;
        padding-bottom: 5px;
        font-size: 1rem;
        font-weight: 500;
    }

    .timeline-section p, .total-section p{
        margin: 0;
        font-size: 1rem;
        color: #6c757d;
    }

.timeline-text-small, .total-section .timeline-text-small {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #F37120;
}

.store-img {
    width: 320px;
    height: 340px;    
}


.guide-text {    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color:#969BA0;
}

#newModuleContainer .card {
    box-shadow: 0px 12px 23px 0px #3E49540A;
    background-color:#fff !important;
    border-radius: 15px;
}

#newModuleContainer .card-title {    
    font-size: 12px !important;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
}

#newModuleContainer .card-text.text-orange {    
    font-size: 20px;
    font-weight: 600;
    line-height: 16.88px;
    text-align: center;
    color:#F37120;
}