/*[ rs Sweetalert ]
///////////////////////////////////////////////////////////
*/
.swal-overlay {
    overflow-y: auto;
}

.swal-icon--success {
    border-color: #66a8a6;
}

.swal-icon--success__line {
    background-color: #66a8a6;
}

.swal-icon--success__ring {
    border: 4px solid rgba(102, 168, 166, 0.2);
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: #2a8975;
    color: white;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.swal-button:hover {
    background-color: #ea497b;
}

.swal-button:active {
    background-color: #e65540;
}

.swal-button--catch {
    background-color: #2a8975;
}
.swal-button--catch:hover {
    background-color: #333;
}

.swal-button--cancel {
    background-color: #ea497b;
}

.swal-button--cancel:hover {
    background-color: #333;
}

.swal-title {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}

.swal-button-container {
    margin: 5px;
    display: block;
    position: relative;
    text-align: center;
}
.swal-footer {
    margin-top: 0;
    display: flex;
    justify-content: center;
    padding: 10px 40px;
}
.swal-modal{
    width: 340px !important;
}


/*[ loading Btn Form ]
///////////////////////////////////////////////////////////
*/

.loader {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  width: 30px;
  height:30px;
} 
  
.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
  
.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #e65540;
  }
  40% {
    stroke: #e65540;
  }
  66% {
    stroke: #e65540;
  }
  80%, 90% {
    stroke: #e65540;
  }
}
@keyframes color {
  0% {
    stroke: #e65540;
  }
  40% {
    stroke: #e65540;
  }
  66% {
    stroke: #e65540;
  }
  80%, 90% {
    stroke: #e65540;
  }
}

/*[ spotplayer ]
///////////////////////////////////////////////////////////
*/
#sp_players > DIV {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #f7f1ff;
  border-radius: 5px;
  padding: 10px 10px 5px;
}

#sp_players > DIV > A {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 100px;
  text-align: center;
  padding: 10px;
}

#sp_players > DIV > A.disable {
  opacity: 0.4;
  pointer-events: none;
}

#sp_players > DIV > A > IMG {
  width: 80px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 5px;
}

#sp_players > DIV > A > B {
  display: block;
  font-weight: 700;
  font-size: 14px;
}

#sp_players > DIV > A > U {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}

#sp_license > TEXTAREA {
  direction: ltr;
  width: 100%;
  height: 100px;
  display: block;
  border: 1px solid #999;
  border-bottom: none;
  outline: none !important;
}

#sp_license > BUTTON {
  display: block;
  width: 100%;
  background: #61D;
  color: #FFF;
  border-radius: 0 0 5px 5px;
  border: none !important;
  outline: none !important;
  padding: 7px 0;
  cursor: pointer;
}


/*[ custom ]
///////////////////////////////////////////////////////////
*/

.hidden{
  display: none;
}

.basketProductItemInfo{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.basketProductItemInfo.active{
  border: 2px solid #2a8975;
}

#products .products___ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}

#products .products___ul > li {
  padding: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  position: relative;
  margin-bottom: 10px;
}

.slidePin__wrapper--detail ul {
  padding-right: 0;
  list-style: none;
}

.slidePin__wrapper--detail p {
  display: inline-block;
  vertical-align: middle;
}


/******************************/
.attachFile {
  border: 2px dashed #2e50b4;
  cursor: pointer;
  border-radius: 20px;
  background-color: #eaeef8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attachFile label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #789afe;
  width: 100%;
  padding: 30px;
}
.attachFile label img {
  margin-bottom: 20px;
}
.attachList {
  margin-bottom: 20px;
}
.attachBox {
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.attachBox__info {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.attachBox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attachBox__head--title {
  font-size: 16px;
  font-weight: 700;
}
.attachBox .status {
  color: #5278ff;
  font-size: 16px;
  font-weight: 700;
}
.attachBox__pic svg{
  width: 50px;
}
.attachList > li {
  margin-top: 20px;
}

.post *{
    font-family: yekan !important;
}
.menu #menu > ul > li .mega_menu .mega_menu__in>ul{
    -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.menu #menu > ul > li .mega_menu .mega_menu__in>ul>li>ul{
    -moz-column-count: unset;
  -webkit-column-count: unset;
  column-count: unset;
  margin-top: 10px;
}
.menu #menu > ul > li .mega_menu .mega_menu__in ul li{
    margin-bottom: 5px;
}
.menu #menu > ul > li .mega_menu{
    padding-left: 20px;
}

.userpanel .userpanel_box.userpanel_box1 ul li a svg{
    vertical-align: middle;
}

#sidebar-siteBg{
    z-index: 10001;
}
