/**
 * blog css start
 * */
.file-caption .input-group{
    flex-direction: unset !important;
    gap: 1%;
}

/**
 * blog css end
 * */

.hide-calendar .ui-datepicker-calendar{
  display: none;
}

/*lawyer comment secton start*/
  #lawyercomment-modal .modal-dialog {
      top: 10%;
  }

  #lawyercomment{
    font-size: 15px;
  }
  
  #lawyerCommentInPdf{
    display: flex; 
    gap: 1%; 
    margin-bottom: 1%
  }
/*lawyer comment secton end*/

@media (max-width: 1700px) {
  .report-head{
      min-width: calc(310px / 100 * 1vw)!important;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1766px){
  .modal-content{
    /*position: fixed !important;
    top : 10%!important;*/
  }
}

@media screen and (max-width: 1560px) {
  .report-head .d-flex .report-head-childs {
      min-width: 309px !important;
      max-width: 309px !important;
  }
}
.modal-open .modal{
  overflow-y : hidden;
}
.select2-selection__rendered{
  margin-right: 15px;
}
header.header-web {
  background: rgba(255, 255, 255, 0.95);
  min-height: 100vh;
  min-width: 250px;
  /*background-image: url("../img/web-header-bg.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  padding: 14px 16px;
}

header.header-web:after {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

header.header-web .customer-phone {
  width: 100%;
  text-align: center;
  padding: 16px 10px;
  margin-top: auto;
}

header.header-web .customer-phone hr {
  border-top: 1px solid #AAABAB;
  margin-top: 16px;
  margin-bottom: 16px;
}

header.header-web .customer-phone .name {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #949596;
  margin-bottom: 8px;
}

header.header-web .customer-phone .phone-num {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #495872;
  margin: 0;
}

header.header-web .settings-header {
  margin-right: auto;
}

header.header-web .settings-header .more-btn {
  width: 100%;
  justify-content: flex-end;
}

header.header-web .settings-header .more-btn img:nth-child(1) {
  margin-left: 6.55px;
}

header.header-web .settings-header .more {
  min-width: 167px;
  white-space: nowrap;
}

header.header-web .settings-header .more a,
header.header-web .settings-header .more button {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #495872;
  padding: 9px 19px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: 0;
  width: 100%;
}

header.header-web .settings-header .more a img,
header.header-web .settings-header .more button img {
  margin-left: 19px;
}

header.header-web .header-web-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  max-height: calc(100vh - 32px);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

header.header-web .web-logo {
  width: 100%;
  text-align: center;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

header.header-web .web-logo img {
  width: 100%;
  max-width: 140px;
}

header.header-web .head-user {
  margin-bottom: 20px;
  width: 100%;
}

header.header-web .head-user .user-name {
  text-align: center;
  color: #0061C1;
  margin-bottom: 14px;
}

header.header-web .head-user .user-role {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #949596;
  display: block;
}

header.header-web .statistic {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

header.header-web .statistic .stat:nth-last-child(1) {
  margin-bottom: 0;
}

header.header-web .statistic .stat {
  margin-bottom: 10px;
}

header.header-web .statistic .stat p:nth-child(2) {
  margin-bottom: 0;
}

header.header-web .statistic .stat p:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #949596;
  margin-bottom: 10px;
  text-align: center;
}

header.header-web .statistic .credit-num {
  color: #B6B6B6;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

header.header-web .statistic .used-num {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #B6B6B6;
}

header.header-web .statistic .balance-num {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #0061C1;
  position: relative;
}

header.header-web .statistic .balance-num::after {
  content: url("../img/css_img/arrow-statistic.svg");
  display: block;
  width: 9px;
  height: 5px;
  line-height: 0;
  font-size: 0;
  position: absolute;
  right: -26px;
  top: 50%;
  transition: 300ms ease-in-out;
  transform: translateY(-50%) rotate(180deg);
}

header.header-web .statistic .toggle-statistic {
  cursor: pointer;
}

header.header-web .statistic .toggle-statistic.active-toggle .balance-num::after {
  transform: translateY(-50%) rotate(0deg);
  transition: 300ms ease-in-out;
}

header.header-web .menu {
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 3px;
}

header.header-web .menu .ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}

header.header-web .menu .ul .li {
  border-radius: 25px;
  margin-bottom: 20px;
}

header.header-web .menu .ul .li a {
  width: 100%;
  display: block;
  padding: 15px;
  color: #767E8A;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
}

header.header-web .menu .ul .li a img,
header.header-web .menu .ul .li a svg {
  margin-left: 17px;
  width: 20px;
  min-width: 20px;
}

header.header-web .menu .ul .li:hover {
  background: #F3F2F2;
}

header.header-web .menu .ul .li.current {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  background: #0061C1;
}

header.header-web .menu .ul .li.current a {
  color: #fff;
}

header.header-web .menu .ul .li.current svg path {
  fill: #fff;
}

header.mobile {
  display: none;
}

footer {
  z-index: 10;
  background: #FAFAFA;
  position: relative;
  border-top: 1px solid #C4C4C4;
}

footer .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}

footer .container-fluid .footer-title {
  color: #3B2F78;
  font-weight: bold;
  font-family: "Open Sans Bold";
}

footer .container-fluid .hours {
  color: #3B2F78;
  margin-top: 10px;
}

footer .container-fluid .hours p {
  margin-bottom: 0;
}

footer .container-fluid .hours span {
  font-weight: 600;
  font-size: 18px;
}

footer .container-fluid ul li {
  margin-bottom: 10px;
}

footer .container-fluid ul li a {
  color: #565656;
}

footer .container-fluid ul li a:hover {
  text-decoration: underline;
}

footer .container-fluid .we-chat {
  max-width: 15%;
}

footer .container-fluid .we-chat li {
  cursor: pointer;
}

footer .container-fluid .social-media .footer-social {
  display: flex;
  align-items: center;
}

footer .container-fluid .social-media .footer-social .social path {
  fill: red;
}

footer .container-fluid .social-media .footer-social .social+.social {
  margin-left: 10px;
}

footer .copyright {
  background: #51419E;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .copyright .container-fluid {
  padding-top: 22px;
  padding-bottom: 22px;
}

footer .copyright .container-fluid .two-flex>div {
  width: 49%;
}

footer .copyright .container-fluid p,
footer .copyright .container-fluid a {
  font-family: 'Noto Sans';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  footer .container-fluid .we-chat {
    max-width: 100%;
  }

  footer .container-fluid .footer-menu ul {
    grid-template-columns: auto auto;
  }

  footer .container-fluid .footer-menu ul li {
    height: 52px;
  }

  footer .container-fluid .footer-menu ul li .social-media {
    display: flex;
    flex-wrap: wrap;
  }

  footer .container-fluid .footer-menu ul li .social-media a {
    margin-right: 5px;
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  footer .container-fluid .we-chat {
    max-width: 100%;
  }

  footer .container-fluid .footer-menu ul {
    grid-template-columns: auto auto auto;
  }
}

@media only screen and (max-width: 767px) {
  header {
    display: none;
  }

  header.mobile {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 111;
    background: #F4F6FA;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }

  header.mobile .bar {
    display: block;
    height: 2px;
    width: 18px;
    background: #0061C1;
    margin: 3px auto;
    transition: all .5s ease-in-out;
    transform: matrix(1, 0, 0, -1, 0, 0);
  }

  header.mobile .center {
    margin: 0 auto;
  }

  header.mobile .menu-toggler.active-icon {
    z-index: 9999;
    transition: all .7s ease-in-out;
  }

  header.mobile .menu-toggler.active-icon .top {
    transform: translateY(5px) rotateZ(45deg);
  }

  header.mobile .menu-toggler.active-icon .center {
    width: 0;
  }

  header.mobile .menu-toggler.active-icon .bottom {
    transform: translateY(-5px) rotateZ(-45deg);
  }

  header.mobile nav {
    border: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f6fa;
    position: relative;
    z-index: 33;
  }

  header.mobile nav .logo {
    max-width: 90px;
    padding: 10px 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header.mobile .overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    overflow: auto;
  }

  header.mobile .overlay.visible {
    z-index: 11;
    visibility: visible;
    opacity: 1.5;
    background: #F4F6FA;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    text-align: center;
    padding-top: 60px;
    right: 0;
  }

  header.mobile .overlay.visible .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
  }

  header.mobile .overlay.visible .container .head-user {
    margin-bottom: 20px;
    width: 100%;
  }

  header.mobile .overlay.visible .container .head-user .user-name {
    text-align: center;
    color: #0061C1;
    margin-bottom: 14px;
  }

  header.mobile .overlay.visible .container .head-user .user-role {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #949596;
    display: block;
  }

  header.mobile .overlay.visible .container .statistic {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  header.mobile .overlay.visible .container .statistic .stat:nth-last-child(1) {
    margin-bottom: 0;
  }

  header.mobile .overlay.visible .container .statistic .stat {
    margin-bottom: 20px;
  }

  header.mobile .overlay.visible .container .statistic .stat p:nth-child(2) {
    margin-bottom: 0;
  }

  header.mobile .overlay.visible .container .statistic .stat p:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #949596;
    margin-bottom: 13px;
    text-align: center;
  }

  header.mobile .overlay.visible .container .statistic .credit-num {
    color: #B6B6B6;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  header.mobile .overlay.visible .container .statistic .used-num {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #B6B6B6;
  }

  header.mobile .overlay.visible .container .statistic .balance-num {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #0061C1;
    position: relative;
  }

  header.mobile .overlay.visible .container .statistic .balance-num::after {
    content: url("../img/css_img/arrow-statistic.svg");
    display: block;
    width: 9px;
    height: 5px;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: -26px;
    top: 50%;
    transition: 300ms ease-in-out;
    transform: translateY(-50%) rotate(180deg);
  }

  header.mobile .overlay.visible .container .statistic .toggle-statistic {
    cursor: pointer;
  }

  header.mobile .overlay.visible .container .statistic .toggle-statistic.active-toggle .balance-num::after {
    transform: translateY(-50%) rotate(0deg);
    transition: 300ms ease-in-out;
  }

  header.mobile .overlay.visible .container .menu {
    width: 100%;
  }

  header.mobile .overlay.visible .container .menu .ul {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  header.mobile .overlay.visible .container .menu .ul .li {
    border-radius: 25px;
    margin-bottom: 20px;
    text-align: right;
  }

  header.mobile .overlay.visible .container .menu .ul .li a {
    width: 100%;
    display: block;
    padding: 15px 26px;
    color: #767E8A;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  }

  header.mobile .overlay.visible .container .menu .ul .li a img,
  header.mobile .overlay.visible .container .menu .ul .li a svg {
    margin-left: 17px;
  }

  header.mobile .overlay.visible .container .menu .ul .li:hover {
    background: #F3F2F2;
  }

  header.mobile .overlay.visible .container .menu .ul .li.current {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    background: #0061C1;
  }

  header.mobile .overlay.visible .container .menu .ul .li.current a {
    color: #fff;
  }

  header.mobile .overlay.visible .container .menu .ul .li.current svg path {
    fill: #fff;
  }

  header.mobile .overlay.visible .container .customer-phone {
    width: 100%;
    text-align: center;
    padding: 16px 10px;
    margin-top: auto;
  }

  header.mobile .overlay.visible .container .customer-phone hr {
    border: 1px solid #AAABAB;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  header.mobile .overlay.visible .container .customer-phone .name {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #949596;
    margin-bottom: 8px;
  }

  header.mobile .overlay.visible .container .customer-phone .phone-num {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #495872;
    margin: 0;
  }

  header.mobile .settings-header {
    position: relative;
    text-align: right;
  }

  header.mobile .settings-header .info-toggle img:nth-child(1) {
    margin-left: 6.55px;
  }

  header.mobile .settings-header .info-content {
    position: absolute;
    min-width: 167px;
    white-space: nowrap;
    right: 0;
  }

  header.mobile .settings-header .info-content a,
  header.mobile .settings-header .info-content button {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 8px 16px;
    color: #495872;
    display: flex;
    align-items: center;
    border: 0;
  }

  header.mobile .settings-header .info-content a img,
  header.mobile .settings-header .info-content button img {
    margin-left: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header {
    display: none;
  }

  header.mobile {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 111;
    background: #F4F6FA;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }

  header.mobile .bar {
    display: block;
    height: 2px;
    width: 18px;
    background: #0061C1;
    margin: 3px auto;
    transition: all .5s ease-in-out;
    transform: matrix(1, 0, 0, -1, 0, 0);
  }

  header.mobile .center {
    margin: 0 auto;
  }

  header.mobile .menu-toggler.active-icon {
    z-index: 9999;
    transition: all .7s ease-in-out;
  }

  header.mobile .menu-toggler.active-icon .top {
    transform: translateY(5px) rotateZ(45deg);
  }

  header.mobile .menu-toggler.active-icon .center {
    width: 0;
  }

  header.mobile .menu-toggler.active-icon .bottom {
    transform: translateY(-5px) rotateZ(-45deg);
  }

  header.mobile nav {
    border: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f6fa;
    position: relative;
    z-index: 33;
  }

  header.mobile nav .logo {
    max-width: 90px;
    padding: 10px 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header.mobile .overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    overflow: auto;
  }

  header.mobile .overlay.visible {
    z-index: 11;
    visibility: visible;
    opacity: 1.5;
    background: #F4F6FA;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    text-align: center;
    padding-top: 60px;
    right: 0;
  }

  header.mobile .overlay.visible .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
  }

  header.mobile .overlay.visible .container .head-user {
    margin-bottom: 20px;
    width: 100%;
  }

  header.mobile .overlay.visible .container .head-user .user-name {
    text-align: center;
    color: #0061C1;
    margin-bottom: 14px;
  }

  header.mobile .overlay.visible .container .head-user .user-role {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #949596;
    display: block;
  }

  header.mobile .overlay.visible .container .statistic {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  header.mobile .overlay.visible .container .statistic .stat:nth-last-child(1) {
    margin-bottom: 0;
  }

  header.mobile .overlay.visible .container .statistic .stat {
    margin-bottom: 20px;
  }

  header.mobile .overlay.visible .container .statistic .stat p:nth-child(2) {
    margin-bottom: 0;
  }

  header.mobile .overlay.visible .container .statistic .stat p:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #949596;
    margin-bottom: 13px;
    text-align: center;
  }

  header.mobile .overlay.visible .container .statistic .credit-num {
    color: #B6B6B6;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  header.mobile .overlay.visible .container .statistic .used-num {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #B6B6B6;
  }

  header.mobile .overlay.visible .container .statistic .balance-num {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #0061C1;
    position: relative;
  }

  header.mobile .overlay.visible .container .statistic .balance-num::after {
    content: url("../img/css_img/arrow-statistic.svg");
    display: block;
    width: 9px;
    height: 5px;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: -26px;
    top: 50%;
    transition: 300ms ease-in-out;
    transform: translateY(-50%) rotate(180deg);
  }

  header.mobile .overlay.visible .container .statistic .toggle-statistic {
    cursor: pointer;
  }

  header.mobile .overlay.visible .container .statistic .toggle-statistic.active-toggle .balance-num::after {
    transform: translateY(-50%) rotate(0deg);
    transition: 300ms ease-in-out;
  }

  header.mobile .overlay.visible .container .customer-phone {
    width: 100%;
    text-align: center;
    padding: 16px 10px;
    margin-top: auto;
  }

  header.mobile .overlay.visible .container .customer-phone hr {
    border: 1px solid #AAABAB;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  header.mobile .overlay.visible .container .customer-phone .name {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #949596;
    margin-bottom: 8px;
  }

  header.mobile .overlay.visible .container .customer-phone .phone-num {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #495872;
    margin: 0;
  }

  header.mobile .overlay.visible .container .menu {
    width: 100%;
  }

  header.mobile .overlay.visible .container .menu .ul {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  header.mobile .overlay.visible .container .menu .ul .li {
    border-radius: 25px;
    margin-bottom: 20px;
    text-align: right;
  }

  header.mobile .overlay.visible .container .menu .ul .li a {
    width: 100%;
    display: block;
    padding: 15px 26px;
    color: #767E8A;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  }

  header.mobile .overlay.visible .container .menu .ul .li a img,
  header.mobile .overlay.visible .container .menu .ul .li a svg {
    margin-left: 17px;
  }

  header.mobile .overlay.visible .container .menu .ul .li:hover {
    background: #F3F2F2;
  }

  header.mobile .overlay.visible .container .menu .ul .li.current {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    background: #0061C1;
  }

  header.mobile .overlay.visible .container .menu .ul .li.current a {
    color: #fff;
  }

  header.mobile .overlay.visible .container .menu .ul .li.current svg path {
    fill: #fff;
  }

  header.mobile .settings-header {
    position: relative;
    text-align: right;
  }

  header.mobile .settings-header .info-toggle img:nth-child(1) {
    margin-left: 6.55px;
  }

  header.mobile .settings-header .info-content {
    position: absolute;
    min-width: 167px;
    white-space: nowrap;
    right: 0;
  }

  header.mobile .settings-header .info-content a,
  header.mobile .settings-header .info-content button {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 8px 16px;
    color: #495872;
    display: flex;
    align-items: center;
    border: 0;
  }

  header.mobile .settings-header .info-content a img,
  header.mobile .settings-header .info-content button img {
    margin-left: 19px;
  }
}

/* Chrome, Safari, Edge, Opera */
/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #3D4864 !important;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.rtl input,
.rtl textarea,
.rtl select {
  direction: rtl !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #495872;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #495872;
}

::placeholder {
  color: #495872;
}

.form-group {
  margin-bottom: 20px;
}

.form-group.two-flex>div {
  width: 48%;
}

.input-group.textarea-group {
  width: 100% !important;
}

.input-group.textarea-group textarea {
  width: 100%;
}

.active-input {
  background: #fff;
}

.input-group,
.input-group-autocomplete {
  display: flex;
  position: relative;
  padding: 8px 12px;
  border-bottom: 1px solid #D1D1D1;
  box-sizing: border-box;
  flex-direction: column;
  min-height: 33px;
}

.input-group label,
.input-group-autocomplete label {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #B3B3B3;
  margin-bottom: 4px;
  position: absolute;
  top: 7px;
  transition: 200ms ease-in-out;
}

.input-group textarea,
.input-group input,
.input-group-autocomplete textarea,
.input-group-autocomplete input {
  border: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #3D4864;
  width: 100%;
  background: transparent;
}

.input-group .password-toggle,
.input-group-autocomplete .password-toggle {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.input-group .password-toggle-input,
.input-group-autocomplete .password-toggle-input {
  direction: ltr!important;
  padding-left: 32px;
}

.error .input-group {
  border-color: #D86767;
}

.error label {
  color: #D86767;
}

.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.selected-input {
  border-bottom: 0;
}

.active-label label {
  top: -15px;
  font-size: 12px;
  z-index: 10 !important;
}

.active-label label.error {
  color: #D86767;
  font-size: 12px !important;
}

.td-input input {
  background: #FDFDFD;
  border: 1px solid #C5C7CD;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 19px;
  color: #495872;
  width: 100%;
  max-width: 126px;
}

.error-append {
  position: relative;
}

.error-append label.error-group {
  position: absolute;
  color: red;
  font-size: 9px;
  line-height: 9px;
  padding: 0 10px;
  bottom: -11px;
  margin: 0;
}

.rtl .search-input {
  margin-right: 20px;
}

.rtl .reports_page .search-input {
  margin-right: 0;
}

.rtl .select-label label {
  margin-left: 3px;
}

.ltr .search-input {
  margin-left: 20px;
}

.ltr .select-label label {
  margin-right: 20px;
}

.text-center-input-group label {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.text-center-input-group input {
  text-align: center;
}

.rtl .text-left-input-group label {
  left: 12px;
  text-align: left;
}

.rtl .text-left-input-group input {
  text-align: left;
}

.ltr .text-right-input-group label {
  right: 12px;
  text-align: right;
}

.ltr .text-right-input-group input {
  text-align: right;
}

select {
  position: relative;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("../img/css_img/select-arrow.svg") 16px 50% no-repeat;
  border: 0;
  font-size: 14px;
  line-height: 17px;
}

.select-label {
  display: flex;
  align-items: center;
}

.select-label label {
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}

.select-label select {
  min-width: 165px;
  padding: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #495872;
  border: 0;
  border-bottom: 1px solid #D1D1D1;
}

.search-input {
  background: #EFF5FB;
  border-radius: 17px;
  max-width: 180px;
  width: 100%;
  display: flex;
  padding: 8px 16px;
  min-height: 36px;
}

.search-input input {
  background: #EFF5FB;
  border: 0;
  width: 100%;
}

.search-input input::placeholder {
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #B3B3B3;
}

.search-input .srch-icon {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .active-label label {
    top: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .active-label label {
    top: -10px;
  }
}

/*
  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }

  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }

  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    background: transparent; }

  [type="radio"]:checked + label:before {
    border: 1px solid #0061C1; }

  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0061C1;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: scale(1) translateY(-50%) !important;
    left: 5px; }

  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }

  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }*/

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0061C1;
}

.scrollbar {
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .bg {
    min-height: 90px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .bg {
    min-height: 120px !important;
  }
}

.table-my {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  border-radius: 5px;
}

.table-my tfoot,
.table-my tfoot th,
.table-my tfoot td {
  position: -webkit-sticky;
  /*position: sticky;*/
  bottom: 0;
  z-index: 4;
  background: #D6E9FD !important;
  padding: 14px;
}

.table-my thead,
.table-my thead th {
  background: #0061C1;
  position: -webkit-sticky;
/*  position: sticky;*/
  top: 0;
  z-index: 4;
}

.table-my table {
  min-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.table-my table thead {
  background: #0061C1;
}

.table-my table thead th {
  font-family: 'Rubik-bold';
  padding: 12px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  max-width: 482px;
}

.table-my table thead th .ch [type="checkbox"]:not(:checked)+label,
.table-my table thead th .ch [type="checkbox"]:checked+label {
  padding: 0;
}

.table-my table thead th .ch [type="checkbox"]:not(:checked)+label:before {
  border: 2px solid #fff;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 4px 4px rgba(34, 167, 240, 0.35);
}

.table-my table thead th .ch [type="checkbox"]:checked+label:before {
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(34, 167, 240, 0.35);
}

.table-my table thead th .ch [type="checkbox"]:not(:checked)+label:after,
.table-my table thead th .ch [type="checkbox"]:checked+label:after {
  content: url("../img/css_img/pathq-blue.png");
}

.table-my table thead th.more-th {
  width: 160px;
}

.table-my table tbody tr td {
  padding: 15px 14px;
  font-size: 16px;
  line-height: 19px;
  color: #495872;
}

.table-my table tbody tr td .ch [type="checkbox"]:not(:checked)+label,
.table-my table tbody tr td .ch [type="checkbox"]:checked+label {
  padding: 0;
}

.table-my table tbody tr td .ch [type="checkbox"]:not(:checked)+label:before {
  border: 2px solid #8BD6FF;
  background: #8BD6FF;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 4px 4px rgba(34, 167, 240, 0.35);
}

.table-my table tbody tr td .ch [type="checkbox"]:checked+label:before {
  border: 2px solid #0061C1;
  background: #0061C1;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 4px 4px rgba(34, 167, 240, 0.35);
}

.table-my table tbody tr:nth-child(even) {
  background: rgba(34, 167, 240, 0.05);
}

.more-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding: 2px 8px;
}

.more {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 5;
}

.more a {
  font-size: 16px;
  line-height: 22px;
  padding: 7px 16px;
}

.more a.edit {
  color: #495872;
}

.more a.delete {
  color: #E70000;
}

.actions a.btn {
  padding: 5px 10px;
  font-size: 12px;
}

.hide {
  display: none !important;
}

th.dealers-th {
  text-align: center !important;
}

.eye-td {
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin: 0 auto;
}

.eye-td:hover {
  background: rgba(77, 79, 103, 0.1);
}

.table-footer {
  background: #D6E9FD !important;
  padding: 14px 30px;
}

.table-footer .total .title {
  font-family: Rubik-bold;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #696969;
  margin-bottom: 0;
}

.table-footer .total .sum {
  font-family: Rubik-bold;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0061C1;
  margin-bottom: 0;
}

.rtl .table-footer .total+.total {
  margin-right: 50px;
}

.ltr .table-footer .total+.total {
  margin-left: 50px;
}

.table-mobile {
  display: none;
}

.tabl-mob {
  position: relative;
}

.tabl-mob .toggle-td {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  transition: 300ms ease;
  width: 30px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .table-web {
    display: none;
  }

  .rtl .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) .th,
  .rtl .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) .td {
    text-align: left !important;
  }

  .rtl .table-mobile .tabl-mob .table-row .tr:nth-child(1) .th,
  .rtl .table-mobile .tabl-mob .table-row .tr:nth-child(1) .td {
    text-align: right !important;
  }

  .table-mobile {
    display: flex;
    flex-direction: column;
  }

  .table-mobile .more {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 33333;
    border-radius: 5px 5px 0 0;
  }

  .table-mobile .more a {
    padding: 12px 16px;
  }

  .table-mobile .more .cancel {
    color: #AEAEAE;
    border-top: 1px solid #E6E6E6;
  }

  .table-mobile .btn-main {
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    max-width: 100%;
  }

  .table-mobile .tabl-mob {
    display: flex;
    flex-direction: column;
    background: #F4FAFE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px !important;
    margin-bottom: 16px;
  }

  .table-mobile .tabl-mob .table-row-single {
    border-radius: 5px !important;
  }

  .table-mobile .tabl-mob .table-row:nth-child(1) {
    background: #fff;
    border-radius: 5px 5px 0 0;
  }

  .table-mobile .tabl-mob .details-row {
    justify-content: center !important;
  }

  .table-mobile .tabl-mob .details-row .tr {
    align-items: center !important;
  }

  .table-mobile .tabl-mob .table-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 16px;
  }

  .table-mobile .tabl-mob .table-row .tr {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
  }

  .table-mobile .tabl-mob .table-row .tr .th-more {
    margin-bottom: 13px !important;
  }

  .table-mobile .tabl-mob .table-row .tr .th {
    font-family: Rubik-bold;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #999999;
    margin-bottom: 5px;
  }

  .table-mobile .tabl-mob .table-row .tr .td {
    font-family: Rubik-bold;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #495872;
    text-align: center;
  }

  .table-mobile .tabl-mob .table-row .tr .td .custom-switch {
    margin-top: 3px;
  }

  .table-mobile .tabl-mob .table-row .tr:nth-child(1) {
    align-items: flex-start;
    text-align: left;
    margin: 0;
  }

  .table-mobile .tabl-mob .table-row .tr:nth-child(1) .th,
  .table-mobile .tabl-mob .table-row .tr:nth-child(1) .td {
    text-align: left;
  }

  .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) {
    margin: 0;
    align-items: flex-end;
    text-align: right;
  }

  .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) .th,
  .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) .td {
    text-align: right;
  }

  .table-mobile .tabl-mob .table-row-checkbox {
    padding: 4px 16px 7px 16px;
    border-bottom: 1px solid #F4FAFE;
    background: #fff;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox .ch {
    position: absolute;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox .ch [type="checkbox"]:checked+label:before {
    top: -11px;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox .ch [type="checkbox"]:not(:checked)+label:before {
    top: -11px;
    background: #8BD6FF;
    box-shadow: 0px 4px 4px rgba(34, 167, 240, 0.35);
    border-radius: 3px;
    border: 0;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox>label {
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #0061C1;
  }

  .table-mobile .tabl-mob-checkbox .table-row:nth-child(2) {
    background: #fff;
    border-radius: 5px 5px 0 0;
  }

  .table-mobile-footer {
    z-index: 10;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FAFAFA;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.18);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .table-mobile-footer .totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .table-mobile-footer .totals .total {
    width: 50%;
  }

  .table-mobile-footer .totals .total .title {
    font-family: Rubik-bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #696969;
    margin-bottom: 0;
  }

  .table-mobile-footer .totals .total .sum {
    font-family: Rubik-bold;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0061C1;
    margin-bottom: 0;
  }

  .table-mobile-footer .totals .total:nth-child(1) {
    text-align: right;
  }

  .table-mobile-footer .totals .total:nth-child(2) {
    text-align: left;
  }

  .table-mobile-footer .back-btn {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .table-web {
    display: none;
  }

  .rtl .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) .th,
  .rtl .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) .td {
    text-align: left !important;
  }

  .rtl .table-mobile .tabl-mob .table-row .tr:nth-child(1) .th,
  .rtl .table-mobile .tabl-mob .table-row .tr:nth-child(1) .td {
    text-align: right !important;
  }

  .table-mobile {
    display: flex;
    flex-direction: column;
  }

  .table-mobile .more {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 33333;
    border-radius: 5px 5px 0 0;
  }

  .table-mobile .more a {
    padding: 12px 16px;
  }

  .table-mobile .more .cancel {
    color: #AEAEAE;
    border-top: 1px solid #E6E6E6;
  }

  .table-mobile .btn-main {
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    max-width: 100%;
  }

  .table-mobile .tabl-mob {
    display: flex;
    flex-direction: column;
    background: #F4FAFE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px !important;
    margin-bottom: 16px;
  }

  .table-mobile .tabl-mob .table-row-single {
    border-radius: 5px !important;
  }

  .table-mobile .tabl-mob .table-row:nth-child(1) {
    background: #fff;
    border-radius: 5px 5px 0 0;
  }

  .table-mobile .tabl-mob .details-row {
    justify-content: center !important;
  }

  .table-mobile .tabl-mob .details-row .tr {
    align-items: center !important;
  }

  .table-mobile .tabl-mob .table-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 16px;
  }

  .table-mobile .tabl-mob .table-row .tr {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
  }

  .table-mobile .tabl-mob .table-row .tr .th-more {
    margin-bottom: 13px !important;
  }

  .table-mobile .tabl-mob .table-row .tr .th {
    font-family: Rubik-bold;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #999999;
    margin-bottom: 5px;
  }

  .table-mobile .tabl-mob .table-row .tr .td {
    font-family: Rubik-bold;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #495872;
    text-align: center;
  }

  .table-mobile .tabl-mob .table-row .tr .td .custom-switch {
    margin-top: 3px;
  }

  .table-mobile .tabl-mob .table-row .tr:nth-child(1) {
    align-items: flex-start;
    text-align: left;
    margin: 0;
  }

  .table-mobile .tabl-mob .table-row .tr:nth-child(1) .th,
  .table-mobile .tabl-mob .table-row .tr:nth-child(1) .td {
    text-align: left;
  }

  .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) {
    margin: 0;
    align-items: flex-end;
    text-align: right;
  }

  .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) .th,
  .table-mobile .tabl-mob .table-row .tr:nth-last-child(1) .td {
    text-align: right;
  }

  .table-mobile .tabl-mob .table-row-checkbox {
    padding: 4px 16px 7px 16px;
    border-bottom: 1px solid #F4FAFE;
    background: #fff;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox .ch {
    position: absolute;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox .ch [type="checkbox"]:checked+label:before {
    top: -11px;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox .ch [type="checkbox"]:not(:checked)+label:before {
    top: -11px;
    background: #8BD6FF;
    box-shadow: 0px 4px 4px rgba(34, 167, 240, 0.35);
    border-radius: 3px;
    border: 0;
  }

  .table-mobile .tabl-mob .table-row-checkbox .tr-checkbox>label {
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #0061C1;
  }

  .table-mobile .tabl-mob-checkbox .table-row:nth-child(2) {
    background: #fff;
    border-radius: 5px 5px 0 0;
  }

  .table-mobile-footer {
    z-index: 10;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FAFAFA;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.18);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .table-mobile-footer .totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .table-mobile-footer .totals .total {
    width: 50%;
  }

  .table-mobile-footer .totals .total .title {
    font-family: Rubik-bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #696969;
    margin-bottom: 0;
  }

  .table-mobile-footer .totals .total .sum {
    font-family: Rubik-bold;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0061C1;
    margin-bottom: 0;
  }

  .table-mobile-footer .totals .total:nth-child(1) {
    text-align: right;
  }

  .table-mobile-footer .totals .total:nth-child(2) {
    text-align: left;
  }

  .table-mobile-footer .back-btn {
    width: 90%;
    margin: 0 auto;
  }
}

.rtl .main .td-num {

  direction: ltr !important;
  text-align: right;
  unicode-bidi: bidi-override;

}

.dropdown__my {
  margin-left: 40px;
  position: relative;
}

.dropdown__my .dropdown-toogler {
  display: flex;
  align-items: center;
}

.dropdown__my .dropdown-toogler span {
  padding: 0 10px;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.87);
}

.dropdown__my .dropdown-toogler .arrow-down {
  width: 10px;
  height: 5px;
}

.dropdown__my .dropdown-content {
  position: absolute;
  top: 31px;
  width: 100%;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
}

.dropdown__my .dropdown-content ul {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
}

.dropdown__my .dropdown-content ul li {
  padding: 10px 11px;
}

.dropdown__my .dropdown-content ul li a {
  display: block;
  width: 100%;
}

.dropdown__my .dropdown-content ul li a span {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #3B2F78;
  padding: 0 10px;
}

.dropdown__my:hover .dropdown-content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease-in-out;
}

.dropdown__my:hover .dropdown-content li:hover {
  background: #f4f4f4;
}

.lang-item-he a span {
  font-family: 'Rubik' !important;
}

.dropdown__my__click {
  position: relative;
}

.dropdown__my__click .dropdown-toogler span {
  padding: 0 10px;
}

.dropdown__my__click .dropdown-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
}

.dropdown__my__click .dropdown-content ul {
  text-align: left;
}

.dropdown__my__click .dropdown-content ul li {
  padding: 10px 11px;
}

.dropdown__my__click .dropdown-content ul li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

.dropdown__my__click .dropdown-content ul li a span {
  padding: 0 10px;
}

.dropdown__my__click .dropdown-content ul li:hover {
  background: #f4f4f4;
}

.dropdown__my__click .dropdown-content.show {
  height: 100%;
  position: unset;
  max-width: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease-in-out;
}

.ch {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
}

.ch [type="checkbox"]:not(:checked),
.ch [type="checkbox"]:checked {
  display: none;
  position: absolute;
  left: -9999px;
}

.ch [type="checkbox"]:not(:checked)+label,
.ch [type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
  margin-bottom: 4px;
  text-align: left;
  white-space: nowrap;
  display: inline-block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
}

.ch [type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #717171;
  background: transparent;
  border-radius: 3px;
}

.ch [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #0061C1;
  background: #0061C1;
  box-shadow: 0px 3px 11px rgba(0, 97, 194, 0.25);
  border-radius: 3px;
  z-index: 1;
}

.ch [type="checkbox"]:not(:checked)+label:after,
.ch [type="checkbox"]:checked+label:after {
  content: url("../img/css_img/pathq.png");
  width: 14px;
  object-fit: contain;
  height: 19px;
  display: flex;
  position: absolute;
  top: 50%;
  transition: all .2s;
  z-index: 32;
  transform: translateY(-50%) scale(1) !important;
}

.ch [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.ch [type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.ch [type="checkbox"]:disabled:not(:checked)+label:before,
.ch [type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd;
}

.ch [type="checkbox"]:disabled:checked+label:after {
  color: #999999;
}

.ch [type="checkbox"]:disabled+label {
  color: #aaaaaa;
}

.ch [type="checkbox"]:checked:focus+label:before,
.ch [type="checkbox"]:not(:checked):focus+label:before {
  border: 2px solid #0061C1;
}

.rtl .ch [type="checkbox"]:not(:checked)+label,
.rtl .ch [type="checkbox"]:checked+label {
  padding-right: 29px;
}

.rtl .ch [type="checkbox"]:checked+label:before,
.rtl .ch [type="checkbox"]:not(:checked)+label:before {
  right: 0;
}

.rtl .ch [type="checkbox"]:not(:checked)+label:after,
.rtl .ch [type="checkbox"]:checked+label:after {
  right: 3px;
}

.ltr .ch [type="checkbox"]:not(:checked)+label,
.ltr .ch [type="checkbox"]:checked+label {
  padding-left: 29px;
}

.ltr .ch [type="checkbox"]:checked+label:before,
.ltr .ch [type="checkbox"]:not(:checked)+label:before {
  left: 0;
}

.ltr .ch [type="checkbox"]:not(:checked)+label:after,
.ltr .ch [type="checkbox"]:checked+label:after {
  left: 3px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-group {
  width: 100%;
  margin: 60px auto;
  margin-bottom: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.button-group .button {
  max-width: 207px;
}

.button-group .button+.button {
  margin-right: 40px;
}

.button-single {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.button-single button,
.button-single input {
  min-width: 245px;
  padding: 12px;
  border-radius: 28px;
}

.refund-btn {
  padding: 0;
  padding-top: 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FF0000;
  outline: none !important;
}

.refund-btn:hover {
  outline: none !important;
  color: #ff0000;
}

.btn-loader.sending {
  padding-right: 50px;
  transition: padding-right 0.5s;
}

.btn-loader {
  position: relative;
  transition: padding-right 0.5s;
}

.btn-loader:before {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  animation: 0.8s linear infinite rotate;
}

.btn-loader.sending {
  pointer-events: none;
  cursor: not-allowed;
}

.btn-loader.sending:before {
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 1;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .button-group {
    margin-top: 25px;
  }

  .button-group .button {
    max-width: 150px;
    min-width: 130px;
  }

  .button-group .button+.button {
    margin-right: 28px;
  }

  .warning-button-group .button {
    max-width: 132px;
    min-width: 128px;
  }
}

@media only screen and (max-width: 767px) {
  .button-group {
    margin-top: 25px;
  }

  .button-group .button {
    width: 100%;
    max-width: 150px;
    min-width: 130px;
  }

  .button-group .button+.button {
    margin-right: 28px;
  }

  .warning-button-group .button {
    max-width: 132px;
    min-width: 128px;
  }
}

.select2-form .select2-selection--single,
.select2-form .select2-selection--multiple,
body .select2-selection--single,
body .select2-selection--multiple {
  display: flex !important;
  align-items: center;
}

.select2-form .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}

.select2-form .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 0 !important;
}

.select2-form .select2-container,
body .select2-container {
  min-width: 200px;
  font-family: 'Rubik';
}

.select2-form .select2-search input,
body .select2-search input {
  font-family: 'Rubik';
}

.select2-form .select2-results__option,
body .select2-results__option {
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  color: #495872;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-form .multiple-container .select2-results__option:after,
body .multiple-container .select2-results__option:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #8BD6FF;
  background: #8BD6FF;
  box-shadow: 0px 4px 4px rgba(34, 167, 240, 0.35);
  border-radius: 3px;
  margin-left: 20px;
  vertical-align: middle;
}

.select2-form .select2-selection__choice+.select2-selection__choice::after,
body .select2-selection__choice+.select2-selection__choice::after {
  content: '...';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  bottom: 21px;
  left: 26px;
  z-index: 1111111;
  visibility: visible;
}

.select2-form .multiple-container .select2-results__option[aria-selected=true]:after,
body .multiple-container .select2-results__option[aria-selected=true]:after {
  content: url("../img/css_img/pathq.png");
  text-align: center;
  border: 2px solid #0061C1;
  border-radius: 3px;
  background: #0061C1;
  box-shadow: 0px 4px 4px rgba(34, 167, 240, 0.35);
  display: inline-block;
  padding-left: 2px;
  line-height: 17px;
}

.select2-form .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}

.select2-form .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EFF6FC;
  color: #272727;
}

.select2-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

.select2-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 4px;
}

.select2-form .select2-container .select2-search--inline .select2-search__field,
body .select2-container .select2-search--inline .select2-search__field {
  padding: 0px 13px;
  font-size: 14px;
  line-height: 17px;
  color: #495872;
}

.select2-form .select2-container--default .select2-selection--multiple,
body .select2-container--default .select2-selection--multiple {
  border: 0;
  border-bottom: 1px solid #D1D1D1;
  border-radius: 0;
}

.select2-form .select2-container--default.select2-container--focus .select2-selection--multiple,
body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  border-bottom: 1px solid #D1D1D1;
  border-radius: 0;
}

.select2-form .select2-container--default .select2-selection--single .select2-selection__arrow,
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0;
}

.select2-form .select2-container--open .select2-dropdown,
.select2-form .select2-container--open .select2-dropdown--below,
body .select2-container--open .select2-dropdown,
body .select2-container--open .select2-dropdown--below {
  width: 201px !important;
  left: 0 !important;
  right: unset !important;
}

.select2-form .report-head-childs .select2-container,
body .report-head-childs .select2-container {
  min-width: 100%;
}

.select2-form .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  font-size: 14px;
  line-height: 17px;
}

.select2-form .select2-selection__rendered:after,
body .select2-selection__rendered:after {
  content: url(../img/css_img/select-arrow.svg);
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 6px;
}

.select2-form .select2-container--default .select2-selection--single .select2-selection__clear,
body .select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 5px;
  top: 5px;
}

.select2-form .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #D1D1D1;
  background: transparent;
  border-radius: 0;
  height: 33px;
}

.select2-form .select2-container--default.select2-container--focus .select2-selection--single,
body .select2-container--default.select2-container--focus .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #D1D1D1;
  border-radius: 0;
}

.select2-form .select2-selection__rendered,
body .select2-selection__rendered {
  height: 22px;
  vertical-align: top;
  display: flex !important;
  flex-direction: column;
  overflow: unset !important;
}

.select2-form .select2-search.select2-search--inline,
body .select2-search.select2-search--inline {
  float: none !important;
  display: inline-block !important;
}

.select2-form .select2-selection__rendered li:nth-child(1),
body .select2-selection__rendered li:nth-child(1) {
  visibility: visible;
}

.select2-form .select2-selection__rendered li,
body .select2-selection__rendered li {
  visibility: hidden;
}

.select2-form .select2-selection__choice,
body .select2-selection__choice {
  min-width: 140px;
  float: left !important;
  display: block !important;
}

.select2-form .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border: none;
  font-size: 14px;
  line-height: 17px;
  color: #495872;
}

.select2-form .select2-container--default .select2-selection--multiple,
body .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  z-index: 10;
}

.select2-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-form .select2-container--default .select2-selection--single .select2-selection__choice,
body .select2-container--default .select2-selection--single .select2-selection__choice {
  background-color: #ffffff;
  border: none;
  font-size: 14px;
  line-height: 17px;
  color: #495872;
}

.select2-form .select2-container--default .select2-selection--single .select2-selection__choice__remove,
body .select2-container--default .select2-selection--single .select2-selection__choice__remove {
  display: none;
}

.select2-form .select2-container--open .select2-dropdown--below,
body .select2-container--open .select2-dropdown--below {
  width: 201px !important;
  right: 0;
  background: #FDFDFD;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}

.select2-form .custom-control-input:checked~.custom-control-label::before,
body .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #0061C1 !important;
  background-color: #0061C1 !important;
  outline: none;
}

.select2-form .select-icon .select2-selection__placeholder .badge,
body .select-icon .select2-selection__placeholder .badge {
  display: none;
}

.select2-form .select-icon .placeholder,
body .select-icon .placeholder {
  /* display: none; */
}

.select2-form .select-icon .select2-results__option:before,
.select2-form .select-icon .select2-results__option[aria-selected=true]:before,
body .select-icon .select2-results__option:before,
body .select-icon .select2-results__option[aria-selected=true]:before {
  display: none !important;
  /* content: "" !important; */
}

.select2-form .select-icon .select2-search--dropdown,
body .select-icon .select2-search--dropdown {
  display: none;
}

.select2-form .select2-input-group,
.select2-form .select2-single-group,
body .select2-input-group,
body .select2-single-group {
  padding: 0;
  border: 0;
}

.select2-form .select2-input-group label,
.select2-form .select2-single-group label,
body .select2-input-group label,
body .select2-single-group label {
  margin: 0;
  z-index: 0;
  padding: 0 12px;
}

.select2-form .multiple-container,
body .multiple-container {
  z-index: 33;
}

.select2-form .multiple-container *,
body .multiple-container * {
  cursor: pointer;
}

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

  .select2-container--open .select2-dropdown,
  .select2-container--open .select2-dropdown--below {
    position: unset !important;
  }
}

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

  .select2-container--open .select2-dropdown,
  .select2-container--open .select2-dropdown--below {
    position: unset !important;
  }
}

/*modal*/
.new-modal.error-modal .modal-header {
  background: #FF0000;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.new-modal.warning-modal .modal-header {
  background: #EB8D00;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.new-modal.success-modal .modal-header {
  background: #2BB673;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.new-modal .modal-body.message-modal {
  padding: 20px !important;
  padding-top: 98px !important;
}

.new-modal .modal-body.message-modal .img {
  margin: 0 auto;
  text-align: center;
}

.new-modal .modal-body.message-modal .message-title {
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #000000;
  text-align: center;
}

.new-modal .modal-body.message-modal .message-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.new-modal .product-modal-body .price {
  text-align: center;
}

.new-modal .product-modal-body .price h3 {
  font-family: "Rubik" !important;
  font-weight: normal !important;
  color: #B3B3B3;
  margin-bottom: 10px;
}

.new-modal .product-modal-body .price h2 {
  font-family: "Rubik" !important;
  font-weight: normal !important;
  margin-bottom: 0;
}

.new-modal .modal-content {
  margin-top: 50px;
}

.new-modal .modal-header .close {
  padding: 0 !important;
  margin: 0 !important;
}

.new-modal .input-group label {
  margin-bottom: 0;
}

.new-modal .input-group input {
  font-size: 14px;
  line-height: 17px;
}

.new-modal .active-label label {
  top: -10px;
}

.new-modal .modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  top: 15% !important;
}

.new-modal{
  top: -10%!important;
}
.new-modal .modal-dialog .modal-content{
  overflow-y: scroll;
  max-height: 600px;
  position: relative;
}

.new-modal .modal-dialog .modal-content .modal-header{
  top: 1%;
}

@media (max-width: 768px) {
  .new-modal .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.new-modal .modal-body-titles {
  font-family: "Rubik-bold";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8D8F9D;
}

.new-modal .select2-selection__rendered:after {
  left: 6px;
}

.new-modal .modal-dialog.modal-dialog-centered {
  margin: 0 auto;
}

.new-modal .modal-footer .btn-primary {
  min-width: 160px;
  padding: 11px;
}

.new-modal .row {
  align-items: flex-end;
}

.new-modal .col-md-12 .col-md-4:nth-child(1),
.new-modal .col-md-12 .col-md-4:nth-child(3) {
  padding: 0;
}

.new-modal .modal-header {
  background: #0061C1;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #ffff;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  z-index: 9999999999;
  padding: 24px 19px;
}

.new-modal .modal-header:before,
.new-modal .modal-header:after {
  display: none;
}

.new-modal .modal-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.new-modal .modal-footer:before,
.new-modal .modal-footer:after {
  display: none;
}

.new-modal .modal-footer {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-top: none;
}

.new-modal .btn-primary {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.new-modal .modal-body {
  padding: 33px !important;
  padding-top: 98px !important;
}

.new-modal .modal-body .modal_table:nth-child(1) {
  border: 0;
  padding-top: 0;
}

.new-modal .modal-body .modal_table {
  padding: 50px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.7);
}

.new-modal .btn-white-bordered {
  padding: 11px 46px;
}

.quantity-div {
  display: flex;
}

.quantity-div>div {
  width: 50%;
}

.modal .quantity-div {
  align-items: flex-end;
}

.ltr .quantity-div>div:nth-child(1) {
  margin-right: 10%;
}

.rtl .quantity-div>div:nth-child(1) {
  margin-left: 10%;
}

.ltr .input-for-copy {
  padding-right: 29px;
}

.rtl .input-for-copy {
  padding-left: 29px;
}

.ltr .copy-input {
  right: 0;
}

.rtl .copy-input {
  left: 0;
}

.copy-input {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #010066;
  position: absolute;
  cursor: pointer;
}

/*modal end*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .new-modal .modal-body {
/*    padding: 20px 16px !important;
    padding-top: 65px !important;*/
  }

  .new-modal .modal-footer {
    padding: 30px 20px;
  }

  .new-modal .modal-dialog.modal-dialog {
    padding: 43px 5px;
  }

  .new-modal .modal-body .two-flex .text-center-input-group label {
    transform: none;
    left: unset;
    right: unset;
    text-align: unset;
  }

  .new-modal .modal-body .two-flex .text-center-input-group input {
    text-align: unset;
  }
}

@media only screen and (max-width: 767px) {
  .new-modal .modal-body {
    padding: 20px 16px !important;
    padding-top: 65px !important;
  }

  .new-modal .modal-footer {
    padding: 30px 20px;
  }

  .new-modal .modal-dialog.modal-dialog {
    padding: 43px 5px;
  }

  .new-modal .modal-body .two-flex .text-center-input-group label {
    transform: none;
    left: unset;
    right: unset;
    text-align: unset;
  }

  .new-modal .modal-body .two-flex .text-center-input-group input {
    text-align: unset;
  }
}

.datepicker-inputGroup {
  border: 0;
  width: calc(100% - 34px);
}

label.date-pick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #EEEEF0;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 0;
  max-height: 33px;
}

.calendar-img {
  background: #EEEEF0;
  border-radius: 2px;
  padding: 5.6px;
}

.ui-datepicker {
  background: #FFFFFF;
  box-shadow: 0px 2.17204px 6.51613px rgba(0, 0, 0, 0.2);
  border-radius: 5.43011px;
  border: 0;
  width: 300px;
  padding: 30px;
  z-index: 789789 !important;
}

.ui-widget-header {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 19.5484px;
  line-height: 23px;
  color: #22A7F0;
  background: #fff;
  border: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #fff;
  border: 0;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 10.8602px;
  line-height: 13px;
  text-align: center;
  color: #000000;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default:hover {
  background: #22A7F0;
  border-radius: 100%;
  color: #fff;
}

.ui-datepicker select {
  box-shadow: none;
  color: #22A7F0;
  border: 0;
  background: #fff;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: max-content;
  padding: 0 3px;
  text-align: center;
  position: relative;
}

.ui-datepicker table thead {
  border-bottom: 2px solid #22A7F0;
}

.ui-datepicker table thead span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 10.8602px;
  line-height: 13px;
  color: #000000;
}

.ui-datepicker-prev {
  border: 1.08602px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 100%;
  position: relative;
}

.ui-datepicker-prev .ui-icon {
  display: none !important;
}

.ui-datepicker-prev::after {
  content: "";
  background: url(../img/css_img/left-datepicker.svg);
  width: 8.37px;
  height: 12.69px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 44%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.ui-datepicker-next {
  border: 1.08602px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 100%;
  position: relative;
}

.ui-datepicker-next .ui-icon {
  display: none !important;
}

.ui-datepicker-next::after {
  content: "";
  background: url(../img/css_img/right-datepicker.svg);
  width: 8.37px;
  height: 12.69px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 44%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.ui-datepicker-next.ui-state-hover {
  background: transparent;
  border: 1.08602px solid rgba(0, 0, 0, 0.1);
}

.ui-datepicker-prev.ui-state-hover {
  background: transparent;
  border: 1.08602px solid rgba(0, 0, 0, 0.1);
}

.ui-datepicker table th:nth-child(7) span,
.ui-datepicker table th:nth-child(7) a,
.ui-datepicker table th:nth-child(6) span,
.ui-datepicker table th:nth-child(6) a,
.ui-datepicker table td:nth-child(7) span,
.ui-datepicker table td:nth-child(7) a,
.ui-datepicker table td:nth-child(6) span,
.ui-datepicker table td:nth-child(6) a {
  color: rgba(0, 0, 0, 0.5) !important;
}

.ui-datepicker table th:nth-child(5) a:hover,
.ui-datepicker table th:nth-child(6) a:hover,
.ui-datepicker table td:nth-child(5) a:hover,
.ui-datepicker table td:nth-child(6) a:hover {
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-next {
  left: 2px;
  right: auto;
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-prev {
  right: 2px;
  left: auto;
  transform: rotate(180deg);
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  height: 32px;
  pointer-events: none;
  content: "";
  background-color: transparent;
  width: 52px !important;
  border-radius: 36.5px !important;
  border: #E5E5EA solid 1px;
  outline: none;
}

.custom-switch .custom-control-label::after {
  background-color: #FFFFFF !important;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 1px 1px rgba(0, 0, 0, 0.16), 0px 3px 1px rgba(0, 0, 0, 0.1);
  top: -2px;
  left: 4px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  outline: none;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  outline: none;
  left: 0;
}

.custom-control-label {
  width: 52px;
  outline: none;
}

.custom-control-input {
  outline: none;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #0098B9;
  background-color: #0098B9;
  outline: none;
}

.custom-switch .custom-control-label::before {
  left: 0;
  top: -4px;
}

main.sign {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
}

.left-sign {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/sign-background.jpg");
  width: 60%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.left-sign .left-sign-container {
  padding: 80px;
  width: 100%;
  position: relative;
}

.left-sign .left-sign-text {
  height: max-content;
  font-size: 64px;
  line-height: 69px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.left-sign .light-font {
  font-size: 64px;
  line-height: 69px;
  font-family: 'Rubik-light';
  font-weight: 400;
}

.left-sign .left-sign-logo {
  position: absolute;
  bottom: 80px;
}

.right-sign {
  width: 40%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  background: #E5EDF4;
  align-items: center;
  justify-content: center;
}

.right-sign .content {
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px 40px;
  width: 90%;
  max-width: 420px;
}

.right-sign .content .form .input-group-autocomplete {
  border: 2px solid #0061C1;
  width: 100%;
  border-radius: 23px;
  padding: 14px 16px;
}

.right-sign .content .form .input-group-autocomplete label {
  top: 13px;
}

.right-sign .content .form .active-label label {
  top: -20px;
}

.forgot-remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forgot-remember .forgot-link {
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #0061C1;
}

.form-sign .btn-blue {
  padding: 13px 20px;
  border-radius: 23px;
  font-size: 18px;
  line-height: 20px;
}

.form-sign .input-group label {
  font-size: 16px;
  line-height: 18px;
}

.description-forgot {
  font-size: 14px;
  line-height: 17px;
  color: #4B506D;
}

.have-account {
  display: flex;
  align-items: center;
  justify-content: center;
}

.have-account p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.35);
}

.have-account a {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0061C1;
  margin: 0 10px;
}

.resend-pass {
  display: flex;
  align-items: center;
}

.resend-pass p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.35);
}

.resend-pass a {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0061C1;
  margin: 0 10px;
}

.forgot-success-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
}

.repeat-pasw.success-group::after {
  content: url("../img/css_img/password-success.svg");
  display: block;
  width: 11px;
  height: 8.54px;
  position: absolute;
  left: -22px;
  top: 35%;
  transform: translateY(-50%);
}

.repeat-pasw .password-toggle-input {
  padding-left: 52px;
}

.close-eye {
  display: none;
}

@media only screen and (max-width: 767px) {
  .main.sign {
    flex-direction: column;
  }

  .forgot-success-content {
    min-height: 343px;
  }

  .repeat-pasw.success-group::after {
    left: 47px;
  }

  .right-sign {
    width: 100%;
    padding: 16px;
    min-height: auto;
    flex-grow: 1;
  }

  .right-sign .content {
    width: 100%;
    padding: 20px 16px;
  }

  .left-sign {
    width: 100%;
    height: 100%;
    background: #E5EDF4;
    min-height: auto;
  }

  .left-sign .left-sign-container {
    padding: 54px 28px;
    width: 100%;
  }

  .left-sign .left-sign-container .left-sign-text {
    font-size: 44px;
    line-height: 49px;
    color: #0061C1;
    position: unset;
    width: 100%;
    margin-bottom: 23px;
    transform: none;
  }

  .left-sign .left-sign-container .left-sign-text .light-font {
    font-size: 46px;
    line-height: 49px;
    width: 100%;
    display: block;
    white-space: nowrap;
  }

  .left-sign .left-sign-container .left-sign-logo {
    position: unset;
    text-align: center;
  }

  .left-sign .left-sign-container .left-sign-logo img {
    max-width: 122px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main.sign {
    flex-direction: column;
  }

  .repeat-pasw.success-group::after {
    left: 47px;
  }

  .forgot-success-content {
    min-height: 343px;
  }

  .right-sign {
    width: 100%;
    padding: 16px;
    min-height: auto;
    flex-grow: 1;
  }

  .right-sign .content {
    width: 100%;
    padding: 20px 16px;
  }

  .left-sign {
    width: 100%;
    height: 100%;
    background: #E5EDF4;
    min-height: auto;
  }

  .left-sign .left-sign-container {
    padding: 54px 28px;
    width: 100%;
  }

  .left-sign .left-sign-container .left-sign-text {
    font-size: 44px;
    line-height: 49px;
    color: #0061C1;
    position: unset;
    width: 100%;
    margin-bottom: 23px;
    transform: none;
  }

  .left-sign .left-sign-container .left-sign-text .light-font {
    font-size: 46px;
    line-height: 49px;
    width: 100%;
    display: block;
    white-space: nowrap;
  }

  .left-sign .left-sign-container .left-sign-logo {
    position: unset;
    text-align: center;
  }

  .left-sign .left-sign-container .left-sign-logo img {
    max-width: 122px;
  }
}

.main {
  position: relative;
}

.main.admin {
  background: #eeeeee;
  display: flex;
}

.admin-page-title {
  color: #4D4F67;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.admin-page-title .ramilevi-logo {
  margin-right: 30px;
}

.admin-page-title h2 {
  opacity: 0.6;
  margin-bottom: 0;
}

.mobile-date {
  display: none;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #8D8F9D;
}

.admin-content {
  padding: 64px 40px;
  width: 100%;
}

.admin-table-bg {
  position: relative;
  width: 100%;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  min-height: 60vh;
}

.table-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.table-head .btn {
  min-width: 119px;
  white-space: nowrap;
  width: 100%;
}

.table-head h3 {
  color: #4D4F67;
  margin-bottom: 0;
}

.table-head .input-group {
  max-height: 33px;
}

.report-head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.report-head .report-head-childs {
  min-width: 200px;
  max-width: 200px;
}

.report-head .report-head-childs .btn {
  padding: 7px 20px;
}

.ltr .report-head-childs {
  margin-right: 20px;
}

.rtl .report-head-childs {
  margin-left: 20px;
}

.rtl .table-head .btn-white-red {
  margin-right: 20px;
}

.ltr .table-head .btn-white-red {
  margin-left: 20px;
}

.generate-table-mobile {
  display: none;
}

.generate-report {
  width: 100%;
}

.portal .portal-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portal .portal-item .title-portal-item {
  font-family: Rubik-bold;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #8D8F9D;
  margin-bottom: 20px;
}

.portal .portal-item .description-portal-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px;
}

.portal .portal-item hr {
  margin-bottom: 20px;
}

.portal .portal-item .info-portal-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15px;
}

.portal .portal-item .info-portal-item .gray-info {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #B3B3B3;
}

.portal .portal-item .info-portal-item .black-info {
  margin-left: 4px;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #3D4864;
}

.portal .portal-item .info-portal-item:nth-child(1) {
  margin-right: 0;
}

.table-head-mobile-tabs .nav-tabs {
  border-radius: 5px;
  background: #fff;
}

.table-head-mobile-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 50%;
  text-align: center;
  border: 0;
  border-radius: 0;
}

.table-head-mobile-tabs .nav-tabs .nav-item .nav-link {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #A7ACB3;
}

.table-head-mobile-tabs .nav-tabs .nav-item .nav-link.active {
  border: 0;
  border-bottom: 1px solid #0061C1;
  color: #0061C1;
}

.generate-package {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 425px;
  justify-content: space-between;
}

.no-result {
  text-align: center;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .select2-container--open {
    z-index: 3333333333;
  }

  .select2-container--open .select2-dropdown {
    width: 100% !important;
    position: fixed !important;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    z-index: 3333333333;
  }

  .report-head>.d-flex {
    width: 100%;
    flex-wrap: wrap;
  }

  .generate-table-mobile {
    display: block;
  }

  .table-head-mobile .table-head-childs.select-label {
    justify-content: space-between;
  }

  .pr-mobile-table,
  .table-head-mobile-tabs {
    margin-top: 16px;
  }

  .admin-table-bg {
    padding: 33px 16px 20px 16px;
    min-height: unset;
  }

  .mobile-date {
    display: block;
  }

  .admin-page-title {
    margin-bottom: 16px !important;
  }

  .table-head {
    margin-bottom: 0 !important;
  }

  .admin-content {
    padding: 92px 16px 20px 16px;
    width: 100%;
  }

  .generate-btn {
    margin-top: 64px;
  }

  .dealer-prList-admin-table-bg {
    margin-bottom: 16px;
  }

  .dealer-prList-report-head .report-head-childs {
    margin-bottom: 30px;
  }

  .report-head .report-head-childs {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .report-head:nth-last-child(1) .report-head-childs:nth-last-child(1) {
    margin-bottom: 0;
  }

  .table-head-mobile .table-head-childs {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .table-head-mobile .search-input {
    justify-content: space-between;
  }

  .table-head-mobile .search-input input {
    width: 100%;
  }

  .mobile-two-flex.left-right-texts .input-group:nth-child(even) label {
    text-align: left !important;
    transform: none;
    left: 12px;
  }

  .mobile-two-flex.left-right-texts .input-group:nth-child(even) input {
    text-align: left !important;
  }

  .mobile-two-flex.left-right-texts .input-group:nth-child(odd) label {
    text-align: right !important;
    transform: none;
    right: 12px;
  }

  .mobile-two-flex.left-right-texts .input-group:nth-child(odd) input {
    text-align: right !important;
  }

  .portal-title {
    margin-bottom: 20px;
  }

  .admin-page-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.table-head-mobile-tabs {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .select2-container--open {
    z-index: 3333333333;
  }

  .select2-container--open .select2-dropdown {
    width: 100% !important;
    position: fixed !important;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    z-index: 3333333333;
  }

  .report-head>.d-flex {
    width: 100%;
    flex-wrap: wrap;
  }

  .generate-table-mobile {
    display: block;
  }

  .pr-mobile-table,
  .table-head-mobile-tabs {
    margin-top: 16px;
  }

  .admin-table-bg {
    padding: 33px 16px 20px 16px;
    min-height: unset;
  }

  .mobile-date {
    display: block;
  }

  .admin-page-title {
    margin-bottom: 16px !important;
  }

  .table-head {
    margin-bottom: 0 !important;
  }

  .admin-content {
    padding: 92px 16px 20px 16px;
    width: 100%;
  }

  .generate-btn {
    margin-top: 64px;
  }

  .dealer-prList-admin-table-bg {
    margin-bottom: 16px;
  }

  .dealer-prList-report-head .report-head-childs {
    margin-bottom: 30px;
  }

  .report-head .report-head-childs {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .report-head:nth-last-child(1) .report-head-childs:nth-last-child(1) {
    margin-bottom: 0;
  }

  .table-head-mobile .table-head-childs {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .table-head-mobile .search-input {
    justify-content: space-between;
  }

  .table-head-mobile .search-input input {
    width: 100%;
  }

  .mobile-two-flex.left-right-texts .input-group:nth-child(even) label {
    text-align: left !important;
    transform: none;
    left: 12px;
  }

  .mobile-two-flex.left-right-texts .input-group:nth-child(even) input {
    text-align: left !important;
  }

  .mobile-two-flex.left-right-texts .input-group:nth-child(odd) label {
    text-align: right !important;
    transform: none;
    right: 12px;
  }

  .mobile-two-flex.left-right-texts .input-group:nth-child(odd) input {
    text-align: right !important;
  }
}

.rotate180 {
  transition: 300ms ease;
  transform: rotate(180deg);
}

.btn {
  font-family: "Rubik-bold";
}

.btn-blue {
  background: #0061C1;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  min-width: 164px;
  text-align: center;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  cursor: pointer;
}

.btn-blue:hover {
  background: #0061C1;
  color: #fff !important;
}

.btn-blue:focus {
  background: #0061C1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-shadow-blue {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  min-width: 164px;
  text-align: center;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0061C1;
  cursor: pointer;
}

.btn-shadow-blue:hover {
  background: #FFFFFF;
  color: #0061C1 !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.btn-shadow-blue:focus {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
}

.btn-light-blue {
  background: rgba(0, 97, 193, 0.2);
  border-radius: 18px;
  min-width: 164px;
  text-align: center;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0061C1;
  cursor: pointer;
}

.btn-light-blue:hover {
  background: rgba(0, 97, 193, 0.2);
  color: #0061C1 !important;
}

.btn-light-blue:focus {
  background: rgba(0, 97, 193, 0.2);
}

.main-color {
  color: #0061C1;
}

.btn-green {
  background: #00C159 !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.btn-green:hover {
  background: #00C159 !important;
  color: #fff !important;
}

.btn-green:focus {
  background: #00C159 !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.btn-blue-transparent {
  border: 1px solid #0061C1;
  box-sizing: border-box;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
  border-radius: 18px;
  min-width: 164px;
  text-align: center;
  padding: 9px 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #0061C1;
  cursor: pointer;
}

.btn-blue-transparent:hover {
  border: 1px solid #0061C1;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
  color: #0061C1;
}

.btn-blue-transparent:focus {
  border: 1px solid #0061C1;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-white-red-bordered {
  background: #FFFFFF;
  border: 1px solid #E70000;
  border-radius: 18px;
  min-width: 164px;
  text-align: center;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #D70329;
  cursor: pointer;
}

.btn-white-red-bordered:hover {
  background: #FFFFFF;
  color: #D70329;
}

.btn-white-red-bordered:focus {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-white-red {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  min-width: 164px;
  text-align: center;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #D70329;
  cursor: pointer;
}

.btn-white-red:hover {
  background: #FFFFFF;
  color: #D70329;
}

.btn-white-red:focus {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D1D1D1;
}

.box-shadow {
  background: #FAFAFA;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.overflow-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.flex-grow {
  display: flex;
  flex-grow: 1;
}

.status-active {
  color: #2BB673 !important;
}

.status-canceled {
  color: #FF0000 !important;
}

.width200 {
  width: 200px;
}

.height-auto {
  height: auto !important;
}

.center-text {
  text-align: center;
}

.marg-auto {
  margin: auto;
}

.padding-20 {
  padding: 20px;
}

.padding-t-60 {
  padding-top: 60px;
}

.padding-t-80 {
  padding-top: 80px;
}

.padding-b-60 {
  padding-bottom: 60px;
}

.padding-b-80 {
  padding-bottom: 80px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mg-b-60 {
  margin-bottom: 60px;
}

.mg-b-50 {
  margin-bottom: 50px;
}

.mg-b-30 {
  margin-bottom: 30px;
}

.mg-b-20 {
  margin-bottom: 20px;
}

.mg-b-80 {
  margin-bottom: 80px;
}

.mg-b-40 {
  margin-bottom: 40px;
}

.mg-t-20 {
  margin-top: 20px;
}

.mg-t-80 {
  margin-top: 80px;
}

.mg-t-40 {
  margin-top: 40px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.w-80 {
  width: 80%;
}

.max-height-100 {
  max-height: 100vh;
}

.max-width-100 {
  max-width: 100% !important;
}

.info {
  position: relative;
  cursor: pointer;
}

.info .info-toggle {
  width: 24px;
  height: 24px;
}

.info .info-content {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #5D83F5;
  position: absolute;
  width: max-content;
  max-width: 330px;
  left: 0;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .w-80 {
    width: 100%;
  }

  .max-height-100 {
    max-height: auto;
  }

  .padding-t-60 {
    padding-top: 40px;
  }

  .padding-t-80 {
    padding-top: 50px;
  }

  .padding-b-60 {
    padding-bottom: 40px;
  }

  .padding-b-80 {
    padding-bottom: 50px;
  }

  .padding-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mg-b-60 {
    margin-bottom: 40px;
  }

  .mg-b-50 {
    margin-bottom: 40px;
  }

  .mg-b-80 {
    margin-bottom: 60px;
  }

  .mg-b-40 {
    margin-bottom: 30px;
  }

  .mr-40 {
    margin-right: 20px;
  }

  .w-75 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .w-80 {
    width: 100%;
  }

  .max-height-100 {
    max-height: auto;
  }

  .padding-t-60 {
    padding-top: 50px;
  }

  .padding-t-80 {
    padding-top: 50px;
  }

  .padding-b-60 {
    padding-bottom: 50px;
  }

  .padding-b-80 {
    padding-bottom: 50px;
  }

  .padding-60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mg-b-50 {
    margin-bottom: 40px;
  }

  .mg-b-60 {
    margin-bottom: 50px;
  }

  .mg-b-80 {
    margin-bottom: 60px;
  }

  .mg-b-40 {
    margin-bottom: 30px;
  }

  .mr-40 {
    margin-right: 20px;
  }
}

@media (min-width: 1500px) {
  .container-fluid {
    max-width: 1380px;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

img {
  max-width: 100%;
}

button {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

main {
  min-height: 100vh;
}

.two-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.two-flex>div {
  width: 45%;
}

.two-flex>div:nth-last-child(1) {
  margin-right: 0;
}

.three-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.three-flex>div {
  width: 32%;
}

.three-flex>div:nth-last-child(1) {
  margin-right: 0;
}

.four-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.four-flex>div {
  width: 24%;
}

.four-flex>div:nth-last-child(1) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .modal .mg-b-50 {
    margin-bottom: 30px !important;
  }

  .modal .mg-b-20 {
    margin-bottom: 20px !important;
  }

  div.mobile-two-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  div.mobile-two-flex>div {
    width: 45% !important;
  }

  div.mobile-two-flex>div:nth-last-child(1) {
    margin-right: 0 !important;
  }

  .four-flex>div {
    width: 49% !important;
    margin-bottom: 25px;
  }

  .four-flex>div:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .two-flex>div {
    width: 100% !important;
    margin: 0;
    margin-bottom: 25px;
  }

  .two-flex>div:nth-last-child(1) {
    margin-bottom: 0;
  }

  .three-flex>div {
    width: 100% !important;
    margin: 0;
    margin-bottom: 25px;
  }

  .three-flex>div:nth-last-child(1) {
    margin-bottom: 0;
  }

  .tablet-unset-two.two-flex>div {
    width: 45% !important;
    margin-bottom: 0;
  }

  .tablet-unset-two.two-flex>div:nth-last-child(1) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .modal .mg-b-50 {
    margin-bottom: 30px !important;
  }

  .modal .mg-b-20 {
    margin-bottom: 20px !important;
  }

  div.mobile-two-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  div.mobile-two-flex>div {
    width: 45% !important;
  }

  div.mobile-two-flex>div:nth-last-child(1) {
    margin-right: 0 !important;
  }

  .two-flex>div,
  .four-flex>div {
    width: 100% !important;
    margin: 0;
    margin-bottom: 20px;
  }

  .two-flex>div:nth-last-child(1),
  .four-flex>div:nth-last-child(1) {
    margin-bottom: 0;
  }

  .three-flex>div {
    width: 100% !important;
    margin: 0;
    margin-bottom: 20px;
  }

  .three-flex>div:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@font-face {
  font-family: 'Rubik-light';
  src: url("../fonts/Rubik-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik.ttf") format("truetype");
}

@font-face {
  font-family: 'Rubik-bold';
  src: url("../fonts/Rubik-Bold.ttf") format("truetype");
}

body {
  font-family: 'Rubik';
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4 {
  font-family: 'Rubik-bold' !important;
}

.rtl {
  font-family: 'Rubik' !important;
}

b,
strong {
  font-family: "Rubik-bold";
}

ul {
  list-style: none;
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1201px) and (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 21px;
  }

  body h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
  }

  body h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }

  body h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }

  body h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
  }

  body p,
  body li,
  body span,
  body button {
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body {
    font-size: 17px;
    line-height: 22px;
  }

  body h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }

  body h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }

  body h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }

  body h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
  }

  body p,
  body li,
  body span,
  body button {
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 22px;
  }

  body h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }

  body h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }

  body h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }

  body h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
  }

  body p,
  body li,
  body span,
  body button {
    font-size: 16px;
    line-height: 21px;
  }
}

.container-fluid {
  max-width: 1170px;
}

.rtl {
  direction: rtl;
  text-align: right;
}

.rtl .btn-blue,
.rtl .blue-text,
.rtl .orange-text {
  font-family: 'Rubik' !important;
}

.rtl footer .container-fluid .footer-title {
  font-family: 'Rubik' !important;
}

.rtl footer .copyright .container-fluid p,
.rtl footer .copyright .container-fluid a {
  font-family: 'Rubik' !important;
}

.rtl header .header-bottom .nav-links ul li a {
  font-family: 'Rubik' !important;
}

.rtl #moneytransfer .modal-title,
.rtl #moneytransfer .modal-title b {
  font-family: 'Rubik' !important;
}

.rtl .right-sidebar .sidebar-bottom .sid-bottom-title h4 {
  font-family: 'Rubik' !important;
}

.rtl .right-sidebar .sidebar-bottom .sid-bottom-title h3 {
  font-family: 'Rubik' !important;
}

.rtl .language.dropdown__my {
  margin-left: 0;
  margin-right: 40px;
}

.rtl .dropdown__my__click .dropdown-content ul li {
  text-align: right;
}

.rtl footer .container-fluid .social-media .footer-social .social+.social {
  margin-left: 0px;
  margin-right: 10px;
}

.rtl header .header-social .container-fluid .social {
  margin-left: 10px;
  margin-right: 0px;
}

.rtl header .header-bottom .nav-links ul li:before {
  left: unset;
  right: 0;
}

.rtl .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  direction: ltr;
}

.rtl #accordion .card-header {
  padding: 8px 0px 8px 20px;
}

.rtl #accordion .accordeon-body {
  padding: 15px 70px 15px 0px;
}

.rtl #accordion .arrow-img {
  border-right: 0;
  border-left: 1px solid rgba(59, 47, 120, 0.2);
}

.rtl .search-mobile .input {
  margin-left: 0;
  margin-right: 10px;
}

.rtl .comercial-card .cd-head .img {
  margin-left: 14px;
  margin-right: 0px;
}

.rtl .homepage-top-owl .owl-nav .left:before,
.rtl .homepage-top-owl .owl-nav .right:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.three-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.four-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .three-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .four-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .three-grid {
    grid-template-columns: 1fr;
  }

  .four-grid {
    grid-template-columns: 1fr;
  }
}

/* updates */
.table_of_content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11px 0 40px;
}

.table_of_content>div {
  margin-left: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 11px;
  cursor: pointer;
}

.table_of_content>div.active {
  color: rgba(0, 97, 193, 1);
  border-bottom: 2px solid #0061C1;
}

.generate-report>form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.generate-report .search-input {
  width: 100%;
  max-width: 200px;
}

.top_up_report_btn a,
.balance_report_btn a {
  color: rgba(0, 0, 0, 0.4);
}

.top_up_report_btn.active a,
.balance_report_btn.active a {
  color: rgba(0, 97, 193, 1);
}

.generate-report {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.generate_report_left .btn-blue.export {
  min-width: 119px;
  white-space: nowrap;
  width: 100%;
  max-width: 119px !important;
}

.generate_report_left .btn-blue:hover {
  color: #0061C1 !important;
}

.generate_report_left .report-head-childs {
  margin-left: 0 !important;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 100%;
}

/* design changes */
.table-web {
  width: 100%;
}

.disabled_eye {
  pointer-events: none;
  opacity: 0.5;
}

td.eye_wrapper {
  text-align: center;
}

td.eye_wrapper a {
  display: inline-block;
}

#select2-balancesearch-dealer_id-container {
  padding-right: 20px;
}

#distributor_list.admin-content .table-my.table-web {
  max-height: fit-content;
}

.admin-content.reports_page .table-my.table-web {
  overflow: auto;
}

/* api activation page */
#sim_activation label[for=file_upload],
#sim_activation label[for=simphonenumber-file] {
  width: 123px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  font-size: 14px;
  line-height: 17px;
  color: #3CA241 !important;
  padding: 0 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  background-image: url('../../img/im_ex.png');
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-left: 23px;
}

#sim_activation label[for=file_upload]>a,
#sim_activation label[for=simphonenumber-file]>a {
  font-size: 14px;
  line-height: 17px;
  color: #3CA241 !important;
}

#sim_activation label[for=file_upload].sending,
#sim_activation label[for=simphonenumber-file].sending {
  width: 165px;
}

#sim_activation label[for=file_upload]:hover,
#sim_activation label[for=simphonenumber-file]:hover {
  color: #3CA241 !important;
}

#sim_activation #exportData {
  width: 123px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  font-size: 14px;
  line-height: 17px;
  color: #0061C1;
  padding: 0 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  background-image: url('../../img/ex_ex.png');
  background-repeat: no-repeat;
  background-position: 20px center;
}

#sim_activation #exportData:hover {
  color: #0061C1 !important;
}

#sim_activation .sim_form_2 {
  width: 100%;
  max-width: max-content;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

#sim_activation .table-head {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sim_form_2 .search-input {
  min-width: 290px;
  margin-right: 20px;
}

.sim_form_1 #newsubscriberform-sim {
  min-width: 200px;
}

.sim_form_1 .error-append {
  margin-left: 40px;
}

.error_handler_sim .error_text {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  padding-left: 20px;
  word-break: break-word;
  color: #FF0000;
}

#import_errors .error_handler_sim {
  min-width: max-content;
  display: flex;
  flex-direction: column;
}

.sim_form_3 {
  align-items: flex-start !important;
}

.btn-white-red:hover,
.btn-white-red.sending {
  color: #D70329 !important;
}

/* providers list */
.portal-item.provider {
  height: 368px;
  padding: 0;
  overflow: hidden;
  align-items: center;
  transition: 0.5s;
  position: relative;
}

.portal-item.provider:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}


#providers_list .four-grid {
  grid-template-columns: repeat(auto-fill, 302px);
  grid-column-gap: 127px;
}

.provider_link {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A3D1FF;
}

.provider_link a {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #0061C1;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.provider_image {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  object-fit: contain;
  object-position: center;
}

.portal-item.provider>a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}


@media(max-width: 1440px) and (min-width:1280px) {
  .report-head {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .rtl .report-head-childs {
    margin-left: 30px;
  }

  .generate_report_left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 105px;
    flex-direction: column;
  }

  .rtl .search-input {
    margin-right: 0;
  }

  .rtl .search-input {
    margin-right: 0;
  }

  main {
    min-height: fit-content;
  }

  main.admin.max_height {
    min-height: 1520px;
  }

  #dealer-add,
  #distributor-add,
  #pricelist_search #search-pricelist-form a.btn.btn-blue,
  #update_programs {
    margin-left: 20px;
  }

  /* api activation page */
  .sim_form_1 #newsubscriberform-sim {
    min-width: 150px;
  }

  #sim_activation label[for=file_upload].sending,
  #sim_activation label[for=simphonenumber-file].sending {
    width: 152px;
    padding-left: 35px;
  }

  .sim_form_1 .error-append {
    margin-left: 20px;
  }

  .rtl .sim_form_2 .search-input {
    min-width: 180px;
    margin-right: 20px;
  }

  #import_errors .error_handler_sim {
    min-width: 110px;
    display: flex;
    flex-direction: column;
  }

  .error_handler_sim .error_text {
    margin-bottom: 0.5em;
  }

  #sim_activation .sim_form_3 {
    flex-wrap: wrap;
    width: 100%;
  }

  #sim_activation #import_errors {
    min-width: 100%;
    order: 3;
    margin-top: 16px;
  }

  #sim_activation .exportData {
    order: 1;
  }

  #providers_list .four-grid {
    grid-column-gap: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .generate-report {
    display: block;
  }

  .table_of_content>div {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 15px 11px;
    width: 100%;
  }

  .table_of_content {
    padding: 11px 0 28px;
  }

  .generate-report .search-input {
    position: absolute;
    bottom: -50px;
    margin: auto;
    width: 100%;
    min-width: 100%;
    left: 0;
    right: 0
  }

  .admin-table-bg {
    position: relative;
    margin-bottom: 60px;
  }

  .generate-btn {
    margin-top: 14px;
    height: 36px;
  }

  .generate_report_left .btn-white,
  .generate-report .btn-white {
    width: 100%;
    border-radius: 18px;
    margin-top: 10px;
  }

  .report-head>.d-flex {
    margin-bottom: 16px;
  }

  .select2-form .select2-container--open .select2-dropdown--below,
  body .select2-container--open .select2-dropdown--below .select2-dropdown.select2-dropdown--above {
    width: 100% !important;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999;
  }

  .modal-backdrop,
  .modal-backdrop-my {
    z-index: 10;
  }

  .ui-datepicker-prev::after {
    z-index: 999;
  }

  .select2-form .select2-container--open .select2-dropdown--below,
  body .select2-container--open .select2-dropdown--below {
    width: 100% !important;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999;
  }

  .select2-form .select2-container--open .select2-dropdown,
  .select2-form .select2-container--open .select2-dropdown--below,
  body .select2-container--open .select2-dropdown,
  body .select2-container--open .select2-dropdown--below {
    width: 100% !important;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999;
  }

  .select2-form .select2-container--default .select2-selection--multiple .select2-selection__choice,
  body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: 100%;
  }

  .generate-report .report-head>.report-head-childs:nth-last-of-type(1) {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  body #search-dealer-form .select2-container {
    width: 165px !important;
    min-width: 165px !important;
  }

  #search-dealer-form label[for=dealersearch-distributorid],
  label[for=dealersearch-price_list_id] {
    font-size: 14px;
    min-width: 125px;
    margin-left: 0 !important;
    width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tabl-mob .toggle-td {
    bottom: 3px;
  }

  #dealers_search .tabl-mob .table-row.table-row-toggle div.tr {
    width: 100%;
  }

  #distributor_list .table-web {
    display: block;
  }

  #distributor_list .table-web #dealer-grid {
    display: none;
  }

  .table-mobile .tabl-mob .table-row .tr {
    width: 100%;

  }

  #dealers_search .table-head {
    display: flex;
    flex-direction: column-reverse;
    justify-content: safe;
    align-items: flex-start;
    width: 100%;
  }

  #search-dealer-form .table-head div.d-flex.align-items-center {
    flex-direction: column-reverse;
    margin-top: 16px;
    width: 100%;
    justify-content: flex-start;
  }

  #search-dealer-form>input+div {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  #dealer-add,
  #distributor-add,
  #member-add {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }

  #search-dealer-form .search-input.table-head-childs,
  #search-dealer-form .search-input {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .generate_report_left .btn-blue.export {
    max-width: 100% !important;
  }

  .generate_report_left .btn-blue:hover {
    color: #fff !important;
  }

  #pricelist_form .button-group {
    flex-wrap: nowrap;
  }

  body #pricelist_form .select2-container--default .select2-selection--single,
  body #pricelist_form .select2-container--default .select2-selection--multiple {
    max-width: 165px;
  }

  #pricelist_form .select2-form .select2-selection__rendered,
  body #pricelist_form .select2-selection__rendered {
    height: auto;
  }

  #pricelist_form div.table-head-childs.mg-b-20.select-label {
    margin-bottom: 0;
    margin-top: 10px;
  }

  #pricelist_form .admin-table-bg {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  #pricelist_form .table-head-mobile {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 20px 16px;
  }

  #pricelist_form .nav-item.active a,
  #balance-mobile .nav-item.active a {
    border: 0;
    border-bottom: 1px solid #0061C1;
    color: #0061C1;
  }

  .table-head-mobile-tabs .nav-tabs .nav-item .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  #pricelist_form a.btn-light-blue.add-program_pricelist {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #0061C1;
    width: 100%;
    display: block;
    margin-right: 0;
    border-radius: 0;
    background-color: #fff;
    text-align: center;
    opacity: 1;
  }

  #Items.tab-pane.fade.show,
  #Balance.tab-pane.fade.show {
    display: none !important;
  }

  #Items.tab-pane.fade.show.active,
  #Balance.tab-pane.show.active {
    display: block !important;
  }

  /* api activation page */
  #sim_activation .table-head {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  #sim_activation .admin-table-bg {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  #activate-sim-form .d-flex.align-items-center {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start !important;
    width: 100%;
  }

  #sim_activation .sim_form_1 {
    width: 100%;
    padding: 20px 16px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 #00000026;
    background-color: #ffffff;
  }

  .sim_form_1 .error-append {
    margin-left: 0;
    width: 100%;
  }

  #activate-sim-form .table-head .btn {
    min-width: 100%;
  }

  #activate-sim-form div {
    width: 100%;
  }

  #sim_activation .sim_form_2 {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }

  #sim_activation .sim_form_3 {
    order: 2;
    width: 100%;
    padding: 0 16px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  }

  #sim_activation label[for=file_upload],
  #sim_activation #exportData,
  #sim_activation label[for=simphonenumber-file] {
    width: 100%;
    margin-left: 0;
    margin-bottom: 14px;
  }

  #sim_activation .exportData {
    width: 100%;
  }

  .sim_form_2 .search-input {
    min-width: 100%;
    margin-right: 0;
  }

  .sim_form_2 #search-simphone-form {
    width: 100%;
  }

  #sim_activation .td-num {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #495872;
  }

  #import_errors .error_handler_sim {
    min-width: 100%;
    margin-bottom: 14px;
  }

  .file_upload {
    width: 100%;
  }

  #sim_activation label[for=file_upload].sending,
  #sim_activation label[for=simphonenumber-file] {
    width: 100%;
    padding-left: 45px;
  }

  .management_phone_number {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .management_phone_number>span:nth-of-type(1) {
    font-size: 12px;
    line-height: 14px;
    color: #8D8F9D;
    margin-left: 6px;
    display: inline-block;

  }

  .management_phone_number>span:nth-of-type(2) {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #8D8F9D;
  }

  #balance-mobile .status-canceled {
    color: #777777 !important;
    padding: 5px 0;
    background-color: #fff !important;
  }

  /* providers list */
  #providers_list .portal.four-grid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .portal-item.provider {
    width: 100%;
  }

  #providers_list {
    padding-bottom: 100px;
  }

  #pricelist-form-mobile #Catalog .add-program_pricelist_mobile {
    font-weight: bold;
    border-radius: 0;
    width: 100%;
    margin: auto;
    background-color: #fff;
  }

  .select2.select2-container.select2-container--default.multiple-container.select2-container--below {
    z-index: 0;
  }

  #Catalog.tab-pane.fade.show {
    display: none !important;
  }

  #Catalog.tab-pane.fade.show.active {
    display: block !important;
  }

  #balance-mobile #myTabContent {
    margin-top: 16px;
  }

  #balance-mobile .pr-mobile-table {
    margin-top: 0;
  }

  #balance-mobile .table-mobile .tabl-mob {
    overflow: hidden;
  }

  .btn-loader.sending:active,
  .btn-loader.sending:focus {
    outline: none;
    border: none;
    box-shadow: none !important;
  }

  #report-form .select2-selection__rendered {
    text-align: right;
    width: 100%;
    display: inline-block;
  }

  #report-form #select2-topupordersearch-distributorid-container,
  #report-form #select2-topupordersearch-program_id-container {
    padding-right: 20px;
  }

  #select2-balancesearch-dealer_id-results li {
    justify-content: flex-start;
  }

  #balance-mobile .generate-package.short {
    min-height: 0;
    transition: all 0.3s ease-in-out;
  }

  #pricelist_form #pricelist-form-mobile .selection ul.select2-selection__rendered {
    height: 22px;
  }
}

/* Programs page */

#program-win .modal-dialog {
  max-width: 605px;
  width: 100%;
}

.roduct_popup_top .input-group {
  min-height: 0;
  flex-direction: row;
  flex-wrap: nowrap;
}

.roduct_popup_top .input-group input {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 8px;
  font-size: 16px;
  color: #495872;
}

.roduct_popup_top .input-group .info {
  margin-right: 5px;
}

.roduct_popup_top #price {
  max-height: 30px;
  overflow-y: hidden;
}

#program-win .input-group,
.input-group-autocomplete {
  border-bottom: none;
}

#program-win .input-group input {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 8px;
  font-size: 16px;
  color: #495872;
}

.product_popup_row2 .input-group {
  min-height: 0;
  flex-direction: row;
  flex-wrap: nowrap;
}

.product_popup_row2 .info {
  margin-right: 10px;
}

.product_popup_row2 .provider_name {
  min-width: 200px;
}

.product_popup_row2 .cost_price {
  max-width: 130px;
  margin-right: 50px;
}

.two-flex.product_popup_row2 {
  justify-content: flex-start;
}

.product_popup_row3 {
  min-height: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.product_popup_row3 .product_description {
  width: 100%;
}

#program-win #program-content {
  width: 100%;
  padding: 8px 0;
  height: auto;
  border-bottom: 1px solid #D1D1D1;
  resize: none;
}

.program_forms {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#search-program-form {
  width: 100%;
}

#search-program-form .search-input {
  min-width: 250px;
}

.portal.four-grid .portal-item {
  min-height: 370px;
}

.title-portal-item {
  word-break: break-all;
}

.d-flex.provider_top {
  justify-content: space-between;
  align-items: center;
}

.d-flex.provider_top a {
  display: inline-block;
  margin-left: 22px;
}

/* sim activation new design*/
.simforms_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

#activate-sim-form div.d-flex.align-items-center>div {
  max-width: 200px;
  margin-left: 20px;
}

#search-simphone-form {
  min-width: 400px;

}

.sim_form_3 {
  width: 100%;
  justify-content: flex-end;
  margin-top: 38px;
}

.sim_form_3 {
  margin-top: -50px;
}

.simforms_wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.sim_form_2 {
  margin-top: 40px;
}

.sim_form_2 .input-group.mr-40 {
  margin-right: 0;
}

#sim_activation .sim_form_3 {
  flex-wrap: wrap;
  width: 100%;
}

#sim_activation #import_errors {
  min-width: 100%;
  order: 3;
  margin-top: 16px;
}

#sim_activation .exportData {
  order: 1;
}

/* sim activation import pupup */
.select-label.sim_import_provider {
  margin-bottom: 30px;
  max-width: 200px;
  width: 100%;
}

.import_form_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#sim-win.new-modal .modal-body {
  padding: 33px !important;
  padding-top: 55px !important;
  padding-bottom: 20px !important;
}

#sim-win label[for='file_upload'],
#sim-win label[for=simphonenumber-file] {
  width: 199px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: solid 1px #0061c1;
  background-color: transparent;
  color: #0061c1;
  margin-left: 20px;
  background-image: url('../img/css_img/sim_import_icon.png');
  background-repeat: no-repeat;
  background-position: 16px center;
}

#sim-win #import_errors {
  min-height: 24px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url('../img/css_img/sim_import_file_icon.png');
  font-size: 14px;
  color: #495872;
}

.rtl .sim_import_provider>label {
  margin-left: 0 !important;
}

label[for='newsubscriberform-provider_id'],
label[for='simphonenumber-provider_id'] {
  font-size: 12px;
  line-height: 19px;
  color: #B3B3B3;
}

body #search-program-form-mobile .select2-container {
  min-width: 185px;
  font-family: 'Rubik';
}

#sim-form .field-simphonenumber-file {
  position: relative;
}

#sim-form .import_inputs_sim {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#sim-form .import_inputs_sim .import_errors {
  margin-bottom: 5px;
}

#sim-form .error_handler_sim {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 65px;
  overflow-y: auto;
  padding: 20px 0;
  margin-top: 24px;
}

#sim-form .error_handler_sim .error_text {
  line-height: 17px;
}

body .sim_form_2 .select2-container {
  min-width: 165px;
  max-width: 165px;
  font-family: 'Rubik';
}

body .sim_form_2 li.select2-selection__choice {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 165px;
}

@media(max-width:980px) {
  #program-win .modal-dialog {
    max-width: auto;
    width: auto;
  }

  #program-win .provider_name>.field-program-title,
  #program-win .product_popup_row2 .cost_price,
  #program-win .field-program-topup_price,
  .two-flex.product_popup_row3 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .admin-page-title .ramilevi-logo {
    margin-right: 8px;
  }

  .table-head.sim_forms {}

  /* package style*/
  .portal.four-grid {
    display: flex;
    overflow-x: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .portal.four-grid::-webkit-scrollbar {
    display: none;
  }

  .portal.four-grid>div,
  .portal-item.provider {
    min-width: auto;
    max-width: 100%;
    min-height: 400px;
    width: 100%;
    min-height: auto;
  }

  /* sim activation */
  .simforms_wrapper {
    display: flex;

  }

  #sim_activation .sim_form_2 {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  #search-simphone-form {
    min-width: 100%;
    width: 100%;
  }

  #sim_activation .sim_form_2 .input-group.select2-input-group.select2-single-group.active-label {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: auto;
  }

  #sim_activation label[for='sim-number-search-provider-select'] {
    position: static;
    font-size: 16px;
    color: #00000066;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #sim_activation .sim_form_2 .input-group.select2-input-group.select2-single-group.active-label .select2-selection__choice {
    background: transparent;
    font-size: 14px;
    color: #495872;
  }

  #activate-sim-form .d-flex.align-items-center .select-label {
    width: 100%;
    margin-bottom: 35px;
  }

  #activate-sim-form .d-flex.align-items-center .error-append {
    width: 100%;
    margin-bottom: 35px;
  }

  #activate-sim-form .activate-sim-form_btn {
    width: 100%;
  }

  #activate-sim-form div.d-flex.align-items-center>div {
    max-width: 100%;
    margin-left: auto;
  }

  #activate-sim-form .select-label select {
    min-width: 100%;
    background: url(../img/css_img/select-arrow.svg) 6px 50% no-repeat;
  }

  #sim_activation .select2-form .select2-container,
  body #sim_activation .select2-container {
    min-width: 200px;
    font-family: 'Rubik';
    height: 33px;
  }

  body #sim_activation .select2-container .select2-selection.select2-selection--multiple {
    height: 33px;
  }

  #sim_activation .admin-table-bg {
    position: relative;
    margin-bottom: 22px;
  }

  .select_provider_sim_2 {
    margin-top: 20px;
    width: 100%;
  }

  body .select_provider_sim_2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
  }

  body .select_provider_sim_2 .select2-container--default .select2-selection--multiple {
    background-color: #fff;
  }

  body .select_provider_sim_2 .multiple-container {
    z-index: 10;
  }

  body .sim_form_2 .select2-container {
    max-width: 100%;
  }
}

.activate-sim-form_btn a.activate-sim {
  -webkit-appearance: none !important;
}

.inp_ch.ch .invoice_checkbox {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 22px !important;
  color: #858E96;
  font-family: 'Rubik' !important;
}

label.invoice_checkbox:after {
  top: 45% !important;
}

/* topup historiy*/
.mob_tabels_thist {
  margin-top: 75px;
}


/* topup historiy*/
.mob_tabels_thist {
  margin-top: 75px;
}

#history .generate_report_right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cw-100p {
  width: 100px !important;
}

.cword-break {
  word-break: break-word;
}

/* redesigen provider block */

.portal_item_numbers {
  padding-top: 20px;
  border-top: 1px solid #d1d1d1;
}

.l-radio {
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 8px 0;
  -webkit-tap-highlight-color: transparent;
}

.l-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}

.l-radio input:focus {
  outline: none;
}

.l-radio input:checked {
  box-shadow: inset 0 0 0 6px #0061c1;
}

.l-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}

/* seegal  */

#files-win .select2-selection {
  border: none !important;
}

#files-win .input-group {
  padding-bottom: 0 !important;
}

.carousel-indicators .active {
  height: auto;
  width: 30px;
}

.carousel-inner {
  overflow: hidden;
  height: 400px;
}

.carousel-control-next,
.carousel-control-prev {
  max-height: fit-content;
  top: 48%;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.25);
  padding: 11px;
  width: 25px;
  height: 25px;
  display: block;
  background-size: 17px;

}

.repor-images {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.repor-image {
  width: 100%;
  max-width: 40%;
  min-width: 40%;
  height: 580px;
  margin-bottom: 30px;
}

.repor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.report-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em;
  margin-bottom: 2em;
}

.report-headline h3 {
  color: #0061C1;
}

.d-flex.provider_top {
  justify-content: flex-start;
}

.admin-content.reports_page #report-grid {
  max-height: 100%;
}

/* bug fixes september */

.case-list-search.search-input {
  margin-right: 20px;
}

.generate_report_right {
  width: 100%;
}

.report-head .report-head-childs {
  min-width: 210px;
  max-width: 210px;
}

#distributor_list #create-form {
  max-width: 65%;
}

#distributor_list .modal-body-titles {
  margin-top: 40px;
  margin-bottom: 40px;
}

#distributor_list .remove-user,
#distributor_list .add-user {
  max-width: max-content;
}

#distributor_list .bootstrap-switch {
  margin-bottom: 35px;
}

@media screen and (max-width:1540px) {
  .modal-dialog {
    margin-top: 10%;
  }

  .case-list-search.search-input {
    margin-right: 20px;
  }

  .search-input {
    margin-right: 20px !important;
  }
}

/* zoom */

.modal-dialog.zoomed {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
}

.new-modal .zoomed .modal-body {
  width: 100%;
  height: inherit;
  padding: 0 !important;
}

.zoomed form,
.zoomed .modal-header {
  display: none;
}

.distributor_page .zoomed form {
  display: block
}

.distributor_page .zoomed .form-data {
  display: none
}

.zoomed .modal-content {
  margin-top: 0;
}

.zoomed .carousel-inner>.item>img {
  margin: auto;
  max-height: 85vh;
}

.zoomed .carousel-inner {
  height: auto;
}

.new-modal {
  padding: 0 5px !important;
}

.zoomed .carousel-item {
  max-width: 80%;
  margin: auto;
  padding: 20px;
  height: 85vh;
  object-fit: cover;
  object-position: center;
}

.carousel-indicators li {
  visibility: hidden;
}

.carusel-zoom {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url('../img/zoomin.svg');
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.zoomed .carusel-zoom {
  background-image: url('../img/zoomout.svg');
  margin-right: 32px;
  margin-top: 12px;
}

.carusel-rotate {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url('../img/rotate.svg');
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin: auto 16px;
  margin-bottom: 5px;
}

.carousel-inner {
  min-height: 450px;
  height: auto;
}

.carousel-item.horizontal {
  margin-top: 55px;
}

.zoomed .carousel-inner {
  height: auto;
  overflow: hidden;
}

.zoomed .carousel-inner .carousel-item.horizontal {
  margin-top: 125px;
}

.carousel {
  position: relative;
  max-height: 95vh;
  overflow: hidden;
}

/* report info section */

.report-info-sec {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.report-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  margin-bottom: 20px;
}

.report-info-inner {
  margin: 0 15px;
}

.report-info-inner-name {
  display: inline-block;
  margin-left: 8px;
  font-family: Rubik-bold;
}

.report-info-inner-value {
  display: inline-block;
  border-bottom: 1px solid;
  min-width: 80px;
}

.report-info-inner-value.no-boder {
  border-bottom: none;
}

.report-info-inner-name {
  display: inline-block;
  margin-left: 8px;
  font-family: Rubik-bold;
}

/* .report-info-inner-value {
  opacity: 0.7;
} */

.sec1 .report-info-inner-name {
  font-size: 18px;
}

.sec3 .report-info-inner-name {
  font-size: 14px;
}

.generate-report.case-update {
  justify-content: flex-start;
  margin: 40px 0 20px;
}

.case-update .generate_report_right {
  max-width: fit-content;
}

#submit_case {
  color: #fff;
}

/* print export */


button.add-user {
  color: #0061C1 !important;
}

.report-container * {
  box-sizing: border-box;
}

.report-images {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1.5em 0;
  flex-wrap: wrap;
}

.report-image img {
  max-width: 100%;
  max-height: 450px;
}

.report-image {
  flex: 1;
  width: 100%;

  padding: 15px;
  height: 480px;
  box-shadow: 5px 5px 15px #d9d9d9;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-container {
  width: 100%;
  max-width: 48%;
  min-width: 48%;
}

.searc-container-case {
  width: 100%;
  justify-content: space-between;
}

.category_name_report {
  width: 500px;
}

.table-my table thead th {
  vertical-align: top;
}

#dealers_create_pjax .mg-b-20 {
  margin-bottom: 25px !important;
}

.alert {
  padding: 10px 0;

}

.alert .glyphicon.glyphicon-ok-sign {
  margin-right: 20px;
}

.alert .close {
  display: none;
}

textarea {
  resize: none;
}

.report-logo {
  max-width: 250px;
  min-width: 250px;
}

.logo-bottom {
  color: #23568C !important;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.logo-bottom.first {
  margin-top: -30px;
}

.logo-bottom.second {
  margin-bottom: 30px;
}


@media(max-width:767px) {
  .main.admin {
    display: block;
  }

  .generate_report_right {
    display: block;
  }


}

@media(max-width:900px) {
  .main.admin {
    display: block;
  }

  .generate_report_right {
    display: block;
  }

  .item-container {
    width: 100%;
    max-width: 96%;
    margin: 1em auto;
  }

  .report-images {
    display: block;

  }
}

.print-container {
  display: none;
}

@media print {


  .reports_page {
    display: none;
    opacity: 0;
  }

  header {
    display: none;
  }  

  @page {
    size: A4;
    margin: 0.8cm 0cm;
    page-break-after: avoid;
    page-break-before: avoid;
  }

  .print-container {
    display: block;
    padding-bottom: 20px;
  }

  .table-content{
    display: inline-block!important;
  }

  .print-container .table-my table thead {
    background: #0061C1 !important;
  }

  .print-container .table-my thead th {
    background: #0061C1 !important;
  }

/*  .print-container .table-my table thead th {

    color: #fff !important;

  }*/


  .print-container .report-item {
    width: 100%;
    display: block;
    break-inside: avoid;
    page-break-after: avoid;
  }

  .print-container .report-item h1,
  .print-container .category_name .time {
    page-break-after: avoid;
    padding-top: 20px;
  }

  .print-container .item-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    clear: both;
  }

  .print-container .report-image {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    border: none
  }

  .print-container .report-images {
    display: block;
    clear: both;
    page-break-inside: avoid;
  }

  .print-container .report-image img {
    display: block;
    width: auto;
    max-height: 800px;

  }

  table {
    width: 90%!important;
  }

  th, td{
    white-space: initial!important;
  }

  p.title{
    text-align: right;
  }

  .print-container .category_name,
  td,
  .print-container th {
    direction: ltr !important;
    unicode-bidi: embed;
  }

  .print-container .table-my thead,
  .print-container .table-my thead th .print-container .table-my tfoot,
  .print-container .table-my tfoot th,
  .print-container .table-my tfoot td {
    position: static !important;
  }

  .print-container .table-my table {
    min-height: auto !important;
    width: 100%;
  }

  .print-container .table-my {
    width: 100%;
    max-height: 100%;
    height: auto;
    overflow: visible !important;
    border-radius: 5px;

  }

  .print-container .print-tabels {
    page-break-after: always;
  }

  .print-container .income-headline {
    page-break-before: always;
  }

  .headline {
    margin: 2em 0;
  }

.print-container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Ensures the table takes up the full width and columns are fixed */
}

.print-container th, .print-container td {
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: middle;
    overflow: hidden; /* Prevent content overflow */
    white-space: nowrap;
    word-wrap: break-word; /* Allow long words to be broken and fit within the cell */
}

.print-container tfoot {
    display: table-footer-group !important;
    background-color: #f9f9f9; /* Light background for the footer */
    clear: both; /* Ensure footer stays below content */
}

.print-container thead {
    display: table-header-group !important;
}

.print-container tbody {
    display: table-row-group !important;
}

.print-container .table-footer {
    min-height: 30px; /* Adjust as necessary */
    clear: both;
}

.print-container .td-num {
    text-align: right; /* Ensure numeric values are aligned properly */
}

/* Add specific widths to ensure columns fit within the table */
.print-container th, .print-container td {
    width: calc(100% / 6); /* Divide the table width by the number of columns */
}

  .print-container tfoot {
    page-break-after: always;
  }

  .print-container table {
    page-break-inside: auto;
  }

  .print-container tr {
    page-break-inside: auto;
    page-break-after: auto;
  }

  .print-container .table-bodyoverflo {
    page-break-before: auto;
  }

  .print-container .table-my {

    max-height: 100% !important;
    height: auto;

  }

  .print-container .table-my {
    height: auto !important;
    max-height: 100% !important;
  }

  .print-container .admin-table-bg {
    min-height: auto;

  }

  .print-container .admin-content {
    padding: 0;
    width: 100%;
  }

  body {
    font-size: 16pt;
    direction: ltr !important;
    unicode-bidi: embed;
    text-align: right;
  }

  .print-container .table-my table tbody tr td,
  .print-container .table-my table thead th,
  .print-container .table-footer .total .sum .print-container .table-footer .total .title,
  .print-container .category_name,
  .print-container .report-item h4 {
    font-size: 16pt;
    direction: rtl !important;
    unicode-bidi: bidi-override;
    text-align: right;

  }

  .report-item h4 .print-container .sec1 .report-info-inner-name {
    font-size: 18pt;
    direction: ltr !important;
    unicode-bidi: bidi-override;
    text-align: right;
  }

  .print-container .report-headline h3 {
    color: #0061C1 !important;
    font-size: 20pt;

  }

  .report-container,
  h5 {
    font-size: 14pt;
  }

  .print-container .copyright {
    position: fixed;
    bottom: -2px;
    left: auto;
    right: auto;
    margin: auto;
    text-align: center;
    width: 100%;
  }

  .expese-title,
  .income-title {
    margin: 1em 0;
  }

  .td-num:not(.sum) {
    /*color: #fff !important;*/
  }

  .shekel-img img {
    display: inline-block;
    margin-bottom: 3px;
  }

  .table-bodyoverflow {
    page-break-after: always !important;
  }
}

/* new changes  */
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {

  max-height: 400px;
  margin: auto;
}

.carousel-inner .carousel-item input {
  display: none;
}

/*  document */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

body .select2-input-group label,
body .select2-single-group label {
  padding: 0px;
}

.report-subtitle {
  margin: 0.5em 0;
}

.reports_page .item-container .time {
  margin: 1.2em 0;
}

.report-info-inner .td-num {
  color: inherit !important;
}

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

/*  .report-head.generate-sec .d-flex {
    flex-wrap: wrap;
  }

  .report-head.generate-sec {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 0;
  }

  .report-head .d-flex .report-head-childs {
    min-width: 209px;
    max-width: 209px;
  }

  .report-head-childs.generate-sec.mg-b-20 {
    margin-top: -55px;
    margin-left: 53%;
  }

  .admin-content.reports_page
  .report-head-childs.generate-sec.mg-b-20 {
    margin-top: 0;
    margin-left: 0;
  }*/

}

.report-subtitle {
  page-break-before: always !important;
}

/* ad remove image */

.add-image input {
  display: inline;
}

.add-image {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.add-image span {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-image input {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  ;
  margin: auto;
  opacity: 0;
  cursor: pointer !important;
}

.add-image input[type="file"i]::-webkit-file-upload-button {
  cursor: pointer !important;
}

.modal-dialog:not(.zoomed) .carousel-inner>.item>img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-dialog.zoomed .delete-img-wrap, .modal-dialog.zoomed  .text-center,
.modal-dialog.zoomed  .add-image {
  display: none!important;
}


.carousel-item {
  position: relative;
}

.carousel-item .delete-img-wrap {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  flex-direction: column;
}

.delete-img-bg {
  width: 24px;
  height: 24px;
  background-image: url("../img/trash.png");
  background-size: cover;
  background-position: center;
  margin-bottom: 4px;

}
.delete-img {
  cursor: pointer;
}
.carousel-item:hover .delete-img-wrap {
  display: flex;
}

.textare-field .help-block, .error-size {
  width: 100%;
  text-align: center;
  font-size: 18px;
  display: block;
  position: absolute;
  bottom: -25px;
}
.error-size {
  bottom: -45px;
  color: #a94442!important;
}
.table-web-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;

}

.table-web-top .table-head.mg-b-40 {
  flex: 1;
  max-width: 50%;
}
.table-web-top .table-head.mg-b-40 form#search-dealer-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.table-web-top .table-head.mg-b-40 form#search-dealer-form  .d-flex.align-items-center {
  width: 100%;
  flex: 1;
  margin-left: 20px;
}
.table-web-top .report-head-childs {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width:1600px) {
  .table-web-top .table-head.mg-b-40 {
    max-width: 75%;
  }
}

/* company logo */ 

.member-form .dlete-logo {
  margin-top: 8px;
}

.member-form .form-group label{
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #B3B3B3;
  margin-bottom: 4px;
  position: absolute;
  top: 7px;
  transition: 200ms ease-in-out;
}
.member-form .form-group {
 margin-bottom: 24px!important ;
}
.member-form .form-group .form-group {
  margin-bottom: 0!important ;
 }

.member-form  .active-label label ,
.member-form  .select2-form-input label {
  top: -15px;
  font-size: 12px;
  z-index: 10 !important;
}
.member-form  .btn.btn-secondary.add-clogo  {
  position: relative;
}
.member-form .ass-logo-sec {
  align-items: flex-end;
}
.member-form .add-logo-input {
  display: flex;
  justify-content: center;
  align-items: center;

}

.member-form .add-logo-input img {
 margin: 0 16px;

}
.add-logo-input img {
  height: 100px;
}
.w-auto {
  width: auto!important;
}
.m-8 {
  margin: 0 8px;
}
body  .report-head-childs .select2-container  .select2-selection__rendered {
  display: block!important;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden!important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and  (max-width:1540px){
  .admin-table-bg {
    padding: 16px;
  }
  .table-my table tbody tr td {
    padding: 10px 9px;
    font-size: 14px;
    line-height: 1.2;
   
}
.table-my table thead th {

  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.2;
}
.more a {
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
}
.table_of_content>div {
  font-size: 16px;
  line-height: 1.4;
}
  
}