button {
    font-family: PeydaWeb;
   
}

.tlhright ul li:last-child{
    border-radius: 36px;
    background: rgba(70, 81, 225, 1);
    padding: 4px 15px 4px 15px !important;
}

.tlhright ul li:last-child a{
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    letter-spacing: 0%;
    font-size: 12px;
    line-height: 21.96px;
}
 
.request-service-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 183%;
    color: #1F2D53;
    margin-bottom: 120px;
}

.service-card {
    transition: 0.3s;
    border: 1.55px solid rgba(239, 239, 239, 1);
    box-shadow: 12px 14px 11px 0px rgb(236 237 255);
    border-radius: 12px;
    min-height: 248px;
    cursor: pointer;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-icon {
    font-size: 2rem;
    color: #4a6cf7;
}
 [data-modal]{
    text-align:center;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    -webkit-overflow-scrolling:touch;
    outline:0;
    opacity:0;
    -webkit-transition:opacity .15s linear,z-index .15;
    -o-transition:opacity .15s linear,z-index .15;
    transition:opacity .15s linear,z-index .15;
    z-index:-1;
    overflow-x:hidden;
    overflow-y:auto
}
.frmbx_title{
    color: #000000;
}
.frmbx_desc{
    color: #646464;
}
.frmbx_in_box{
    text-align: right;
}
.frmbx_icon{
    width: 24px;
    height: 24px;
}
.frmbx_card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
   
}
.frmbx_card .frmbx_card_row:last-child
{
    border-radius: 0px 0px 6px 6px;
}
.frmbx_card .frmbx_card_row:first-child
{
    border-radius: 6px 6px 0px 0px ;
}
 
.frmbx_card_row:hover {
    cursor: pointer;
    background-position: left bottom;
}
.frmbx_card_row {
    transition: background-position 0.5s ease;
    padding: 24px 0px 24px 24px;
    margin: 0;
    border: 1px solid #D9D9D9;
 
}



 
  
@media screen and (min-width:800px)
{
    [data-modal]:before{
        content:"";
        display:inline-block;
        height:auto;
        vertical-align:middle;
        margin-right:0;
        height:100%
    }
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.frmbx-warning-text{
    background: #FFF5DA;
    padding: 10px 20px 10px 10px;
    border-radius: 6px;
    display: flex;
}

.btn-submit-request{
      background: var(--color2);
    color: #fff;
    border: none;
    font-family: PeydaWebbold;
    padding: 13px 83px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-submit-request span{
    position:relative;
    z-index:1
}

.btn-submit-request:before
{content:''}


.btn-submit-request:before
{content:'';
    position:absolute;
    background:#0000001c;
    width:0;
    height:100%;
    left:0;
    top:0;
    transition:.5s;
    border-radius:50px
}
.btn-submit-request:before
{content:'';
    position:absolute;
    background:#0000001c;
    width:0;
    height:100%;
    left:0;
    top:0;
    transition:.5s;
    border-radius:50px
}
.btn-submit-request:hover:before{
    width:100%
}

form.sath button span{
    position:relative;
    z-index:1
}
form.sath button:before
{content:''}
form.sath button:before
{content:'';
    position:absolute;
    background:#0000001c;
    width:0;
    height:100%;
    left:0;
    top:0;
    transition:.5s;
    border-radius:50px
}
form.sath button:hover:before{
    width:100%
}



.custom-modal-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity .15s linear,z-index .15;
    -o-transition: opacity .15s linear,z-index .15;
    transition: opacity .15s linear,z-index .15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto
}

.modal-open {
    z-index: 99999999 !important;
    opacity: 1 !important;
    overflow: hidden !important
}

.custom-modal-inner {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 1000px;
    margin: 30px auto;
    max-width: 97%
}

.custom-modal-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 14px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgb(0 0 0 / 8%);
    background-clip: padding-box;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto
}

.modal-open .custom-modal-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    position: relative;
    z-index: 3
}

.modal-open .bg-overlay {
    background: #2a385cd1
}

[data-modal=establishing_financial_industrial_systems] .optionboxli label{
    margin-left:4em !important ;
}


.frmbx input{
    width:100%;
    background:#fff;
    border:1px solid #e9e9e9;
    box-shadow:0 3px 3.4px rgba(38,51,77,.08);
    border-radius:8px;
    font-family:PeydaWeb;
    padding:11px 12px;
    min-height: 42px;
}
.frmbx select{
    width:100%;
    border:1px solid #e9e9e9;
    box-shadow:0 3px 3.4px rgba(38,51,77,.08);
    border-radius:8px;
    font-family:PeydaWeb;
    padding:11px 12px;
    color:#646464;
    min-height: 41px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('assets/images/arrow-down-icon-mute.svg') no-repeat;
    background-position: 10px center; /* 10px فاصله از چپ */ 
}

 
 .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:#F1F3F5 !important;
    border-radius: 8px !important;
    border: 0px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #E9E9E9 !important;
}
 
.select2-container--default .select2-selection--multiple{
    border-color: #E9E9E9 !important;
}
.select2-selection__choice__display{
    color: #000000 !important;
}

 
.upload-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    min-height: 210px;
    text-align: center;
    position: relative;
}
.upload-box p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}
.file-preview-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.file-preview {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 120px;
    background: #fff;
    flex-direction: column;
}
.file-preview img {
    max-width: 80px;
    max-height: 80px;
}
.file-preview .pdf-icon {
    width: 40px;
    height: 40px;
}

.file-preview .file-name
{
    width: 70px;       
    white-space: nowrap;  
    overflow: hidden;     
    text-overflow: ellipsis;  
    display: inline-block;
}
.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
}
.edit-icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: white;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    width: 20px;
}
.hidden {
    display: none;
}
.upload-header-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-bottom: 1px solid #E9E9E9;
}
.upload-header-btn button {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
}


.bg-secondary {
    background-color: #E9E9E9;
}
.rounded {
    border-radius: 6px;
}

.text-dark {
    color: #000000;
}
.text-bold {
    font-weight: 700;
}