﻿section {
    padding: 18px !important
}
body {
    direction: rtl;
    margin: 0px !important;
    height: 100%;
    margin: 0;
    overflow: auto;
}
.container.section-title {
    text-align: center;
    margin: 10px 0;
    padding: 40px;
}

    .container.section-title h2 { 
        font-weight: bold;
        color: #333;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .container.section-title h2::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -90%;
            width: 100%;
            height: 4px;
            background-color: #a20e0e;
            border-radius: 2px;
        }

.login,
.image {
    min-height: 50vh;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bg-image {
    background-image: url('../../img/BackGround/About1.jpg');
    background-size: cover;
    background-position: center center;
}


input {
    background: #fff;
    font-weight:600 !important;
}

#form {
    width: 40vw;
    margin: 0 auto;
    margin-top: 50px;
}

.input-box.active-grey .input-1 {
    border: 1px solid #dadce0;
}

.input-box.active-grey .input-label {
    color: #80868b;
    top: -8px;
    background: #fff;
    font-size: 15px;
    transition: 250ms;
}

    .input-box.active-grey .input-label svg {
        position: relative;
        width: 11px;
        height: 11px;
        top: 2px;
        transition: 250ms;
    }

.input-box {
    position: relative;
    margin: 10px 0;
}

    .input-box i {
        position: absolute;
        top: 17px;
        right: 16px;
        color: #af8648;
        font-size: 16px;
    }
    .input-box .input-label {
        position: absolute;
        color: #80868b;
        font-size: 16px;
        font-weight: 400;
        max-width: calc(100% - (2 * 8px));
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        right: 8px;
        top: 13px;
        padding: 0 8px;
        transition: 250ms;
       /* user-select: none;*/
        pointer-events: none;
        font-weight: 600;
    }

        .input-box .input-label svg {
            position: relative;
            width: 15px;
            height: 15px;
            top: 2px;
            transition: 250ms;
        }

    .input-box .input-1 {
        box-sizing: border-box;
        height: 50px;
        width: 100%;
        border-radius: 4px;
        color: #202124;
        border: 1px solid #dadce0;
        padding: 13px 15px;
        transition: 250ms;
        padding: 1rem 2.75rem !important;
    }

        .input-box .input-1:focus {
            outline: none;
            border: 2px solid #af8648;
            transition: 250ms;
        }

    .input-box.error .input-label {
        color: #f44336;
        top: -8px;
        background: #fff;
        font-size: 11px;
        transition: 250ms;
    }

    .input-box.error .input-1 {
        border: 2px solid #f44336;
    }

    .input-box.focus .input-label, .input-box.active .input-label {
        color: #1a73e8;
        top: -8px;
        background: #fff;
        font-size: 15px;
        transition: 250ms;
        font-weight: bold;
    }

        .input-box.focus .input-label svg, .input-box.active .input-label svg {
            position: relative;
            width: 11px;
            height: 11px;
            top: 2px;
            transition: 250ms;
        }

    .input-box.active .input-1 {
        /*border: 2px solid #1a73e8;*/
    }

.btn {
   /* background: #fff;*/
    /*color: #333;*/
    cursor: pointer;
    border: none;
    white-space: normal;
    letter-spacing: 0.25px;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    line-height: 20px;
    min-width: 88px;
    transition: 250ms;
}

    .btn:hover {
        background: #ddd;
        transition: 250ms;
    }

    .btn:focus {
        outline: none;
    }

.btn-primary {
    background: #1a73e8;
    color: #fff;
    transition: 250ms;
}

    .btn-primary:hover {
        /*background: #287ae6;*/
        box-shadow: 0 1px 1px 0 rgba(66, 133, 244, 0.45), 0 1px 3px 1px rgba(66, 133, 244, 0.3);
        transition: 250ms;
    }

.pull-right {
    float: left;
}

.clear {
    clear: both;
}
.custom-control-label {
    font-weight: bold;
}
.custom-control .custom-checkbox, .input-label {
    font-weight: 600;
    font-size:11px
}
/* Set the height of the Select2 dropdown */
.select2-container--default .select2-selection--single {
    color: inherit;
    border: 1px solid #cad5e2;
    background-color: #f8fafc;
    height: 40px; /* Adjust the height as needed */
    padding: 10px 12px;
    font-weight: 600;
}

/* Set the font size of the Select2 dropdown */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px!important; /* Adjust the font size as needed */
}


.select2-container--default .select2-selection--single .select2-selection__arrow b { 
    margin-top: 20%;   
    margin-left:0 !important;
}
.select2-container--default .select2-results > .select2-results__options {
    font-size: x-small;
    font-weight: 600;
}
/*.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding: 0.75em 5.75rem !important;
    margin-top: .5rem !important;
}*/