/* 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: none;
}
.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;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#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;
}

.searchinput {
    z-index: 20;
    background: #dff7f5;
    outline: 0;
    border: 0;
    padding: 15px;
    border-radius: 15px;
    margin: 22px;
    width: -webkit-fill-available;
}

.searchBtn {
    z-index: 20;
    background: #fff;
    outline: 0;
    border: 0;
    padding: 15px;
    border-radius: 15px;
    font-family: vazir;
    position: fixed;
    right: 283px;
    display: flex;
    align-items: center;
}

.advancedBtn {
    z-index: 20;
    background: #fff;
    outline: 0;
    border: 0;
    padding: 15px;
    border-radius: 15px;
    margin: 0px;
    font-family: vazir;
    display: flex;
    align-items: center;
}

.firstPhoto {
    width: 130px;
    height: 100%;
    max-height: 120px;
    min-height: 100px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 15px;
    background: url(photos/notfound.png);
    background-size: 100% 100%;
    border: 0;
}

.photos img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}



@keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}


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

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

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


.mapboxgl-ctrl-attrib-inner {
    z-index: 1;
    display: none;
}

.mapboxgl-ctrl-logo {
    display: none !important;
}

* {

        -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: 50%;
    max-width: 50%;
    height: 100%;
    padding: 60px 180px 60px 60px;
    background: #fff;
    z-index: 20;
    text-align: right;
    white-space: nowrap;
    position: fixed;
    direction: ltr;
    border-radius: 40px 0 0 40px;
    overflow: auto;
    right: 0;
    /* display: flex; */
    flex-wrap: nowrap;
    flex-direction: column;
}

#gradient-bottom {
    background-image: linear-gradient(rgba(228, 234, 241, 0), rgba(212, 225, 242));
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 39px;
}


#gradient-bottom-padding {
    background: #d4e1f2;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
}

#gradient-top {
    background-image: linear-gradient(rgba(212, 225, 242), rgba(212, 225, 242, 0));
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0px;
}


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;
}

.sidenav {
    height: calc(100% - 40px);
    width: 120px;
    position: fixed;
    z-index: 100;
    display: flex;
    font-size: 16px;
    background-color: #ededed !important;
    overflow-x: hidden;
    transition: 0.3s;
    border-radius: 30px 0 0 30px;
    flex-direction: column;
    margin: 20px 0 20px 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

.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);
    }
}

#copy-right-logo {
    width: 130px;
    bottom: 200px;
    left: 4px;
    z-index: 1;
    position: fixed;
}


.moreinfo {
    font-size: 13px;
    color: rgb(88, 88, 88)
}

.moreBTN {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 30px;
    text-align: center;
    /* border: 2px solid #33cccc; */
    background: #fff;
    color: #33cccc;
    font-weight: bold;
    outline: none;
    font-family: 'Vazir';
    cursor: pointer;
}




.infoModalBox {
    height: -webkit-fill-available;
    width: 0;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow-x: hidden;
    border-radius: 30px;
    transition: 0.2s;
    margin-right: 250px;
    overflow-y: scroll;
}




.infoModalBox a {
    padding: 10px 14px 20px 50px;
    text-decoration: none;
    font-size: 35px;
    color: #6c6a96;
    display: block;
    transition: 0.3s;
}

.infoModalBox a:hover {
    color: #f1f1f1;
}

.infoModalBox .closebtn {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 20px;
    align-items: center;
}

.closeBar {
    background-color: #d4e1f2;
    box-shadow: 0px 10px 40px #7d6eaba6;
    border-radius: 30px;
    height: 7px;
    top: 12px;
    left: 35%;
    display: none;
    right: 35%;
    padding: 0px;
    border: 0px;
    position: absolute;
}

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

    .infoModalBox a {
        font-size: 18px;
    }
}

.infobox {
    padding: 70px 30px;
}

.infobox p {
    word-wrap: break-word;
}

.fam-info {
    font-size: 12;
    color: #33cccc;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}




.switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    direction: ltr;
}

.tabs * {
    z-index: 2;
}

input[type=radio] {
    display: none;
}


.tab {
    display: flex;
    FONT-VARIANT: JIS78;
    height: 70px;
    width: 70px;
    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: 20px;
    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: 28px;
    margin-left: 15px;
    opacity: 0.6;
}

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

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





.dash-main {
    color: #595959;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}


.dash-title {
    margin: 50px 60px 0px 60px;
    font-weight: bold;
    color: #6b6b6b;
}


.dash-subtitle {
    margin: 10px 60px 30px 60px;
    font-weight: normal;
    color: #6b6b6b;
}

.dash-bignumbers {
    display: flex;
    justify-content: space-evenly;
    height: calc(100% - 130px);
    align-items: center;
}

.dash-bignumbers-vertical {
    display: flex;
    height: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dash-bignumbers-vertical p {
    margin: 0px 0px 20px 0;
    font-weight: bold;
    font-size:16;
}


.dash-bignumbers-vertical p.number {
    font-size: 18px;
    color: #bfbfbf;
    margin: 0;
}


.dash-bignumbers-vertical img {width: 30px;filter: brightness(2) contrast(0) hue-rotate(89deg);opacity: 0.5;margin: 0;}


.dash-bignumbers span {
    text-align: center;
}

.dash-bignumbers p {
    margin: 0px 0px 30px 0;
    font-weight: bold;
}

.dash-bignumbers p.number {
    font-size: 32px;
    color: #33cccc;
    margin: 20px 0 0 0;
}

.dash-embed {
    width: -webkit-fill-available;
    height: 300px;
    margin: 10px;
    border-radius: 15px;
    overflow: hidden !important;
}

.dash-explainer {
    background: #e8e6eb;
    padding: 30px;
    border-radius: 15px;
    margin: 0px;
    font-size: 15px;
    color: #595959;
    display: flex;
    align-items: center;
    /* height: 50%; */
}

#map-explainer {
    position: absolute;
    width: 240px;
    height: 270px;
    background: #1e586f30;
    backdrop-filter: blur(10px);
    margin: 25px;
    color: #fff;
}

fieldset {
    margin: 10px 10px;
    border-radius: 20px;
    padding: 10px;
    border: #dedce1 solid 2px;
}

legend {
    margin: 0px 20px;
    padding: 0px 10px;
    color: #7d7a7a;
    font-weight: bold;
}

#kanoonChart {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
}

#mosharekatChart {
    width: 100% !important;
    height: auto !important;
    padding: 30px;
}



* {
    font-family: Vazirmatn !important;
    font-size: 14px;
}

.input-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    /* border: 2px solid #ccc; */
    padding: 5px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin: 40px 0px;
    background: #ededed;
}
textarea {
    width: 100%;
    border: 0px solid #ccc;
    outline: none;
    background-color: #f9f9f900;
    border-radius: 5px;
    padding: 20px;
    resize: none;
    font-size: 16px;
    overflow: auto;
    box-sizing: border-box;
    max-height: 300px;
    min-height: 180px;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: calc(100% - 120px);
}
.tag {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
    color: #898989;
    background-color: #ffffff;
    direction: ltr;
    margin: 2px 10px 10px 0px;
    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: 15px;
    bottom: 0px;
    width: 100px;
    height: 40px;
    background-color: #48d68c;
    color: #ffffff;
    border: none;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.toggle-btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.toggle-btn {
    padding: 10px 14px;
    margin: 5px;
    color: #757575;
    border-radius: 15px;
    background-color: #ededed;
    /* border: 2px solid #ddd; */
    cursor: pointer;
    font-size: 14px;
}
.toggle-btn.active {
    background-color: #48d68c;
    color: white;
    font-weight: b;
}
#sendicon{
    width: 16px;
    margin: 11px 0px;
    rotate: 180deg;
    transform: translateX(2px);
    filter: contrast(0) brightness(2.5);
}



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




#job-list{
    left: 0;
    position: inherit;
    width: 50%;
    height: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }
  
  .job-post{
    background: #fff;
    padding: 20px 20px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.2s;
    cursor: pointer;
    margin: 30px auto;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    max-width: 650px;
    border-right: #fff solid 10px;
  }
  
.job-post:hover{
border-right: #48d68c solid 10px;
scale: 0.98;
}

  .job-title{
    /*width: 100%;*/
    font-weight: bold;
    font-size: 18px;
    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 20px;
    /* margin: 10px; */
    border-radius: 15px;
    outline: none;
    border: 0px solid;
    background: #ffffff;
    color: #48d68c;
    font-weight: bold;
    font-size: 14px;
  }
  

  
.job-tag-container{
    margin: 20px 0px 0px 20px
  }
   
  .job-tag{
    margin: 0px 0px 10px 5px;
    padding: 8px 12px;
    border: 0;
    outline: none;
    border-radius: 20px;
    color: #7d7d7d;
    background: #ededed;
    font-size: 14px;
  }

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



  


.switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 60px 30px 30px 30px;
    background: linear-gradient(180deg, #ededed 80%, #7d7c7c00 100%);{
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure it stays on top of other elements */};
  }
  
  .tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    direction: ltr;
  }
  .tabs * {
    z-index: 2;
  }
  
  input[type=radio] {
    display: none;
  }
  
  .jobtab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 250px;
    font-size: 16px;
    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: 40px;
    width: 250px;
    background-color: #48d68c;
    z-index: 1;
    border-radius: 10px;
    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{
display: none;
  }


  .gradient-top {
    display: none;
  }


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








/* The Modal (background) */
.modal {
    display: block !important;
}


/* The Close Button */
.close {
display: none !important;
}

