@charset "utf-8";
/* CSS Document */
body{
	direction: rtl;
}
.flex{
	display: flex;
	flex-flow: row wrap;
}
.flex .item{
	order: 2;
}

ul{
	list-style: none;
}

.consultant{
    padding: 40px 30px;
}

@media screen and (max-width: 600px) {
    .consultant{
    padding: 30px 0px;
    }
}

.login-box{
	width: 500px;
	height: 105%;
	padding: 10px;
	justify-content: center;
	user-select: none;
}

@media screen and (max-width: 600px) {
	.login-box{
	width: 100%;
	height: 105%;
	padding: 10px;
	justify-content: center;
	user-select: none;
    }
}

.login-box h1{
	font-size: 24px;
	padding: 50px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #444;
    text-shadow: 3px 3px 6px #c4c4c4, -3px -3px 6px #f2f2f2;
	
}

.login-box h4{
	text-align: center;
    text-transform: capitalize;
    font-weight: 100;
    color: #555;
}

.fields{
	
	width: 90%;
    margin: 70px 20px;
}

.fields input[type=text]{
	color: #888;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    border-radius: 24px;
    margin: 20px 20px;
    border: none;
    background: none;
    outline: none;
    box-shadow: inset 5px 5px 7px #c4c4c4, -5px -5px 7px #f2f2f2; 
}

.fields input[type=password]{
	color: #888;
    width: 100%;
    height: 40px;
    padding:5px 10px;
    border-radius: 24px;
    margin: 20px 20px;
    border: none;
    background: none;
    outline: none;
    box-shadow: inset 3px 3px 4px #c4c4c4, -5px -5px 7px #f2f2f2;
}

.login-box .login-button{
	width: 90%;
    height: 40px;
    border-radius: 35px;
    border: none;
    outline: none;
    margin: 0px 20px 40px 20px;
    background-color: #1ba2ee;
    box-shadow: 2px 2px 4px #c4c4c4, -2px -2px 4px #f2f2f2;
    transition: all 0.35s;
}

.login-box .login-button:hover{
	opacity: 0.8;
}

.login-box a{
	font-size: 16px;
	text-decoration: none;
	color: #000;
}

.login-box a:hover{
	color: #555;
}

.summery-resume{
	width: 300px;
	background: #EFD97E;
    border-radius: 5px;
	height: 100%;
}

@media screen and (max-width: 600px) {
    .summery-resume{
     width:100%;   
    }
}

.summery-resume .resume-img{
	text-align: center;
}



.summery-resume .resume-img img{
	width: 150px;
	height: 150px;
	border-radius: 100%;
}

.summery-resume li{
	font-size: 16px;
	padding: 5px 5px;
}

.detail-resume{
	
}
.detail-resume .content-resume{
	width: 100%;
	padding: 20px;
	min-height: 600px;
	line-height:30px;
	color:#e2e2e2;
}

.register-content{
	padding: 20px;
}

.register-content legend{
	margin: 20px;
	padding: 10px;
}

.bx{
	color: #aa863a;
}

.Basket_purchasing{
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
	border: 1px solid #e0e0e6;
	border-radius: 8px;
	background: #fff;
	font-size: 18px;
}

.Basket_purchasingtrust{
	background: #fff;
}

.basket_basket{
	border: 1px solid #e0e0e6;border-radius: 8px;padding: 12px;background: #fff;
}

.basket_basket li{
	color: #4D4D56;
	padding: 5px;
	font-size: 14px;
	font-weight: 500;
}

.basket_basket li header{
	font-size: 18px;
	color: #2E2B2B;
}

.Basket_purchasingtrust img{
	width: 30px;	
}

.Basket_purchasingtrust i{
	font-size: 30px;
}

.basket_order_price{
	justify-content:flex-end;
	align-items:center;
}

.basket_order_price h6{
	font-size: 1.6rem;	
}
.basket_order_price span{
	font-size: 0.9rem;
}

.img-content img{
	width: 150px;
	height: 200px;
	
}

.main-content{
	padding: 30px 15px;
}

.w70{
	width: 70%;
}

.w30{
	width: 30%;
}

.success-content{
	
	display: flex;
	justify-content: center;
	margin-top: 30px;;
	
}
.success-content .item{
		order: 1;
	width: 40%;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
	
}
@media screen and (max-width: 600px) {
    .success-content .item{
		order: 1;
	width: 100%;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
	
}
}

.success-content .item .ctn{
	background-color: #22AE73;
}

.success-content .tracking{
	background: #fff;
	padding: 20px;
}

.success-content .tracking li{
	padding: 6px;
	font-size: 20px;
	font-weight: 500;
}

.success-content .tracking li span{
	font-size: 16px;
}

.animation-ctn{
  text-align:center;
  padding:1.3em 0;
	
}

	@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
   
    }

    100% {
        stroke-dashoffset: 960px;
      
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px 
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle { 
    0% {
        opacity:0
    }

    100% {
        opacity:100
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
} 