video {
  width: 100%;
  height: auto;
}

label.box {
    display: flex;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd
}



label.box:hover {
    background: #b6cf67
}

label.box .course {
    display: flex;
    align-items: center;
    width: 100%
}

label.box .circle {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #ddd;
    display: inline-block
}

input[type="radio"] {
    display: none
}

.btn.btn-primary {
    border-radius: 25px;
    margin-top: 20px
}

.instector-banner-area-custom {
    background: rgb(61 170 189);
    height: 250px;
}

.sc5::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}

.sc5::-webkit-scrollbar-thumb {
  background: rgb(61 170 189);
  border-radius: 10px;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu-notif {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgb(61, 170, 189);
  text-align: center;
}

.media-list .media{
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* CMS */
.dashboard-left-menu .active {
  margin:10px;
  background: linear-gradient(118deg, #aebe7b, rgba(61, 170, 189, 0.7));
  box-shadow: 0 0 10px 1px rgb(61 170 189 / 20%);
  border-radius: 8px;
  color: white !important;
}

.custom-button-color {
  border:none;
  background: linear-gradient(118deg, #aebe7b, rgba(61, 170, 189, 0.7)) !important;
  box-shadow: 0 0 10px 1px rgb(61 170 189 / 20%) !important;
  border-radius: 8px !important;
  color: white !important;
}

.custom-button-color-1 {
  border:none;
  background: linear-gradient(118deg, #aebe7b, rgba(61, 170, 189, 0.7)) !important;
  box-shadow: 0 0 10px 1px rgb(61 170 189 / 20%) !important;
  border-radius: 8px !important;
}

.custom-button-color:hover {
  /* border: 1px solid gray; */
  color: black !important;
}

.dashboard-left-menu ul .nav-item a:hover {
  color: rgb(61 170 189) !important;
}

#course thead, tbody{
  text-align:center;
}

.course-tab .nav-item .nav-link.active{
  border-bottom:4px solid #aebe7b !important;
}

.list-group-item.active{
  background-color:#dee2e6 !important;
}

.btn-new {
  height: 45px !important;
  line-height: 45px !important;
}

.close:hover, .close-hover:hover{
  filter: invert(1) grayscale(100%) brightness(0%) !important;
}

.fs-7{
  font-size:0.75rem !important;
}

.forum-menu .active{
  font-weight: bold;
  color:var(--bs-gray-dark) !important;
}

.tab-content-forum>.tab-pane{display:none}
.tab-content-forum>.active{display:block}
.tab-content-forum {
  position: relative;
}

.tab-content-forum .tab-preloader {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -22px;
}

.dashboard-item-menu-dropdown {
    display: block !important;
    font-size: 16px;
    font-weight: 600;
    color: #808191;
    padding: 16px 0 16px 50px;
    position: relative;
}

.dashboard-item-menu-dropdown-list li{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #808191;
    padding: 4px 0 16px 70px;
    position: relative;
}

.dashboard-item-menu-dropdown-list li .active-list{
    color: rgba(61, 170, 189, 0.7);
}

.file-input .btn{
  height: 31px !important;
  line-height: 25px !important;
}

.file-input .btn.btn-primary{
  margin-top: 0px !important;
}

@media all and (min-width: 1600px) {
  .container-custom,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1820px !important;
  }
}


/* diskusi */
.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid blue;
  border-bottom: 4px solid blue;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: block !important;
  margin:auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

 .main-content {
    width: 73% !important;
}

.write-post-container{
  padding-bottom: 50px;
}

.comment:hover, .reply:hover  {
  text-decoration: underline;
  cursor: context-menu;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 21px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 18px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 77px;
	clear: both;
	margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	/* width: 65px; */
	/* height: 65px; */
	position: relative;
	z-index: 99;
	float: left;
	/* border: 3px solid #FFF; */
	/* -webkit-border-radius: 4px; */
	/* -moz-border-radius: 4px; */
	/* border-radius: 4px; */
	/* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
	/* -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
	overflow: hidden;
}

.comments-list .comment-avatar img {
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
}

.reply-list .comment-avatar {
	/* width: 50px; */
	/* height: 50px; */
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 90%;
}
.comment-box .comment-head {
	background: #f9fafd;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin: 4px 10px 0px 0px;

}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head .date-human {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.media-notif:hover{
  background: #f0f0f0;
}

.media-notif-unread{
  background: #f0f0f0 !important;
}

/* Kemitraan */
*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}


#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea, #msform select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    font-size: 13px;
}

#msform select option{
  font-size: 13px;
}

/* #msform .form-select span{
  margin-top: 10px;
} */

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
/* #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
} */

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ee0979;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

.error{
  font-size: 13px;
  color: red;
}
