﻿#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intitateloader {
    border: 3px solid #3498db;
    border-top: 1px solid #f3f3f3;
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
    width: 50px;
    height: 50px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Hide form until ready */
#mainForm {
    display: none;
}

@media only screen and (max-width: 768px) {

    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .mainwallpaper {
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .groupOption select {
        border: none;
        border-right: 1px solid #dde3ec;
        border-radius: 0;
        padding: 5px 13px;
    }

    .formbold-main-wrapper {
        top: 350px;
        position: absolute;
        width: 90%;
        margin-bottom: 50px;
        border: 1px solid #ccc;
    }

        .formbold-main-wrapper .formbold-input-flex {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

    select .optionSelect {
        font-size: 12px;
        padding: 1px 1px;
        word-wrap: normal;
    }


    .formbold-main-wrapper .formbold-input-flex > div {
        width: 100%;
        margin-bottom: 10px;
    }

    .formbold-main-wrapper .formbold-form-label {
        width: 100%;
        margin-bottom: 5px;
    }


    .formbold-main-wrapper textarea {
        width: 100%;
        margin-bottom: 10px;
    }
}

.Lang-Sec {
    position: absolute;
    right: 35px;
    top: 30px;
    color: #fff;
    font-weight: 600;
    border: 1px solid;
    padding: 1%;
    cursor: pointer;
    border-radius: 8px;
}

.brandLogo {
    position: absolute;
    width: 15%;
    left: 2%;
    top: 5%;
    background-color: #fff;
    border-radius: 8px;
}

.brandLogo img {
    padding: 4%;
    border-radius: 8px;
}

.mainwallpaper {
    /*background-image: url(/Areas/ComplaintsPortal/contents/images/timthumb.png);
        background-color: #cccccc;*/ /* Used if the image is unavailable */
    /*height: 300px;*/ /* You must set a specified height */
    /*background-position: center;*/ /* Center the image */
    /*background-repeat: no-repeat;*/ /* Do not repeat the image */
    /*background-size: cover;*/ /* Resize the background image to cover the entire container */
}

    .mainwallpaper img {
        width: 100%;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
}

textarea {
    font-family: 'Inter', sans-serif;
}

.formbold-mb-3 {
    margin-bottom: 15px;
}

.formbold-relative {
    position: relative;
}

.formbold-opacity-0 {
    opacity: 0;
}

.formbold-stroke-current {
    stroke: currentColor;
}

#supportCheckbox:checked ~ div span {
    opacity: 1;
}

.formbold-main-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-20%);
}

.formbold-form-wrapper {
    margin: 0 auto;
    width: 100%;
    background: white;
    padding: 40px;
}


.formbold-img {
    margin-bottom: 45px;
}

.formbold-form-titleAr {
    margin-bottom: 30px;
    text-align: right;
}

.formbold-form-title h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 15px;
    color: #07074d;
}

.formbold-form-title {
    margin-bottom: 30px;
    /*text-align: left;*/
}

    .formbold-form-title p {
        font-size: 16px;
        line-height: 24px;
        color: #536387;
        margin-top: 12px;
    }

.formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

    .formbold-input-flex > div {
        width: 50%;
    }

.formbold-form-input {
    width: 100%;
    padding: 0px 12px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    outline: none;
    resize: none;
    letter-spacing: 0.5px;
    height: 45px;
}

.formbold-form-input1 {
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

.formbold-form-input:focus {
    border-color: #275cab;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-form-input1:focus {
    border-color: #275cab;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}



.formbold-form-labelAr {
    color: #656667;
    font-size: 16px;
    line-height: 8px;
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
    margin-right: 2px;
}

.formbold-form-label {
    color: #656667;
    font-size: 14px;
    line-height: 8px;
    display: block;
    margin-bottom: 10px;
}



.formbold-checkbox-label {
    display: flex;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
}

    .formbold-checkbox-label a {
        margin-left: 5px;
        color: #275cab;
    }

.formbold-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.formbold-checkbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    border: 0.7px solid #dde3ec;
    border-radius: 3px;
}

.formbold-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #275cab;
    color: white;
    cursor: pointer;
    margin-top: 25px;
}

    .formbold-btn:hover {
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
    }

.groupOption {
    display: flex;
    border: 1px solid #dde3ec;
    border-radius: 5px;
    padding: 2%;
}

    .groupOption select {
        border: none;
        border-right: 1px solid #dde3ec;
        border-radius: 0;
        padding: 5px 13px;
        cursor: pointer;
    }

    .groupOption input {
        border: none;
        border-radius: 0;
        padding: 5px 13px;
        cursor: pointer;
    }

.MandotoryFeilds {
    color: red;
    font-weight: 700;
    font-size: 14px;
}

.validationError {
    color: red;
    font-size: 12px;
    margin-bottom: 0%;
}


#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 9999;
}

.loader {
    border: 10px solid #3498db;
    border-top: 10px solid #f3f3f3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 0.75s linear infinite;
}

/*.ui-autocomplete {
        outline: none;
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1000;
        outline: none;
        border: 1px solid #ccc;
        background: white;
        color: black;
    }


        .ui-autocomplete li {
            outline: none;
            list-style: none;
            padding: 5px 10px;
            font-weight: normal;
            text-decoration:none;

        }
    a {
        color: black;
        cursor: pointer;
        font-size: larger;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        text-transform: uppercase;
    }

    .ui-autocomplete-loading {
        background-color: white;
    }*/
/*#COUNTRYNAME {
        outline: none;
        border: 1px solid #ccc;
        background: white;
        color: black;
        text-decoration: none;
    }*/


#COUNTRYNAME:focus {
    border-color: #275cab;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

/*.ui-menu {
        position: absolute;
        border-radius: 4px;
    }


    .ui-autocomplete li.ui-state-hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }*/

@keyframes spin {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
