body {
    font-size: 14px;
}
main {
    overflow-x: hidden;
}
.form-control, .col-form-label, .btn {
    font-size: 14px;
}
hr {
    color: #bbb5b5;
}

.fs-sm {
    font-size: 12px!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-18 {
    font-size: 18px!important;
}
.fs-24 {
    font-size: 24px;
}

/*theme color*/
.breadcrumbs,
.get-started-btn,
#footer .footer-newsletter form input[type=submit],
.back-to-top,
#footer .social-links a,
.courses .course-content h4,
.pricing .featured h3,
.contact .info i,
.contact .php-email-form button[type="submit"] {
    background: #013a91
}

a, a:hover,
#header .logo a,
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a,
.counts .counters span,
.events .card-title a,
.pricing h4 {
    color: #013a91;
}
.events .card:hover .card-body {
  border-color: #013a91;
}
.contact .info i {
    color: #fff;
}
.contact .info i:hover,
.contact .php-email-form button[type="submit"]:hover,
#footer .footer-newsletter form input[type=submit]:hover {
    background: #195cc1;
}

.events .card:hover .card-body .card-title a {
  color: #4085c1;
}

.c-badge{
	background-color: #35b69f;
    color: white;
    height: 20px;
    font-size: 11px;
    width: 92px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}
.comment-text{
	font-size: 13px;
}
.comment-card {
    border-color: #eee;
}
.wish{

	color:#35b69f;
}
.user-feed{
    font-size: 14px;
	margin-top: 12px;
}
.form-color{
  
   background-color: #fafafa;

}
.page-link,
.stretched-link {
    font-size: 14px;
}

/*foto*/

.post-author {
    line-height: 1;
}
.post-author .post-location {
    font-size: 12px;
}
.post-time {
    margin-bottom: 0;
}
.post-time li {
    font-size: 12px;
}
.post-time li::marker {
    font-size: 12px;
}

/*video*/
.post-video {
    margin-top: 10px;
    line-height: 1;
}
.post-video h3 {
    font-size: 14px;
    margin: 0;
}
.post-views {
    font-size: 12px;
    display: flex;
    align-items: center;
}

/*border*/
.border-grey {
    border-color: #eee;
}

.dot {
  height: 4px;
  width: 4px;
  background-color: #888;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.more-btn {
    background: #5f9bcf;
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}
.more-btn:hover {
    background: #35aab6;
    color: #fff;
}

.navbar .dropdown ul li { 
    min-width: auto;
}
.navbar .dropdown ul li a { 
    display: block;
}
.dropdown-item {
    font-size: 14px!important;
}
.dropdown-toggle::after {
    margin-left: 0;
}

/*login*/
.bg-info-dark {
    background-color: #00b5ec;
}
.avatar100 {
    width: 100px !important;
    height: 100px !important;
    font-size: 44px !important;
}
.avatar {
    position: relative;
    line-height: 1 !important;
    white-space: nowrap;
    font-weight: normal;
    border-radius: 0px;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.title-sep {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    text-transform: capitalize;
}
.title-sep:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1eaea;
    left: 0;
    top: 50%;
    position: absolute;
}
.title-sep.sep-white span {
    background: #fff;
}
.title-sep span {
    display: inline-block;
    padding: 0.35rem 1rem;
    z-index: 1;
    position: relative;
    top: -0.1rem;
    font-weight: 400;
}

/*summernote*/
.note-form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999!important;
}

/*footer*/
#footer {
    background: url('../img/bgfooter.jpg');
    background-size: cover;
    color: #fff;
}
#footer .footer-top {
    background: none;
}
#footer .footer-top .footer-contact p,
#footer .footer-top .footer-links,
#footer .footer-top h4,
#footer .footer-top .footer-links ul a {
    color: #fff;
}
#footer .footer-newsletter form input[type=submit] {
    font-size: 14px;
}
/*datepicker*/
.datepicker td, .datepicker th {
    width: 24px;
    height: 24px;
    padding: 4px;
    font-size: 14px;
}

/*button*/
.btn-xs {
    padding: 4px 5px 1px 5px;
}
.btn-left-rounderless {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-right-rounderless {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/*table*/
.table.bg-light td,
.table.bg-light th {
    background: #f8f9fa;
}

/*image*/
.center-cropped {
    width: 250px;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Set the image to fill its parent and make transparent */
.center-cropped img {
    min-height: 100%;
    min-width: 100%;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* modern browsers */
    opacity: 0;
}

/*galeri*/
.galeri-box {
    position: relative;
    width: 100%;
    border:2px solid #fbfbfb;
}
.galeri-image {
    opacity: 1;
    display: block;
    *width: 100%;
    *height: auto;
    transition: .2s ease;
    backface-visibility: hidden;
}

.galeri-middle {
    width: 100%;
    transition: .2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.galeri-box:hover .galeri-image {
    opacity: 0.3;
}

.galeri-box:hover .galeri-middle {
    opacity: 1;
}

.galeri-text {
    color: #8d8402;
    font-size: 18px;
    padding: 12px 10px;
}

/*sweetalert*/
h2.swal2-title {
    font-size: 20px;
}

.img-xs {
    width: 37px;
    height: 37px;
}
.rounded-circle {
    border-radius: 50% !important;
}
img {
    vertical-align: middle;
    border-style: none;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}
.card-header {
    padding: 0.875rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f2f4f9;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}
.card-footer {
    padding: 0.875rem 1.5rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #f2f4f9;
}

.grid-margin {
    margin-bottom: 1rem;
}

.card {
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
.rounded {
    border-radius: 0.25rem !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f2f4f9;
    border-radius: 0.25rem;
}
.profil-post a {
    color: #65676b;
}
.profil-post a:hover {
    background: #eee;
    border-radius: 5px;
}
.select2-container--open {
    z-index: 9999999
}
.form-text {
    font-size: 1em;
}

.ps-10 {
    padding-left: 6rem;
}
.v-middle {
    vertical-align: middle!important;
}
.list-fitur-member h6 {
    font-size: 15px;
}
.border.border-dashed {
    border-style: dashed!important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.center-cropped {
    width: 320px;
    height: 240px;
    max-width: 100%;
    max-height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#video-play {
    height: 480px;
}
@media only screen and (max-width: 600px) {
    .video-btb .media,
    .artikel-btb .media {
        display: block;
    }
    .video-btb .media img,
    .artikel-btb .media img {
        width: 100%;
        height: auto!important;
        margin-bottom: 15px;
    }

    .mb-sm-3 {
        margin-bottom: .5rem;
    }
    .w-sm-100 {
        width: 100%;
    }
    .float-xs-end {
        float: right
    }
    #video-play {
        height: auto;
    }
}
.dropdown-toggle::after { display: none }
.note-toolbar { background: #f8f9fa; }