@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.radios{
    height: min-content;
    background-color: #9e7d411f;
    border-radius: 25px;
    display: flex;
    justify-content: center;
}

.radios0{
    margin-right: 0;
}

.input{
    accent-color: red;
}

.custom-control-label::after{
    right: -1.4rem;
    left: auto;
}
.custom-control-label::before{
    right: -1.4rem;
    left: auto;
}
.btn-su{
    color: #fff;
    background-color: #4a685c;
}
.ff {
    font-size: 12px;
}

.tow_way.active{
    display: none;
  }
.cont{
    padding: 7px;
    border: rgb(208, 208, 208) solid 1px;
    border-radius: 5px;
}
.cont h6{
    font-size: 15px;
    color: rgb(255 255 255);
}

.con1{
    
    border: rgb(208, 208, 208) solid 0.5px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.line{
    height: 1px;
    background-color: rgb(208, 208, 208);
}
.con1 h6 ,.con2 h6{
    margin: 6px;
    font-size: 12px;
}
.con1 h6 span{
    margin-left: 4px;
    color: #9e7d41;
}
.con2{
    
    border: rgb(208, 208, 208) solid 0.5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.btncas{
    color: #fff;
    background-color: #9e7d41;
    width: 100%;
}

.con3{
    width: 60%;
    border: rgb(208, 208, 208) solid 0.5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.con4{
    display: flex;
    justify-content: center;
    width: 50px;
    border: rgb(208, 208, 208) solid 0.5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    background-color: gainsboro;
}
.one_way_text{
    display: none;
}
.tow_way_text{
    display: unset;
}
.dateto{
    
    justify-content: space-around;
}

.text00{
    justify-content: space-between;
}
.ff0{
    flex-flow: row wrap;
    justify-content: space-between;
}
.cl1{
    width: 49.5%;
    background-color: gainsboro;
    border-bottom: gray solid 2.5px;
}
.tick{
    background-color: #9e7d41;
    border-radius: 5px;
}
.tic{
    background-color: gainsboro;
    border-right: #9e7d41 solid 2.5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.h7{
    display: flex;
    justify-self: center;
    font-size: 12px;
    padding: 1px;
    margin-top: 5px;
}

.part1{
    color: white;
    background-color: #4a685c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.part2{
    background-color: rgb(250, 250, 250);
}
.ssd{
    display: flex;
    justify-content: space-around;
}

.part3{
    color: white;
    background-color: #4a685c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.info01{
    color: #fff;
    background-color: #9e7d41;
    border-radius: 5px;
}

.info11{
    background-color: rgb(247, 247, 247) ;
    border-radius: 10px;
    padding: 10px;
}

.card{
    margin-right:15% ;
    width: 70%;
    height: 120px;
    background-color: rgb(247, 247, 247);
    border-radius: 10px;
    display: flex;
    justify-content: center;

}

.outbox{
    margin: auto;
    margin-top: 50%;
    width: 90%;
    
    margin-left: 5%;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);

  }
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}