/* general */
@font-face {font-family: "GE SS Two Light"; src: url("//db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.eot"); src: url("//db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.woff") format("woff"), url("//db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/02f502e5eefeb353e5f83fc5045348dc.svg#GE SS Two Light") format("svg"); }
:root {
    --font-en: 'Caviar Dreams', sans-serif;
    --font-ar: "GE SS Two Light";
}
body {
    font-family: var(--font-en);
    font-size: 14px;
}
.w-300 {font-weight: 300;}
.w-400 {font-weight: 400;}
.w-500 {font-weight: 500;}
.w-600 {font-weight: 600;}
.w-700 {font-weight: 700;}
.r-gap-40 {row-gap: 40px;}
.r-gap-25 {row-gap: 25px;}
.font-en {
    font-family: var(--font-en);
}
.font-ar {
    font-family: var(--font-ar);
}
.text-black {
    color: #000 !important;
}
.text-gray {
    color: #9C9C9C !important;
}
header,
.timeline,
.title,
.label,
.customer-details,
.customer-incoice,
.rules,
.btn-area,
form.form-area,
.payment {
    padding: 15px 0;
}

a {
    text-decoration: none !important;
    font-size: 12px
    /*color: #fff !important  ;*/
}


/* header */
header {
    background: #E7E7E7;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
header .logo {
    display: block;
    width: max-content;
    margin: auto;
}
header .logo img {
    width: 202px;
    object-fit: cover;
}

/* timeline */
.timeline .circle {
    display: inline-flex;
    background-color: #D9D9D9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
}
.timeline .line {
    transform: scaleX(1.03);
    display: inline-flex;
    background-color: #D9D9D9;
    width: 200px;
    height: 14px;
}
.timeline .active .circle,
.timeline .active .line {
    background-color: #007EEF;
}


/* title */
.title h2 {
    font-weight: 700;
}
.title p {
    font-weight: 300;
}

/* label */
.label {
    color: #9C9C9C;
}

.label .lab {
    position: relative;
    column-gap: 10px;
    width: max-content;
    padding-left: 15px;
    width: 100%;
}

.label .lab > div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: max-content;
    padding: 0 8px;
}

.label .lab::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-1px);
    z-index: -1;
    background-color: #9C9C9C;
}

/* details */

.details {
    background-color: #E7E7E7;
    border: 2px solid #A5A5A5;
    padding: 50px 40px;
    border-radius: 20px;
    font-weight: 700;
}

.customer-details .details {
    display: flex;
    flex-direction: column;
    /* firos
     row-gap: 40px;
    */
    row-gap: 25px;
}

.customer-details p span:not(.detail){
    display: inline-flex;
    min-width: 100px;
    margin-right: 50px;
    border-right: 2px solid #A5A5A5;
}

ul.details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 40px;
}

ul.details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.details li div {
    border: 1px solid #A5A5A5;
    background-color: #F3F3F3;
    border-radius: 11px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

ul.details li div img {
    margin-left: 10px;
    margin-right: 10px;
}
ul.details li div span {
    border-left: 1px solid #A5A5A5;
    width: 100%;
}

ul.details li hr {
    border: 3px solid #F3F3F3;
    width: 100%;
}






/* payment */
.payment ul.nav-pills li {
    flex-grow: 1;
}

.payment ul.nav-pills img {
    margin: auto;
    display: block;
    width: 100%;
}
/*
.nav-pills .nav-link {
    position: relative;
    border: 1px solid #D9D9D9;
    padding: 50px 15px;
    border-radius: 12px;
}

*/

.nav-pills .nav-link {
    position: relative;
    border: 1px solid #D9D9D9;
    padding: 25px 10px;
    border-radius: 12px;
}

.nav-pills .nav-link .right {
    display: none;
}

.nav-pills .nav-link.active .right {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    /*
    width: 40px;
    height: 40px;
    */
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #007EEF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-pills .nav-link.active .right img {
    width: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: inherit;
    border: 4px solid #007EEF;
}
.input-group-text {
    background: transparent
}
input.form-control::placeholder {
    font-weight: 700;
    color: #9C9C9C;
}

input.form-control,.input-group-text {
    height: 60px;
    border-radius: 5px;
    border: 1px solid #D9D9D9 !important;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 700 !important;
    color: #000 !important;
}
input.form-control:not(.full) {
    border-left: none !important;
}

input.form-control.full {
    border-radius: 5px !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

/* short URL  */
.surl label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: max-content;
    margin-right: auto;
}
.surl input {
    margin-right: 20px;
    width: 25px;
    height: 25px;
}


/* rules */
.rules label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: max-content;
    margin-right: auto;
}
.rules input {
    margin-right: 20px;
    width: 25px;
    height: 25px;
}



/* button */
.btn-area button,.btn-area a {
    background: #007EEF;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
    border-radius: 20px;
    padding: 15px 70px;
    border: none;
    margin: auto;
    width: max-content;
}

/* button */
.btn-area2 a {
    background: #007EEF;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
    border-radius: 20px;
    padding: 15px 15px;
    border: none;
    margin: auto;
    width: max-content;
}

form .verify.input-group {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    row-gap: 20px;
}

form .verify input.form-control {
    flex: none;
    width: 74px;
    height: 62px;
    background-color: #E7E7E7;
    text-align: center;
}

.result .success,.result .failed {
    position: relative;
    margin-top: 200px;
    background-color: #37F399;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.result .failed {
    background-color: #FA2929;
}
.result .success img,.result .failed img {
    opacity: 0;
    width: 35px;
    animation: 2s fade forwards;
}
.result .success::after ,.result .failed::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 50%;
    background-color: #37F39980;
    z-index: -1;
    animation: 1s plus ease-out infinite alternate;
}
.result .failed::after {
    background-color: #FA292980;
}
.result .success::before ,.result .failed::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 50%;
    background-color: #37F39960;
    z-index: -2;
    animation: 1s pluss ease-out infinite alternate;
}
.result .failed::before {
    background-color: #FA292960;
}

@keyframes fade {
    0% {
        opacity: 0; 
    }
    50%,100% {
        opacity: 1; 
    }
}

@keyframes plus {
    0% {
        width: 80px;
        height: 80px; 
    }
    50%,100% {
        width: 150px;
        height: 150px;
    }
}
@keyframes pluss {
    0% {
        width: 80px;
        height: 80px; 
    }
    50% {
        width: 150px;
        height: 150px;
    }
    80%,100% {
        width: 270px;
        height: 270px; 
    }
}

form iframe {
    width: 100%;
    min-height: 400px;
}