@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
    font-family: 'Inter', sans-serif;
    /* font-size: 98%; */
}

body {
    background: #F2F2F2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    color: #161616;
    font-weight: 700;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-38 {
    font-size: 38px;
}

.fs-46 {
    font-size: 46px;
}

.fs-62 {
    font-size: 62px;
}

.fw-semibold {
    font-weight: 600;
}

.fw-normal {
    font-weight: 500 !important;
}

.bg-green {
    background: #247C43;
}

.bg-warning {
    background: #F2994A !important;
}

.icon-background-edit {
    color: #219653;
}

.icon-background-show {
    color: #F2994A;
}

.bg-green-dark {
    background: #1E6F3A;
}

.bg-gray {
    background: #F2F2F2;
}

.text-dark {
    color: #161616 !important;
}

.text-orange {
    color: #F2994A;
}

.text-green {
    color: #247C43;
}

.text-gray {
    color: #828282;
}

.text-gray-dark {
    color: #4F4F4F;
}

.btn-orange {
    background: #EB6110;
    color: #fff;
}

.btn-orange:hover {
    opacity: 0.9;
    color: #fff;
}

.btn-light {
    background: #F2F2F2;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    color: #4F4F4F;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
    color: #4f4f4f;
}

.btn-action {
    width: 82px;
    height: 38px;
    border-radius: 5%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    cursor: pointer;
    color: white;
}

.btn-upload {
    background: #E7F6FC;
    border: 1px solid #A2B9C3;
    border-radius: 4px;
    color:  #96C0D6;
}

.input-hide[type="file"] {
    display: none;
}
.custom-file-upload {
    background: #E7F6FC;
    border: 1px solid #A2B9C3;
    border-radius: 4px;
    color:  #96C0D6;
    padding: 7px 12px;
    cursor: pointer;
}

.btn-info {
    background: #2F80ED;
    color: #fff;
    border-radius: 4px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 4px;
}

.form-control {
    border-radius: 4px;
}

.form-control:focus {
    border-color: #247C43;
}

#errmsg{
  margin-top:4px;
  background: #ff5757;
  color:#fff;
  padding:4px;
  display:none;
  width: 250px;
  border-radius: 4px;
}

.b-radius {
    border-radius: 4px;
}

.img-logo-gabung {
    width: 90%;
    margin-bottom: 30px;
}

.nav-canvas .active{
    color: #219653;
    font-weight: 600;
}

.nav-canvas a{
    color: #828282;
}

.navbar-member {
    padding: 10px 0;
}

.navbar-member .navbar-nav .nav-link{
    color: #4F4F4F;
    margin-right: 24px;
}

.navbar-member .navbar-nav .nav-link i{
    color: #BDBDBD;
    transition: all 0.3s ease-in-out;
}

.navbar-member .navbar-nav .nav-link:hover, .navbar-member .navbar-nav .nav-link:hover i, .navbar-member .navbar-nav .nav-link:focus i, .navbar-member .navbar-nav .nav-link:focus, .navbar-member .navbar-nav .menu-custom.active i {
    color: #247C43;
}

.navbar-member .navbar-nav .menu-custom {
    position: relative;
}

.navbar-member .navbar-nav .menu-custom.active {
    border-bottom: 2px solid #247C43;
}

.navbar-member .navbar-nav .menu-custom::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #247C43;
    width: 0%;
    content: "";
    height: 2px;
    transition: all 0.5s;
}

.navbar-member .navbar-nav .menu-custom:hover::after {
    width: 100%;
}

.dropdown-notif {
    width: 372px;
    padding: 12px;
}

.dropdown-notif .dropdown-item{
    color: #4F4F4F;
    padding: 12px;
    margin-bottom: 12px;
    white-space: normal !important;
    line-height: normal;
}

.dropdown-notif .on{
    background: #E2FEEE;
}

.dropdown-notif .on:hover{
    background: #bbffda;
}

.dropdown-notif .on h6{
    color: #219653;
}

.navbar-member .nav-ava {
    min-width: 200px;
    text-align: end;
    margin-left: 50px;
    margin-right: 20px;
}

.navbar-member .nav-ava p{
    line-height: normal;
    margin-bottom: 0;
}

.navbar-member .nav-ava .dropdown-menu .nav-link:active, .navbar-member .nav-ava .dropdown-menu .nav-link:active:focus {
    background: #E2FEEE;
}

.banner-beasiswa {
    background-image: url("../img/bg-beasiswaPage.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 338px;
    width: 100%;
    position: relative;
    margin-left: 0;
}

.bg-detail {
    background-image: url("../img/bg-detail.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6%;
}

.period {
    background: #AF2C31;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

.h-230 {
    height: 230px;
}

.regis-beasiswa {
    background: #EB6110;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.regis-beasiswa a i{
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}

.regis-beasiswa a:hover i{
    margin-left: 12px;
}

.search-rounded .input-group-text{
    border-radius: 25px 0 0 25px;
}

.search-rounded input{
    border-radius: 0 25px 25px 0;
}

.search-rounded input:focus {
    box-shadow: none;
}

.filter-rounded .form-select {
    border-radius: 25px;
}

.banner-beasiswa .menus {
    position: absolute;
    bottom: 0;
}

.footer-top {
    background-image: url("../img/bg-footer.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
}

.footer-top .logo {
    width: 300px;
}

footer .bottom {
    background: #247C43;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

footer .bottom i {
    font-size: 20px;
}

.footer-bottom {
    background: #E0E0E0;
    color: #161616;
    font-size: 12px;
    text-align: center;
    padding: 14px 5px;
    font-weight: 500;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.card-custom {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.card-thumbnail {
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.card-thumbnail .img-thumbnail {
    position: relative;
    border: 0;
    padding: 0;
    border-radius: 4px;
}

.card-thumbnail .img-thumbnail img{
    width: 100%;
}

.card-thumbnail .img-thumbnail .tagging {
    width: 20%;
    position: absolute;
    top: 10px;
    left: 20px;
}

.card-thumbnail .img-thumbnail .tagging img {
    width: 90%;
}

/* .header-detail {
    max-height: 275px;
    overflow: hidden;
} */

.img-thumbnail-detail {
    position: relative;
    border: 0;
    padding: 0;
    width: 100%;
}

.img-thumbnail-detail img{
    width: 100%;
    border-radius: 4px 0 0 0;
    object-fit: cover;
}

.img-thumbnail-detail .tagging {
    width: 20%;
    position: absolute;
    top: 10px;
    left: 20px;
}

.img-thumbnail-detail .tagging img {
    width: 90%;
}


.img-profile {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.nav-profile .nav-link{
    background: #E0E0E0;
    border-radius: 4px 4px 0px 0px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #828282;
    margin-right: 10px;
}

.nav-profile .nav-link.active{
    background: #fff;
    color: #4F4F4F;
    font-weight: 600;
}

.nav-profile .nav-link:hover{
    background: #fff;
    color: #4F4F4F;
    font-weight: 600;
}

.nav-filter .nav-link {
    background: #fff;
    font-weight: normal;
    color: #828282;
    transition: all .1s ease-in-out;
}

.form-check-input:checked {
    background-color: #247C43;
    border-color: #247C43;
}

.table {
    font-size: 14px;
}

/* timeline */
.hh-grayBox {
	background-color: #F8F7F7;
	margin-bottom: 20px;
	padding: 35px;
    margin-top: 20px;
    border-radius: 4px;
}
.pt45{padding-top:45px;}

.tracking-history .order-tracking{
	text-align: center;
	width: 20%;
	position: relative;
	display: block;
}

.tracking-history .order-tracking::before {
    content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #BDBDBD;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}

.order-tracking{
	text-align: center;
	width: 33.33%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 3px solid #fff;
	background-color: #BDBDBD;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 3px solid #27AE60;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.current .is-complete{
    border: 5px solid #27AE60;
	background-color: #fff;
}
.order-tracking.current .is-complete:after {
	border-color: #fff;
	opacity: 0;
}

.order-tracking.error .is-complete{
    border: 5px solid #EB5757;
	background-color: #AF2C31;
}
.order-tracking.error .is-complete:after {
	border-color: #AF2C31;
	opacity: 0;
}

.order-tracking.completed .is-complete{
	border-color: #27AE60;
	border-width: 0px;
	background-color: #27AE60;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}

.order-tracking.error p {
    color: #EB5757;
    font-weight: 600;
}

.order-tracking p span{font-size: 14px;}
.order-tracking.completed p, .order-tracking.current p{color: #27AE60; font-weight: 600;}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #BDBDBD;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before, .order-tracking.current:before{background-color: #27aa80;}
.order-tracking.error:before{background-color: #EB5757;}



/* device xxs */
@media screen and (max-width: 375px) {
    .card-login {
        margin-top: 100px;
    }
    .navbar-member .nav-ava {
        min-width: auto;
        text-align: start;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-top .logo {
        width: 100%;
    }

    .banner-beasiswa {
        height: 430px;
    }
}

/* device xs */
@media (min-width: 376px) and (max-width: 575px){
    .card-login {
        margin-top: 100px;
    }

    .navbar-member .nav-ava {
        min-width: auto;
        text-align: start;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-top .logo {
        width: 100%;
    }

    .banner-beasiswa {
        height: 430px;
    }
}

/* device sm */
@media (min-width: 576px) {
    .card-login {
        margin-top: 100px;
    }
}

/* device md */
@media (min-width: 768px) {
    .footer-bottom {
        bottom: auto;
    }
}

/* device lg */
@media (min-width: 992px) {  }

/* device xl */
@media (min-width: 1200px) {  }

/* device xxl */
@media (min-width: 1400px) { }
