﻿
.dash--dark .dash-line {
    background: #FFDA39 !important;
}

.dash--light .dash-line {
    background: #FFDA39 !important;
}

.main-layout-footer-logo {
    width: 11.5rem;
    margin-bottom: 10px;
}

.main-layout-legal {
    text-transform: capitalize;
}

.main-layout-footer-group-heading {
    margin-bottom: 0.75rem;
}

.no-bg-white:before {
    background:none;
}

.b-enum-item-head {
    color: rgba(255, 218, 57, 0.5);
}

.p-bottom-0 {
    padding-bottom: 0px; 
}


#loaderForm {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.45);
    display: none;
}

.b-enum-item-main {
    height: 290px;
}
    .main-layout-loader-bg {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -2px;
    left: 0;
    bottom:0px;
    right:0px;
    z-index: 99;
}

.heart-color {
    color:red;
}

.main-layout-footer-group-content iframe {
    height: 100% !important;
}


    #loaderForm .loader {
        position: relative;
        top: 50%;
        margin: auto;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        -webkit-animation: spin 1s linear infinite; /* Safari */
        animation: spin 1s linear infinite;
    }


    /*.phone-indicator a:after {
    background: url(../Images/Phone-Icon-Color.svg) no-repeat 50%;
    transform: rotate(45deg);
}

.button-action.button-action--light:before {
    background: url(../Images/Arrow-Icon-White.svg) no-repeat 0 0;
}*/
    @media (min-width: 1599px) {
        .main-layout-header-logo {
            margin: 0;
            margin-right: 15rem;
            width: 16rem;
        }

        .b-enum-item-main {
            height: 330px;
        }

        
    }


.main-layout-legal-item {
    padding-right: 15px;
}

.main-layout-legal-item:last-child {
    padding:0px;
}

.main-layout-loader-progress {
    position: relative;
    background: #FFFFFF;
    height: 100px;
    margin: 0;
    margin-left: -72px;
    width: 126px !important;
}