  @font-face {
      font-family: Somar;
      src: url(../fonts/Somar-Light.otf);
      font-weight: 300;

  }

  @font-face {
      font-family: Somar;
      src: url(../fonts/Somar-Regular.otf);

  }

  @font-face {
      font-family: Somar;
      src: url(../fonts/Somar-SemiBold.otf);
      font-weight: 500;
  }

  @font-face {
      font-family: Somar;
      src: url(../fonts/Somar-Bold.otf);
      font-weight: bold;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span {
      font-family: Somar;
  }

  body {
      direction: rtl;
  }


  h1 {
      font-weight: 600;
      font-size: 28px;
      line-height: 1.4;
  }

  h2 {
      font-weight: 600;
      font-size: 22px;
      line-height: 1.3;
  }



  .direction-rtl {
      direction: rtl;
  }



  .tools-list .owl-stage-outer {
      padding: 25px 0 25px 25px;
  }

  .tools-list .card {
      transition: all .2s ease-in-out;
  }

  .tools-list .card:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
  }

  .tools-list .card a {
      border-radius: 6px;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }


  .btn-primary {
      background: rgb(0, 82, 204);
      transition-property: box-shadow, background-color;
      transition-duration: 300ms, 300ms;
      transition-timing-function: ease, ease;
      transition: all 0.3s ease;

  }

  .btn-primary:hover,
  .btn-primary:focus {
      background-color: rgb(0, 82, 204);
      box-shadow: 0px 2px 12px rgb(0 82 204 / 50%) !important;

  }

  .btn-primary:not(.btn-light):focus,
  .wizard>.actions a:not(.btn-light):focus,
  .btn-primary:not(.btn-light):active,
  .wizard>.actions a:not(.btn-light):active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .wizard>.actions a:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .wizard>.actions a:not(:disabled):not(.disabled).active,
  .show>.btn-primary.dropdown-toggle,
  .wizard>.actions .show>a.dropdown-toggle {
      background: rgb(0, 82, 204);
      border-color: rgb(0, 82, 204);
  }

  .submit-form .btn,
  .save-download-form .btn {
      min-height: 25px;
      height: 45px;
      line-height: 1;
      border: none;
      width: 100%;
      box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
      font-family: "Plus Jakarta";
      font-weight: 600;
      font-size: 15px;
      background: #0052CC;
      position: relative;
  }

  .submit-form .btn:hover,
  .save-download-form .btn:hover {
      background: #402CBD;
  }

  .height-align {
      color: #4a5568;
  }

  .bg-light {
      background: #f0f5f8 !important;
  }
  /*.bg-lighter-badge{*/
  /*    background: #E8F5FF !important;*/
  /*    font-size: 12px;*/
  /*}*/
  
  .bg-lighter-badge {
background: #fe4545 !important;
font-size: 14px !important;
color: #fff !important;
}

  .form-select,
  .form-control {
      padding: 8px 12px;
      transition: all 0.3s ease;
      background: #edf2f7;
      /* color: #000; */
      padding: 8px;
      border-radius: 4px;
      font-size: 14px;
      width: 100%;
      border: 1px solid rgba(226, 232, 240);
      box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
  }

  .form-select:focus,
  .form-control:focus {
      border: 1px solid #0052CC;
      outline: none;
      box-shadow: none;
      background: #edf2f7;

  }

  .form-select::placeholder,
  .form-control::placeholder {
      color: #A0AEC6;
  }

  .nav-sidebar .nav-item {
      margin-bottom: 0.5rem;
  }

  .nav-sidebar .nav-item a {
      line-height: 40px;
      border-radius: 6px;
      text-decoration: none;
      color: initial;
      padding-left: 15px;
      padding-right: 15px;
      font-weight: 600;
  }

  .nav-sidebar .nav-item.active a {
      background: #EEEDFA;
      color: #0052CC;
  }

  .nav-sidebar .nav-item a.active,
  .nav-sidebar .nav-item a:hover {
      background: #EEEDFA;
      border-radius: 6px;
      color: #0052CC;
  }














  body {
      font-family: Somar, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  }

  header {
      z-index: 5 !important;
  }

  #root {
      min-height: 100vh;
  }

  /* replace CK editor style */
  .ck.ck-editor {
      height: 100%;
  }

  .ck-editor__editable {
      min-height: 400px;
      border: 0 !important;
      box-shadow: none !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

  .ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
      border: 0;
  }

  .ck.ck-editor {
      border: 1px solid rgba(226, 232, 240) !important;
      border-radius: 6px;
      overflow: hidden;
  }

  /* site style */
  .bg-dark {
      background: #30344e;
  }

  .shape {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
  }

  .shape svg {
      fill: white
  }

  .footer-color,
  .link-footer {
      color: #000;
  }

  .form-control.is-valid,
  .was-validated .form-control:valid,
  .form-select.is-valid:not([multiple]):not([size]),
  .form-select.is-valid:not([multiple])[size="1"],
  .was-validated .form-select:valid:not([multiple]):not([size]),
  .was-validated .form-select:valid:not([multiple])[size="1"] {
      background-image: none !important;
  }

  .show-on-hover-parent .show-on-hover-child {
      display: none !important;
  }

  .show-on-hover-parent:hover .show-on-hover-child {
      display: inherit !important;
  }

  .content-sub-width {
      width: 200px;
  }

  .w-48px {
      width: 48px;
      height: 48px;
  }

  .w-40px {
      width: 40px;
      height: 40px;
  }

  .w-36px {
      width: 36px;
      height: 36px;
  }

  .w-24px {
      width: 24px;
      height: 24px;
  }

  .w-16px {
      width: 16px;
      height: 16px;
  }

  header .dropdown-menu {
      width: 240px;
  }

  header .dropdown-menu-tools {
      width: 300px;
      max-height: 400px;
      overflow-x: hidden;
      overflow-y: scroll;
      inset: auto -100px auto auto;
  }

  .bg-primary {
      background-color: #0052CC !important;
  }

  .smaller {
      font-size: 0.7rem;
  }

  .card {
      /*border-color: rgba(226,232,240);*/
      /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%); */
      border-radius: 6px;
  }

  .shadow {
      box-shadow: 0 10px 15px -3px #f7f5ff, 0 4px 6px -2px #f7f5ff;
  }

  .text-primary {
      color: #0052CC;
  }

  .btn-outline-primary {
      border-color: #0052CC;
      color: #0052CC;
      font-weight: 600;
  }

  .btn-outline-primary:hover {
      background: #0052CC;
      color: white;
      font-weight: 600;
  }

  .text-muted {
      color: #98A2B3;
  }

  .progress-sm {
      height: 0.5rem;
  }

  .progress-lg {
      height: 1.5rem;
  }

  .outline-none {
      outline: none;
  }

  .hero-bg {
      position: absolute;
      background-image: url(../images/Group_95.svg);
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -1;
      width: 100%;
      height: 180vh;
      top: 0;
      opacity: 0.7;
  }

  #features svg {
      fill: #0052CC;
      width: 30px;

  }

  .tools-list svg {
      width: 32px;
  }

  .nav-fill .nav-item {
      flex: 1 0 20%;
      text-align: center;
  }

  .nav-fill .nav-item .nav-link {
      border-radius: 0;
      border-top: 0;
      padding: 1rem 1rem;
  }

  .nav-fill .nav-item:first-child .nav-link {
      border-left: 0;
  }

  .nav-fill .nav-item:last-child .nav-link {
      border-right: 0;
  }

  .nav-tabs-none-bg .nav-item .nav-link {
      border: 0;
      background: none;
  }

  .nav-tabs-none-bg .nav-item .nav-link .badge {
      color: black;
      background: #e0e8ee !important;
  }

  .nav-tabs-none-bg .nav-item .nav-link.active {
      color: #141125 !important;
      border-bottom: 2px solid #0052CC;
  }

  .nav-tabs-none-bg .nav-item .nav-link.active .badge {
      color: white;
      background: #0052CC !important;
  }

  .subscribe-bar {
      color: rgb(253, 188, 61);
      background-color: rgba(253, 181, 40, 0.12);
  }

  .subscribe-bar a {
      color: rgb(253, 188, 61) !important;
  }

  .subheading-editor-buttons {
      position: absolute;
      right: -32px;
      bottom: 0;
      top: 0;
  }

  .subheading-editor-buttons a {
      font-size: 1.5rem;
      color: #0052CC;
      cursor: pointer;
  }

  .article-editor-sidebar {
      width: 280px;
      min-width: 280px;
  }

  @media only screen and (max-width: 780px) {
      .article-editor-sidebar {
          width: 100%;
      }
  }

  .card-tool-icon {
      width: 32px;
      height: 32px;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .auth-content {
      display: flex;
      display: -webkit-flex;
  }

  .auth-content {
      flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  }

  .auth-image {
      position: relative;
      width: 58.33%;
      margin-bottom: -8px;
      background-position: center center;
      background-size: cover;
      background: #b880ff;
      background-repeat: no-repeat, no-repeat;
  }

  .auth-image::after {
      background-color: white;
      content: '';
      display: block;
      position: absolute;
      width: 200%;
      left: 86%;
      border-radius: 50%;
      padding-bottom: 200%;
  }

  .auth-image figure {
      max-width: 70%;
  }

  .booking-img {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
  }

  .auth-form {
      width: 41.67%;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
  }

  @media screen and (max-width: 1200px) {

      .auth-content {
          flex-direction: column;
          -moz-flex-direction: column;
          -webkit-flex-direction: column;
          -o-flex-direction: column;
          -ms-flex-direction: column;
      }

      .auth-image,
      .auth-form {
          width: 100%;
      }

      .auth-image {
          order: 2;
          text-align: center;
      }

      .auth-form {
          order: 1;
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
      }

      .booking-img {
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px;
          width: 100%;
      }
  }

  @media screen and (max-width: 480px) {}

  .btn-google,
  .btn-google:hover {
      color: white;
      background-color: #ea4335;
  }

  .btn-facebook,
  .btn-facebook:hover {
      color: white;
      background-color: #4f85eb;
  }
  
    .btn-twitter,
  .btn-twitter:hover {
      color: white;
      background-color: #00acee;
  }


  /* solution card */

  .section_our_solution .row {
      align-items: center;
      background-image: url(../images/Group_13.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-size: 70%;
      background-position: top left;


  }

  .our_solution_category {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-top: 90px;
  }

  .our_solution_category .solution_cards_box {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .solution_cards_box .solution_card {
      flex: 0 50%;
      background: #fff;
      box-shadow: 0 10px 15px -3px #f7f5ff, 0 4px 6px -2px #f7f5ff;
      border-radius: 15px;
      border: 1px solid rgba(0, 0, 0, .06);
      margin: 12px;
      position: relative;
      z-index: 1;
      overflow: hidden;
      min-height: 265px;
      transition: 0.7s;
  }

  .solution_cards_box .solution_card .iconify {
      color: #0052CC;
  }

  .solution_cards_box .solution_card:hover .iconify {
      color: white;
  }

  .solution_cards_box .solution_card:hover {
      background: #0052CC;
      color: #fff;
      transform: scale(1.1);
      z-index: 9;
  }

  .solution_cards_box .solution_card:hover::before {
      background: rgb(85 108 214 / 10%);
  }

  .solution_cards_box .solution_card:hover .solu_title h3,
  .solution_cards_box .solution_card:hover .solu_description p {
      color: #fff;
  }

  .solution_cards_box .solution_card:before {}

  .solution_card .so_top_icon {}

  .solution_card .solu_title h3 {
      font-size: 1.3rem;
      margin-top: 13px;
      margin-bottom: 13px;
  }

  .solution_card .solu_description p {
      font-size: 15px;
      margin-bottom: 15px;
  }

  .our_solution_content h1 {
      text-transform: capitalize;
      margin-bottom: 1rem;
      font-size: 2.5rem;
  }

  .solution_cards_box .solution_card:hover .hover_color_bubble {
      top: 0rem;
  }

  .solution_cards_box .solution_card .so_top_icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #fff;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .solution_cards_box .solution_card .so_top_icon img {
      width: 40px;
      height: 50px;
      object-fit: contain;
  }

  @media screen and (min-width: 320px) {
      .sol_card_top_3 {
          position: relative;
          top: 0;
      }

      .our_solution_category {
          width: 100%;
          margin: 0 auto;
      }

      .our_solution_category .solution_cards_box {
          flex: auto;
      }
  }

  @media only screen and (min-width: 768px) {
      .our_solution_category .solution_cards_box {
          flex: 1;
      }
  }

  @media only screen and (min-width: 1024px) {
      .sol_card_top_3 {
          position: relative;
          top: -3rem;
      }

      .our_solution_category {
          width: 90%;
          margin: 0 auto;
      }
  }

  /* How its work*/

  .gr-1,
  .gr-2,
  .gr-3 {
      background: #ffffff;
      background-position: 50% 50%;
      background-size: 360%;
      max-height: 30px;
    
  }

  /*.hiw-cards {*/
  /*    transition: 0.5s;*/
  /*}*/

  /*.hiw-cards .column {*/
  /*    transition: 0.1s;*/
  /*    margin-top: 0;*/
  /*    padding-left: 10px;*/
  /*}*/

  /*.hiw-cards .column:hover {*/
  /*    padding-left: 10px;*/
  /*}*/

  .column:hover .card .txt {
      margin-left: 1rem;
  }

  .column:hover .card .txt h1,
  .column:hover .card .txt p {
      opacity: 1;
  }

  .column:hover a {
      color: rgba(255, 255, 255, 1);
  }

  .column:hover a:after {
      width: 10%;
  }

  .hiw-cards .card {
      position: relative;
      min-height: 140px;
      margin-bottom: 0px;
      padding: 1.7rem 1.2rem;
      border: none;
      letter-spacing: 0.05rem;
      box-shadow: 0 10px 15px -3px #f7f5ff, 0 4px 6px -2px #f7f5ff;
      border: 1px solid rgba(0, 0, 0, .06);
  }

  .hiw-cards .card .txt {
      margin-left: 1rem;
      z-index: 1;
  }

  .hiw-cards .card .txt h1 {
      font-size: 1.5rem;
      font-weight: bolder;
  }

  .hiw-cards .card .txt p {
      margin-top: 33px;
      opacity: 1;
  }

  .hiw-cards .card a {
      z-index: 3;
      font-size: 0.7rem;
      color: rgba(0, 0, 0, 1);
      margin-left: 1rem;
      position: relative;
      bottom: -0.5rem;
      text-transform: uppercase;
  }

  .hiw-cards .card a:after {
      content: "";
      display: inline-block;
      height: 0.5em;
      width: 0;
      margin-right: -100%;
      margin-left: 10px;
      border-top: 1px solid rgba(255, 255, 255, 1);
  }

  .hiw-cards .card .ico-card {
      position: absolute;
      bottom: 0;
    left: 0px;
    right: auto;
    top:10px;
      overflow: hidden;
      color: #eeedfa;
   opacity: .2;
  }


  /* dashboard */
  .dashboard-header {
      top: 0;
      z-index: 10 !important;
  }

  .dashboard-main {
      /*padding-top: 72px;*/
  }

  .dashboard-main-sidebar {
      position: fixed;
      width: 240px;
      height: calc(100vh - 72px);
  }

  .sidebar-hide .dashboard-main-sidebar {
      display: none;
  }

  .dashboard-main-routes {
      padding: 0 280px 0 0;
  }

  .sidebar-hide .dashboard-main-routes {
      padding: 0
  }

  @media only screen and (max-width: 992px) {
      .dashboard-main-sidebar {
          background-color: rgba(0, 0, 0, 0.575);
          transform: translateX(-150%);
          top: 0;
          left: 0;
          bottom: 0;
          height: 100vh;
          width: 100%;
          padding-top: 72px;
      }

      .dashboard-main-sidebar>div {
          width: 280px;
          background-color: #f7f7f9;
          padding: 1rem;
      }

      .dashboard-main-sidebar.m-shown {
          z-index: 1;
          transform: translateX(0);

      }

      .dashboard-main-routes {
          padding: 0;
      }
  }

  .modal-projects {
      margin-right: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      max-width: 450px;
  }

  .modal-projects .modal-content {
      border: 0;
      border-radius: 0;
      height: 100vh;
  }

  .tool-variants {
      height: 48px;
  }

  .tool-variants-number {
      width: 24px;
      text-align: center;
  }

  .dropdown-menu-tools {
      position: relative;
      padding: 0 !important;
  }

  .dropdown-menu-tools .search-wrapper {
      position: sticky;
      top: 0;
      z-index: 1;
      width: 100%;
      background: white;
      padding: 1rem;
  }
  .center-title, .pricing-card-title{
      text-align: center;
  }

  .dropdown-menu-tools .search-wrapper input {}

  .fixed-bottom-dropdown .dropdown-menu {
      right: 0 !important;
      top: 100% !important;
      transform: none !important;
  }

  .text-result-card p:last-child {
      margin-bottom: 0;
  }

  .image-result-card {
      width: 100%;
      aspect-ratio: 1;
  }

  .single-blog-item .post-info .post-categories a {
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #d2a98e;
      text-decoration: none;
  }

  .single-blog-item .post-info .post-title {
      line-height: 1.3;
  }

  #features {
      background-image: url(../images/Rectangle_17.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-size: 95%;
      background-position: center;
  }



  .fw-light {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      font-size: 13px !important;
  }

  .card .txt {
      margin-top: -10px;
  }



  #niw {
      background-image: url(../images/Curve_Line.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;

  }


  @media (max-width: 576px) {

      #features {
          background-size: cover;
      }

      #niw {
          background-size: cover;
          background-repeat: no-repeat;
          /* background-size: 100%; */
          background-position: center;
          padding: 40px;
      }
  }

  .fs-5 {
      font-size: 1rem !important;
  }

  h3,
  .h3 {
      font-size: 1.5rem;
  }

 @media only screen and (max-width: 780px) {
      .center {
        display: block!important;
        
      }
  }
  
  
  .price-old{
      display: block; 
      text-decoration: line-through;
  }

  
  .card-featured{
      border: solid 2px;
      border-color: #0052CC;
        color: #0052CC;
  }
  
  
.tools-list .card-disable {
  background: transparent !important;
box-shadow: none;
border: none;
}
.tools-list .card-disable:hover {
    -webkit-transform: none;
      transform: none;
}


.card-container {
  perspective: 1000px;
  min-height: 175px;
}

.card-disable {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.card-front,
.card-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.card-front {
  background: #ffffff6b;
}

.card-back {
  background: #0052CC;
}

.card-back {
  transform: rotateY(180deg);
}

.card-container:hover .card {
  transform: rotateY(180deg);
}

.card-container:hover .card-disable {
  transform: rotateY(180deg);
    background: #ffffff;

}

.free-token-counter{
     color: #000 !important; 
     font-weight: 500;
}

.dashboard-main-sidebar .nav-pills .nav-item span{
    font-size: 14px !important;
}


/* style of cards */
.payment-card{
background: #fff;
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 34px;
border-radius: 8px;
border: 2px solid #0052CC;
color: #000;

}
.Payment-card-header{
    min-height: 120px;
}
.payment-card-title{
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    text-align: right;

}

.payment-card-price h2{
    font-size: 67px;
    line-height: 67px;
    font-weight: 500;
}
.payment-card-price span{
    color: #000 !important;
        font-weight: 500;

}

.payment-card-price .price-old{
    display: none !important;
    font-size: 42px!important;
    line-height: 42px!important;
    font-weight: 300 !important;
}
.payment-card-price .price-old span{
    color: #000 !important;
        font-weight: 300 !important;

}


.payment-card-currency{
    font-size: 42px;
    
}

.monthly-price, .monthly-price span{
    font-size: 19px;
    line-height: 24px;
}

.payment-card-price small{
  
font-weight: 400;
font-size: 14px;
line-height: 19px;
/* or 136% */
text-align: right;
color: #333333;


}

.payment-card-description{
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.payment-card .center-title{
    font-size:21px;
    font-weight:700;
    line-height:30px;
    border-radius: 4px;
}
.center-title h1{
    font-size: 15px;
    line-height: 24px;
    border-radius:4px;
    color: #061D40;


}
.text-primary {
    color: #0052CC !important;
}
.payment-card  .card-title .price span{
    font-size:30px;
}
.payment-card  .card-title .price small{
    font-size:23px;
}
.payment-card  .card-title .month span,.payment-card  .month small{
    font-size:14px;
    color:#198754
}
.payment-card  ul li {
    list-style:none;
    padding:0px
}
.payment-card  ul li span{
    list-style:none;
    font-size:15px;
    font-weight:400;
}
.payment-card  ul li small{
    font-size:16px;
    font-weight:700;
}
.payment-card  .btn{
    width:100%
}

.golden-guarantee{
    color: #fbbf24;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 24px!important;
}


.shopping-card{
    
background: #fff;
font-style: normal;

color: #061D40;
border-radius:8px;
box-shadow: 2px 2px 20px #00000010 !important;
border: none !important;
}
.shopping-card h1 {
    font-size:20px;
}
.shopping-card h1 span{
    background-color: #EBE8FF;
    border-radius:8px;
  
}
.shopping-card .sm-title {
    font-size:15px;
}
.shopping-card .list-items li {
    font-size:15px;
    font-weight:500;
}
.shopping-card .btn-light{
    border:1px solid #0052CC;
    background-color:#fff;
    color:#0052CC;
    font-size:14px;
}
.owl-carousel .owl-item img{
    width:initial;
    display:initial;
}
.slick-dots{
    position: relative !important;
direction: rtl;
float: right;
margin: auto;
display: flex !important;
right: 10%;
max-width: 50%;
bottom: 7%;
}

.slick-dots li{
    background: #E3E3E3;
    border-radius: 50%;
    padding: 1px;
}

.slick-dots .slick-active{
    background: #FBBF24;
}
.slick-dots li button{
    color: #E3E3E3;
}

.slick-dots .slick-active button{
    color: #FBBF24;
}

.slick-dots li, .slick-dots li button {
cursor: pointer;
height: 10px;
width: 10px;
}


.item{
    direction: rtl;
}

.toggle-switch-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Styles for the toggle switch */
.toggle-switch-label {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  background-color: #ccc;
  border-radius: 15px;
  direction: ltr; /* Set the text direction to left-to-right */
  text-align: right; /* Align the text to the right */
}

.toggle-switch-inner {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  left: 0;
  transform: translateX(0); /* Ensure the inner switch is initially at the left */
  scale: .8;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
  transform: translateX(100%); /* Move inner switch to the right when checked */
}

/* Invert the appearance when the checkbox is checked */
.toggle-switch-checkbox:checked + .toggle-switch-label {
  background-color: #4caf50; /* Change background color when checked */
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
  background-color: #fff; /* Change inner switch color when checked */
}

.title-card .btn-success {
top: 10px;
position: absolute;
left: 10px;
}

@media only screen and (max-width: 580px) {
    .Payment-card-header{
    min-height: 70px;
}
    
    
    .slick-next {
        position: absolute;
        right: 0px;
        top: 300px;
        margin-right: -5px;
        /* color: #000; */
        background-color: rgba(0, 0, 0, 0.19);
        border-radius: 25px !important;
        filter: invert();

    }
    .slick-prev {
        
        position: absolute;
        left: 0px;
        top: 300px;
        margin-left: -5px;
        /* color: #000; */
        background-color: rgba(0, 0, 0, 0.19);
        border-radius: 25px !important;
        filter: invert();

    }
    
    .shopping-card{
    
background: #fff;
font-style: normal;

color: #061D40;
border-radius:8px;
box-shadow: 1px 1px 5px #00000010 !important;
border: none !important;
}
    
    .slick-dots{
bottom: 0%;
float: none;

}
.title-card .btn-success {
    left: auto;
    top: auto;
position: relative;
}
}


.timer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*.timer {*/
/*  background-color: #f7f7f7;*/
/*  padding: 20px;*/
/*  border-radius: 8px;*/
/*  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
/*  text-align: center;*/
/*}*/

.time-info {
  margin-bottom: 10px;
}


.time {
  color: #007bff;
  font-weight: bold;
}

.card .text-secondary, .dashboard-main-sidebar .text-secondary{
    font-size: 14px;
}

.menu-templates{
    white-space: normal;
    margin: 0 8px 0 0;
}

.dashboard-main-sidebar .h-100{
    overflow-y: scroll;
}

.nav-sidebar{
     overflow: hidden !important;
}


/* Bloggers */
.Bloggers h2{
    font-size:18px;
    font-weight:blod;
    text-align: center;
}
.Bloggers .btn{
    margin: auto;
    display: table;
    font-size:16px;
    font-weight: 600;
}
.f-16{
    font-size:16px;
}
.f-16-nw{
    font-size:16px;
}
.f-14-nw{
    font-size:14px;
    white-space: nowrap;
    height: 36px !important;
}
.bg-gray{
    background-color: #F2F2F2;
}
    
.d-grid .btn-twitter {
  display: none !important;
}

.row .item:nth-child(1),
.row .item:nth-child(2) {
  display: none !important;
}
.monthly-price {
  display: none !important;
}
.Payment-card-header {
 min-height: 80px!important;   
}
