/* Generated by script */
@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-FD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  



#splash-screen-use {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    opacity: 1;
    transition: 0.4s ease;
    overflow: hidden;
}


#splash-screen-use img {
    width: 150px;
}


#splash-screen-use.hide {
    opacity: 0;
    pointer-events: none;
    height: 0;
}

.logo-bar{
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 30px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.logo-bar span {
    display: flex;align-items: center;align-content: center;justify-content: center;
}

.logo-bar span img {
    height: 25px;margin: 0px;filter:contrast(0)
}

.navbar {
    overflow: hidden;
    top: 0;
    z-index: 3;
    right: 0;
    position: fixed;
    font-size: 30px;
    cursor: pointer;
    background: #ffffff;
    width: 240px;
    padding: 5px;
    margin: 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: space-between;
}


.action-list {
    border: 0;
    margin: 0;
    padding: 0px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}


#logo-copyright {
    position: fixed;
    height: 50px;
    bottom: 15px;
    left: 25px;
    /*backdrop-filter: blur(5px);
    border-radius: 30px;
    opacity: 0.6;*/
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.searchContainer {
    position: fixed;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-direction: row;
    background: #fff;
    width: 400px;
    padding-bottom: 14px;
    border-radius: 30px;
    justify-content: center;
    -webkit-mask: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.99)), linear-gradient(to top, transparent, rgba(0, 0, 0, 0.99)), linear-gradient(to top, transparent, rgba(0, 0, 0, 0.99)), linear-gradient(to top, transparent, rgba(0, 0, 0, 0.99)), linear-gradient(to top, transparent, rgba(0, 0, 0, 0.99)), linear-gradient(to top, transparent, rgba(0, 0, 0, 0.99)), linear-gradient(to top, transparent, rgba(0, 0, 0, 0.99)), linear-gradient(to top, transparent, rgba(0, 0, 0, 0.99));
}

.searchContainer img {
    height: 30px;
    scale: 0.9;
}



@keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}


body {
    color: #404040;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

h1,h2{
    font-size: 16px;
    font-weight: 900;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

h4{
    margin: 10px 0px 30px 0px;
    padding: 0px;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    direction: rtl;
    font-family:Vazirmatn !important;
}

.sidebar {
    width: 100%;
    /* display: none; */
    /* height: 50%; */
    FONT-VARIANT: JIS90;
    background: #fff;
    z-index: 20;
    text-align: right;
    white-space: nowrap;
    border-radius: 40px 40px 0 0;
    overflow: auto;
    right: 0;
    padding: 0px 20px 150px 20px;
}



a {
    color: #404040;
    text-decoration: none;
}

a:hover {
    color: #101010;
}


::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    border-radius: 0;
}

#sidemenu-btn {
    position: fixed;
    width: 20%;
    height: 40px;
    border-radius: 50px;
    background-color: #FFF;
    margin: 15px 10px;
    color: #444;
    z-index: 100;
    right: -35px;
    box-shadow: 0px 10px 10px #7d6eab5c;
}

#sidemenu-btn span {
    font-size: 0px;
    cursor: pointer;
}

#sidemenu-btn span img {
    width: 20px;
    text-align: center;
    padding: 10px;
    right: 40px;
    margin-right: 40%;
}

.sidenav {
    height: 75px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    font-size: 16px;
    background-color: #ffffff;
    overflow-x: hidden;
    /* border: solid 2px #ededed; */
    transition: 0.3s;
    border-radius: 30px 30px 0 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sidenav a {
    padding-right: 10px;
    margin: 5px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #046eb9;
}


.sidenav-content {
    position: relative;
    width: 100%;
}

.sidenav .closebtn1 {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 20px;
    margin-left: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 14px;
    }
}

#circle {
    z-index: 2;
    position: fixed;
    left: -90px;
    bottom: 35%;
    width: 200px;
}

#loader {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    border: 3px solid #f3f3f300;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    border-right: 3px solid #3498db;
    border-left: 3px solid #3498db;
    width: 30px;
    height: 30px;
    margin: 0;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.tab {
    display: flex;
    height: 55px;
    width: 55px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 15px;
    overflow: hidden;
    color: #8b8a8a;
    cursor: pointer;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
    padding: 14px;
    align-items: center;
    align-content: center;
    margin: 4px;
}


.notification {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 0.75rem;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: 0.15s ease-in;
}

input[type=radio]:checked+label {
    color: #fff;
    font-weight: bold;
}

input[type=radio]:checked+label>.notification {
    background-color: var(--primary-color);
    color: #fff;
    display: none;
}

input[id=radio-1]:checked~.glider {
    transform: translateX(0);
}

input[id=radio-2]:checked~.glider {
    transform: translateX(100%);
}

input[id=radio-3]:checked~.glider {
    transform: translateX(200%);
}

.glider {
    position: absolute;
    display: flex;
    height: 30px;
    width: 100px;
    background-color: #60c1da;
    z-index: 1;
    border-radius: 10px;
    transition: 0.2s ease-out;
}

@media (max-width: 700px) {
    .tabs {}
}


.content {}

.content>section {
    display: none;
    animation: fade .3s ease;
    height: 100%;
    position: fixed;
    margin-right: 250px;
    overflow: auto;
}

.content>div {
    opacity: 1;
    height: 100%;
}

.content>section.show {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.tab img {
    width: 25px;
    margin-left: 15px;
    opacity: 0.6;
}

.activetab {
    background-color: #53d690;
    color: #fff;
    font-weight: bold;
}

.activetab img {
    filter: contrast(0) brightness(5);
    opacity: 1;
}



/*********** modal **************** */


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    backdrop-filter: blur(4px);
    background-color: rgb(0 0 0 / 32%);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0px;
    border-radius: 30px 30px 0 0;
    background-color: #fefefe;
    width: 100%;
    height: 70%;
    /* padding: 20px; */
    /* overflow: auto; */
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: #333;
    float: right;
    margin: 10px 20px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #01a7a7;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #01a7a7;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.input-box {
    display: flex;
    flex-direction: column;
    /* width: calc(100% - 40px); */
    width: 100%;
    height: auto;
    /* border: 2px solid #ccc; */
    padding: 5px;
    border-radius: 20px;
    position: relative;
    margin: 20px 0px 80px;
    background: #ededed;
}
textarea {
    width: 100%;
    border: 0px solid #ccc;
    outline: none;
    background-color: #f9f9f900;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    font-size: 14px;
    overflow: auto;
    box-sizing: border-box;
    max-height: 300px;
    min-height: 120px;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: calc(100% - 0px);
    position: sticky;
    transform: translateY(65px);
    z-index: 20;
}
.tag {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    color: #898989;
    background-color: #ededed;
    direction: ltr;
    margin: 0px 0px 10px 10px;
    cursor: pointer;
}
.tag .remove-btn {
    display: inline-block;
    background: #b5b5b5;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    align-items: center;
    line-height: 16px;
    font-size: 16px;
    padding: 2px;
    cursor: pointer;
    margin: 4px 0px 4px 8px;
}
.send-btn {
    position: absolute;
    left: 0px;
    margin: 10px;
    bottom: 0px;
    width: 100px;
    height: 35px;
    background-color: #48d68c;
    color: #ffffff;
    border: none;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    z-index: 20;
}
.toggle-btns {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 10px; */
}
.toggle-btn {
    padding: 10px 14px;
    margin: 5px;
    color: #757575;
    border-radius: 15px;
    background-color: #ffffff;
    border: 2px solid #ddd;
    cursor: pointer;
    font-size: 12px;
}
.toggle-btn.active {
    background-color: #48d68c;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #53d690;
}
#sendicon{
    width: 16px;
    margin: 11px 0px;
    rotate: 180deg;
    transform: translateX(2px);
    filter: contrast(0) brightness(2.5);
}


table{
    display:none
}
th, td {
    border: 0px solid #ddd;
    padding: 15px 0px;
    text-align: end;
    color: #a7a7a7;
    align-content: baseline;
}




#job-list{
    left: 0;
    position: inherit;
    width: 100%;
    height: 100%;
    padding: 20px 20px 180px 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    background: #ededed;
    margin: 0;
    border-radius: 40px;
  }

.switch {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure it stays on top of other elements */
}
  

.gradient-top {
    background: linear-gradient(180deg, #ededed 70%, #7d7c7c00 100%);
    margin: 0;
    width: 100%;
    height: 95px;
    transform: translateY(-20px) scale(1.1);
    position: sticky;
    z-index: 1;
}


.gradient-bottom {
    position: fixed;
    bottom: 0;
    background: linear-gradient(0deg, #ededed 50%, #7d7c7c00 100%);
    margin: 0;
    width: 100%;
    height: 95px;
    transform: translateY(-20px) scale(1.1);
    z-index: 1;
}

  .job-post{
    background: #fff;
    padding: 10px 18px 15px 15px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.2s;
    cursor: pointer;
    margin: 20px auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 650px;
    border-right: 0;
    z-index: -2;
  }
  
.job-post:hover{
border-right: #48d68c solid 10px;
scale: 0.98;
}

  .job-title{
    /*width: 100%;*/
    font-weight: bold;
    font-size: 14px;
    color: #696969;
    /* margin: 0; */
    align-content: center;
  }
  
  .estimation-line{
    align-content: center;
    color: #48d68c;
    font-weight: bold;
    margin: 0;
    padding: 10px 0px;
    width: 100%;
  }
  
  
  .morebtn {
    padding: 10px 15px;
    border-radius: 15px;
    outline: none;
    border: 0px solid;
    background: #ffffff;
    color: #48d68c;
    font-weight: bold;
    font-size: 12px;
    /* display: none; */
  }
  

  
.job-tag-container{
    margin: 10px 0px 0px 0px;
    max-height: 75px;
    overflow: hidden;
    flex-direction: row;
  }
   
  .job-tag{
    margin: 0px 0px 10px 5px;
    padding: 5px 10px;
    border: 0;
    outline: none;
    border-radius: 20px;
    color: #7d7d7d;
    background: #ededed;
    font-size: 12px;
  }

  .mid-p{
    margin:auto;
    width: 400px;
    text-align: center;
    display: none;
  }



  


.switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 30px 0px;
  }
  
  .tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    padding: 5px;
    border-radius: 20px;
    direction: ltr;
    width: 100%;
    justify-content: space-between;
  }
  .tabs * {
    z-index: 2;
  }
  
  input[type=radio] {
    display: none;
  }
  
  .jobtab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: calc(50% - 0px);
    font-size: 14px;
    font-weight: 500;
    border-radius: 99px;
    overflow: hidden;
    color: #8b8a8a;
    cursor: pointer;
    transition: color 0.15s ease-in;
  }
  
  .notification {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 0.75rem;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: 0.15s ease-in;
  }
  
  input[type=radio]:checked + label {
    color: #fff;
    font-weight: bold;
  }
  input[type=radio]:checked + label > .notification {
    background-color: var(--primary-color);
    color: #fff;
    display: none;
  }
  
  input[id=radio-1]:checked ~ .glider {
    transform: translateX(0);
  }
  
  input[id=radio-2]:checked ~ .glider {
    transform: translateX(100%);
  }
  
  input[id=radio-3]:checked ~ .glider {
    transform: translateX(200%);
  }
  
  .glider {
    position: absolute;
    display: flex;
    height: calc(100% - 10px);
    width: calc(50% - 5px);
    background-color: #48d68c;
    z-index: 1;
    border-radius: 15px;
    transition: 0.2s ease-out;
  }
  
  @media (max-width: 700px) {
    .tabs {
    }
  }
  
  
  .content{}
  
  .content>div{display:none;animation:fade .3s ease;height: 100%;}
  
  .content>div.show{display:block}
  
  @keyframes fade{
    from{opacity:0}to{opacity:1}
  }

.fake-input-box{
    border-radius: 20px;
    border: 0;
    /* background: #fff; */
    padding: 0px 50px 80px 50px;
    width: 100%;
    max-width: 350px;
    color: #9b9b9b;
    align-content: center;
    text-align: center;
    margin: auto;
    z-index: 40;
    position: sticky;
}



.fake-input-box img{width: 20px;filter: contrast(0);}


.fake-send-btn {
    left: 0px;
    margin: 10px;
    bottom: 0px;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #ffffff;
    color: #7f7f7f;
    border: none;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    z-index: 20;
}


