a {
    background: transparent;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}
button {
    font-family: "payam" !important;
}
.logo {
    border: unset;
}
.logo-about {
    height: unset;
}
.logo-about .company-name span {
    position: relative;
    display: inline-block;
    background: unset;
    padding: unset;
    border-radius: unset;
    margin-right: 10px;
    color: rgba(255, 0, 0, 0.892);
    font-size: 30px;
    line-height: 20px;
    font-weight: 700;
}
.logo-about .company-name span img{
width: 30px;
height: 30px;
}
main {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    margin-top: 150px;
    justify-content: center;
}
.card {
    width: 29vw;
    height: 8.5em;
    margin: 1em 0.5em 0 0.5em;
    display: inline-block !important;
    position: relative;
    display: block;
    font-size: 32px;
    color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 1.875rem;
    background-color: #424242;
    background-position: center, bottom 0.5em right 0.5em;
    background-size: cover, 4em auto;
    background-repeat: no-repeat;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.1) 5.00000001%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.2s;
}
.card:hover {
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
}

.card.one-card {
    background-color: #00a6ea;
    background: linear-gradient(102deg, #3728af 0%, #c16ad5 100%);
}
.card.two-card {
    background-color: #00a6ea;
    background-image: linear-gradient(25deg, #d64c7f, #ee4758 50%);
}
.card.three-card {
    background-color: #78dd30;
    background-image: linear-gradient(to right, #00b4db, #0083b0);
}
.card.four-card {
    background-color: #f26f6d;
    background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}
.card.five-card {
    overflow: hidden;
    background-image: linear-gradient(to right, #33001b, #ff0084);
}
.card.six-card {
    overflow: hidden;
    background-image: linear-gradient(to right, #ffd194, #d1913c);
}
.card.seven-card {
    overflow: hidden;
    background-color: #21D4FD;
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
    }
.Card-Wave {
    height: 100%;
    width: 100%;
    position: absolute;
    /* z-index: 0; */
}
.Card-Wave:before {
    position: absolute;
    content: "";
    height: 1500px;
    width: 1500px;
    left: -35%;
    top: -600%;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50% 50%;
}
.Card-Wave:after {
    position: absolute;
    content: "";
    height: 700px;
    width: 700px;
    left: 32%;
    top: 40%;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.08);
    display: block;
    position: absolute;
    border-radius: 50% 50%;
}
.body-card {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.body-card h2 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0.1em 0.1em 0 hsl(200 50% 30%);
    padding-bottom: 17px;
    line-height: 1.5;
}
.body-card img {
    width: 172px;
    height: auto;
    top: -45px;
    position: relative;
}
.one-card .body-card img {
    width: 365px;
    height: auto;
    top: -115px;
    position: relative;
}
.two-card .body-card img {
    width: 420px;
    height: auto;
    top: -60px;
    position: relative;
}
.three-card .body-card img {
    width: 230px;
    height: auto;
    top: -50px;
    position: relative;
}
.four-card .body-card img {
    width: 250px;
    height: auto;
    top: -50px;
    position: relative;
}
.five-card .body-card img {
    width: 324px;
    height: auto;
    top: -45px;
    position: relative;
}
.six-card .body-card img {
    width: 350px;
    height: auto;
    top: -45px;
    position: relative;
}
.seven-card .body-card img {
    width: 135px;
    height: auto;
    top: -25px;
    position: relative;
}
.courses-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.course {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    max-width: 100%;
    margin: 20px;
    overflow: hidden;
    flex-basis: 46%;
}

.course h2 {
    margin: 10px 0;
    text-align: right;
    font-size: 22px;
}

.course-preview {
    position: relative;
    color: #fff;
    max-width: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-preview img {
    position: relative;
    width: 200px;
    transition: ease-in-out 0.5s;
    border-radius: 0 10px 10px 0;
    height: 200px;
}

.course-preview img:hover {
    transform: scale(1.3);
}
.course-info {
    padding: 10px;
    position: relative;
    width: 100%;
}

.body-course {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-top: 20px;
    font-size: 16px;
}
.item-one,
.item-two {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.item-one div,
.item-two div {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.item-one div span,
.item-two div span {
    margin-left: 5px;
}
.btn-course {
    background-color: #2a265f;
    border: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    transition: ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-course:hover {
    height: 50px;
}
.post-img{
    position: relative;
}
.post-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}
.courses-register .courses-info .courses-info-item{
    justify-content: right;
    font-size: 16px;
}
.btn-courses-price{
    border: none;
    flex-basis: 100%;
    border-radius: 30px;
    padding: 10px 10px;
    background: #fec00d;
    color: #fff;
    font-size: 22px;
    align-self: flex-end;
    margin: 15px 0 5px;
    height: 52px;
    line-height: 0;
    white-space: nowrap;
}
.btn-courses-price:before {
    content: "";
    border-left: 1px solid #eeb50f;
    padding: 0 8px;
    margin-left: 8px;
    font-family: icomoon;
    vertical-align: middle;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    width: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMi4wMDEgNTEyLjAwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNNTExLjc0NywzNzQuMzAybC0zOS4zODUtMjQyLjkwNWMtMS41NDctOS41MzUtOS43NzktMTYuNTQyLTE5LjQzOS0xNi41NDJINTkuMDc4Yy05LjY1OCwwLTE3Ljg5Miw3LjAwNy0xOS40MzksMTYuNTQyICAgIEwwLjI1NCwzNzQuMzAyYy0wLjkyNCw1LjY5OSwwLjcsMTEuNTE1LDQuNDQxLDE1LjkxM2MzLjc0Miw0LjM5OCw5LjIyNCw2LjkzLDE0Ljk5OCw2LjkzaDQ3Mi42MTUgICAgYzUuNzczLDAsMTEuMjU2LTIuNTM0LDE0Ljk5OC02LjkzQzUxMS4wNDgsMzg1LjgxOCw1MTIuNjcyLDM4MC4wMDEsNTExLjc0NywzNzQuMzAyeiBNNDIuODM1LDM1Ny43NjJsMTYuMzQxLTEwMC43ODQgICAgbDE2LjM0MSwxMDAuNzg0SDQyLjgzNXogTTExNS40MTYsMzU3Ljc2MXYwLjAwMUw4Mi40MTcsMTU0LjI0MWgzNTMuNzVsMzIuOTk5LDIwMy41MkgxMTUuNDE2eiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNMzkzLjg0NywyMzYuMzA5SDE1Ny41MzljLTEwLjg3NSwwLTE5LjY5Miw4LjgxNy0xOS42OTIsMTkuNjkyYzAsMTAuODc1LDguODE3LDE5LjY5MiwxOS42OTIsMTkuNjkyaDIzNi4zMDggICAgYzEwLjg3NSwwLDE5LjY5Mi04LjgxNywxOS42OTItMTkuNjkyQzQxMy41MzksMjQ1LjEyNiw0MDQuNzIyLDIzNi4zMDksMzkzLjg0NywyMzYuMzA5eiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
}
.feedback-email .send .button-send {
    border: none;
    border-radius: 100px;
    background: #8dc63f;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
}
.payfailed{
    margin-top: 5%;
}
.userinfo-list {
display: flex;
justify-content: space-between
}
.userinfo-list .userinfo-item{
    width: 49%;
}
.paybill p{
    text-align: justify;
    color: #222;
    font-size: 14px;
    line-height: 2;
}
.position-relative {
    position: relative!important;
}
.position-relative .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.default-input {
    background: #fff;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    border-radius: 21px;
    height: 50px;
    font-size: 14px;
}

.currency-Input .prefix {
    position: absolute;
    left: 16px;
    top: 12px;
    font-weight: 700;
    font-size: 20px;
}


/* [ YEK/SASS - VERSION : 3.1.0 ] */
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lalezar&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yekan-font@1.0.0/css/yekan-font.min.css");
.visible-hidden {
  visibility: hidden;
}


:root {
  --color-primary: #1a2556;
  --color-secondary: #a5b3d4;
  --color-gray: #dde6f3;
  --color-light-gray: #f3f6fb;
  --color-white: white;
  --color-black: #3e3743;
  --color-input-hover: rgba(165, 179, 212, 0.6);
  --color-input-focus: rgba(26, 37, 86, 0.45);
  --color-input-error: rgba(255, 94, 31, 0.6);
  --color-input-warning: rgba(166, 145, 54, 0.6);
  --color-input-success: rgba(23, 125, 23, 0.45);
  --color-input-disabled: #dde6f3;
  --font-family: Roboto, Montserrat, sans-serif;
  --font-persian: Yekan, Lalezar, cursive;
  --font-proxima: proxima-soft, Proxima Soft, Proxima Nova Soft, Helvetica, Arial, sans-serif;
}

body,
.verification {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.verification {

  height: 390px;
  width: 100%;
}
.verification, .verification__wrap, .verification__fields, .verification__field, .verification__verify {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.verification__wrap, .verification__fields, .verification__field, .verification__header, .verification__verify, .verification__timeout {
  padding: 0;
  margin: 0;
  width: 390px;
  padding: 20px;
}
.verification__wrap {
  justify-content: space-between;
  flex-direction: column;
  height: 380px;
  background: #f3f6fb;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);

}
.verification__title {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
.verification__description {
  text-align: justify;
  line-height: 1.6rem;
  font-size: 0.9rem;
  margin: 0;
}
.verification__header {
  height: 35%;
}
.verification__fields {
  height: 25%;
}
.verification__verify {
  height: 25%;
}
.verification__verify p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.verification__verify p, .verification__verify_btn {
  width: 100%;
  height: 100%;
}
.verification__verify_btn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  stroke: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 9px;
  height: 52px;
  padding: 8px 16px;
  font-size: 1.25rem;
  background: #1a2556;
  color: #fff;
transition: ease-in-out .3s;
display: flex;
align-items: center;
justify-content: center;
}
.verification__verify_btn:hover {
  transform: scale(1.05);
}
.verification__verify_btn:active {
  transform: scale(0.95);
}
.verification__field {
  justify-content: space-between;
  letter-spacing: 1.7px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  stroke: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  height: 60px;
  direction: ltr;
}
.verification__field:hover, .verification__field:focus {
  box-shadow: none;
}
.verification__input {
  letter-spacing: 1.7px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  stroke: none;
  box-shadow: none;
  width: 150px;
  height: 50px;
  transition: 0.2s 0s ease-out;
  width: 60px;
  height: 60px;
  border-radius: 9px;
  padding: 16px 0;
  text-align: center;
  font-family: var(--font-family);
  font-size: 2rem;
  font-weight: bold;
}
.verification__input:hover {
  box-shadow: 0 0 0 0.25rem var(--color-input-hover);
}
.verification__input:focus {
  box-shadow: 0 0 0 0.25rem var(--color-input-focus);
}
.verification__timeout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 25px;
}
.verification__timeout p {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  text-align: justify;
  padding: 4px 2px;
  padding-left: 4px;
}
.verification__timeout strong {
  display: inline-block;
  width: 55px;
  text-align: center;
}
.verification__timeout, .verification__header, .verification__fields {
  margin-right: 9px;
  margin-left: 9px;
}
.verification__send_new {
  border: none;
  outline: none;
  stroke: none;
  box-shadow: none;
  cursor: pointer;
  width: auto;
  height: 25px;
  border-radius: 15px;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px 2px;
  background: transparent;
  color: inherit;
  font: inherit;
  transition: top 0.5s 0.1s ease, height 0.5s 0.1s ease, transform 0.3s ease, background 0.3s ease;
}
.verification--timed-out {
  position: relative;
}
.verification--timed-out .verification__send_new {
  border: none;
  outline: none;
  stroke: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a2556;
  color: #fff;
  font-weight: bold;
}
.verification--timed-out .verification__send_new:hover {
  transform: scale(1.05);
}
.verification--timed-out .verification__send_new:active {
  transform: scale(0.95);
}
table.dataTable thead .sorting{
    background-image: none !important;
}



.card-parking {
    height: 400px;

    border-radius: 9px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    margin: 0 30px;
    overflow: hidden;
    position: relative;
  width:300px;
  margin-bottom: 50px;
}

.bg-img {
    position: relative;
    height: 270px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.bg-img img{
    width: 100%;
    height: auto;
    transition: ease-in-out .3s;
}

.bg-img img:hover{
    transform: scale(1.1);
}


.info .left, .info .right {
    position: relative;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    height: 132px;
}

.info .left {
    background: #fff;
    width: 70%;
    float: left;
    /* display: flex; */
    align-items: center;
    padding:15px 20px;
    font-size: 15px;
}

.info .right {
    background-color: #213368;
    border: 1px solid rgb(33,51,104);    width: 30%;
    float: right;
    transition: ease-in-out .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info .right:hover {
    background-color: #1b2a55!important;
    border: 1px solid #1b2a55;
    color: #fff;
}

.info .left p{
    font-size: 14px;
    text-align: justify;
}
.info .left div strong{
   color: #020202;
}

.full-section {
    margin: 50px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrapper small{
    font-size: 22px;
    color: #fff;
    font-weight: 900;
}
.left div strong{
    color: #fec00d;
}
.left div{
padding-bottom: 10px;
}

#div_plate {
    background-image: url("../images/plate_frame.png");
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 270px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    float: left;
    top: -12px;
   
}
.inputpelak {
    width: auto;
    display: inline;
    text-align: center;
    direction: ltr;
    vertical-align: middle;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.nationf1{
    float: left;
    margin-left: 28px;
    display: block;
    margin-top: 10px;
    height: 42px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.nationf1 input{
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
	border:none;
	direction: ltr;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}

.nationf2{
    float: left;
    margin-left: 2px;
    display: block;
    margin-top: 10px;
    height: 42px;
    position: relative;
    overflow: hidden;
}
.nationf2 select{
    width: 72px;
    height: 42px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
	border:none;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}

.nationf3{
    float: left;
    margin-left: 2px;
    display: block;
    margin-top: 10px;
    height: 42px;
    position: relative;
    overflow: hidden;
}
.nationf3 input{
    width: 60px;
    height: 42px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
	border:none;
	direction: ltr;
    vertical-align: middle;
    padding-top: 4px;
    transition: all 0.3s ease 0s;
}

.nationf4{
    float: left;
    margin-left: 6px;
    display: block;
    margin-top: 17px;
    height: 42px;
    position: relative;
    overflow: hidden;
}
.nationf4 input{
    width: 50px;
    height: 32px;
    text-align: center;
    font-size: 22px;
    line-height: 1;
	border:none;
	direction: ltr;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}
.nationf1 input:hover, .nationf1 input:focus, .nationf1 input:active,
.nationf2 input:hover, .nationf2 input:focus, .nationf2 input:active,
.nationf3 input:hover, .nationf3 input:focus, .nationf3 input:active,
.nationf4 input:hover, .nationf4 input:focus, .nationf4 input:active {
    background: #ffff93;
}

.ticket,.requst {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px -8px rgb(159 159 159 / 25%);
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.send-ticket{
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
        border: solid 1px #E1E4E8;
        background-color: #f8f9fb;
        padding: 1.5rem;
        width: 100%;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.send-ticket img{
    width: 100px;
    height: 100px;
}
.btn-ticket {
    border-radius: 4px;
    color: #fff;
    background-color: #fcb813;
    border: 1px solid #FCB813;
    outline: none;
    box-shadow: none;
    padding: 10px 30px;
    font-size: 18px;
}
.btn-ticket:hover {
        background-color: #f2ad03!important;
        border: 1px solid #f2ad03;
        color: #fff;
}
.send-ticket-body{
    display: flex;
}
.send-ticket-body h2{
 padding-right: 30px;
}
.header-ticket {
    border-bottom: 1px solid #f1f2f4;
    padding: 1.25rem 1.5rem;
    text-align: right;
    font-size: 20px;
}
.add-ticket{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.add-ticket a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: start;
    background: #fff;
    padding: 10px 20px;
    width: 33%;
    margin: 10px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 4%);
    border-radius: 12px;
    color: #505050;

}
.add-ticket a img{
    width: 100px;
    height: 100px;
}
.add-ticket a h3{
    padding-right: 20px;
    font-size: 20px;
}

.attach{
    padding: 2rem;
    background: #fefefe;
    border-radius: 4px;
    border: 1px dashed #E1E4E8;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
}
.attach label{
    color: #8a94a6;
}
.attach span{
    font-size: 12px;
    color: #8a94a6;

}
.pmbox{
    text-align: right;
    line-height: 2;
    margin: 30px 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    text-align: right;
}
.alert span{
    padding-left: 5px;
}


.login__form{
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 500px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 30px -8px rgb(159 159 159 / 25%);
    border-radius: 20px;
    padding: 20px;
}
.card__title2 {
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    color: #fec00d;
    margin-bottom: 20px;
}
.login__form .input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    padding: 0.75rem 0.75rem 0.75rem 0.5rem;
    border: 1px solid rgba(224,224,224,.85);
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.login__form .input input {
    position: relative;
    z-index: 2;
    border: none;
    flex-grow: 1;
    background-color: transparent;
    margin: 0;
}
.login__form .input label {
    font-size: 12px;
    line-height: 17px;
    color: #a7a7a7;
    position: absolute;
    z-index: 1;
    right: 0.75rem;
    top: 1rem;
    background-color: #fff;
    padding: 0 0.25rem;
    transition: .3s;
}

.login__form .input input:focus {
    outline: 0;
}
.input input:focus+label {
    top: -0.6rem;
    transition: .3s;
}
.button-login {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fec00d;
    border: 1px solid #fec00d;
    border-radius: 10px;
    transition:ease-in-out .3s;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
}
.button-login:hover {
 
    background-color: #fff;
    border: 1px solid #fec00d;
    color: #fec00d;
 
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 0;
}
@media (min-width:992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width:100%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
}


.pygiri{
    position: relative;
    display: flex;
    justify-content: end;
    justify-items: center;
    margin: 30px 0;
    left: 30px;
}
.pygiri-btn{
    position: relative;
    display: flex;
    justify-content: center;
    justify-items: center; 
    padding: 8px 20px;
    background-color: #fec00d;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #fec00d;
    font-size: 14px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
    transition: ease-in-out .3s
}
.pygiri-btn:hover{
    background-color: #fff;
    color: #fec00d;

}
.post-featured-body {
    height: auto;
    width: 100%;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 14px 0 rgba(50, 60, 76, 0.05);
    margin-bottom: 30px;
}

.post-featured-body-img {
    position: relative;
}

.post-featured-body-img img {
    height: 190px;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.snip1554 {
    background-color: #fec00d7d;
    color: #222;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.snip1554 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.snip1554:after {
    background-color: white;
    opacity: 0.6;
    top: 0;
    bottom: 0;
    content: '';
    left: -100%;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 100px white;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.snip1554 img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
}

.snip1554 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 1em;
    opacity: 0;
    align-items: center;
}

.snip1554 h3 {
    position: absolute;
    bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
    text-transform: uppercase;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    color: #222;
    text-shadow: 0.1em 0.1em 0 rgb(243, 244, 245);
 
}

.snip1554 h3 span {
    font-weight: 700;
}

.snip1554 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1554:hover > img,
.snip1554.hover > img {
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.snip1554:hover:after,
.snip1554.hover:after {
    left: 200%;
}

.snip1554:hover figcaption,
.snip1554.hover figcaption {
    opacity: 1;
}




.post-featured-body-img .btn-sales {
    color: #222;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    padding: 7px 12px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    background-color: #fec00d;
    position: absolute;
    bottom: -15px;
    right: 10px;
    z-index: 1;
}

.post-featured-body-img .btn-sales a{
    color:#222;
    font-weight: 700;
}

.post-featured-body-img .btn-Rent {
    color: #222;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    padding: 7px 12px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    background-color: #1C49D8;
    position: absolute;
    bottom: -15px;
    right: 10px;
}

.post-featured-body__one {
    position: relative;
    padding: 10px;
}


.post-featured-body__one h3 {
    padding-top: 20px;
    color: #061240;
    font-size: 14px;
    text-align: right;
    margin: 0;
}
.post-featured-body__one h3:last-child {
    padding-bottom: 20px;
}
.post-featured-body__one h3 span{
    color: #fec00d;
    font-weight: bolder;
 
}

.btn-view-requst{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    background-color: #fec00d;
    color: #fff;
    border-radius: 8px;

}
.requst table.dataTable tbody th,.requst table.dataTable tbody td{
    text-align: center;
    color: rgb(1, 81, 1);
}
.requst table.dataTable thead .sorting{
    text-align: center;
}
#disapproval{
    color: tomato;
    font-weight: 800;
}
.print-requst{
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 20px 0;

}
.btn-print-requst{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #2a265f;
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid #2a265f;
    transition: ease-in-out .3s;
    cursor: pointer;
}
.btn-print-requst:hover{
    background-color: #fff;
    color: #2a265f ;

}
.upload-file-requst{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 20px 0;
    padding:20px;
    border: 1px solid #fec00d;
    border-radius: 8px;
}

.reason-disapproval{
    position: relative;
    margin: 20px 0; 
    padding: 20px;
    border: 1px solid tomato;
 border-right: 25px solid tomato;
 border-radius: 8px;
}
.reason-disapproval h3{
    font-size: 14px;
    color: tomato;
    display: flex;
    width: 100%;
}
.competition-details{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px -8px rgb(159 159 159 / 25%);
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.btn-competition-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    width: 100%;
}
.btn-competition-details a{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background-color:#fec00d;
    border: 1px solid #fec00d;
    color: #fff;
    transition: ease-in-out .3s;
    border-radius: 8px;
    margin: 0 30px;
}
.btn-competition-details a:hover{
    background-color:#fff;
      color: #fec00d;
}
.btn-upload-competition-details{
    align-items: baseline;
    margin: 30px 0;
    width: 100%;
}
.btn-button-send{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: green;
    color: #fff;
    border-radius: 8px;
    border: 1px solid green;
    transition: ease-in-out .3s;
    font-size: 16px;
}
.btn-button-send:hover{
    background-color: #fff;
    color: green;

}
