/* 
* Bootstrap v4.5.x
*/
/* *** Global ***/
a:hover, a {
  text-decoration: none;
}
body {
  text-align: right;
  direction: rtl;
  font-family: "Tajawal";
}
button:focus,
.btn:focus,
.btn:focus,
input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn:hover,
.btn:hover,
select:hover {
  cursor: pointer;
}
@font-face {
  src: url('../fonts/icofont.ttf');
  font-family: 'Icofont';
}

.menu {
  min-height: 40px;
}
.menu   .container {
  padding-top: 3px;
}
.menu, .menu  select  {
  font-size: 14px;
  font-weight: 500;
  color: #30384F;

}

.d-blue-color {
  color: #30384F;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  margin-left: 25px;
  color: #30384F;
  transition: .2s all ease-in-out;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #6aae0a;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #6aae0a;
}
.navbar {
  box-shadow: 0 1px 3px 0 #75757598;
  
}
.orange-color {
  color: #6aae0a;
}
.bg-orange {
  background-color: #6aae0a;
}
.d-blue-color {
  color: #30384f !important;
}
.bg-d-blue {
  background-color: #30384f;
}
p {
  color: #30384F;
}
.page {
  min-height: calc(100vh - 492px);
}
/* ------------------------------------------------------------------------------------------------
------------------  [ End Footer ] ----------------------------------------------------------------
------------------------------------------------------------------------------------------------ */
.avatar-wrapper {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 50px auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 15px -5px black;
  transition: all 0.3s ease;
}
.avatar-wrapper:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.avatar-wrapper:hover .profile-pic {
  opacity: 0.5;
}
.avatar-wrapper .profile-pic {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
.avatar-wrapper .profile-pic:after {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 190px;
  background: #ecf0f1;
  color: #6aae0a;
  text-align: center;
}
.avatar-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.avatar-wrapper .upload-button .fa-arrow-circle-up {
  position: absolute;
  font-size: 234px;
  top: -17px;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  color: #6aae0a;
}
.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
  opacity: 0.9;
}
.profile_container,
.info,
.back {
	margin: 60px 100px 0px;
	max-width: 1000px;
	display: flex;
	overflow-x: hidden;
}

.back {
	display: flex;
	align-items: center;
	color: rgba(34, 34, 34, 0.5);
}

.back i {
	margin-right: 15px;
}

.profile_img-LG {
	height: 400px;
	width: 300px;
	border-radius: 40px;

	object-fit: cover;
	object-position: 50% 50%;

	background-position: 40% 50%;
}

.flag_wrapper {
	width: 50px;
	height: 50px;
	background-color: #f2f2f2;
	border-radius: 100%;
	position: relative;
	top: -70px;
	left: 230px;
}

.flag {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

.description {
	margin-bottom: 30px;
	margin-top: 0px;
}

.profile_img_section {
	margin-left: 50px;
}

.profile_desc_section {
	display: flex;
	flex-direction: column;

	margin-left: 50px;
}

.interests_item {
  display: inline-block;
  padding: 5px 15px;
  margin-left: 7.5px;
  margin-bottom: 10px;
  line-height: 35px;
  color: #FFF !important;
  background-color: #6aae0a;
  border-radius: 5px;
  transition: .2s all ease-in-out;
}
.interests_item:hover {
  background-color: #de8c2f;
}
.info {
	margin-left: 100px;
}

.link_img_wrapper {
	width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	border-radius: 10px;
	position: relative;
}

.link_img {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

ul {
	padding: 0px;
}

li {

	margin-bottom: 5px;
}

.soc-links {
	margin-right: 30px;
	color: rgba(34, 34, 34, 0.5);
}
.path i {
  color: #ffffff;
  background-color: #6aae0a;
  padding: 8px 5px;
  width: 41px;
  height: 38px;
  text-align: center;
  font-size: 20px;
}
.path input {
  border-radius: .25rem 0 0 .25rem;
}
tbody tr:nth-child(even) {
  background-color: #e2e8f0 !important;
}
tbody tr:nth-child(odd) {
  background-color: #edf2f7 !important;
}
tbody, td, th, thead, tr {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
	.profile_container,
	.info,
	.back {
		margin: 60px 33px 0px;
	}

	.profile_container {
		flex-direction: column;
	}

	.profile_img_section {
		margin: 0 auto;
	}

	.profile_img-LG {
		width: 300px;
		height: 300px;
	}

	.profile_desc_section {
		margin-left: 0px;
		margin-bottom: 10px;
	}

	.info {
		margin-top: 10px;
		margin-left: 33px;
	}
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-brand img {
    max-width: 193px;
  }
  .navbar {
    padding: 10px !important;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {


}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}




footer .main-footer {
  background-repeat: no-repeat;
  position: relative;
  background-position-x: center;
  background-size: cover;
  background-color: #030e1c;
}
footer i {
  color: #fff;
}

footer .social-links a i {
  background-color: #198754;
  width: 32px;
  height: 32px;
  font-size: 18px;
  border-radius: 16px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.footer-yellow {
  color: #f2c870 !important;
}
.bg-light-color {
  background-color: #030e1c;
}
.last-footer {
  background-color: #192330;
  color: #fff;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: -2px;
}
footer .form-control,
footer .form-control:focus {
  color: #fff;
  border: 1px solid #55586242;
  background-color: #55586242;
}
footer .form-control:hover {
  color: #fff;
}
.contact-btn {
  border-radius: 3px;
  background-color: #198754;
  border: 0;
  color: #fff;
}


.sheep-img {
  border-radius: 3px;
  border: 1px solid #DDD;
  padding: 3px;
  transition: .2s all ease-in-out;
  background-color: #FFF;
  height: 200px;
    width: 100%;
}

.sheep-img:hover {
  z-index: 5;
  border: 1px solid #6aae0a;
}
.animal {
  background-color: #6aae0a;
    margin: -23px 14px;
    z-index: 5;
    position: relative;
    font-size: 23px;
}
.plus {
  border: 0;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #DDD;
  color: rgb(103, 103, 103);
}
.minus {
  border: 0;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #DDD;
  color: rgb(103, 103, 103);
}
.animal {
    background-color: #76c640 !important;
    margin: -23px 14px !important;
    z-index: 5 !important;
    position: relative !important;
    font-size: 23px !important;
    color: #fff !important;
}
