@font-face {
    font-family: Vazirmatn-Black;
    src: url(../fonts/Vazirmatn-Black.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn-Bold;
    src: url(../fonts/Vazirmatn-Bold.woff2) format("woff2");
    font-weight: Bold;
    font-style: Bold;
}

@font-face {
    font-family: Vazirmatn-ExtraBold;
    src: url(../fonts/Vazirmatn-ExtraBold.woff2) format("woff2");
    font-weight: bolder;
    font-style: bolder;
}

@font-face {
    font-family: Vazirmatn-Light;
    src: url(../fonts/Vazirmatn-Light.woff2) format("woff2");
    font-weight: light;
    font-style: light;
}

@font-face {
    font-family: Vazirmatn-Medium;
    src: url(../fonts/Vazirmatn-Medium.woff2) format("woff2");
    font-weight: Medium;
    font-style: Medium;
}

@font-face {
    font-family: Vazirmatn-Regular;
    src: url(../fonts/Vazirmatn-Regular.woff2) format("woff2");
}

:root {
    --BgColor-1: #121e2d;
    --BgColor-2: #fff;
    --BgColor-elemnt-1: #03045E;
    --BgColor-elemnt-2: #0D92F1;
    --BgColor-elemnt-3: #F6C912;
    --Bgcolor-elemnt-4: #FF0000;
    --TextColor-1: #fff;
    --TextColor-2: #0D92F1;
    --TextColor-3: #202020;
    --TextColor-4: #03045E;
    --fonticons-size: 20px;
}

body {
    font-family: Vazirmatn-Medium;
    background-color: var(--BgColor-2);
}

a {
    text-decoration: none !important;
    color: var(--TextColor-3);
}

p {
    color: var(--TextColor-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--TextColor-3);
}

span {
    color: var(--TextColor-2);
}

a:hover {
    color: var(--TextColor-3);
}

li {
    list-style: none;
}


/* icons */
.icon {
    width: 20px;
    height: 20px;
}

.lg-icon {
    width: 30px;
    height: 30px;
}
.lg-icon-collaborations-list{
    width: 45px;
    height: 45px;
}
.icon-white {
    color: white !important;
}

.icon-blue {
    color: #0D92F1 !important;
}

.stroke-black {
    stroke: black;
}

.stroke-blue {
    stroke: #0D92F1;
}


/* ----------------------- */
/* sidebar menu */
.sidebar-menu {
    box-shadow: -2px 0px 6px 0px #00000014;
    height: 100vh;
}

.sidebar-user-details img {
    width: 130px;
    height: 130px;
    border-radius: 189px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.sidebar-user-details h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    margin-top: 10px;
}

.sidebar-user-details a {
    color: var(--TextColor-2);
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
}

.sidebar-link-nav ul li {
    padding: 9.31px 16px 9.31px 16px;
    margin-bottom: 5px;
}

.sidebar-link-nav ul li a span {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin-right: 15px;

}

.sidebar-link-nav .sidebar-link-nav-fill {
    background-color: var(--BgColor-elemnt-2);
    border-radius: 8px;
}

.sidebar-link-nav .sidebar-link-nav-fill a span {
    color: var(--TextColor-1);
}

/* main content dashbord */
.content-dashbord-name h6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    padding-right: 7px;
    margin: 0px;
    border-right: 5px solid var(--BgColor-elemnt-2);
}

.main-box-dashbord {
    min-height: 430px;
    border: 3px solid #EEEEEE;
    border-radius: 24px;
    padding: 0px 20px;
    position: relative;
}

.dashbord-img-user {
    position: absolute;
    right: 40%;
    top: -70px;
}

.dashbord-img-user>img {
    width: 149px;
    height: 149px;
    border-radius: 189px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.main-box-dashbord-items {
    margin-top: 160px;
}

.main-box-dashbord-item {
    border: 2px solid #EEEEEE;
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 15px;
}

.main-box-dashbord-item img {
    width: 23px;
    height: 23px;
    margin-left: 10px;
}

/* bottom menu */
.bottom-menu-section {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1030;
    box-shadow: 0px -2px 6px 0px #00000014;
    background-color: var(--BgColor-2);
}

.bottom-menu-items {
    align-items: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
}

.bottom-menu-items li {
    margin-left: 25px;
    margin-right: 25px;
}

/* send-filter page */
.send-filter-box {
    background-color: #F6FAFE;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
}

.send-filter-box-img-responsive {
    margin-left: 3rem;
}

.collaborations-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.collaboration-status-badge{
    color: white !important;
    padding: .7em 0.7em !important;
}
.stat-box-small{
    border-radius: 12px;
}
/* .collaborations-list span {
    width: 75%;
} */
.collaborations-list-title{
    font-size: 21px !important;
    font-weight: 300;
}
.send-filter-box-img {
    padding: 7px;
    background-color: #fff;
    border-radius: 6px;

}

.send-filter-box-img img {
    width: 28px;
    height: 28px;
}

.send-filter-box-status {
    align-self: center;
}

.send-filter-box-status span {
    color: #0DBA04;
}

.send-filter-box-status-responsive span {
    color: #0DBA04;
}

.send-filter-box-btn a {
    background-color: #0D92F1;
    color: #fff;
    padding: 8px 24px;
    border-radius: 8px;
}

/* receiving cargo page */
.receiving-cargo-box-status {
    align-self: center;
}

.receiving-cargo-box-status span {
    color: #FFAE00;
}

.receiving-cargo-box-status-responsive span {
    color: #FFAE00;
}

/* Contracts style */
.add-contracts-bnt div {
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 8px 12px;
    margin-left: 32px;
}

.add-contracts-bnt div span {
    color: var(--TextColor-3);
}

.contracts-box-status {
    align-self: center;
}

.btn-add-new-contracts {
    position: fixed;
    top: auto;
    right: 20px;
    left: 0px;
    bottom: 86px;
    z-index: 1030;
    box-shadow: 0px 0px 11.3px 0px #0D92F1;
    background-color: var(--BgColor-elemnt-2);
    display: inline-table;
    padding: 19px;
    border-radius: 16px;
}

.settlements-filter-btn {
    text-align: center;
    margin-top: 5px;
}

.settlements-filter-btn a {
    background-color: #0D92F1;
    color: #fff;
    padding: 8px 24px;
    border-radius: 8px;

}

/*  */
.dashbord-btns-user {
    box-shadow: 0px 2px 6px 0px #00000014;
    padding: 10px 8px;
    border-radius: 10px;
    text-align: center;
}

.dashbord-btns-user img {
    width: 30px;
    height: 30px;
}

.dashbord-btns-user span {
    font-size: 13px;
    font-weight: 900;
}
.collaborations-list-counter{
    padding: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: wheat;
    position: absolute;
    top: -17px;
    right: -15px;
    font-size: 12px !important;
    font-weight: 300 !important;
}

/* colleagues  */
.table-colleagues {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.table-colleagues th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    /* text-align: center; */
    position: relative;
}

.table-colleagues th {
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

.table-colleagues tr:hover {
    background-color: #ddd;
}

.sort-icon {
    position: absolute;
    left: 10px;
    font-size: 14px;
    opacity: 1;
    color: #fff;
}

.mobile-colleague-box {
    background-color: #E5E5EF4D;
    padding: 8px 16px;
    border-radius: 12px;
}

/* sign-in section page */
.sign-in-section {
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.sign-in-section-box {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    padding: 20px;
    width: 650px;
    min-height: 480px;
}

.sign-in-form-title {
    border-right: 4px solid #0D92F1;
    font-weight: 700;
    font-size: 22px;
    padding-right: 10px;
    margin: 0px;
    text-align: start;

}

.input-sign-in-form {
    background: #F7F8F9;
}

.textarea-height {
    height: 110px !important;
}

.label-sign-in-form {
    margin-right: 6px;
}

.btn-sign-in-code {
    background-color: #007bff;
    color: #fff;
    border: unset;
    width: 100%;
    padding: 8px 112px;
    border-radius: 8px;
    margin-top: 20px;
}

/*  confirm code */
.login-verify-input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.login-verify-number {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #909090;
    text-align: center;
    font-size: 18px;
}

/* حذف فلش‌های بالا و پایین در همه مرورگرها */
.login-verify-number {
    -moz-appearance: textfield;
    /* برای فایرفاکس */
    -webkit-appearance: none;
    /* برای کروم و سافاری */
    appearance: none;
}

/* حذف دکمه‌های افزایشی و کاهشی در کروم و سافاری */
.login-verify-number::-webkit-inner-spin-button,
.login-verify-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login-verify-code-container {
    margin-bottom: 42px;
    font-size: 12px;
    color: #646464;
    font-weight: 600;
    align-self: flex-start;
}

/*  */
.set-up-contract-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  */
.btn-Contract-details {
    background-color: #FF0004;
    color: #fff;
    border: unset;
    width: 100%;
    padding: 8px 112px;
    border-radius: 8px;
    margin-top: 20px;
}

/*  */
.add-colleague-section-box {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    padding: 60px;
    width: 650px;
    height: 300px;
}

/*  */
.btn-cargo-details {

    color: #fff;
    border: unset;
    width: 100%;
    padding: 10px 0px;
    border-radius: 8px;
    margin-top: 20px;
}

/*  */
.notification-text {
    font-size: 12px;
    font-weight: 300;
}

.notification-box {
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #00000014;
}

/*------------------------------------------------------------------- Header Responsive */

.btn-toggle-side-navigation {
    background-color: transparent;
    border: none;
}

.side-navigation {
    position: fixed;
    top: 0;
    right: -350px;
    width: 25%;
    background-color: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: all 0.2s ease;
    z-index: 100000000;
    height: 100vh;
}

.side-navigation.toggle {
    right: 0;
}


.overlay-side-navigation {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.toastify-costom {
    background: var(--BgColor-elemnt-2) !important;
    color: var(--TextColor-1) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    max-width: 100% !important;
}

/* buy subscription  */
.subscription-boxs {
    background-color: #E3E3E3;
    border-radius: 12px;
    padding: 20px;
    /* width: 900px; */
    min-height: 650px;

}

.subscription-box {
    background-color: #fff;
    border-radius: 12px;
    height: 350px;
    padding: 10px;
    border-top: 3px solid #0D92F1;
}

.subscription-img {
    text-align: center;
    margin-top: 20px;

}

.subscription-img svg {
    border: 1px solid #00000033;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    padding: 5px;
}

.subscription-box-price {
    text-align: center;
    margin-top: 20px;
}

.subscription-price {
    font-size: 20px;
    font-weight: bold;
}

.subscription-feature {
    margin-top: 20px;
}

.subscription-feature li {
    list-style-type: circle;
    font-size: 13px;
    font-weight: 100;
    color: #666666;
}

.subscription-btn {

    border: 1px solid #0D92F1;
    background: none;
    color: #0D92F1;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 100;
}
/* landing css  page*/

/* header  */
.landing-header-section{
    background-color: #F5F5F5;
    height: 560px;
}
.logo-img img{
    width: 45px;
    height: 60px;
}
.menu-landing li{
    display: inline;
    margin-left: 30px;
}
.menu-landing li a{
    font-weight: 100;
    font-size: 20px;
}
.btn-login-panel{
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #0D92F1;
    color: #0D92F1;
}
.btn-add-web-app{
    margin-left: 20px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #0D92F1;
    color: #ffffff;
    background-color: #0D92F1;
}
.landing-header-titel{
    font-size: 36px;
}
.landing-header-text{
    line-height: 36px;
    font-size: 22px;
    color: #0D92F1;
    font-family: Vazirmatn-Light;
}
/* about us  */
.about-us-section{
    background-color: #202020;
    
}
.about-us-img img{
    width: 650px;
    height: 450px;
}
.about-us-text{
    
    font-size: 24px;
    font-family: Vazirmatn-Light;
    font-weight: 100;
    line-height: 36px;
    color: #F5F5F5;
}
.about-us-btn{
    border: 1px solid #0D92F1;
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 8px;
}
.about-us-section-first span{
    background: #FFFFFF1A;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: Vazirmatn-Light;
    font-weight: 100;
}
.about-us-section-first h3{
    color: #ffffff;
}
.stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  background-color: transparent;
}

.stat {
  text-align: center;
}

.number {
  font-size: 48px;
  font-weight: bold;
  color: #00bfff;
}

.unit {
  font-size: 20px;
  color: #00bfff;
}

.label {
  margin-top: 10px;
  font-size: 16px;
  color: #bbb;
}
/* landing-buy-subscription */
.landing-buy-subscription{
    background-color: #F5F5F5;
}
.landing-subscription-box{
    background-color: unset !important;
    border: 3px solid #0D92F1 !important;
}
.landing-subscription-black-box{
    background-color: #202020;
    border: unset;
}
.landing-subscription-black-box .subscription-price{
    color: #ffffff;
}
.landing-subscription-box .subscription-img svg{
    border: unset !important;
}
.landing-prise-subscription-title-text{
    background: #0D92F11A;
    padding: 8px 16px;
    border-radius: 8px;
    color: #202020;
    font-size: 13px;
    font-weight: 100;
    font-family: Vazirmatn-Light;
}
.landing-buy-subscription-text{
    color: #202020CC;
    font-weight: 100;
    font-family: Vazirmatn-Light;
}
/* landing-panel-option */
.landing-panel-option-boxs{
    position: relative;
}
.img-landing-panel-option-box-1{
    position: absolute;
    top: 63px;
    right: -66px;
}
.img-landing-panel-option-box-2{
    position: absolute;
    top: 182px;
    left: 94px;
}
.img-landing-panel-option-box-3{
    position: absolute;
    top: 274px;
    left: 64px;
}
.img-landing-panel-option-box-4{
    position: absolute;
    bottom: 216px;
    right: -34px;
}
.img-landing-panel-option-box-5{
    position: absolute;
    bottom: 109px;
    left: 117px;
}
/* faq-landing-section */
.faq-landing-section{
    background-color: #F5F5F5;

}
.faq-card{
    border: 1px solid #20202033;
    min-width: 100% !important;
    border-radius: 8px;
    padding: 10px 0px;
}
.faq-card h2 button{
    font-weight: 300;
    font-family: Vazirmatn-Light;
    color:  #202020 !important;
}
.faq-card p{
    color: #202020;
    font-weight: 100;
    font-family: Vazirmatn-Light;
    line-height: 20px;
}
.btn-faq-more{
    border: 1px solid #0D92F1 ;
    color: #0D92F1;
    padding: 8px 16px;
    border-radius: 8px ;
    font-weight: 100;
    font-family: Vazirmatn-Light;
    font-size: 14px;
}
/* landing-comment-box" */
.landing-comment-box{
    padding: 24px 32px;
}
.owl-carousel .owl-item img{
    display: inline;
    width: unset !important;
}
.landing-comment-box p{
    color: #202020;
    font-weight: 100;
    font-family: Vazirmatn-Light;
    line-height: 30px;
    padding: 0px 30px;
}
.comment-fill-blue{
    color: #0D92F1;
}
.comment-fill-gray{
    color: #D9D9D9;
}
/* footer-section */
.footer-section{
    background-color: #202020;
}
.footer-section p{
    font-weight: 100;
    font-family: Vazirmatn-Light;
    line-height: 30px;
}
.footer-social-media-btns a{
    background-color: #ffffff;
    padding: 8px;
    border-radius: 8px;
    margin-left: 10px;
}
.footer-social-media-btns a i{
    color: #0D92F1;
    font-size: 20px;
    vertical-align: -2px;
}
.footer-links h5{
    color: #0D92F1;
    font-weight: 100;
    font-family: Vazirmatn-Light;
}
.footer-links{
    padding-right: 50px;
}
.footer-links ul{
    padding-right: 20px;
}
.footer-links ul li{
    list-style:  circle !important;
    margin-top: 10px;
    
}
.footer-links ul li::marker {
  color: #0D92F1;
}
.footer-links ul li a{
    color: #ffffff;
    font-weight: 100;
    font-family: Vazirmatn-Light;
}
.input-khabar-name{
    padding: 17px 55px;
    border: none;
    border-radius: 100px;
}
.input-khabar-name::placeholder {
  font-weight: 100;
    font-family: Vazirmatn-Light;
    font-size: 13px;
    text-align: start;
}
.input-khabar-name:focus-visible {
border: none;
}
.btn-khabar{
    background: transparent;
    border: none;
    position: absolute;
    top: -3px;
    left: 48px;
}
/* about us page */
.about-us-page-header-section{
    background-image: url('../img/about-us-page-header-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 379px;
}
.menu-about-us-page li a{
    color: #fff;
    font-weight: 100;
    font-family: Vazirmatn-Light;
}
.page-about-btn-login-panel {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.page-about-btn-login-panel:hover{
    color: #ffffff;
}
.about-us-page-main-section{
    background-color: #F5F5F5;
}
.about-us-page-text{
    font-weight: 100;
    font-family: Vazirmatn-Light;
    font-size: 14px;
    color: #202020CC;
    text-align: justify;
}
/* contact us page */
.contact-us-page-header-section{
    background-image: url('../img/customer-support-team.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 379px;
}
.contact-us-page-main-section{
    background-color: #F5F5F5;
}
.contact-us-page-main-section .contact-container {
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #1d1d1d;
}

.contact-us-page-main-section .contact-item {
  
  
  padding: 20px;
  border-radius: 10px;
}

.contact-us-page-main-section .icon-contact-us {
  font-size: 30px;
  color: #00bfff;
  margin-right: 20px;
}

.contact-us-page-main-section .info {
  display: flex;
  flex-direction: column;
}

.contact-us-page-main-section .label {
  font-size: 16px;
  color: #bbb;
}

.contact-us-page-main-section .details {
  font-size: 14px;
  font-weight: 100;
font-family: Vazirmatn-Light;
  color: #fff;
}

.contact-us-page-main-section .contact-item:hover {
  background-color: #333;
  transition: background-color 0.3s ease;
}
/* fqa-page */
.fqa-page-header-section{
    background-image: url('../img/faq-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 379px;
}
.fqa-page-header-section .menu-toggle{
    color: white;
}

/* baner pwa android  */
/* لایه تیره */
    .overlay-android {
      position: fixed;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1035;
    }

    /* بنر از پایین تا وسط صفحه */
    .banner-android {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 55vh;
      background: white;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 20px;
      box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-align: center;
    }

    .banner-android img {
      width: 120px;
      margin-bottom: 15px;
    }

    .banner-android h3 {
      font-size: 18px;
      color: #0066cc;
      margin: 10px 0;
    }

    .banner-android p {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
    }

    .buttons-android {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .btn-android {
      padding: 10px 15px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
      text-decoration: none;
      border: none;
    }

    .btn-primary-android {
      background-color: #007bff;
      color: white;
    }

    .btn-outline-android {
      background-color: white;
      border: 1px solid #007bff;
      color: #007bff;
    }

    /* دکمه بستن */
    .close-btn-android {
      position: absolute;
      top: 10px;
      left: 15px;
      font-size: 20px;
      cursor: pointer;
      background: none;
      border: none;
      color: #999;
    }

    .close-btn-android:hover {
      color: #333;
    }


/* baner pwa ios  */
.overlay-ios {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1035;
    }

    /* بنر از پایین تا وسط صفحه */
    .banner-ios {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 86vh;
        background: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 20px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
    }

    .banner-ios img {
        width: 120px;
        margin-bottom: 15px;
    }

    .banner-ios h3 {
        font-size: 18px;
        color: #0066cc;
        margin: 10px 0;
    }

    .banner-ios p {
        font-size: 14px;
        color: #555;
        margin-bottom: 20px;
    }

    .btn-remind-ios {
        width: 100%;
        padding: 14px;
        font-size: 16px;
        border: 1px solid #007bff;
        background-color: white;
        color: #007bff;
        border-radius: 12px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .btn-remind-ios:hover {
        background-color: #f0f8ff;
    }

    /* دکمه بستن */
    .close-btn-ios {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 20px;
        cursor: pointer;
        background: none;
        border: none;
        color: #999;
    }

    .close-btn-ios:hover {
        color: #333;
    }

    .steps-ios {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        text-align: right;
        max-width: 300px;
        width: 100%;
    }

    .step-ios {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .step-ios img {
        width: 20px;
    }