:root{
  --color-1: #D7055A;
}
@import url('https://fonts.googleapis.com/css2?family=Hanalei+Fill&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200&display=swap');
* {
  box-sizing: border-box;
}
body,html,h1,h2,h3,h4,h5,h6,p,span,div,section {
    font-family: 'Prompt', sans-serif;
}
.namee{
   font-family: 'Hanalei Fill', cursive;
}

body{
	line-height: 1.5;
	font-family: sans-serif;
	background-color: #eee !important;
	position: relative;
	min-height : 98% !important;
	padding-bottom: 50px;
}
*{
	box-sizing: border-box;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
.container{
	max-width: 1170px;
	margin: auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.align-items-center{
	align-items: center;
}
.justify-content-between{
	justify-content: space-between;
}
/*header*/
.header{
	background-color: var(--color-1);
	padding:12px 0;
	position: relative;
	z-index: 1111;
	border-bottom: 1px solid #f5428a;
}
.header .logo,
.header .nav{
	padding:0 15px;
}
.header .logo a{
	font-size: 30px;
	color: #ffffff;
	text-transform: capitalize;
}
.header .nav ul li{
	display: inline-block;
	margin-left: 40px;
}
.header .nav ul li a{
	display: block;
	font-size: 16px;
	padding:10px 0;
	color: rgba(255,255,255,0.7);
	text-transform: capitalize;
	transition: all 0.5s ease;
}
.header .nav ul li a:hover,
.header .nav ul li a.active{
	color: #ffffff;
}
.header #nav-check{
	position: absolute;
	opacity:0;
	pointer-events: none;
}
.nav-toggler{
	height: 34px;
	width: 44px;
	background-color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.nav-toggler span{
	display: block;
	height: 2px;
	width: 20px;
	background-color: var(--color-1);
	position: relative;
}
.nav-toggler span::before,
.nav-toggler span::after{
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: var(--color-1);
   left:0;
}
.nav-toggler span::before{
	top: -6px;
}
.nav-toggler span::after{
	top: 6px;
}
.card {
  font-family: sans-serif;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom:3em;
  border-radius: 10px;
  background-color: #ffff;
  padding: 1.8rem;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
}
   
@media(max-width: 792px){
    .nav-toggler{
    	display: flex;
    }
    .card{
        width: 300px;
    }
    .header .nav{
    	position: absolute;
    	left:0;
    	top:100%;
    	width: 100%;
    	background-color: var(--color-1);
    	border-top: 1px solid rgba(255,255,255,0.2);
    	opacity:0;
    	visibility: hidden;
    }
    .header .nav ul li{
    	display: block;
    	margin:0;
    }
    .header #nav-check:checked ~ .nav{
       opacity: 1;
       visibility: visible;
    }
    .header #nav-check:focus ~ .nav-toggler{
    	box-shadow: 0 0 15px #000000;
    }
    .header #nav-check:checked ~ .nav-toggler span{
    	background-color: transparent;
    }
    .header #nav-check:checked ~ .nav-toggler span::before{
    	top:0;
    	transform: rotate(45deg);
    }
    .header #nav-check:checked ~ .nav-toggler span::after{
    	top:0;
    	transform: rotate(-45deg);
    }
}

.logo_img{
    border-radius: 50%;
}
.social-login img {
  width: 24px;
}
a {
  text-decoration: none;
}


.title {
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.subtitle {
  text-align: center;
  font-weight: bold;
}
.btn-text {
  margin: 0;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.google-btn {
  background: #fff;
  border: solid 2px rgb(245 239 239);
  border-radius: 8px;
  font-weight: bold;
  display: flex;
  padding: 10px 10px;
  flex: auto;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.fb-btn {
  background: #fff;
  border: solid 2px rgb(69, 69, 185);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.or {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid rgb(245 239 239);
  line-height: 0.1em;
  margin: 25px 0;
}
.or span {
  background: #fff;
  padding: 0 10px;
}

.email-login {
  display: flex;
  flex-direction: column;
}
.email-login label {
  color: rgb(170 166 166);
}

input[type="text"],
input[type="password"] {
  padding: 15px 20px;
  margin-top: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

.cta-btn {
  background-color: #673ab7;
  color: white;
  padding: 18px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  border: none;
}

.forget-pass {
  text-align: center;
  display: block;
}

filepond--drop-label {
	color: #4c4e53;
}

.filepond--label-action {
	text-decoration-color: #babdc0;
}

.filepond--panel-root {
	background-color: #edf0f4;
}


/**
 * Page Styles
 */

.filepond--root {
	width:170px;
	margin: 0 auto;
}
#work_place, #work_place2,#work_place3, #work_place4,#work_place5, #work_place6,#work_place7, #country_tab, #country_tab2{
    display: none;
}
.snackbar {
	display: flex;
	align-items: center;
	padding: 1.2em 1em;
	color: white;
	background: #000;
	width: 100vw;
	height: 45px;
	position: fixed;
	bottom: -61px;
	z-index: 999;
	animation: snack 2s ease-in-out;
}

.snackbar.success {
	background: #52a552;
}

.snackbar.error {
	background: red;
}

@keyframes snack {
	0% {
	}
	20% {
		bottom: -1em;
	}
	80% {
		bottom: -1em;
	}
	100% {
	}
}


#card {
              position: relative;
              width: 100%;
              display: block;
              margin: auto;
              text-align: center;
              font-family: 'Source Sans Pro', sans-serif;
            }
            
            #upper-side {
              padding: 2em;
              background-color: #8BC34A;
              display: block;
              color: #fff;
              border-top-right-radius: 8px;
              border-top-left-radius: 8px;
            }
            
            #upper-side2 {
              padding: 2em;
              background-color: #ff8000;
              display: block;
              color: #fff;
              border-top-right-radius: 8px;
              border-top-left-radius: 8px;
            }
            
            #checkmark {
              font-weight: lighter;
              fill: #fff;
              margin: -3.5em auto auto 20px;
            }
            
            #status {
              font-weight: lighter;
              text-transform: uppercase;
              letter-spacing: 2px;
              font-size: 1em;
              margin-top: -.2em;
              margin-bottom: 0;
            }
            
            #lower-side {
              padding: 2em 2em 5em 2em;
              background: #fff;
              display: block;
              border-bottom-right-radius: 8px;
              border-bottom-left-radius: 8px;
            }
            
            #message {
              margin-top: -.5em;
              color: #757575;
              letter-spacing: 1px;
            }
            
            #contBtn {
              position: relative;
              top: 1.5em;
              text-decoration: none;
              background: #8bc34a;
              color: #fff;
              margin: auto;
              padding: .8em 3em;
              -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
              -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
              box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
              border-radius: 25px;
              -webkit-transition: all .4s ease;
            		-moz-transition: all .4s ease;
            		-o-transition: all .4s ease;
            		transition: all .4s ease;
            }
            
            #contBtn:hover {
              -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
              -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
              box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
              -webkit-transition: all .4s ease;
            		-moz-transition: all .4s ease;
            		-o-transition: all .4s ease;
            		transition: all .4s ease;
            }
            .ui-success,.ui-error {
            	width: 100px; height: 100px;
            	margin: 40px;
            	// border:1px solid #eee;
            }
            
            .ui-success{
            	&-circle {
            		stroke-dasharray: 260.75219024795285px, 260.75219024795285px;
                stroke-dashoffset: 260.75219024795285px;
                transform: rotate(220deg);
                transform-origin: center center;
            		stroke-linecap: round;
            		animation: ani-success-circle 1s ease-in both;
            	}
            	&-path {
            		stroke-dasharray: 60px 64px;
                stroke-dashoffset: 62px;
            		stroke-linecap: round;
            		animation: ani-success-path .4s 1s ease-in both;
            	}
            }
            
            @keyframes ani-success-circle {
            	to{stroke-dashoffset: 782.2565707438586px;}
            }
            
            @keyframes ani-success-path {
            	0% {stroke-dashoffset: 62px;}
            	65% {stroke-dashoffset: -5px;}
            	84%{stroke-dashoffset: 4px;}
            	100%{stroke-dashoffset: -2px;}
            }
            
            .ui-error{
            	&-circle{
            		stroke-dasharray:260.75219024795285px, 260.75219024795285px;
            		stroke-dashoffset: 260.75219024795285px;
            		animation: ani-error-circle 1.2s linear;
            	}
            	&-line1{
            		stroke-dasharray: 54px 55px;
            		stroke-dashoffset: 55px;
            		stroke-linecap: round;
            		animation: ani-error-line .15s 1.2s linear both;
            	}
            	&-line2{
            		stroke-dasharray: 54px 55px;
            		stroke-dashoffset: 55px;
            		stroke-linecap: round;
            		animation: ani-error-line .2s .9s linear both;
            	}
            }
            
            @keyframes ani-error-line{
            	to { stroke-dashoffset: 0; }
            }
            
             @keyframes ani-error-circle {
            		0% {
            				stroke-dasharray: 0, 260.75219024795285px;
            				stroke-dashoffset: 0;
            		}
            		35% {
            				stroke-dasharray: 120px, 120px;
            				stroke-dashoffset: -120px;
            		}
            		70% {
            				stroke-dasharray: 0, 260.75219024795285px;
            				stroke-dashoffset: -260.75219024795285px;
            		}
            		100% {
            				stroke-dasharray: 260.75219024795285px, 0;
            				stroke-dashoffset: -260.75219024795285px;
            		}
            }
            .demo1 {
            	display: flex;
            	justify-content: center;
            	align-items: center;
            	color: white;
            }
            
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Poppins', sans-serif;
}

.wrapper {
    padding: 30px 50px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin: 10px auto;
    max-width: 600px
}

h4 {
    letter-spacing: -1px;
    font-weight: 400
}

.img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover
}

#img-section p,
#deactivate p {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
    text-align: justify
}

#img-section b,
#img-section button,
#deactivate b {
    font-size: 14px
}

label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    padding-left: 3px
}

.form-control {
    border-radius: 10px
}

input[placeholder] {
    font-weight: 500
}

.form-control:focus {
    box-shadow: none;
    border: 1.5px solid #0779e4
}

select {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 40px;
    padding: 5px 10px
}

select:focus {
    outline: none
}

.button {
    background-color: #fff;
    color: #0779e4
}

.button:hover {
    background-color: #0779e4;
    color: #fff
}

.btn-primary {
    background-color: #0779e4
}

.danger {
    background-color: #fff;
    color: #e20404;
    border: 1px solid #ddd
}

.danger:hover {
    background-color: #e20404;
    color: #fff
}

@media(max-width:576px) {
    .wrapper {
        padding: 25px 20px
    }

    #deactivate {
        line-height: 18px
    }
}   



.profile-head {
    transform: translateY(5rem)
}

.cover {
    background-image: url(https://images.unsplash.com/photo-1530305408560-82d13781b33a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1352&q=80);
    background-size: cover;
    background-repeat: no-repeat
}

body {
    min-height: 100vh
}
.circular--landscape {
  display: inline-block;
  position: relative;
  width: 100;
  height: 100;
  overflow: hidden;
  border-radius: 50%;
}
.circular--landscape img {
   width: 100%;
  height: auto;
}

.Pending{
    background : #0dcaf0;
    color : white; 
    padding : 2px;
}
.Processing{
    background : #fd7e14;
    color : white; 
    padding : 2px;
}
.Completed , .Paid{
    background : #198754;
    color : white; 
    padding : 2px;
}
.Submited{
    background : #0d6efd;
    color : white; 
    padding : 2px;
}
.Failed , .Canceled{
    background : #dc3545;
    color : white; 
    padding : 2px;
}
.option {
    width : 100%;
    display : inline-block;
}

* {
  box-sizing: border-box;
}

.body_part{
    margin: 2%;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.main_part {   
  float: left;
  width: 73%;
  margin-right: 1%;
}

/* Right column */
.side_part {
  float: left;
  width: 24%;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.main_box {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.body_part:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .main_part, .side_part {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

.iframe-res {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Tabs */
.tabs {
  background-color: white;
  border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
}

ul#tabs-nav li.active {
  border-bottom: 3px solid #654ea3;
}
#tabs-nav li a {
  text-decoration: none;
  color: black;
}
.tab-content {
  padding: 10px;
  background-color: #FFF;
}
.body_part .search{
    width : 40%;
    float : right;
    vertical-align: baseline;
}
.body_part .search input, .body_part .search button{
    height : 40px;
    vertical-align: baseline;
}
.body_part .input-group{
    vertical-align: baseline;
}
.body_part .nav_btn{
    float : left;
    vertical-align: baseline;
}
@media screen and (max-width: 700px) {
  .body_part .search{
    width : 100%;
 }
  
.nav_btn button{
 
    margin: 10px;
 }
}

.side_item{
    margin-top : 20px;
    background : #fff;
}
.side_item h5{
    border-bottom: 1px solid #eee;
    width : 100%;
    padding: 10px;
}
.side_item iframe ,.side_item ul , .side_item img{
    padding :20px;
}
.material-icons{
    font-size: 18px !important;
}
.padding2, .side_item p, .featured_nav p{
    padding : 0px 20px;
}
.margin0{
    padding: 0px 20px;
}

@media (min-width: 700px){
    .nav li{
            padding: 2px 4px!important;
            margin: 2px 4px!important;
        }
}



