﻿
@import url("https://fonts.googleapis.com/css?family=Exo+2");
@import url("https://fonts.googleapis.com/css?family=Cairo");
@import url("https://fonts.googleapis.com/css?family=Markazi+Text");

body {
    font-family: "Open Sans", sans-serif, "Cairo",'Exo 2','Markazi Text';
}

.en {
    font-family: 'Exo 2';
}
.ar {
    font-family: 'Cairo';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #f26334;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.back-to-top1 {
    background: rgb(27 127 204 / 80%);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    overflow: hidden;
    cursor: pointer;
    right: 30px;
    bottom: 80px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1340px) {
    .header .navbar .dropdown-menu a.dropdown-item {
        min-width: 210px;
        list-style: none;
    }
}

.header .navbar .dropdown-menu a.dropdown-item:hover {
    background-color: #ecf3f469;
}
    .header .navbar .dropdown-menu a.dropdown-item::before {
        display:none;
    }

.navbar-light .navbar-brand:hover {
    color: #fff;
}

.nav-tabs.nav-tabs-border .tab-icon {
    margin: 10px;
}


.form-control {
    border-color: #e3d8d8;
    box-shadow: 0 2px 15px rgba(2, 59, 109, .12);
}

.iti {
    width: 100%;
}
.iti__country-container {
    left:inherit;
}

hr {
    border-top-color: rgb(238, 238, 238);
}

.cursor {
    cursor: pointer
}

.profile-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    margin: auto;
}

.card-top {
/*    background: linear-gradient(135deg, #fa6464, #ff8a00);
*/    background: linear-gradient(135deg, #fa646480, #ff8a007a);
    color: white;
    padding: 25px;
    position: relative;
    text-align: left;
}

.price-tag {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: white;
    color: #333;
    border-radius: 25px;
    padding: 8px 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 14px;
}

.card-body {
    padding: 25px 20px 0px;
}

.skills span {
    background-color: #f0f9ff;
    border-radius: 12px;
    padding: 0px 10px;
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    color: #005b8f;
    font-weight: 500;
    cursor: pointer;


    border: solid 1px #e26f7036;
}

    .skills span span {
        border-radius: 0px;
        border: solid 0px #e26f7036;
        border-left: solid 1px #e26f7036;
    }


.remove-skill {
    border-radius: 0px 12px 0px 0px;
    border-left: 1px solid #dee2e6;
}

.upload-container {
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #fcfcfc;
    transition: all 0.3s ease;
    position: relative;
    min-height: 230px;
}

    .upload-container.dragover {
        background-color: #f0f8ff;
        border-color: #007acc;
    }

    .upload-container input {
        display: none;
    }

.upload-icon {
    background-color: #f1f8ff;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #007acc;
    margin-top: 15%;
}

.file-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 15px 20px;
    margin-top: 10px;
    border: 1px dashed #ccc;
}

    .file-display i.bi-file-earmark {
        font-size: 20px;
        color: #555;
    }

.file-name {
    flex-grow: 1;
    margin: 0 15px;
    text-align: start;
    direction: rtl;
    font-weight: 500;
    text-align:center;
}

.file-actions i {
    cursor: pointer;
    margin: 0 8px;
    color: #dc3545;
    font-size: 18px;
}

.accepted-types {
    font-size: 0.85rem;
    color: #666;
    margin-top: 10px;
}


.iti--inline-dropdown .iti__dropdown-content {
    padding: 10px;
}

.modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.divyourExperience, .divyourWorkMode {
    display:none;
}

.input-result {
    position: absolute;
    z-index: 1000;
    width: 100%;
    display: none;
}
.input-spinner {
    display: none;
    margin-top: 10px;
    font-size: 10px;
}

.modal .modal-footer {
    border-top: inherit;
}

.lable-dark {
    color: #001935;
}

.custom-control-input {
    transform: scale(1.5); /* Make checkbox 1.5x bigger */
    margin-right: 5px; /* Optional: adjust spacing */
}

.form-control {
    border-color: rgb(134, 183, 254);
}

.form-control-error {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    /* box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;*/
    box-shadow: rgb(253, 13, 13, 0.25) 0px 0px 0px 0.25rem;
    border-color: rgb(134, 183, 254);
    outline: 0px;
}
.form-control-ok {
    border-color: rgb(33, 223, 87);
}


.space-ptb {
    padding: 125px 0;
}

.rotate-180 {
    transform: rotate(180deg);
}


.wizard-step {
    min-height: 400px;
    display: none;
}

    .wizard-step.active {
        display: block;
    }

.Companywizard-step {
    min-height: 400px;
    display: none;
}

    .Companywizard-step.active {
        display: block;
    }


.Postwizard-step {
    min-height: 400px;
    display: none;
}

    .Postwizard-step.active {
        display: block;
    }


@media (max-width: 576px) {
    .header .navbar .dropdown-menu a.dropdown-item {
        padding-bottom: 20px;
    }
}


.btn-outline-secondary:hover {
    color: #fff;
    background-color: #0d6efd6e;
    border-color: rgb(134, 183, 254);
}

.select-control {
    width: 100%;
    padding: 8px;
    border: 1px solid rgb(134, 183, 254);
    border-radius: 4px;
    cursor: pointer;
}



    .select-control:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }


.check-box {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: border 0.3s;
    background-color: #fff;
}

.check-box input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #007B8A;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

.check-box input[type="checkbox"]:checked {
    background-color: #007B8A;
}

.check-box input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

    .check-box.active {
        border-color: #007B8A;
    }



/*.radio-option1 {
    position: relative;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.3s, background-color 0.3s;
    margin: 10px;
}

    .radio-option1:hover {
        background-color: #ff8a0029;
    }

    .radio-option1 input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .radio-option1 input[type="radio"]:checked + h5 {
            border: 1px solid #007acc;
            background-color: #f0f8ff;
            font-weight: bold;
            border-radius: 12px;
            padding: 16px;
        }

    .radio-option1 h5 {
        display: block;
        cursor: pointer;
    }
    .radio-option1.active {
        border-color: #007B8A;
    }*/


.radio-option1 {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: border 0.3s, background-color 0.3s;
    background-color: #fff;
}

    .radio-option1 input[type="radio"] {
        appearance: none;
        width: 18px;
        height: 18px;
        border: 2px solid #007B8A;
        border-radius: 50%;
        margin-right: 15px;
        position: relative;
        cursor: pointer;
    }

        .radio-option1 input[type="radio"]:checked {
            background-color: #007B8A;
        }

            .radio-option1 input[type="radio"]:checked::after {
                content: '';
                position: absolute;
                top: 4px;
                left: 4px;
                width: 6px;
                height: 6px;
                background: white;
                border-radius: 50%;
            }

    .radio-option1.active {
        border-color: #007B8A;
    }

.footer {
     margin-top: 0px; 
}

.radius10 {
    border-radius: 50%;
    margin: 0 auto;
    width: auto;
}

.fixsize160 {
    max-width: 160px;
    max-height: 160px;
}

.profile-card:hover {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 25, 53, 0.04);
    max-width: 350px;
    margin: auto;
}


/*.profile-card .card-top {
    background: linear-gradient(135deg, #0019357a, #001935);
}*/

    .profile-card .card-top h2 {
        word-wrap: break-word;
        /*overflow-wrap: break-word;*/ 
        /*white-space: normal;*/
    }

.widget .widget-title i {
    color: #001935;
}

.sidebar .form-check {
    transform: scale(1.1);
    /*margin: 0px 3px 0px 3px;*/
}

.sidebar {
    border-right: solid 2px #e26f7036;
    padding-right: 10px;
}

.widget .widget-content .form-check {
    margin-left: 15px;
}

.noUi-connect {
    background: #ff8a00;
}


#toast-container > .toast:before {
    display: none !important;
}

.widget a {
    cursor:pointer;
}

.ui-menu-item .item.highlight {
    background-color: #007bff;
    color: white;
}


.header.header-transparent + .banner {
    padding: 200px 0 200px 0;
}

.banner {
    padding: 200px 0 200px 0;
    position: relative;
}
.border1xradius16 {
    border: solid 1px #e26f7036;
    border-radius: 16px;
    background-color: #ff8a0005;
}

.border1-left {
    border-left: solid 1px #e26f7036;
}

.border1-right {
    border-right: solid 1px #e26f7036;
}

.tawk-icon-right img {
    visibility:hidden;
}

.padding10x10 {
    padding: 10px 10px;
}

.form-check-input[type=checkbox] {
    border-color: #035266;
}

.form-check-input[type=radio] {
    border-color: #035266;
}




.wrapper {
    width: 100%;
    padding-top: 80px
}

#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #001935b5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #sidebar.active {
        min-width: 120px;
        max-width: 120px;
        text-align: center;
    }

        #sidebar.active ul.components li {
            font-size: 14px;
        }

            #sidebar.active ul.components li a {
                padding: 10px 0;
            }

                #sidebar.active ul.components li a span {
                    margin-right: 0;
                    display: block;
                    font-size: 24px;
                }

        #sidebar.active .logo {
            padding: 10px 0;
        }

        #sidebar.active .footer {
            display: none;
        }

    #sidebar .logo {
        display: block;
        color: #fff;
        font-weight: 900;
        padding: 10px 30px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media (prefers-reduced-motion: reduce) {
    #sidebar .logo {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar ul li {
    font-size: 16px;
}

    #sidebar ul li > ul {
        margin-left: 10px;
    }

        #sidebar ul li > ul li {
            font-size: 14px;
        }

    #sidebar ul li a {
        padding: 10px 30px;
        display: block;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        #sidebar ul li a span {
            margin-right: 15px;
        }

@media (max-width: 991.98px) {
    #sidebar ul li a span {
        display: block;
    }
}

#sidebar ul li a:hover {
    color: #fff;
}

#sidebar ul li.active > a {
    background: #ff8a00;
    color: #fff;
}

@media (max-width: 991.98px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

        #sidebar.active {
            margin-left: 0 !important;
        }
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*background: url(/images/wave.svg) no-repeat center bottom fixed;
    background-size: cover;*/
}

.widget .docs-content {
    background: #eaf5ff;
    padding: 20px;
}






.chat-container {
    height: 100vh;
    overflow: hidden;
}

.sidebar, .chat-panel, .client-info {
    background-color: #ffffff;
    height: 100%;
    overflow-y: auto;
}

.sidebar {
    border-right: 1px solid #dee2e6;
}

.chat-panel {
    border-right: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;


 /*   justify-content: center;
    align-items: center;
    text-align: center;*/
}

.client-info {
    padding: 20px;
}

.search-bar {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.user-item {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    text-align: left;
}

    .user-item:hover {
        background-color: #f8f9fa;
    }

.message-thread {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.message-input {
    border-top: 1px solid #dee2e6;
    padding: 10px;
}

.message-bubble {
    margin-bottom: 10px;
    max-width: 75%;
    padding: 10px 15px;
    border-radius: 15px;
}

    .message-bubble.outgoing {
        background-color: #e9ecef;
        align-self: flex-start;
        /*text-align: right;*/
        margin-left: 50%;
    }

    .message-bubble.incoming {
        background-color: #d1e7dd;
        align-self: flex-end;
        /*text-align: left;*/
        margin-right: 50%;
    }

.timestamp {
    font-size: 0.75rem;
    color: #6c757d;
    position: absolute;
    bottom: -16px;
    right: 10px;
}


















.chat-layout {
    height: 100vh;
    display: flex;
}

.sidebar, .chat-area, .client-info {
    padding: 20px;
}

.sidebar {
    /*width: 15%;*/
    background: #fff;
    border-right: 1px solid #ddd;
}

.chat-area {
    /*width: 70%;*/
    background: #fff;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.client-info {
    /*width: 15%;*/
    background: #fff;
}

.search-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.chat-box {
    width: 100%;
    /*max-width: 600px;*/
    text-align: center;
}

/*    .chat-box textarea {
        width: 100%;
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        resize: none;
    }*/

/*    .chat-box button {
        margin-top: 10px;
        padding: 10px 25px;
        background: #6c757d;
        border: none;
        color: #fff;
        border-radius: 5px;
    }*/

.empty-inbox {
    margin-top: 50px;
    color: #999;
    font-size: 18px;
}

.chat-header {
    font-size: 24px;
    font-weight: bold;
}

.chat-description {
    font-size: 15px;
    color: #555;
    margin-top: 10px;
}

.message-list {
    text-align: left;
    margin-top: 5px;
    max-height: 650px;
    overflow-y: auto;
    width: 100%;
}

.message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

/*.message-bubble.incoming {
    background-color: #f1f1f1;
    text-align: left;
}

.message-bubble.outgoing {
    background-color: #d1e7dd;
    text-align: right;
}*/



.job-search-item input {
    padding-left: 40px;
    height: 60px;
/*    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;*/
    border: 1px solid #ccc;
    border-radius: 5px;
}


.ml-1 {
    margin-left: 1rem !important;
}
.ml-2 {
    margin-left: 2rem !important;
}
.ml-3 {
    margin-left: 3rem !important;
}
.ml-4 {
    margin-left: 4rem !important;
}
.ml-5 {
    margin-left: 5rem !important;
}


.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.mr-5 {
    margin-right: 5rem !important;
}



.pl-1 {
    padding-left: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}


.pr-1 {
    padding-right: 1rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.pr-5 {
    padding-right: 5rem !important;
}

.border-1-black {
    border: 1px #000 solid
}


.bg-wave {
    background: url(/images/wave.svg) no-repeat center bottom fixed;
    background-size: cover;
}


.ui-autocomplete > li:hover, li:active, li:focus {
    text-decoration: none;
    color: #262626;
    background-color: #00bcd466;
    cursor: pointer;
}