:root {
    --blue: #00b0c4;
    --dark-blue: #309399;

    --gradient: linear-gradient(180deg, #00b0c4 0%, rgb(17 29 57) 90%);
}

.box-question-answer {
    background-color: #F5F5F5;
    gap: 15px;
}

.rtl .form-field.form-2 .label {
    padding-right: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    color: var(--bs-gray);
}

.dark-theme .box-question-answer {
    background-color: rgb(0 176 196 / 15%);
}

.box-question-answer::before {
    display: none;
}

.ip-select{
    margin-top: 5px;
}

.fl-title h4
{
    font-size: 16px;
}

.form-field .label  {
    padding-right: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    color: var(--bs-gray);
}

.input-icon {
    margin-top: 0px;
}

.form-field .ip-select .tf-select {
    padding-right: 15px;
}

.nice-select .list
{
        max-height: 1500px;
}

.ip-select .tf-select {
    border: 1px solid var(--line);
    color: var(--black);
    background-color: var(--white);
    font-size: 14px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    border-radius: 16px;
}

.rtl .ip-select .icon-right {
    z-index: 1;
}

.dark-theme .tf-progress-bar {
    background-color: rgb(255 255 255 / 20%);
}

body {
    font-family: "estedad", serif;
}

.boarding-img {
    background-color: var(--blue);
    padding: 10px;
    margin: 30px auto auto auto;
}

.boarding-img .img {
    height: 100%;
}

.preload-container {
    background: var(--dark-blue);
}

.boarding-img .img img {
    object-fit: cover;
}

.preload .logo-img {
    width: 250px;
    height: auto;
    padding-bottom: 200px;
}

.header-avt .box-avt .avt {
    border: unset;
    width: 200px;
    height: 50px;
}

.header-avt {
    padding: 15px 24px 10px 24px;
}

.category-job .title {
    text-align: center;
    color: var(--black);
    margin-bottom: 5px;
    font-weight: 600;
}

.category-job .box-img {
    padding: 0px;
}

.category-job .box-img img {
    width: 70px;
    height: 70px;
}

.card-job .top .inner-left {
    align-items: center;
}

.card-job .logo-box {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #fff;
    padding: 5px;
}

.insurance .category-job .box-img {
    padding: 0px;
}

.insurance .category-job .box-img img {
        border-radius: 16px;
}

.list-jobs .job-item .logo {
    width: 25%;
    height: auto;
}

.list-jobs .job-item .content {
    width: 75%;
}

.list-jobs .job-item .logo img {
    width: 70px;
    height: 100%;
    object-fit: cover;
}

.list-jobs .job-item {
    padding: 12px;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid var(--blue);
}


.list-jobs .job-item:not(:last-child) {
    margin-bottom: 10px;
}



.list-jobs .job-item .content .info h5 {
    font-weight: 700;
}

.banner-box .img-box {
    left: 15px;
    bottom: 10px;
    right: 20px;
    width: 95px;
    height: 137px;

}

.banner-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.banner-box {
    background-color: var(--blue);
}

.header-avt .box-icon:hover {
    background-color: var(--dark-blue);
}

.dark-theme .list-jobs .job-item {
    background-color: rgb(0 176 196 / 15%);
}

.sidebar-content .avatar  {
    border: unset;
    width: 75%;
    height: 50px;
}

.header-avt .box-icon {
    width: 40px;
    height: 40px;
    background-color: var(--bs-gray-500);
}

.box-profile
{
    margin-top: 5%;
    margin-bottom: 10%;
}

.box-profile .avatar {
    width: 100px;
    height: 100px;
    border: none;
}

.footer-fixed {
    background-color: var(--blue);
}

.menubar-footer .active svg path {
    fill: #ffffff;
}

.menubar-footer li:not(.active) svg path {
    stroke: #ffffff;
}

.count-item span.body-2
{
    font-size: 12px;
}

.header h3 {
   font-size: 18px;
}

.tf-select .option {
   text-align: right;
}
