.selfs {
    height: 60vh;
    width: 100%;
    background: url("../images/selfs.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slides {
    background: rgba(0, 0, 0, 0) url("../images/bannerr.png");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jobplace-action {
    background-color: #f2f2f2;
    /*background-image: linear-gradient(#f2f2f2, transparent 350%), url(../img/getstart.jpg);*/
    background: url("../images/race.png");
}

/* NEW STYLES */
body {
	font-family: 'Open Sans', sans-serif;
}

h2 {
	color: #4f4f4f;
	font-weight: 700;
}
@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 10px, 0); }
}


.l-d li {
    list-style-image: url(../images/radio1.png);
    padding: 0px 0px 0px 15px;
}


video {
	width: -moz-available;
}
#trial {
	margin: 17px 40px 17px 10px;
	color: #fff;
}
.btn-join {
    text-transform: uppercase;
    background-color: #fff;
    color: #1472C8;
    box-shadow: 0 4px 10px -2px #4f4f4f;
    margin-top: 20px;
   	font-weight: 700;
   	padding: 10px 30px;
}

.btn-nav {
	background-color: transparent;
	border-radius: 50px;
	color: #fff;
	border: 1px solid #fff;
}

.btn-join2 {
    text-transform: uppercase;
    background-color: #1472C8;
    color: #fff;
    box-shadow: 0 4px 10px -2px #4f4f4f;
    margin-top: 100px;
   	font-weight: 700;
   	padding: 10px 30px;
}



.btn-load {
    text-transform: uppercase;
    background-color: #1472C8;
    color: #fff;
    box-shadow: 0 4px 10px -2px #4f4f4f;
    margin-top: 50px;
   	font-weight: 700;
   	padding: 10px 30px;
}

.ball {
  /* ... */
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  color: #fff;
}

#code {
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
}

.h h2 {
	color: #fff !important;
}

/* .hiw {
	padding: 50px 30px 10px 30px;
} */

.social-links {
	display: flex;
	list-style: none;
	justify-content: center;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.social-links li {
	margin: 0px 30px 0px 30px;
}

/* .hiw p {
	padding: 30px 0px;
	color: #000; !important
} */

.red {
	color: #FF0000;
	font-weight: 600;
}

#signupv {
	/*margin-right: 40px;
	margin-top: 9px;
	color: #fff;*/
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #ffffff;
	font-family: inherit;
	margin: 10px 10px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}

#signupv2 {
	border: 1px solid #ffffff;
	border-radius: 25px;
	background-color: #fff;
	color: #313328;
	font-family: inherit;
	margin: 10px 10px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}

.navbar-light {
	background-color: transparent;
}
#navbr img {
	width: 100px;
}
.wk-content {
	margin: 150px 50px 100px 50px;
}

.aboutimg {
	padding: 0px 30px;
}

.aboutimg img {
	width: 100%;
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
    height: 300px;
}

.abouttext {
	margin: 30px 0px;
}

.abouttext h2 {
	margin-bottom: 20px;
}
.banner-sidebar {
	margin: 60px 0px 0px 75px;
	position: fixed;
    z-index: 1;
}

.mb100 {
	margin-bottom: 150px;
}

.note-title {
	margin-bottom: 30px;
}
.coll {
    padding: 10px 20px;
    margin: 50px 10px;
    height: 103px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

#comment-exp {
    width: 100vh;
    border: 1px solid #E0E0E0;
}

#above{
	 margin-bottom: -355px;
    margin-left: -180px;
}
.commentList {
	display: none;
}
#response-button {
	width: 100vh;
    border: 1px solid #1472C8;
    padding: 5px 10px;
    text-align: center;
}

#btn-search {
	background-color: #1472C8;
	color: #fff;
	margin: 0px 0px 0px -10px;
}
.res {
	margin: 50px 200px;
}

.blue {
	color: #1472C8;
}

.views-float  {
	text-align: right;
    margin: -40px 0px;
}
.title-topics {
	font-weight: bold;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #1472C8;
    /*width: 100%;*/
    left: 0;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    overflow: hidden;

}

.link-icon {
    clear: both;
    /* display: block; */
    line-height: 9px;
    width: auto;
    height: 34px;
}

.text-1 {
    text-align: center;
}

.mg100 {
	margin: 100px;
	color: #fff;
	padding: 35px;
}

.ml {
	margin: 20px auto;
}

.fr {
	float: right;
	color: #fff;
}
.labels {
	float: left;
	color: #fff;
}

.btn-loginform  {
	width: -webkit-fill-available;
	background-color: #1472C8;
	font-weight: 700;
}

.text-red {
	color: #FF0000;
	font-weight: 700;
}

.rp {
	margin-top: 50px;
}

.welcome-v {
	margin-top: 70px;
}

.welcome-v  p {

}


.w2 {
	padding-top: 15px;
}
#searchbar-v {
	margin: -90px 300px 0px 300px;
}

#email-col {
	background-color: #fff;
}
.navbar-brand img {

}

/* .show {
	margin: 5px 10px;
} */



#introduction-visitor {
	background:  url(../images/bannerr.png) 100% 25%/ cover;
	width: auto;
	/*height: 500px;
	margin-top: -30px;*/
}

.benefits {
	background:  linear-gradient(60deg, #1472C8, rgba(86, 204, 242, 0.4)), url(../images/womann.jpg) 100% 25%/ cover;
	margin-bottom: 100px;
}
.-content {
	background:  linear-gradient(180deg, #3183CF, rgba(86, 204, 242, 1));
	color: #fff;
}
/* .benefits-text {
	margin: 100px 50px;
	color: #fff;
}

.benefits-text h4 {
	margin-bottom: 50px;
}

.benefits-text h2 {
	color: #fff; !important
} */

.benefits ul {
	list-style: none;
}

.benefits li {
	padding-bottom: 10px;
}

.g {
	padding: 6px;
	margin: 19px;
	background: white;
	box-shadow: 0px 0px 10px lightgrey;
}

.info {
	padding: 20px;
}
#feature {
	margin-top: 70px;
    margin-bottom: 50px;
}

.fill-viewport {
	min-height: 100vh;
}
/*.text-white {
	color: white;
}*/
.dev-form {
	padding-top: 15px;
}
.back {
	padding: 150px 50px 50px 50px;
    background-color: rgba(8, 19, 33, 0.6);
}

.back2 {
	padding: 50px 50px 50px 50px;
    background-color: rgba(8, 19, 33, 0.6);
}
.book {
	margin: 30px auto;
}

.pro-add2 {
	margin-top: 60px;
}
.pro-add2 .fa {
	color: #bdbdbd;
	margin-right: 10px;
}
.pro-font {
	font-size: small;
}

.num {
	padding-top: 50px;
}
.intro {
	padding-top: 60px;
}
.center {
	padding-top: 100px;
}

.heading1 {
	color: #56CCF2;
}

.heading2 {
	color: #F2C94C;
}

.heading3 {
	color: #27AE60;
}

.heading4 {
	color: #BB6BD9;
}

.text-white-70 {
	color: rgba(255, 255, 255, 0.7);
}
.welcome {
	padding-top: 20px;

}
.btn-custom {
	background-color: #31D676;
	margin-top: 50px;
}
.btn-custom2 {
	background-color: #31D676;
}



#welcome-note {
	background-color: #4983CA;
}
#login {
	padding-top: 20px;
}
/*.white-border {
    background-color: transparent;
    border-bottom: 1px solid white;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: inherit;
}*/
dashboard-section input[type="text"], dashboard-section select.white-border {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px;
}

dashboard-section input[type="text"]:focus,
select.white-border:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#home-contact {
    /* background-color: #243040; */
    background-image: linear-gradient( 45deg, #457FCA 100%, #5691C8 10%);
    /* padding: 50px; */
    margin-top: 100px;
    /* padding-top: 100px; */
    padding: 50px 30px 50px 30px;;
    /* padding-bottom: 200px; */
}
#home-join {
	background-color: #fff;
	background-image: url(../images/amani_0.png);
	padding: 60px;
	margin-top: 100px;
}


/* .footer {
	padding: 50px;
	background: #313328;
	color: #fff;
}

.footer h2 {
	color: #c4c4c4;
	font-size: 30px;
}

.footer li {
	list-style: none;
	color: #fff;
}

.footer a {
	color: #fff;
} */

/* .footer-center {
	margin-top: 50px;
} */


/* .fo {
	color: #777777;
} */

.margin-100 {
	padding-top: 100px;
}
.margin-100 a {
	color: #777777;
}
.margin20 {
	margin-top: 20px;
}
.margin-login {
    margin-top: -100px;
}

.margin-signup {
    margin-bottom: 40px;
}
.inc {
	padding: 0px 0px 5px 0px;
	font-weight: 700;
}
.img-small {
	width: 30px;
}
#login-label {
	display: -webkit-box;
	color: #dcdbdb;
	font-size: 1.3rem;
}
.text-white2 {
	color : #dcdbdb;
}



@media (min-width: 781px) and (max-width: 1024px) {
	.pro-img {
    width: 100%;
    height: 160px;
    margin: auto;
	}
	.main {
    margin: 80px 5px;
	}
	.profile-table {
    	margin: 0px;
	}

	.g {
	padding: 6px;
	margin: 0px;
	background: white;
	box-shadow: 0px 0px 10px lightgrey;
	}
}
@media (min-width: 451px) and (max-width: 780px) {
	#profile-search {
		margin-left: 0px;
	}
	.pro-img {
    width: 100%;
    height: 110px;
    margin: auto
	}
	.main {
    margin: 80px 0px;
	}
	.profile-table {
    	margin: 0px;
	}
	.g {
	padding: 6px;
	margin: 0px;
	background: white;
	box-shadow: 0px 0px 10px lightgrey;
	}
	
}
@media (min-width:320px) and (max-width: 480px) {
	.video-list-thumbs .fa-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
	}
	.video-list-thumbs h2{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}

	video {
	width: 220px;
	}
}

@media (min-width: 20px) and (max-width: 450px) {
	#margin-mobile {
		margin-bottom: 70px;
		margin-top: 20px;
	}

	#margin-mobile2 {
		margin-top: 70px;
	}
	.btn-custom {
	background-color: #31D676;
	margin-top: 50px;
	margin-bottom: 30px;
	}
	#donate-options input {
	margin: 5px;
	}
	.small-box {
	display: block;
	}
	.mac {
		margin-bottom: 20px;
	}
	.vd {
		margin: 10px -20px;
    	padding: 20px;
	}
	#searchbar {
		margin-left: 0px;
	}
	#profile-search {
		margin-left: 0px;
		margin-top: inherit;
    	margin-bottom: inherit;
    	margin-right: 8px;
	}
	.video-title {
		margin-left: -80px;
	}
	.video-title2 {
		margin-left: -80px;
	}
	.pro-add{
		margin: 0px;
	}
	.pro-img {
		display: none;
	}
	.sidebar2 {
		margin: auto;
	}
	.main {

	}
	.course-row {
	margin-left: -26px;
	margin-right: 26px;
	}
	.profile-row {
		margin-left: -26px;
		margin-right: 26px;
	}
	.profile-table {
		margin: 0px;
	}
	.res {
		margin: 0px;
	}
	.aboutimg img {
	width: 100%;
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
    height: 100px;
	}

    .btn-loginform:hover  {
        width: -webkit-fill-available;
        background-color: #0a3e6e;
        font-weight: 700;
    }	
}


.my_group{
	padding: 16px;
	border: 1px solid #00000063;
    border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	font-weight: bold;
}

.grp_icon{
	display: flex !important;
}
.icons_div a{margin-right: 12px ;}

.manage_attendee{
	display:inline-block;
	position:absolute;
	right:30px;
	top:0;
	transform: translateY(-50%);
	border-radius:6px;
	font-style: italic;
	font-size: small;
	font-weight: 100;
}
/* .modal .show{
	margin: 0 !important;
} */
/* .grp_icon div{
	margin-left: 16px;
} */
section.dashboard-section .right-sidebar .actions{
	display: flex;
	align-items: center;
}
section.dashboard-section .right-sidebar .actions button{
width: 44px;
height: 44px;
border-radius: 6px;
display: block;
margin-left: 12px;
border: none;
background-color:rgba(2, 172, 70,0.1);
}
section.dashboard-section .right-sidebar .actions button img{
	height: 24px;
}
section.dashboard-section .right-sidebar .main-content .short-info img{
height: 72px;
}
section.dashboard-section .right-sidebar .main-content .short-info h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 6px;
}
section.dashboard-section .right-sidebar .main-content .short-info p{
	margin-bottom: 6px;
}
section.dashboard-section .right-sidebar .main-content .list{
	padding: 12px 0;
	padding-left: 16px;
	padding-right: 16px;
}
section.dashboard-section .right-sidebar .main-content .list li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
section.dashboard-section .right-sidebar .main-content .card{
	font-weight: 600;
	display: flex;
	flex-direction: row;
	align-items: center;
}
section.dashboard-section .right-sidebar .main-content .card img{
	width: fit-content;
	height: 30px;
	margin-right: 12px;
}
section.dashboard-section .right-sidebar .main-content .list li .right h5{
font-size: 14px;
font-weight: bold;
display: inline;
position: relative;
margin: 0;
}
section.dashboard-section .right-sidebar .main-content .list li .right{
	min-width: 122px;
}
section.dashboard-section .right-sidebar .main-content .list li .right h5::after{
	content: "";
    display: inline-block; /* Ensures the pseudo-element stays inline */
    margin-left: 10px; /* Adds spacing between the text and the circle */
    width: 10px;
    height: 10px;
    background-color: #02AC46;
    border-radius: 50%;
	vertical-align: middle;
}
section.dashboard-section .right-sidebar .main-content .list li .left p{
margin-bottom: 4px;
}
@media (max-width:575px) {
	section.dashboard-section .right-sidebar .main-content .list li .left p{
		font-size: 14px;
	}
}