.animated{
    animation-duration:.2s;
    //-webkit-animation-duration:1s;
    //animation-duration:1s;
    animation-fill-mode:both
}
@keyframes fadeInDown{
    0%{
        opacity:0;
        transform:translate3d(0,-100%,0)
    }
    to{
        opacity:1;
        transform:translateZ(0)
    }
}
.fadeInDown{
    animation-name:fadeInDown
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}

@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  direction: rtl;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Icons;
  font-style: normal;
  font-weight: normal;
  src: url(/ev_iq/font/Icons.ttf?44276e38409062dae146d3acd25cd3d6) format("truetype");
}

.icons {
  font-family: 'Icons';
}

.icon_down:after {
  content: '\E002';
}

.icon_search:after {
  content: '\E003';
}

.icon_hand:after {
  content: '\E004';
}

.icon_user:after {
  content: '\E007';
}

.icon_menu:after {
  content: '\E009';
}

.icon_tik:after {
  content: '\E010';
}

.icon_basket:after {
  content: '\E012';
}

.icon_money:after {
  content: '\E016';
}

.icon_date:after {
  content: '\E021';
}

.icon_team:after {
  content: '\E022';
}

.icon_telegram:after {
  content: '\E023';
}

.icon_facebook:after {
  content: '\E025';
}

.icon_twitter:after {
  content: '\E026';
}

.icon_instagram:after {
  content: '\E027';
}

.icon_star:after {
  content: '\E030';
}

.icon_left:after {
  content: '\E031';
}

.icon_right:after {
  content: '\E034';
}

.icon_remove:after {
  content: '\E036';
}

.icon_close:after {
  content: '\E038';
}

.icon_whatsapp:after {
  content: '\E039';
}

.icon_phone:after {
  content: '\E043';
}

.icon_lock:after {
  content: '\E048';
}

.icon_edit:after {
  content: '\E047';
}

.icon_mobile:after {
  content: '\E049';
}

.icon_email:after {
  content: '\E050';
}

.icon_location:after {
  content: '\E035';
}

.icon_money2:after {
  content: '\E051';
}

.icon_sponser:after {
  content: '\E052';
}

.icon_teacher:after {
  content: '\E053';
}

.icon_certificate:after {
  content: '\E054';
}

.icon_info:after {
  content: '\E055';
}

.icon_profile:after {
  content: '\E056';
}

html {
  overflow-x: hidden;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.boxing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "El Messiri", sans-serif;
  background-color: #ffffff;
  overflow: hidden;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding-right: 8px;
  padding-left: 8px;
}

.unsel {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#loading {
  display: flex;
}

#loading ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  animation: rot 16s linear infinite;
}

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

#loading li {
  width: 20px;
  height: 20px;
  background: #ac4998;
  border-radius: 2px;
  box-shadow: 0 0 1px #5a0e4d, 0 0 1.25px #ac4998, 0 0 2.5px #ac4998, 0 0 3.75px #ac4998, 0 0 6.25px #ac4998, 0 0 13.75px #ac4998;
  animation: scale 0.8s linear alternate infinite;
}

@keyframes scale {
  100% {
    transform: scale(0.1);
    opacity: 0;
  }
}

#loading li:nth-child(1) {
  z-index: 24;
}

#loading li:nth-child(2) {
  z-index: 23;
}

#loading li:nth-child(3) {
  z-index: 22;
}

#loading li:nth-child(4) {
  z-index: 21;
}

#loading li:nth-child(5) {
  z-index: 20;
}

#loading li:nth-child(6) {
  z-index: 19;
}

#loading li:nth-child(7) {
  z-index: 18;
}

#loading li:nth-child(8) {
  z-index: 17;
}

#loading li:nth-child(9) {
  z-index: 16;
}

#loading li:nth-child(10) {
  z-index: 15;
}

#loading li:nth-child(11) {
  z-index: 14;
}

#loading li:nth-child(12) {
  z-index: 13;
}

#loading li:nth-child(13) {
  z-index: 12;
}

#loading li:nth-child(14) {
  z-index: 11;
}

#loading li:nth-child(15) {
  z-index: 10;
}

#loading li:nth-child(16) {
  z-index: 9;
}

#loading li:nth-child(17) {
  z-index: 8;
}

#loading li:nth-child(18) {
  z-index: 7;
}

#loading li:nth-child(19) {
  z-index: 6;
}

#loading li:nth-child(20) {
  z-index: 5;
}

#loading li:nth-child(21) {
  z-index: 4;
}

#loading li:nth-child(22) {
  z-index: 3;
}

#loading li:nth-child(23) {
  z-index: 2;
}

#loading li:nth-child(24) {
  z-index: 1;
}

#loading li:nth-child(25) {
  z-index: 0;
}

#loading li:nth-child(1) {
  animation-delay: 0.1s;
}

#loading li:nth-child(7) {
  animation-delay: 0.3s;
}

#loading li:nth-child(13) {
  animation-delay: 0.5s;
}

#loading li:nth-child(19) {
  animation-delay: 0.7s;
}

#loading li:nth-child(24) {
  animation-delay: 0.9s;
}

#loading li:nth-child(2) {
  animation-delay: 0.2s;
}

#loading li:nth-child(8) {
  animation-delay: 0.4s;
}

#loading li:nth-child(14) {
  animation-delay: 0.6s;
}

#loading li:nth-child(20) {
  animation-delay: 0.8s;
}

#loading li:nth-child(3) {
  animation-delay: 0.3s;
}

#loading li:nth-child(9) {
  animation-delay: 0.5s;
}

#loading li:nth-child(15) {
  animation-delay: 0.7s;
}

#loading li:nth-child(4) {
  animation-delay: 0.4s;
}

#loading li:nth-child(10) {
  animation-delay: 0.6s;
}

#loading li:nth-child(5) {
  animation-delay: 0.5s;
}

#loading li:nth-child(1) {
  animation-delay: 0.1s;
}

#loading li:nth-child(6) {
  animation-delay: 0.2s;
}

#loading li:nth-child(11) {
  animation-delay: 0.3s;
}

#loading li:nth-child(16) {
  animation-delay: 0.4s;
}

#loading li:nth-child(21) {
  animation-delay: 0.5s;
}

#loading li:nth-child(7) {
  animation-delay: 0.3s;
}

#loading li:nth-child(12) {
  animation-delay: 0.4s;
}

#loading li:nth-child(17) {
  animation-delay: 0.5s;
}

#loading li:nth-child(22) {
  animation-delay: 0.6s;
}

#loading li:nth-child(13) {
  animation-delay: 0.5s;
}

#loading li:nth-child(18) {
  animation-delay: 0.6s;
}

#loading li:nth-child(23) {
  animation-delay: 0.7s;
}

#loading li:nth-child(19) {
  animation-delay: 0.7s;
}

#loading li:nth-child(24) {
  animation-delay: 0.8s;
}

#loading li:nth-child(25) {
  animation-delay: 0.9s;
}

#mob_menu {
  display: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
}

#menu {
  float: right;
  margin-top: 45px;
}

#menu .mob_dash {
  display: none;
}

#menu li {
  font-size: 1.3em;
  float: right;
  color: #fff;
}

#menu li a {
  padding: 12px 25px 12px 25px;
  margin-left: 5px;
}

#menu li.selected a {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 10px 23px 10px 23px;
}

#menu li a:hover {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 10px 23px 10px 23px;
}

#logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  float: left;
  margin-top: 30px;
}

#logo img {
  margin-right: 14px;
}

#logo .main {
  font-size: 2em;
  font-weight: bold;
}

#logo .header_user {
  background-color: #333333;
  padding: 6px 12px 6px 12px;
  border-radius: 10px;
  margin-left: 22px;
  height: 25px;
  width: 100px;
  position: relative;
  transition: all 0.3s linear;
}

#logo .header_user:hover {
  background-color: #1f1b1b;
}

#logo .header_user .icons {
  font-size: 2em;
  position: absolute;
  top: -4px;
  right: 6px;
}

#logo .header_user .txt {
  font-size: 1.4em;
  position: absolute;
  left: 10px;
  top: 8px;
}

#header {
  background: linear-gradient(220deg, #ed4690f2 -2.11%, #5522cce0 63.58%);
  height: 100px;
  margin-bottom: 30px;
}

#top {
  height: 100px;
}

#index_slide {
  width: 100%;
  height: 100vh;
  background: linear-gradient(220deg, #ed4690f2 -2.11%, #5522cce0 63.58%);
}

.index_search {
  background-color: #242565;
  height: 140px;
  position: relative;
  border-radius: 20px;
  margin-top: -70px;
  box-shadow: 0 10px 50px rgba(61, 55, 241, 0.25);
}

.index_search .form_search {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 60px;
  padding: 20px 30px 30px 30px;
}

.index_search .form_search .custom-select2 select {
  width: 100%;
  height: 50px;
  background-color: #242565;
  border: none;
  border-bottom: 3px solid #58585866;
  color: #fff;
  font-family: "El Messiri", sans-serif;
  font-size: 1.5rem;
}

.index_search .form_search_item .title {
  color: #fff;
  font-size: .9em;
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
}

#index_search_btn {
  font-family: "El Messiri", sans-serif;
  position: absolute;
  left: 30px;
  bottom: -23px;
  height: 24px;
  background-color: #6F2CBF;
  color: #fff;
  border-radius: 10px;
  font-size: 1.2em;
  padding: 10px 25px 8px 25px;
  border: unset;
}

#index_slide .main_slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  width: 100%;
  height: calc(100vh - 100px - 70px);
}

#index_slide .main_slide .img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#index_slide .main_slide .img img {
  width: 100%;
}

#index_slide .main_slide .three_items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#index_slide .main_slide .three_items .txt {
  color: #fff;
  height: 437px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: center;
}

#index_slide .main_slide .txt h1 {
  font-size: 3em;
  font-weight: bold;
}

#index_slide .main_slide .txt p {
  font-size: 1.5rem;
}

#index_slide .main_slide .txt .btns {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

#index_slide .main_slide .txt .btns .btn {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 20px 40px 20px 40px;
  font-size: 1.3rem;
  font-weight: bold;
  transition: all 0.3s linear;
}

#index_slide .main_slide .txt .btns .btn:hover {
  background-color: #333;
}

#index_slide .main_slide .txt .btns .btn.sub {
  background-color: #F5167E;
  border-color: #F5167E;
}

#index_slide .main_slide .txt .btns .btn.sub:hover {
  background-color: #b00756;
}

#new_events {
  margin-top: 80px;
}

#new_events .title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 40px;
}

#new_events .title h3 {
  color: #242565;
  font-size: 3em;
  font-weight: bold;
}

#new_events .title .cats .cat {
  color: #242565;
  background-color: #F2F4FF;
  border-radius: 22px;
  font-size: 1.2rem;
  padding: 8px 14px 8px 14px;
  margin-right: 5px;
  transition: all 0.3s linear;
}

#new_events .title .cats .cat:hover {
  background-color: #242565;
  color: #F2F4FF;
}

#new_events .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 25px;
}

.event_page .event_item,
.event_disable_page .event_item {
  background-color: #fff;
}

.event_page .event_item .bottom,
.event_disable_page .event_item .bottom {
  border-top: 2px solid #dedede;
  background-color: #fff;
}

.event_item {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  transition: all 0.3s linear;
}

.event_item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.event_item:hover .txt h4 {
  color: #242565;
}

.event_item .img {
  display: block;
}

.event_item .img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.event_item .txt {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px 10px;
  margin: 20px;
  height: 120px;
}

.event_item .txt .date {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.event_item .txt h4 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  transition: all 0.3s linear;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event_item .txt .p {
  font-size: .9em;
  line-height: 1.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #6A6A6A;
}

.event_item .txt .date .month {
  color: #3D37F1;
  font-size: 1em;
}

.event_item .txt .date .day {
  font-size: 2.5em;
  font-weight: bold;
}

.event_item .bottom {
  background-color: #ECECEC;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 0 0 20px 20px;
  padding: 10px;
}

.event_item .bottom .bottom_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 120px;
  height: 32px;
}

.event_item .bottom .bottom_item .icons {
  position: absolute;
  font-size: 2em;
}

.event_item .bottom .bottom_item .des {
  position: absolute;
  font-size: 1em;
}

.event_item .bottom .bottom_item.right .icons {
  top: -3px;
  right: 0;
}

.event_item .bottom .bottom_item.left .icons {
  top: -3px;
  left: 0;
}

.event_item .bottom .bottom_item.right .des {
  right: 34px;
  top: 12px;
}

.event_item .bottom .bottom_item.left .des {
  left: 34px;
  top: 12px;
}

#new_events .btn {
  border: 2px solid #242565;
  color: #242565;
  border-radius: 30px;
  padding: 20px 40px 20px 40px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 50px auto 150px;
  display: block;
  width: 100px;
  text-align: center;
  transition: all 0.3s linear;
}

#new_events .btn:hover {
  background-color: #242565;
  border-color: #000;
  color: #fff;
}

#index_learn {
  background-color: #EEE1FF;
  height: 250px;
  width: 100%;
}

#index_learn .container {
  position: relative;
  height: 100%;
}

#index_learn .container img {
  position: absolute;
  left: 0;
  bottom: 0;
}

#index_learn .container .txts {
  margin-left: 465px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

#index_learn .container .txts h3 {
  font-size: 2em;
  font-weight: bold;
  color: #242565;
}

#index_learn .container .txts p {
  max-width: 380px;
  color: #696a8b;
  font-size: 1em;
  line-height: 1.2em;
}

#index_learn .btn {
  background-color: #F5167E;
  border: 2px solid #F5167E;
  color: #fff;
  border-radius: 30px;
  padding: 20px 40px 20px 40px;
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  text-align: center;
  transition: all 0.3s linear;
}

#index_learn .btn:hover {
  background-color: #64012f;
  border-color: #000;
  color: #fff;
}

.title_index {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.title_index h3 {
  color: #242565;
  font-size: 3em;
  font-weight: bold;
}

.title_index p {
  color: #696a8b;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 15px;
}

#index_articles .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 25px;
}

#index_articles .items .item .img {
  display: block;
}

#index_articles .items .item .img img {
  width: 100%;
  border-radius: 20px;
}

#index_articles .items .item .txt h4 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}

#index_articles .items .item .txt .p {
  font-size: .9em;
  line-height: 1.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #6A6A6A;
}

#index_articles .items .item .bottom {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 14px;
}

#index_articles .items .item .bottom img {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  margin-right: 8px;
}

#work_with_us .title_index {
  margin-top: 90px;
}

#work_with_us .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px 30px;
}

#work_with_us .items img {
  width: 100%;
}

#footer {
  margin-top: 50px;
  background-color: #0A075F;
}

#footer .top {
  display: grid;
  grid-template-columns: 107px 1fr 360px;
  gap: 10px 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer .p {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

#footer .p p {
  color: #fff;
  line-height: 1.5em;
}

#footer .input {
  position: relative;
  background-color: #fff;
  width: 100%;
  font-size: 1rem;
  height: 50px;
  border-radius: 50px;
}

#footer .input .email_input {
  font-family: "El Messiri", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  position: absolute;
  border: none;
  height: 50px;
  width: 100%;
  border-radius: 50px;
  text-indent: 18px;
  padding-top: 3px;
}

#footer .input button {
  font-family: "El Messiri", sans-serif;
  position: absolute;
  left: 14px;
  top: 11px;
  height: 32px;
  border-radius: 14px;
  font-size: 1rem;
  border: none;
  background-color: #F5167E;
  color: #fff;
  padding: 5px 15px;
  transition: all 0.3s linear;
  cursor: pointer;
}

#footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 3.5em;
  color: #fff;
}

#footer .copyright {
  border-top: 2px solid #4C4D8B;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: .9em;
  line-height: 1.5rem;
}

.adv1 img {
  width: 100%;
  border-radius: 20px;
  margin-top: 80px;
}

.event_page,
.event_disable_page {
  background-color: #F2F2F2;
}

#event_body {
  background-color: #fff;
  width: 70%;
  float: right;
  border: 3px solid #DBDBDB;
  border-radius: 20px;
}

#event_body .main_img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

#event_slide {
  width: calc(30% - 20px);
  margin-right: 14px;
  float: right;
}

#event_body .title {
  padding: 10px;
}

.customer .icon_event_type {
  color: #444143;
  font-size: 3em;
  float: right;
}

.customer:hover h1,
.customer:hover .icon_event_type {
  color: #29487d;
}

.customer h1 {
  color: #444143;
  font-size: 1.5em;
  font-weight: bold;
  float: right;
  line-height: 3.2em;
}

#event_body .stars {
  margin-top: 17px;
}

#event_body .stars li.active {
  color: #ffb948;
}

#event_body .stars.stars_disabled li.active {
  color: silver;
}

#event_body .stars li {
  color: silver;
  font-size: 2em;
  float: left;
  cursor: pointer;
}

#event_body .bottom {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#event_body .cats .cat {
  background-color: #F5167E;
  border: 2px solid #F5167E;
  color: #fff;
  border-radius: 30px;
  padding: 5px 8px 5px 8px;
  font-size: .8rem;
  margin-left: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  display: block;
  text-align: center;
  float: right;
  transition: all 0.3s linear;
}

#event_body .cats .cat:hover {
  background-color: #64012f;
  border-color: #64012f;
  color: #fff;
}

#event_body .follow {
  cursor: pointer;
}

#event_body .follow:hover .txt,
#event_body .follow.active .txt {
  background-color: #0b436e;
}

#event_body .follow:hover .icons,
#event_body .follow.active .icons {
  color: #fff;
  background-color: #0b436e;
}

#event_body .follow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}

#event_body .follow .txt {
  background-color: #55ACEE;
  font-size: 1.2em;
  color: #fff;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  transition: all 0.3s linear;
}

#event_body .follow .icons {
  background-color: #007AB9;
  font-size: 2em;
  border-radius: 10px 0 0 10px;
  line-height: .9em;
  padding: 0 5px 0 5px;
  transition: all 0.3s linear;
}

#event_body .content {
  padding: 0 10px 0 10px;
}

#event_body .content h2 {
  display: table;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #010021;
  padding-right: 7px;
  padding-left: 10px;
  padding-bottom: 5px;
}

#event_body .content h2 .icons {
  font-size: 1.5em;
}

#secure_data {
  background-color: #333333;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#secure_data h2 {
  text-align: center;
  width: 100%;
  padding-left: unset !important;
  padding-right: unset !important;
  border-bottom-color: white !important;
  padding-bottom: 20px !important;
  padding-top: 20px;
}

#secure_data p {
  color: white;
}

#event_body .content .txt_des {
  color: #5F5F5F;
  font-size: 1em;
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 20px;
  text-indent: 20px;
  text-align: justify;
}

#event_body .content .img_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#event_body .content .img_items .item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#event_body .content .img_items img {
  border-radius: 100px;
  width: 110px;
  height: 110px;
}

#event_body .content .img_items .txt {
  max-width: 110px;
  text-align: center;
  margin-top: 14px;
  line-height: 1.5em;
  font-weight: bold;
  color: #5F5F5F;
}

#event_ticket {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

#event_ticket .content {
  border: 1px solid #DBDBDB;
  padding: 20px;
  border-radius: 20px;
}

#event_ticket .content h2 {
  color: #606060;
  background-color: #EFEFEF;
  border-radius: 30px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
}

#event_ticket .content h3 {
  background-color: red;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}

#event_ticket .content .item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0 5px;
  margin-bottom: 20px;
}

#event_ticket .content .days {
  margin-bottom: 20px;
  list-style: disc;
}

#event_ticket .content .days li {
  margin-right: 30px;
  line-height: 1.8rem;
}

#event_ticket .content .item .icons,
#event_ticket .content .item .txt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

#event_ticket .content .item .icons {
  font-size: 2em;
  color: #C0B5B6;
  margin-bottom: 12px;
}

#event_ticket .content .item .txt {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
}

#event_ticket .ticket_lines {
  position: absolute;
  bottom: 93px;
  right: 0;
  left: 0;
  width: 100%;
}

#event_ticket .btn.disabled {
  background: #a9a9a9;
}

#event_ticket .btn:hover.disabled {
  background: #a9a9a9;
}

#event_ticket .btn,
#basket_btn {
  background: linear-gradient(90deg, #9B51E0 0%, #D551A3 100%);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  padding: 20px;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s linear;
}

#event_ticket .btn:hover,
#basket_btn:hover {
  background: linear-gradient(90deg, #D551A3 0%, #9B51E0 100%);
}

#event_ticket .btn:active,
#basket_btn:active {
  box-shadow: inset 0px 0px 15px #5522cc;
  outline: none;
}

#map_show {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  margin-top: -10px;
}

#event_share {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}

#event_share .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: 100%;
  display: block;
}

#event_share ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 4em;
}

#event_share ul a.icon_whatsapp {
  color: #60D669;
}

#event_share ul a.icon_facebook {
  color: #1877F2;
}

#event_share ul a.icon_twitter {
  color: #55ACEE;
}

#event_share ul a.icon_instagram {
  color: #F56040;
}

#event_share ul a.icon_telegram {
  color: #2BABEE;
}

#event_share .copy_url .link {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
  direction: ltr;
  padding: 10px;
  font-family: "El Messiri", sans-serif;
}

#event_share .copy_url .link button {
  position: absolute;
  right: 8px;
  top: 5px;
  background: #D9D9D9;
  box-shadow: inset -5px -1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: unset;
  padding: 3px 13px 3px 13px;
  font-family: "El Messiri", sans-serif;
  cursor: pointer;
  transition: all 0.3s linear;
}

#event_share .copy_url .link button:hover {
  background: #D9D9D9;
  box-shadow: unset;
}

#adv_event {
  margin-top: 20px;
  border-radius: 20px;
}

#adv_event img {
  border-radius: 20px;
  width: 100%;
}

#overlay {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #21065fcc;
}

#event_body:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
  z-index: 2;
}

#event_read_more {
  display: none;
  position: absolute;
  bottom: 15px;
  right: calc(50% - 113px/2);
  border: 2px solid #242565;
  color: #242565;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s linear;
  z-index: 3;
  font-family: "El Messiri", sans-serif;
  cursor: pointer;
}

.disable_btn#event_body {
  max-height: unset;
  overflow: unset;
}

.disable_btn#event_body:after,
.disable_btn#event_body #event_read_more {
  display: none;
}

#right_side {
  width: 23%;
  float: right;
  margin-left: 10px;
}

#left_side {
  width: calc(77% - 10px);
  float: left;
}

.open_filters {
  display: none;
  font-family: "El Messiri", sans-serif;
  padding-top: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  background-color: grey;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 12px;
}

.probox {
  background-color: #fff;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 0 4px 0 #B9B9B9;
  margin-top: 20px;
}

.probox.title {
  margin-top: 1px;
  background-color: #E9E9E9;
}

.probox.title h2 {
  font-size: 1.2rem;
  font-family: "El Messiri", sans-serif;
  color: #334155;
  padding-bottom: 20px;
}

.probox.title h2 span.cat {
  color: #D72A29;
}

.filter_item {
  background-color: #334155;
  color: #fff;
  padding: 4px 10px 5px 10px;
  border-radius: 20px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 12px;
  margin-left: 5px;
}

.filter_item .txt {
  font-family: "El Messiri", sans-serif;
  font-size: .8rem;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.filter_item .icons {
  cursor: pointer;
  color: #D72A29;
  padding-left: 6px;
}

.filter_item .icons:hover {
  color: #e89695;
}

/** probox search start **/

.probox.search {
  padding: 0;
  position: relative;
}

.probox.search input {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 1rem;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border-radius: 12px;
  border: none;
  font-family: "El Messiri", sans-serif;
}

.probox.listing {
  max-height: 80px;
  overflow: hidden;
  position: relative;
}

.probox.listing.opened {
  max-height: 250px;
}

.probox.listing.opened .bottom_bar {
  display: none;
}

.probox.listing.opened .rotate {
  transform: rotate(270deg) !important;
}

.probox.listing .bottom_bar {
  display: block;
  background: linear-gradient(180deg, rgba(184, 0, 0, 0) 0, #6f7f9d);
  height: 52px;
  width: 100%;
  left: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.probox.listing .bottom_bar:hover {
  background: linear-gradient(180deg, rgba(184, 0, 0, 0) 0, #0b2450);
}

.probox.listing .header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 12px;
}

.probox.listing .header .box_title {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.probox.listing .header .icons {
  font-size: .8rem;
}

.probox.listing .header .rotate {
  transform: rotate(0deg);
}

.probox.listing .header span {
  font-family: "El Messiri", sans-serif;
  font-size: 1rem;
  padding-right: 8px;
}

.probox.listing .header input {
  width: 120px;
  height: 33px;
  padding: 10px;
  font-size: .8rem;
  box-sizing: border-box;
  border-radius: 12px;
  border: 2px solid #c5bbbb;
  font-family: "El Messiri", sans-serif;
}

.probox.search button {
  cursor: pointer;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  height: calc(100% - 2px);
  border: none;
  background-color: #C4C4C4;
  color: #334155;
  font-size: 1rem;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 12px 0 0 12px;
  font-family: "El Messiri", sans-serif;
}

/** probox search end **/

/** probox checkmark start **/

.checkmark_box {
  display: block;
  position: relative;
  padding-right: 35px;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: #777777;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "El Messiri", sans-serif;
}

.checkmark_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  right: 0;
  height: 25px;
  width: 25px;
  border-radius: 8px;
  background-color: #eee;
}

.probox.listing .checkmark_box .checkmark {
  top: 5px;
}

.checkmark_box:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkmark_box input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark_box input:checked ~ .checkmark:after {
  display: block;
}

.checkmark_box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/** probox checkmark end **/

/** probox switch start **/

.probox.switcher {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.probox.switcher {
  font-family: "El Messiri", sans-serif;
  font-size: 1rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch_input {
  margin-top: 1em;
  color: #0979bd;
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 10px 10px;
}

.switch_input .txt {
  padding-top: 9px;
}

/** probox switch end **/

/** products sorting start **/

#products_sorting {
  background-color: #E9E9E9;
  border-radius: 12px;
  display: inline-block;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#products_sorting .btns {
  float: right;
  cursor: pointer;
  background-color: #C4C4C4;
  font-family: "El Messiri", sans-serif;
  color: #696969;
  padding: 5px 10px 5px 10px;
  border-radius: 8px;
  margin-left: 8px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#products_sorting .btns:hover {
  background-color: #918e8e;
  color: #fff;
}

#products_sorting .btns.selected {
  background-color: #fff;
  cursor: default;
  color: #696969;
}

/** products sorting end **/

.no_result {
  font-family: "El Messiri", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  padding: 12px;
  color: #334155;
}

#events_show .content {
  position: relative;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 35px 25px;
  margin-bottom: 40px;
}

#events_show .loading_content2 {
  position: absolute;
  inset: 0;
  display: none;
  justify-content: center;
}

/** pagination start **/

.pagination {
  cursor: default;
  color: #666;
  font-family: "El Messiri", sans-serif;
  text-align: center;
  padding: 20px 20px 0 20px;
  display: grid;
  grid-template-columns: 1fr 114px 114px;
  gap: 0px 0px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.pagination .previous,
.pagination .next {
  cursor: pointer;
  color: black;
  float: right;
  padding: 12px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.pagination .current {
  font-family: "El Messiri", sans-serif;
  width: 120px;
  color: black;
  float: right;
  padding: 12px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.pagination .previous:hover,
.pagination .next:hover {
  background-color: #39b54a;
  color: #fff;
}

.pagination .previous {
  border-radius: 0 10px 10px 0;
}

.pagination .next {
  border-radius: 10px 0 0 10px;
}

.pagination .disabled,
.pagination .disabled:hover {
  color: black;
  background-color: #ddd;
  cursor: default;
}

/** pagination end **/

#dashboard {
  border-radius: 20px;
  position: relative;
  background-color: #16213E;
}

#dashboard .loading_content {
  display: flex;
  background-color: #334155;
  border-radius: 8px;
}

#dashboard .right {
  width: 186px;
  float: right;
  padding-right: 14px;
  margin-top: 20px;
}

#dashboard .left {
  width: calc(100% - 200px - 10px - 40px - 24px);
  background-color: #fff;
  float: right;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
  box-shadow: 0 4px 9px #33415545;
  margin: 20px 14px 20px 20px;
}

#dashboard .unit_search {
  display: grid;
  grid-template-columns: 73px 1fr;
  gap: 0 15px;
  padding: 50px 50px 50px 50px;
  position: relative;
}

#dashboard .unit_search .avatar,
#dashboard .unit_search .name,
#dashboard .unit_search .phone {
  visibility: hidden;
}

#dashboard .unit_search.show_mode .avatar,
#dashboard .unit_search.show_mode .name,
#dashboard .unit_search.show_mode .phone {
  visibility: visible;
}

.basket__cart-item2.post_calculator {
  position: relative;
}

.basket__cart-item2.post_calculator .basket__item-price2 {
  visibility: hidden;
}

.basket__cart-item2 .loading_rings {
  display: none;
}

#dashboard .unit_search .loading_rings {
  display: none;
  position: absolute;
  top: calc(50% - 20.5px);
  right: calc(50% - 20.5px);
}

.basket__cart-item2.post_calculator .loading_rings {
  display: block;
  position: absolute;
  top: calc(50% - 20.5px);
  left: 0;
}

#dashboard .unit_search.search_mode .loading_rings {
  display: block;
}

@keyframes ldio-15kd1m6ke5e {
  0% {
    transform: rotate(0);
  }

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

.ldio-15kd1m6ke5e div {
  box-sizing: border-box !important;
}

.ldio-15kd1m6ke5e > div {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 14px;
  left: 14px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #157759 transparent #157759 transparent;
  animation: ldio-15kd1m6ke5e 1s linear infinite;
}

.ldio-15kd1m6ke5e > div:nth-child(2),
.ldio-15kd1m6ke5e > div:nth-child(4) {
  width: 54px;
  height: 54px;
  top: 23px;
  left: 23px;
  animation: ldio-15kd1m6ke5e 1s linear infinite reverse;
}

.ldio-15kd1m6ke5e > div:nth-child(2) {
  border-color: transparent #53ab8b transparent #53ab8b;
}

.ldio-15kd1m6ke5e > div:nth-child(3) {
  border-color: transparent;
}

.ldio-15kd1m6ke5e > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.ldio-15kd1m6ke5e > div:nth-child(3) div:before,
.ldio-15kd1m6ke5e > div:nth-child(3) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 24px;
  background: #157759;
  border-radius: 50%;
  box-shadow: 0 64px 0 0 #157759;
}

.ldio-15kd1m6ke5e > div:nth-child(3) div:after {
  left: -8px;
  top: 24px;
  box-shadow: 64px 0 0 0 #157759;
}

.ldio-15kd1m6ke5e > div:nth-child(4) {
  border-color: transparent;
}

.ldio-15kd1m6ke5e > div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.ldio-15kd1m6ke5e > div:nth-child(4) div:before,
.ldio-15kd1m6ke5e > div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 15px;
  background: #53ab8b;
  border-radius: 50%;
  box-shadow: 0 46px 0 0 #53ab8b;
}

.ldio-15kd1m6ke5e > div:nth-child(4) div:after {
  left: -8px;
  top: 15px;
  box-shadow: 46px 0 0 0 #53ab8b;
}

.loadingio-spinner-double-ring-xbrnoao9sa {
  width: 41px;
  height: 41px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-15kd1m6ke5e {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.41);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-15kd1m6ke5e div {
  box-sizing: content-box;
}

#dashboard .unit_search .avatar {
  grid-column-end: 1;
  grid-column-start: 2;
  grid-row-end: 1;
  grid-row-start: 3;
}

#dashboard .unit_search .name {
  font-family: "El Messiri", sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  border-bottom: 3px solid #edf6e3;
  color: #334155;
}

#dashboard .unit_search .phone {
  font-family: "Vazirmatn", sans-serif;
  font-size: .9rem;
  padding-top: 10px;
  color: #334155;
}

td.unit_num {
  text-align: center;
}

td.link {
  color: blue;
}

#dashboard_menu .item,
#dashboard_menu .item2 {
  font-family: "El Messiri", sans-serif;
  font-size: .8rem;
  display: block;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin: 0 0 10px 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  cursor: pointer;
  transition: all 0.3s linear;
}

#dashboard_menu .item.disabled {
  cursor: not-allowed;
}

#dashboard_menu .item.active,
#dashboard_menu .item:hover,
#dashboard_menu .item2:hover {
  background-image: unset;
  color: #fff;
  background-color: #334155;
}

#dashboard #form {
  max-width: 500px;
  margin: 0 auto;
}

#dashboard .dashboard_item.active {
  display: block;
}

.not_old_pay {
  font-family: "El Messiri", sans-serif;
  display: block;
  text-align: center;
  padding-top: 60px;
  color: #333;
  font-size: 1.5rem;
}

#dashboard .dashboard_item {
  padding: 10px;
  display: none;
}

#top_btns {
  max-width: 650px;
  width: 100%;
  margin: 20px auto 25px;
}

#top_btns button {
  font-family: "El Messiri", sans-serif;
  display: block;
  background-color: #39b54a;
  color: #fff;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  border: none;
  transition: all 0.3s linear;
  cursor: pointer;
}

#top_btns button:hover {
  background-color: #166b22;
}

#pastـpurchases {
  max-width: 650px;
  width: 100%;
  margin: 20px auto 25px;
}

#pastـpurchases thead th {
  font-family: "El Messiri", sans-serif;
  background-color: #eee;
  padding: 10px;
  font-size: 1.3rem;
}

#pastـpurchases tr:hover {
  background-color: #eee;
}

#pastـpurchases td {
  font-family: "El Messiri", sans-serif;
  padding: 12px;
  line-height: 1.3rem;
}

#pastـpurchases td.clicable {
  cursor: pointer;
  color: blue;
}

#pastـpurchases .num {
  text-align: center;
}

#pastـpurchases .show_factor {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

#pastـpurchases .show_factor:hover {
  color: #2F80ED;
}

table,
th,
td {
  border: 1px solid #d2d6de;
}

.signin_signup {
  min-height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#signup {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.loading_content {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #44146cc9;
  position: absolute;
  inset: 0;
  z-index: 90;
}

.loading_content2 {
  background-color: #39b54a54;
}

#products_books .loading_content2 {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#postType_address {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}

#postType_address span {
  width: 170px;
  font-family: "El Messiri", sans-serif;
}

#signup .tabs {
  font-family: "El Messiri", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 0;
  border-bottom: 5px solid #c0c0c0;
}

#signup .tab {
  cursor: pointer;
  padding: 0.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 0.3s linear;
  border-top: 2px solid #d2d6de;
}

#signup .tab:hover {
  background-color: #eee;
}

#signup .tab:first-child {
  border-right: 2px solid #d2d6de;
  border-left: 1px solid #d2d6de;
  border-radius: 0 10px 0 0;
}

#signup .tab:last-child {
  border-left: 2px solid #d2d6de;
  border-right: 1px solid #d2d6de;
  border-radius: 10px 0 0 0;
}

#signup .tab.active {
  cursor: default;
  background-color: #d2d6de;
}

#signup h1 {
  text-align: center;
  padding-bottom: 12px;
}

#contact_us p {
  text-indent: 0;
  text-align: center;
}

#contact_us_left {
  position: relative;
  border-radius: 8px 0 0 8px;
  background-size: cover;
  overflow: hidden;
  cursor: none;
}

#contact_us_left h2 {
  transition: all .2s;
  position: absolute;
  bottom: 32px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  text-shadow: 4px 4px 4px #000000;
}

#iraq_history {
  transition: all 1s;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 14px #efefef;
}

#contact_us_left:hover #iraq_history {
  transform: scale(1.5);
}

#contact_us_left:hover h2 {
  transform: scale(0);
}

.form_upload {
  z-index: 2;
  position: relative;
  border-radius: 4px;
  font-family: "El Messiri", sans-serif;
  font-size: 1rem;
  color: #8b97a9;
  transition: box-shadow 0.5s;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  border: 1px solid #e1e1e1;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 110px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.poster {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.poster label {
  inset: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.poster label span {
  color: #294c83 !important;
  padding: 10px 20px 10px 20px !important;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s linear;
}

.poster label span:hover {
  background: #ddd;
}

.poster .icon_profile {
  font-size: 32px;
  margin-bottom: 8px;
}

#form.address .input,
#form.address .select {
  display: block !important;
}

.button_back {
  background-color: #d72a29 !important;
}

.button_back:hover {
  background-color: #9b0f0f !important;
}

.edit_td {
  font-size: 24px;
  padding: 0 !important;
  position: relative;
}

.edit_td .icon_edit {
  position: absolute;
  right: 9px;
  top: calc((100% / 2) - 13px);
  cursor: pointer;
  color: #1299da;
  transition: all 0.3s linear;
}

.edit_td .icon_close {
  position: absolute;
  left: 8px;
  top: calc((100% / 2) - 12px);
  cursor: pointer;
  color: #1299da;
  transition: all 0.3s linear;
}

.edit_td .icon_edit:hover,
.edit_td .icon_close:hover {
  color: #0c5c83;
}

#form.comment_form {
  display: none;
}

#form {
  position: relative;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

#signup #form {
  background-color: #d2d6de;
}

#form .g-recaptcha {
  margin-bottom: 5px;
}

#form .loading_content .txt {
  font-family: "El Messiri", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background-color: #0b901d;
  padding: 8px 25px 7px 25px;
  border-radius: 12px;
}

#form .input,
#form .textarea,
#form .select {
  position: relative;
  margin-top: 1rem;
}

#signup .input,
#dashboard .input,
#signup .input,
#signup .select,
#dashboard .select {
  display: none;
}

#signup.data-login .login,
#signup.data-signup .signup,
#signup.data-forget .forget,
#signup.data-forget2 .forget2,
#signup.data-forget3 .forget3,
#dashboard #form.sign_up_completion .input.completion,
#dashboard #form.sign_up_completion .select.completion,
#dashboard #form.confirm_mobile .input.mobile_confirm,
#dashboard #form.editing_data .input.editing,
#dashboard #form.editing_data .select.editing,
#dashboard #form.add_event .input,
#dashboard #form.add_event .select,
#dashboard #form.add_event .textarea {
  display: block;
}

#form input:-webkit-autofill,
#form input:-webkit-autofill:hover,
#form input:-webkit-autofill:focus,
#form textarea:-webkit-autofill,
#form textarea:-webkit-autofill:hover,
#form textarea:-webkit-autofill:focus,
#form select:-webkit-autofill,
#form select:-webkit-autofill:hover,
#form select:-webkit-autofill:focus,
#form .input input:not(:placeholder-shown),
#form .textarea textarea:not(:placeholder-shown) {
  -webkit-text-fill-color: #8b97a9;
  -webkit-box-shadow: 0 0 0 1000px #eee inset;
}

#form .input input,
#form .textarea textarea,
#form .select select {
  width: 100%;
  z-index: 2;
  padding: 12px;
  position: relative;
  border-radius: 4px;
  font-family: "El Messiri", sans-serif;
  font-size: 1rem;
  color: #8b97a9;
  transition: box-shadow 0.5s;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  border: 1px solid #e1e1e1;
}

#form .input input {
  padding: 12px 12px 12px 12px;
}

#form .input input.number {
  padding: 12px;
}

#form .textarea textarea {
  resize: none;
  width: 100%;
}

#form .input input::-moz-placeholder, #form textarea::-moz-placeholder {
  color: #8b97a9;
}

#form .input input::placeholder,
#form textarea::placeholder {
  color: #8b97a9;
}

#form .input label,
#form .textarea label,
#form .select label,
.multiple_select label.show_label {
  font-family: "El Messiri", sans-serif;
  position: absolute;
  z-index: 1;
  font-size: .7rem;
  top: 20px;
  right: 14px;
  color: #000;
  transition: all 0.2s ease;
}

#form label span {
  color: red;
  padding-right: 5px;
}

#form .input input:not(:-moz-placeholder-shown) + label, form .textarea textarea:not(:-moz-placeholder-shown) + label {
  display: block !important;
  color: #0979bd !important;
  font-weight: bold;
  transform: translateX(0) translateY(-28px) scale(1);
  z-index: 9 !important;
}

#form .input input:not(:placeholder-shown) + label,
form .textarea textarea:not(:placeholder-shown) + label,
#form label.show_label,
.multiple_select label.show_label {
  display: block !important;
  color: #0979bd !important;
  font-weight: bold;
  transform: translateX(0) translateY(-28px) scale(1);
  z-index: 9 !important;
}

#form .input i {
  position: absolute;
  z-index: 3;
  left: 0;
  top: -3px;
  font-size: 45px;
  color: #e2e0e0;
}

#form .option {
  color: #333;
}

.button {
  cursor: pointer;
  font-family: "El Messiri", sans-serif;
  color: #fff;
  background-color: #294c83;
  float: left;
  font-size: 14px;
  padding: 8px 30px 8px 30px;
  border: 0;
  border-radius: 23px;
  transition: box-shadow 0.5s;
}

.forget_pass,
.go_back {
  background-color: #3c9589;
  margin-left: 20px;
}

.go_back {
  display: none;
}

#form .button {
  width: 130px;
  padding: 8px 12px 8px 12px;
  transition: background-color .3s linear;
}

#form .button:hover {
  background: #16213e;
}

#form .button:active {
  background: #060b13;
}

#form .input input:focus,
#form .input input:hover,
#form .textarea textarea:focus,
#form .textarea textarea:hover,
#form .select select:hover,
#form button:hover {
  outline: none;
  box-shadow: 0 5px 8px -5px #adadad;
}

.login_signup_page #form .submit_captcha {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#form .submit_captcha {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.contact_us_page #form .submit_captcha {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.contact_us_page #form .g-recaptcha {
  transform: scale(1);
}

#form .two_btns {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}

.mobile_confirm input {
  direction: ltr;
  text-align: center;
  letter-spacing: 1rem;
  padding: 12px !important;
}

.mobile_confirm .description {
  font-family: "El Messiri", sans-serif;
  font-size: .8rem;
  padding-top: 20px;
  text-align: center;
}

.mobile_confirm_time {
  height: 30px;
  font-family: "El Messiri", sans-serif;
  font-size: .8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 20px 20px 20px 20px;
}

.send_mobile_confirm_again {
  display: none;
  text-align: center;
  border: 3px dotted #fff;
}

#dashboard_success,
#dashboard_error {
  font-family: "El Messiri", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  padding: 30px 10px 30px 10px;
  margin: 10px;
}

#dashboard_success {
  color: #39b54a;
}

#dashboard_error {
  color: #b5394c;
}

#dash_info {
  font-family: "El Messiri", sans-serif;
  line-height: 1.5rem;
  display: grid;
  grid-template-columns: 73px 1fr;
  gap: 0 5px;
  padding: 5px;
  margin-bottom: 10px;
}

#dash_info .avatar {
  grid-column-end: 1;
  grid-column-start: 2;
  grid-row-end: 1;
  grid-row-start: 3;
}

#dash_info .name {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  color: #ffffff;
  font-weight: normal;
  font-size: .9em;
  padding-bottom: 5px;
}

#dash_info .phone {
  font-family: "El Messiri", sans-serif;
  font-size: .9rem;
  padding-top: 5px;
  color: #ffffff;
  text-align: left;
  border-top: 1px #c2e19f dashed;
}

#dash_info .unit {
  grid-column-end: 1;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-row-start: 4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 10px;
  background-color: #c2e1a0;
  color: #333;
}

#dash_info .unit .icon_money {
  margin-bottom: 12px;
  font-size: 20px;
}

/* Start Customize radio button */

.radio {
  display: block;
  position: relative;
  padding-right: 35px;
  line-height: 1.8em;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .checkmark:after {
  display: block;
}

.radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* End Customize radio button */

.radio_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.three_input {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.three_input .input {
  width: 32%;
  margin-left: 5px;
}

.input input[type='datetime-local'] {
  padding: 12px !important;
}

.form_title {
  font-weight: bold;
  color: #8B97A9;
  margin-top: 35px;
  margin-bottom: 10px;
}

.form_item_add {
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 10px;
  font-family: "El Messiri", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #A3ADBB;
  border: unset;
  background-color: #F1F1F1;
  padding: 12px;
  display: block;
  margin: 10px auto 30px;
}

.form_item_add:hover {
  color: #fff;
  background-color: #6b6b6b;
}

.person_add {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.person_add .input {
  width: calc(100% - 102px);
}

.custom-file-upload {
  background-color: #eee;
  width: 50px;
  height: 50px;
  display: block;
  margin-top: 1em;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.3s linear;
  cursor: pointer;
}

.custom-file-upload:hover {
  box-shadow: unset;
}

.custom-file-upload input {
  display: none;
}

.custom-file-upload .icons {
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  padding-right: unset !important;
  padding-top: 4px;
  text-align: center;
  color: #b6a9a9 !important;
}

.three_input .operators,
.person_add .operators {
  height: 50px;
  width: 32px;
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.three_input .icon_close,
.person_add .icon_close {
  color: red;
  font-size: 2em;
  cursor: pointer;
}

.show_message {
  max-width: 650px;
  width: auto;
  margin: 20px auto 25px;
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 5px #eee dashed;
  border-radius: 20px;
  text-align: center;
  color: red;
  font-size: 20px;
  font-weight: bold;
}

#loading {
  display: flex;
}

#loading ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  animation: rot 16s linear infinite;
}

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

#loading li {
  width: 20px;
  height: 20px;
  background: #ac4998;
  border-radius: 2px;
  box-shadow: 0 0 1px #5a0e4d, 0 0 1.25px #ac4998, 0 0 2.5px #ac4998, 0 0 3.75px #ac4998, 0 0 6.25px #ac4998, 0 0 13.75px #ac4998;
  animation: scale 0.8s linear alternate infinite;
}

@keyframes scale {
  100% {
    transform: scale(0.1);
    opacity: 0;
  }
}

#loading li:nth-child(1) {
  z-index: 24;
}

#loading li:nth-child(2) {
  z-index: 23;
}

#loading li:nth-child(3) {
  z-index: 22;
}

#loading li:nth-child(4) {
  z-index: 21;
}

#loading li:nth-child(5) {
  z-index: 20;
}

#loading li:nth-child(6) {
  z-index: 19;
}

#loading li:nth-child(7) {
  z-index: 18;
}

#loading li:nth-child(8) {
  z-index: 17;
}

#loading li:nth-child(9) {
  z-index: 16;
}

#loading li:nth-child(10) {
  z-index: 15;
}

#loading li:nth-child(11) {
  z-index: 14;
}

#loading li:nth-child(12) {
  z-index: 13;
}

#loading li:nth-child(13) {
  z-index: 12;
}

#loading li:nth-child(14) {
  z-index: 11;
}

#loading li:nth-child(15) {
  z-index: 10;
}

#loading li:nth-child(16) {
  z-index: 9;
}

#loading li:nth-child(17) {
  z-index: 8;
}

#loading li:nth-child(18) {
  z-index: 7;
}

#loading li:nth-child(19) {
  z-index: 6;
}

#loading li:nth-child(20) {
  z-index: 5;
}

#loading li:nth-child(21) {
  z-index: 4;
}

#loading li:nth-child(22) {
  z-index: 3;
}

#loading li:nth-child(23) {
  z-index: 2;
}

#loading li:nth-child(24) {
  z-index: 1;
}

#loading li:nth-child(25) {
  z-index: 0;
}

#loading li:nth-child(1) {
  animation-delay: 0.1s;
}

#loading li:nth-child(7) {
  animation-delay: 0.3s;
}

#loading li:nth-child(13) {
  animation-delay: 0.5s;
}

#loading li:nth-child(19) {
  animation-delay: 0.7s;
}

#loading li:nth-child(24) {
  animation-delay: 0.9s;
}

#loading li:nth-child(2) {
  animation-delay: 0.2s;
}

#loading li:nth-child(8) {
  animation-delay: 0.4s;
}

#loading li:nth-child(14) {
  animation-delay: 0.6s;
}

#loading li:nth-child(20) {
  animation-delay: 0.8s;
}

#loading li:nth-child(3) {
  animation-delay: 0.3s;
}

#loading li:nth-child(9) {
  animation-delay: 0.5s;
}

#loading li:nth-child(15) {
  animation-delay: 0.7s;
}

#loading li:nth-child(4) {
  animation-delay: 0.4s;
}

#loading li:nth-child(10) {
  animation-delay: 0.6s;
}

#loading li:nth-child(5) {
  animation-delay: 0.5s;
}

#loading li:nth-child(1) {
  animation-delay: 0.1s;
}

#loading li:nth-child(6) {
  animation-delay: 0.2s;
}

#loading li:nth-child(11) {
  animation-delay: 0.3s;
}

#loading li:nth-child(16) {
  animation-delay: 0.4s;
}

#loading li:nth-child(21) {
  animation-delay: 0.5s;
}

#loading li:nth-child(7) {
  animation-delay: 0.3s;
}

#loading li:nth-child(12) {
  animation-delay: 0.4s;
}

#loading li:nth-child(17) {
  animation-delay: 0.5s;
}

#loading li:nth-child(22) {
  animation-delay: 0.6s;
}

#loading li:nth-child(13) {
  animation-delay: 0.5s;
}

#loading li:nth-child(18) {
  animation-delay: 0.6s;
}

#loading li:nth-child(23) {
  animation-delay: 0.7s;
}

#loading li:nth-child(19) {
  animation-delay: 0.7s;
}

#loading li:nth-child(24) {
  animation-delay: 0.8s;
}

#loading li:nth-child(25) {
  animation-delay: 0.9s;
}

/**************************/

/* Start Snackbar
**************************/

#snackbar {
  visibility: hidden;
  min-width: 300px;
  color: #353535;
  text-align: center;
  padding: 16px;
  position: fixed;
  z-index: 101000;
  left: calc(50% - 150px);
  bottom: 50px;
  font-size: 17px;
  background: rgba(238, 238, 238, 0.9);
  border-color: rgba(238, 238, 238, 0.9);
  border-radius: 3px;
  box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.4), inset 0 0 5px rgba(0, 0, 0, 0.3), 0 8px 8px -5px black;
}

#snackbar .content {
  display: flex;
  flex-direction: row;
  font-family: "El Messiri", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  padding-bottom: 5px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#snackbar.success i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%;
}

#snackbar i {
  position: absolute;
  left: 16px;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px;
}

#snackbar.success {
  background: #a6efb8;
  border-color: #a6efb8;
}

#snackbar.error {
  background: rgba(255, 175, 180, 0.9);
  border-color: rgba(255, 175, 180, 0.9);
}

#snackbar .progress,
#snackbar .progress_placeholder {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}

#snackbar .progress {
  z-index: 103;
  background-color: #6d6d6d;
}

#snackbar .progress_placeholder {
  z-index: 102;
}

#snackbar.success .progress_placeholder {
  background-color: #8ecd9e;
}

#snackbar.error .progress_placeholder {
  background-color: #cd919a;
}

/**************************/

/* End Snackbar
**************************/

.basket {
  position: fixed;
  top: 20px;
  z-index: 1001;
  left: 50%;
  display: none;
  width: 450px;
  margin: 0 auto 25px;
  clear: both;
  transform: translateX(-50%);
}

.basket__header {
  position: relative;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 30px 30px 45px;
  background: linear-gradient(220deg, #ed4690 -2.11%, #5522cc 63.58%);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.basket__header .icon_close {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.5rem;
  color: #fff;
  transition: all 0.3s linear;
}

.basket__header .icon_close:hover {
  color: black;
}

.basket__logo-wrapper {
  flex: 1 0 40%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

.basket__logo-wrapper .logo_text {
  font-family: "El Messiri", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.basket__logo {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 15px;
}

.basket__header-info {
  flex: 1 0 50%;
}

.basket__title {
  font-family: "El Messiri", sans-serif;
  display: block;
  font-size: 24px;
  color: #c9a57b;
  font-weight: 300;
}

.basket__name {
  font-family: "El Messiri", sans-serif;
  display: block;
  font-size: 50px;
  color: #39b54a;
  font-weight: 300;
}

.basket__title {
  margin-bottom: 5px;
}

.basket__subheader-wrapper {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.basket__subheader {
  font-family: "El Messiri", sans-serif;
  padding: 0 14px 0 14px;
  border-right: 5px solid #683bd0;
  opacity: 0;
  animation: show-subheader 1s 0.5s ease-out forwards;
}

.basket__username {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 600;
}

.basket__help-text {
  color: #aaa;
  font-weight: 300;
  line-height: 1.5rem;
}

.basket__cart {
  display: block;
  padding: 25px 10px 30px;
}

.basket__cart-list {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

.basket__cart-item {
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 2px dashed #aaa;
  font-size: 18px;
}

.basket__cart-item:first-child {
  border-top: 0;
}

.basket__index {
  font-family: "El Messiri", sans-serif;
  padding-left: 8px;
  color: #646464;
  font-weight: 300;
}

.basket__item-name {
  font-family: "El Messiri", sans-serif;
  color: #646464;
  font-weight: 300;
  line-height: 1.5rem;
}

.number_event {
  font-size: 1.2rem;
}

.basket__item-price {
  color: #646464;
  font-family: "El Messiri", sans-serif;
  white-space: nowrap;
  margin-right: 10px;
}

.basket .scrollbar-thumb {
  background-color: #39b54a;
}

.basket_total {
  border-top: 2px solid #d64199;
  margin-top: 30px;
}

.basket__cart-total {
  font-family: "El Messiri", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.basket__footer {
  position: relative;
  padding: 30px 20px;
  border-top: 2px dashed #FF84A1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.basket__footer::before,
.basket__footer::after {
  content: '';
  position: absolute;
  top: 0;
  border: 4px solid transparent;
  transform: translateY(calc(-50% - 1px));
}

.basket__footer::before {
  left: 0;
  border-left: 7px solid #ff85a1;
}

.basket__footer::after {
  right: 0;
  border-right: 7px solid #ff85a1;
}

#class_address {
  font-family: "El Messiri", sans-serif;
  font-size: 20px;
  text-align: center;
  display: block;
  border-radius: 8px;
  width: 170px;
}

#basket_btn {
  display: block;
  margin: 0 auto;
  background-color: #39b54a;
  text-align: center;
  transition: all 0.3s linear;
}

#basket_btn:hover {
  background-color: #166b22;
}

/**
 * Paypal Animations
 */

@keyframes show-basket {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }

  85% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1) translateX(-50%);
  }
}

.basket {
  transform-origin: top left;
  animation: show-basket .5s ease-out forwards;
}

@keyframes show-subheader {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  65% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slide-down {
  to {
    transform: perspective(100px) rotateX(0) translate3d(0, 0, 0);
  }
}

.basket__cart {
  background-color: #fff;
  transform-style: preserve-3d;
  transform-origin: top center;
  transform: perspective(100px) rotateX(-90deg) translate3d(0, 0, 0);
  animation: slide-down 0.4s 2s ease-out forwards;
}

.basket__footer {
  background-color: #fff;
  transform-style: preserve-3d;
  transform-origin: top center;
  transform: perspective(100px) rotateX(-90deg) translate3d(0, 0, 0);
  animation: slide-down 0.4s 2.5s ease-out forwards;
}

@keyframes show-cart-item {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.basket__cart-item {
  opacity: 0;
  transform: translateX(-30px);
  animation: show-cart-item 0.3s 2.75s ease-in forwards;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.basket__cart-item:nth-child(2) {
  animation-delay: 2.9s;
}

.basket__cart-item:nth-child(3) {
  animation-delay: 3.05s;
}

.basket__cart-item:nth-child(4) {
  animation-delay: 3.2s;
}

.basket__cart-item:nth-child(5) {
  animation-delay: 3.35s;
}

#post_page .right {
  width: 67%;
  float: right;
  margin-left: 1.5%;
  background-color: #efefef;
  border-radius: 8px;
}

#post_page .center {
  max-width: 900px;
  margin: 0 auto;
  background-color: #efefef;
  border-radius: 8px;
}

#post_page .right .content,
#post_page .center .content {
  padding: 30px;
}

#post_page .right .content h1,
#post_page .center h1 {
  line-height: 3rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#post_page .right .content p,
#post_page .center .content p {
  font-size: 1.1rem;
  line-height: 2rem;
  padding-bottom: 15px;
  text-indent: 20px;
  text-align: justify;
}

#post_page .right .content img,
#post_page .center .content img {
  width: 100%;
  margin-bottom: 20px;
}

#post_page .left {
  float: right;
  width: 31%;
}

#mostViewed .title {
  background-color: #6a3dd2;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 8px 16px;
  border-radius: 8px 8px 0 0;
}

#mostViewed .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
  align-content: stretch;
  padding-top: 14px;
  padding-bottom: 14px;
}

#mostViewed .item:nth-child(odd) {
  background: #9c81d961;
}

#mostViewed .item:nth-child(even) {
  background: #cbc0e5;
}

#mostViewed .item .num {
  padding-right: 8px;
}

#mostViewed .num a {
  font-size: 1.87rem;
  background-color: #eee;
  border-radius: 100%;
  min-width: 44px;
  min-height: 44px;
  color: #8e8d8d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  font-family: math;
  font-weight: bold;
}

#mostViewed .item .txt {
  padding-right: 8px;
  padding-left: 8px;
  line-height: 1.5rem;
}

#post_page .center textarea {
  width: calc(100% - 24px);
}

@media screen and (max-width: 1250px) {
  #menu li {
    font-size: 1.1em;
  }

  #menu li a {
    padding: 8px 20px 8px 20px;
  }

  #menu li a:hover,
  #menu li.selected a {
    padding: 8px 18px 8px 18px;
  }

  #logo .main {
    font-size: 1.5em;
  }

  #logo img {
    width: 40px;
    height: 40px;
  }

  #logo .header_user {
    width: 80px;
  }

  #logo .header_user .txt {
    font-size: 1.2em;
    left: 10px;
    top: 9px;
  }

  #logo .header_user .icons {
    font-size: 1.7em;
    top: 0px;
  }

  #index_slide {
    height: unset;
    padding-bottom: 30px;
  }

  #index_slide .main_slide {
    height: unset;
  }

  .index_search {
    border-radius: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  #index_slide .main_slide .txt h1 {
    line-height: 3rem;
    font-size: 2rem;
  }

  #index_slide .main_slide .txt .btns .btn:first-child {
    margin-left: 10px;
  }

  #index_slide .main_slide .txt .btns .btn {
    font-size: 1rem;
  }

  #event_ticket .content h2 {
    padding: 12px;
    border-radius: 10px;
    font-size: 1.1rem;
  }

  #event_ticket .content {
    padding: 10px;
    border-radius: 10px;
  }

  #event_body {
    width: 65%;
  }

  #event_slide {
    width: calc(35% - 20px);
  }

  #event_ticket .content .days li {
    margin-right: 30px;
    font-size: 0.9rem;
  }

  #event_ticket .content .item .txt {
    font-size: .9rem;
  }

  #event_body .content .img_items {
    gap: 0 5px;
  }
}

@media screen and (max-width: 1150px) {
  #events_show .content,
  #new_events .items {
    gap: 15px 10px;
  }

  #index_slide .main_slide .three_items .txt {
    height: 400px;
  }
}

@media screen and (max-width: 1100px) {
  #right_side {
    width: 100%;
    margin-left: 0;
  }

  #left_side {
    width: 100%;
  }

  .open_filters {
    display: block;
  }

  .filters {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    padding: 20px;
    background-color: #ebf8ff;
  }
}

@media screen and (max-width: 1050px) {
  #index_slide .main_slide .txt h1 {
    line-height: 3rem;
    font-size: 2rem;
  }

  #index_slide .main_slide .three_items .txt {
    height: 320px;
  }

  #new_events .items,
  #events_show .content {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1001px) {
  #dashboard .right {
    display: block !important;
  }

  #menu {
    display: block !important;
  }
}

@media screen and (max-width: 1000px) {
  #top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }

  #menu {
    display: none;
    position: fixed;
    background-color: #334155;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 0;
    padding-top: 40px;
    z-index: 1002;
    min-width: 180px;
  }

  #mob_menu {
    display: block;
  }

  #logo {
    margin-top: 0;
  }

  #menu li {
    float: unset;
    margin-bottom: 12px;
    margin-right: 0;
  }

  #menu li a {
    display: block;
    margin-left: 0;
  }

  #menu li.selected a,
  menu li a:hover {
    border: unset;
  }

  #menu li a,
  #menu li a:hover,
  #menu li.selected a {
    padding: 14px 20px 14px 20px;
    border: unset;
  }

  #menu li.selected {
    background-color: #333;
  }

  #new_events .title {
    flex-direction: column;
  }

  #new_events .title .cats {
    margin-top: 40px;
  }

  #index_articles .items {
    grid-template-columns: 1fr 1fr;
  }

  .index_page #index_articles .items .item:last-child {
    display: none;
  }

  #event_body {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
  }

  #event_body:after {
    display: block;
  }

  .disable_btn #event_body:after {
    display: none;
  }

  #event_read_more {
    display: block;
  }

  #event_slide {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  #adv_event img,
  #event_share {
    box-sizing: border-box;
    width: 400px;
    margin: 0 auto;
  }

  #dashboard .right {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #334155;
    margin-top: 0;
    padding-right: 0;
    z-index: 1001;
  }

  #dashboard .left {
    width: calc(100% - 80px);
    margin: 20px;
  }

  #dashboard_menu .item,
  #dashboard_menu .item2 {
    border-radius: 0;
    background-image: unset;
    background-color: #21324a;
    margin: 0;
    padding-top: 15px;
    color: #bdbdbd;
    padding-bottom: 15px;
    font-size: 1rem;
  }

  #dashboard_menu .item.active,
  #dashboard_menu .item:hover,
  #dashboard_menu .item2:hover {
    background-color: #0f2038;
  }
}

@media screen and (max-width: 900px) {
  #index_slide .main_slide .txt h1 {
    font-size: 1.6rem;
  }

  #index_slide .main_slide .txt p {
    display: none;
  }

  #index_slide .main_slide .three_items .txt {
    height: 200px;
  }

  #index_slide .main_slide .txt .btns .btn {
    padding: 12px 25px 12px 25px;
  }

  #index_learn {
    display: none;
  }

  #new_events .btn {
    margin: 50px auto 50px;
  }

  #footer .top {
    grid-template-columns: 107px 1fr;
  }

  #footer .p {
    max-width: unset;
  }

  #newsletter {
    margin-bottom: 12px;
  }

  #footer .newsletter_share {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 400px;
    margin: 20px auto 0;
  }

  .adv1 img {
    margin-top: 50px;
  }

  #new_events {
    margin-top: 50px;
  }
}

@media screen and (max-width: 850px) {
  .index_search .form_search_item .title {
    font-size: .8em;
  }

  .index_search .form_search .custom-select2 select {
    font-size: 1.3rem;
  }

  #index_search_btn {
    bottom: -18px;
    height: 18px;
    font-size: 1em;
  }

  #post_page .right {
    float: unset;
    width: 100%;
    margin-left: 0;
  }

  #post_page .left {
    float: unset;
    width: 450px;
    margin: 20px auto 0;
  }

  #event_body .title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  #event_body .stars {
    margin-top: 0;
  }

  .customer h1 {
    float: unset;
    padding-top: 25px;
    line-height: 2rem;
  }

  #event_body .bottom {
    flex-direction: column;
  }

  #event_body .follow {
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  #new_events .title h3,
  .title_index h3 {
    font-size: 2.5em;
  }

  #new_events .items,
  #events_show .content {
    grid-template-columns: 1fr;
  }

  #index_articles .items .item:last-child {
    display: block;
  }

  #index_articles .items {
    grid-template-columns: 1fr;
  }

  #work_with_us .items {
    gap: 10px 10px;
  }
}

@media screen and (max-width: 650px) {
  #index_slide .main_slide {
    grid-template-columns: 1fr;
  }

  #index_slide .main_slide .img {
    max-width: 400px;
    margin: 0 auto 15px;
  }

  #index_slide .main_slide .three_items .txt {
    height: unset;
  }

  #index_slide .main_slide .txt h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 2.2rem;
  }

  #event_body .content .img_items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px 10px;
  }

  #event_body .content .img_items img {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 600px) {
  #logo .header_user {
    display: none;
  }

  #menu .mob_dash {
    display: block;
  }

  .index_search {
    height: unset;
  }

  .index_search .form_search {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }

  #work_with_us .items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
  }

  #work_with_us .items img:last-child {
    display: none;
  }

  .contact_us_page #form {
    padding: unset;
  }

  .contact_us_page #form .submit_captcha {
    flex-direction: column;
  }

  .contact_us_page #form .button {
    margin-top: 20px;
  }

  #dashboard .dashboard_item {
    padding: 0;
  }

  #dashboard .left {
    width: calc(100% - 40px);
    margin: 10px;
    padding: 10px;
  }

  #pastـpurchases thead th,
  #pastـpurchases td {
    font-size: .9rem;
  }

  #pastـpurchases tbody td:first-child {
    display: none;
  }

  #pastـpurchases thead th:first-child {
    display: none;
  }

  #footer .newsletter_share {
    width: 100%;
  }

  #post_page .right .content,
  #post_page .center .content {
    padding: 15px;
  }

  .basket__header {
    padding: 10px 10px 10px;
  }

  .basket__header .icon_close {
    top: 8px;
    left: 8px;
    font-size: 1.2rem;
  }

  .basket__help-text {
    display: none;
  }

  .basket__cart {
    padding: 10px 10px 10px;
  }

  .basket__subheader-wrapper {
    padding-bottom: 2px;
  }

  .edit_td {
    font-size: 18px !important;
  }

  #pastـpurchases thead th:nth-child(3),
  #pastـpurchases tbody td:nth-child(3) {
    width: 40px !important;
  }
}

@media screen and (max-width: 500px) {
  #post_page .left {
    width: 100%;
  }

  #event_share {
    padding: 15px;
  }

  #adv_event img,
  #event_share {
    width: 100%;
    max-width: unset;
  }

  .basket {
    width: 100%;
  }

  #dashboard #form {
    padding: 0;
  }

  .three_input {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 2px 10px;
  }

  .three_input .operators,
  .person_add .operators {
    display: none;
  }

  .three_input .input {
    width: 100%;
    margin-left: 0;
  }

  .three_input .input:first-child {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .three_input .input:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .three_input .input:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .person_add .input {
    width: calc(100% - 60px);
  }

  #pastـpurchases thead th:nth-child(3),
  #pastـpurchases tbody td:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  #event_body .content .img_items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #footer .top a:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  #footer .p {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  #footer .newsletter_share {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  #footer .top a img {
    margin: 0 auto;
  }

  #new_events .title h3,
  .title_index h3 {
    font-size: 2em;
    text-align: center;
    line-height: 2.5rem;
  }

  .switch_input {
    grid-template-columns: 3fr 2fr;
  }
}

@media screen and (max-width: 320px) {
  #index_slide .main_slide .txt .btns {
    flex-direction: column;
  }

  #index_slide .main_slide .txt .btns .btn:first-child {
    margin-left: unset;
    margin-bottom: 10px;
  }

  #event_body .content .img_items {
    grid-template-columns: 1fr 1fr;
  }

  #event_share ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
  }

  #event_share ul li {
    text-align: center;
  }

  #footer ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px 5px;
  }

  #footer ul li {
    text-align: center;
  }
}

@media screen and (max-width: 300px) {
  .three_input .input:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .three_input .input:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

/* The container must be positioned relative: */

.custom-select {
  width: 100%;
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
  border-bottom: 3px solid #58585866;
}

/* Style the arrow inside the select element: */

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ffffff90 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */

.select-selected {
  color: #ffffff;
  font-size: 1.6em;
  padding: 8px 0;
  cursor: pointer;
}

.select-items div {
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
  margin: 10px;
  padding: 10px;
}

/* Style items (options): */

.select-items {
  position: absolute;
  background-color: #0e0f3e;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: black;
}

