/*
    Common Styles For Content
*/
.height300 {
    height: 300px;
}
.height200 {
    height: 200px;
}
.maxHeight200 {
    max-height: 200px;
}
.fontSize12px {
    font-size: 12px;
}
.shadowAndSaturate {
    filter: saturate(0);
    animation: shadowAndSaturateAnimation 2s infinite;
}
@keyframes shadowAndSaturateAnimation {
    50% {
        box-shadow: 0 0 15px 5px orange;
        filter: saturate(1);
    }
}
.pulseAndSaturate {
    filter: saturate(0);
    animation: pulseAndSaturateAnimation 2s infinite;
}
@keyframes pulseAndSaturateAnimation {
    50% {
        transform: scale(1.1);
        filter: saturate(1);
    }
}

/*
    Identity/Account/Login
*/
.maxWidth526px {
    max-width: 526px;
}

/*
    Admin/Logs/AppLogs
*/
.maxWidth200px {
    max-width: 200px;
}
.maxWidth100px {
    max-width: 100px;
}
.maxWidth120px {
    max-width: 120px;
}
.maxWidth170px {
    max-width: 170px;
}
.maxWidth800px {
    max-width: 800px;
}
.maxWidth500px {
    max-width: 500px;
}

/*
    Admin/Logs/APILogs
*/
.zindex1100 {
    z-index: 1100;
}

/*
    Admin/Content/Index
*/
.height150 {
    height: 150px;
}
.maxHeight100 {
    max-height: 100%;
}

/*
    Admin/Content/Edit
*/
.additional-countries-options {
    max-height: 20rem;
    overflow-y: auto;
}

/*
    Admin/BOS/Statistics
*/
.square150px {
    width: 150px;
    height: 150px;
}
.controllerRegistrationsChart {
    width: 100%;
    height: 500px;
}
.onlineControllersChart {
    width: 100%;
    height: 400px;
}
.userRegistrationsChart {
    width: 100%;
    height: 600px;
}

/*
    Account/SupportTickets
*/
.fontSize6rem {
    font-size: 6rem;
}
.square180px {
    width: 180px;
    height: 180px;
}

/*
    Account/Controllers
*/
.square50 {
    width: 50px;
    height: 50px;
}
.controller-card {
    transition: all 0.3s ease-in-out;
}
.controller-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@keyframes flash {
    70% {
        opacity: 1;
    }

    80% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
.online-badge {
    animation: flash 5s infinite;
}

/*
    Contact
*/
.contactBackgroundColor {
    background-color: #151922;
}
.contactBottomShapeColor {
    color: #151922;
}
.contactBottomShapeWidth {
    width: 3788px;
}
.contactGoogleMapFrame {
    border: 0;
    min-height: 400px;
}
.contactDetailsIcon {
    margin-top: .125rem;
}

/*
    About
*/
.aboutBackgroundHeight1 {
    height: 960px;
}
.aboutBackgroundHeight2 {
    height: 768px;
}
.aboutTextWidth {
    max-width: 526px;
}
.aboutContactUsBackgroundImage {
    background-image: url(/img/about/contact-bg.png);
}

/*
    Downloads/Index
*/
.maxWidth40 {
    max-width: 40%;
}

/*
    Discover/WorksWith
*/
.maxWidthAndHeight100 {
    max-height: 100%;
    max-width: 100%;
}

/*
    Discover/Start
*/
.startPageVideoBackground {
    background: radial-gradient(circle, rgba(11,15,25,0) 0%, rgba(8,11,18,1) 70%);
}
.startPageBackground0 {
    background: linear-gradient(0deg, #F6D365 2.46%, #FDA085 101.25%);
}
.startPageBackground124 {
    background: linear-gradient(124deg, #F6D365 2.46%, #FDA085 101.25%);
}
.startPageBackground90 {
    background: linear-gradient(90deg, #F6D365 2.46%, #FDA085 101.25%);
}
.startPageBackground180 {
    background: linear-gradient(180deg, #F6D365 2.46%, #FDA085 101.25%);
}
.startPageBackground270 {
    background: linear-gradient(270deg, #F6D365 2.46%, #FDA085 101.25%);
}
.startPageSteps1 {
    bottom: 26.6%;
    width: 25px;
    height: 25px;
}
.startPageSteps2 {
    left: -18.5%;
    width: 14px;
    height: 14px;
}
.startPageSteps3 {
    top: 10%;
    right: -10%;
    width: 11px;
    height: 11px;
}
.startPageSteps4 {
    bottom: 38.8%;
    width: 25px;
    height: 25px;
}
.startPageSteps5 {
    bottom: 22.5%;
    left: -14%;
    width: 14px;
    height: 14px;
}
.startPageSteps6 {
    top: 14%;
    right: -9%;
    width: 11px;
    height: 11px;
}
.startPageSteps7 {
    bottom: 28%;
    width: 25px;
    height: 25px;
}
.startPageSteps8 {
    left: -16%;
    width: 14px;
    height: 14px;
}
.startPageSteps9 {
    top: 8.5%;
    right: -8.5%;
    width: 11px;
    height: 11px;
}
.startPageSteps10 {
    bottom: 38.8%;
    width: 25px;
    height: 25px;
}
.startPageSteps11 {
    bottom: 22.5%;
    left: -14%;
    width: 14px;
    height: 14px;
}
.startPageSteps12 {
    top: 14%;
    right: -9%;
    width: 11px;
    height: 11px;
}
.startPageSliderWidth {
    width: 1.5rem;
}

/*
    Discover/ReferenceProjectDetails
*/
.referenceProjectName {
    max-width: 970px;
}
.referenceProjectParallax {
    height: 36.45vw;
    min-height: 300px;
}

/*
    Identity Pages
*/
.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(var(--si-primary-rgb), 0.1);
    color: var(--si-primary);
}
.maxWidth480px {
    max-width: 480px;
}

/*
    /Shared/_ProfileSelection
*/
.profile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.profile-option {
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
    background-color: #fff;
}

    .profile-option:hover,
    .profile-option:focus {
        transform: translateY(-4px);
        box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
        background-color: rgba(var(--si-primary-rgb), 0.1);
        text-decoration: none;
    }
