.reg_icons{
    font-size: 80px;
}
.reg_title{
    font-size: 18px;
    font-weight: bold;
}
.form-group > label {
    font-weight: bold; 
}
.form-group.row > label { 
    padding: .375rem .75rem;
}
.modal-header{  
    display: block;
}
#pageNumber{
    display: inline-block;
}
ul.pagination{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.pagination li a,
ul.pagination li{
    display: inline-block; 
}
ul.pagination li a{
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #f3f3f3;
}
ul.pagination li.active a{ 
    border: 1px solid #bbc1e6;
    background: #c0b3f1;
    color: #fafbfb;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
    display: inline-block;
}
.inner-pagemember{ 
    margin-top: 60px;
    min-height: calc(100vh - 141px);
}
ul.sidebar_usermenu{
    padding:0;
    margin: 0;
    list-style: none;
}
ul.sidebar_usermenu li,
ul.sidebar_usermenu li a{ 
    display: block;
}
ul.sidebar_usermenu li a{ 
    padding: 5px 10px;
    font-size: 15px;
    color: #7e7e82; 
    font-weight: bold;
    border-top: 2px dashed transparent;
    border-bottom: 2px dashed transparent;
}
ul.sidebar_usermenu li a i{ 
    width: 22px;
    text-align: center;
    color: #ddd;
}
ul.sidebar_usermenu li:hover a,
ul.sidebar_usermenu li:hover a i{  
    color: #1212c0;  
}
/* ul.sidebar_usermenu li:hover a{ 
    border-bottom: 2px dashed rgb(59, 88, 180);
}  */
ul.sidebar_usermenu li.active a i{ 
    color: #4075d6;   
}
ul.sidebar_usermenu li.active a{ 
    color: #4075d6;    
    background-color: #f5f5f5;
    /* border-bottom: 2px dashed rgb(142, 162, 218); */
}
.content_title{
    font-size: 26px;
    margin-bottom: 30px;
}
.admin-bank-bg{
    display: inline-block;
    padding: 5px;
    position: relative;
}
.admin-bank-bg span{
    display: block;
    text-align: center;
}
.admin-bank-bg span img{
    height: 50px
}
.admin-bank-bg span.bcabang{
    font-size: 12px;
}
.admin-bank-bg span.bnumber{
    font-size: 14px;
    font-weight: bold;
}
.admin-bank-bg span.bname{
    font-size: 13px; 
}
.admin-bank-bg .delete-bank{
    position: absolute;
    top: 0;
    right: 0;
}
.panel .panel-heading,
.panel .panel-body{
    position: relative;
    padding: 5px 15px;
}
.panel .panel-heading{ 
    font-size: 19px;
}
.panel .panel-heading .panel-title > a{ 
    color: inherit;
}
.panel.panel-success .panel-heading{
    background-color: #c5fbc6;
}
.panel.panel-info .panel-heading {
    background-color: #badcef;
}
.modal-header {
    position: relative
}
.modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.text-red{
    color: red;
}
.text-blue{
    color: blue;
}
i.fa-copy{
    color: #4075d6;
    cursor: pointer;
    font-size: inherit;
    margin-left: 10px;
}
.fg_tk_left .form-group{
    margin-bottom: 10px;
}
.fg_tk_left .form-group label{
    padding: 0;
    margin: 0;
    font-weight: normal;
}
.text-bold{
    font-weight: bold;
} 
.box-sidebar ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box-sidebar ul li{
    margin-bottom: 10px;
}
.box-sidebar ul li:last-child{
    margin-bottom: 0;
}
.box-sidebar ul li a{
    display: flex;
    align-items: center;
    color: #7a7a7b;
    font-weight: bold;
}
.box-sidebar ul li a .imgpostlist{
    margin-right: 10px;
}
.box-sidebar ul li a img{
    height: 50px; 
}

#form_pasangiklan .row{align-items: center;}
.form-control:focus { 
    box-shadow: 0 0 5px 1px rgb(74 107 229 / 26%);
}
.input_price_rp{
    position: relative;
}
.input_price_rp span{
    position: absolute;
    left: 10px;
    font-weight: bold;
    color: #9b9797;
    top: 50%;
    margin-top: -10.5px;
}
.input_price_rp input{
    padding-left: 40px;
}
.div_listfoto{
    display: inline-flex;
    border: 1px solid #ddd;
    margin: 3px 3px 3px 0;
    position: relative;
    height: 104px;
    width: 104px;
    align-items: center;
    justify-content: center;
}
.div_listfoto img{
    display: inline-block; 
    max-height: 100%;
    max-width: 100%;
    text-align: center;
}
.div_listfoto i.delete_foto{
    position: absolute;
    right: 3px;
    top: 3px;
    color: #ddd;
}
.div_listfoto:hover i.delete_foto{ 
    cursor: pointer;
    color: #ff0c0c;
}
.input_fotoinput {
    flex-direction: row;
} 
.input_fotoinput label{
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: inline-flex; 
    z-index: 1;  
    position: absolute;
} 
.input_fotoinput i.fa-camera{ 
    font-size: 50px;
    color: #ddd;
    z-index: 0;
} 
.input_fotoinput:hover i.fa-camera{ 
    color: #aed9af;
} 
.input_fotoinput:hover{
    border-color: #aed9af;
}
.input_fotoinput i.fa-plus{
    position: absolute;
    font-size: 12px;
    margin-top: 5.61px;
    color: #fff;
    z-index: 0;
}
.input_fotoinput input{
    display: none;
}
.ff_textlabel{
    text-align: center;
    font-size: 12px;
    color: #ddd;
} 
.container, .container-lg, .container-md, .container-sm {
    max-width: 1080px;
}
.container img{
    max-width: 100%;
}

/* progress bar */
progress { 
    display: block;
    width: 100%; 
    background: none;
    border: 0;
    border-radius: 5px;
    position: relative;
    height: 20px;
    padding: 2px 0;
}
progress::-webkit-progress-bar {
	width:100%;
	margin:0 auto;
	background-color: rgb(247, 245, 245);
	border-radius: 5px;
	box-shadow:0px 0px 6px rgb(90, 90, 90) inset;
	height:16px;
}
progress::-webkit-progress-value {
	display:inline-block; 
	background: rgb(136, 241, 180);
	border-radius: 5px;
	box-shadow:0px 0px 6px rgb(4, 53, 8) inset;
	height:16px;
}
progress:after {   
    content: attr(value) '%';
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7.5px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1c700d;
    font-weight: bold;
}
/* End progress bar */
.det_fotos{
    display: flex;
    justify-content: flex-start; 
    flex-wrap: wrap;
}
.det_fotos > div{
    width: 100%;
    max-height: 200px;
    display: block; 
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
}
.det_fotos img{
    display: inline-block;
    max-width: 200px;
    max-height: 200px;
}
.table.table_detailad{
    width: auto
}
.table.table_detailad td, .table.table_detailad th {
    padding: 3px 3px 3px 0; 
    vertical-align: top;
} 

/* browse page */
.div_search_ads{
    position: relative;
    display: block;
}
.div_search_ads input{
    padding-left: 35px;
    /* border-radius: 10px; */
}
.div_search_ads i{
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 20px;
    margin-top: -11px;
    color: #ddd;
}
.div_filter_ads{
    margin-top: 15px;
}
.div_filter_ads input,
.div_filter_ads select{
    font-size: 12px;
}
.div_filter_ads .filter_title{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.select2{
    min-width: 100%;
}
.select2-container .select2-selection--single { 
    height: auto; 
    padding-top: 0.275rem;
    padding-bottom: 0.275rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { 
    top: 6px; 
}
/* Slider range data */
/* filter range harga */
.slider.slider-horizontal {
    width: 100%; 
    height: 20px;
}
.pricerange_box{ 
    overflow: hidden;
    font-size: 12px;
}
.teks_hargarange{ 
    display: block; 
    font-weight: bold;  
    white-space: nowrap;
}
.teks_hargarange_max{
    text-align: right;
}
.rangeline{
    background: #ddd;
    display: block;
    height: 2px;
    width: 10px;
    margin: 8px auto;
}
.slider.slider-horizontal .slider-track {
    height: 2px;
    width: 100%;
    margin-top: -1px;
    top: 50%;
    left: 0;
}
.slider-selection {
    background-color: #093bc7;
    background-image: -moz-linear-gradient(top, #e8eef9, #093bc7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8eef9), to(#093bc7));
    background-image: -webkit-linear-gradient(top, #e8eef9, #093bc7);
    background-image: -o-linear-gradient(top, #e8eef9, #093bc7);
    background-image: linear-gradient(to bottom, #e8eef9, #093bc7);
    background-repeat: repeat-x; 
}
.slider-handle {
    background-color: #CCCCCC;
    background-image: none;  
    -moz-box-shadow: none;
    box-shadow: none; 
    width: 20px;
    height: 20px;
    background-color: #f2f3f3;
    border: 1px solid #1155cb;
}
.sliderwrap{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin-top: 5px;
}   
/* End Slider range data */
input:focus-visible {
    outline: none;
}
.btn_mobilefilter,
.btn_mobilefilter_close{
    display: none;
}
.btn_mobilefilter{
    color: #767070;
    background-color: #f5f5f5;
    border-color: #efefef;
}
.sortoption{
    display: flex;
    align-items: center; 
} 
.pageoption{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pageoption a{ 
    display: inline-block;
    margin: 0 5px;
    padding: 0 7px;
    font-size: 18px;
    color: #404040;
}
.pageoption select,
.sortoption select{
    width: auto;
    margin: 0 10px;
    padding: 3px 7px;
    height: auto;
    font-size: inherit;
}
.ads_image{
    width: 100%;
    height: 200px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.ads_image img{
    max-width: 100%;
    max-height: 100%;
}
.ads_title,.ads_price,.ads_desc,.ads_date{
    display: block;
    padding: 0 10px;
}
.ads_title{
    font-weight: bold;
    font-size: 16px;
}
.ads_price{ 
    font-size: 20px;
    font-weight: 900;
}
.ads_desc{ 
    font-size: 13px;
    color: #838080;
}
.ads_date{ 
    text-align: right;
    font-size: 12px;
    color: #000;
    padding-bottom: 5px;
}
.ads_mark{ 
    position: absolute;
    top: 10px;
    left: 10px; 
    height: 30px;
} 
.ads_sold{ 
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.5;
    height: 100px;
} 
.index_ad_item,
.index_ad_item:hover{
    color: inherit;
}
.index_ad_item{
    cursor: pointer;
    display: block;
    height: 100%; 
    position: relative;
}
i.ad_favorite{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: rgb(241 239 239);
    font-size: 22px;
    text-shadow: 0 0 3px #262222;
}
i.ad_favorite.active,
i.ad_favorite:hover{
    color: rgb(209 51 15);
    text-shadow: 0 0 3px #f5e67f;
}
.box_addetail .card{
    margin-bottom: 30px;
}
.ad_title{
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #d5cfcf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ad_price{
    font-size: 20px;
    font-weight: bold; 
    color: #3a509f; 
}
.card_tile{    
    margin-bottom: 5px;
}
.card_tile span{
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #d5cfcf; 
    padding: 0 10px 3px 0;
}
.error_message_wrap{
    font-size: 18px;
    text-align: center;
}
@media(max-width: 767px){
    ul.sidebar_usermenu{
        margin-bottom: 30px;
    }
    .container, .container-sm {
        max-width: 100%;
    }
    .div_filter_ads{
        margin-bottom: 15px;
        transition: height 0.25s;
        overflow: hidden;
    }
    .btn_mobilefilter,
    .btn_mobilefilter_close{
        display: block;
    } 
    .sortoption{
        margin: 15px 0;
        justify-content: center;
    } 
    .pageoption{
        justify-content: center;
    }
}
.swiper-slide img {width: 100%}
.home_listitem .swiper-slide img { width: auto;}
#hero {
    height: auto; 
    /* padding: 68.5px 0;  */
    padding-bottom: 5px;
}
#hero .container{
    position: relative;
    overflow: hidden; 
}
.cliens {
    padding: 15px 0;
    padding-bottom: 0;
    text-align: inherit;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px !important; 
}
.mibreit-slideshow-next ,
.mibreit-slideshow-previous { 
    margin-top: -24px;
}
.mibreit-thumbElement img { 
    max-width: 100%;
    max-height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto !important;
    width: auto !important;
    height: auto !important;
}
section{
    padding: 15px 0;
}
.section-bg {
    background-color: inherit;
}
.sechome_title{ 
    border-bottom: 1px solid #dd7575; 
}
.sechome_title h3{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 5px solid #dd7575;
    line-height: 26px;
    margin: 0;
}
#footer {
    font-size: 13px;
    background-color: transparent;
}
#footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #444242;
    background: #c1e0f7;
    margin-top: 30px;
    border-top: 1px solid #89bfe5;
}
#footer .footer-bottom.div_copy {
    color: #9b9999;
    background: #05071c;
}
.sechome_simulasi{
    display: block;
    padding: 10px;
    border-radius: 5px; 
    background: linear-gradient(#60cdb4, #3a4d78);
    margin-bottom: 15px;
}
.sechome_simulasi:hover {
    background: linear-gradient(#cdb6e7, #4b4c58);
}
.sechome_simulasi .sm-name {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.sechome_simulasi .sm-btn {
    color: yellow;
}
.sechome_simulasi2{
    display: block;
    padding: 10px; 
    border-radius: 5px;
    background: linear-gradient(#cd60a6, #7a3f5b);
    margin-bottom: 15px;
}
.sechome_simulasi2:hover {
    background: linear-gradient(#cdb6e7, #4b4c58);
}
.sechome_simulasi2 .sm-name {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.sechome_simulasi2 .sm-btn {
    color: yellow;
}
.sechome_simulasi3{
    display: block;
    padding: 10px; 
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd
}
.sechome_simulasi3 .sm-name {
    color: rgb(32, 32, 32);
    font-size: 16px;
    font-weight: normal;
}
.sechome_simulasi3 .sm-action {
    display: flex;
    align-items: center;
}
.sechome_simulasi3 .sm-action div{
    width: 50%;
}
.sechome_simulasi3 .sm-action .btn{
    color: #fff
}
.home_articles .col-xl-6 a{
    display: block;
    font-size: 18px;
    color: #6a69db;
    line-height: 20px;
    padding: 5px 0; 
}
.home_articles .col-xl-6 a:hover{ 
    color: #6a69db; 
}
.home_articles .col-xl-6 a i{
    color: #7a7777;
}
.tryout_head{
    font-size: 13px;
    padding: 10px;
    margin-bottom: 15px;
    background: #ddd;
}
.tryout_soal{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.tryout_soal img{
    max-width: 100%;
}
label.opsisoal{
    display: flex;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid transparent;
}
label.opsisoal.active,
label.opsisoal:hover{
    border: 1px solid #ddd;
    border-radius: 3px;
}
label.opsisoal .divopsradio{
    padding-top: 1px;
}
label.opsisoal p:last-child{
    margin-bottom: 0;
}
.tryout_answer{
    font-weight: bold;
    margin: 15px 0
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #ced4da;
    background: #fff;
    border-left: 0;
}
.list_mahasiswa_bg{
    display: block;
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #fff;
}
.list_mahasiswa_bg .table thead th{
    white-space: nowrap;
}
.sm-penelitian{
    font-weight: 500;
    font-size: 22px;
    color: #6a6770;
}
.mahasiswa_item{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.mahasiswa_item:last-child{
    border-bottom: unset;
    padding-bottom: 0;
}
.search_bg{
    position: relative;
    padding: 0 40px 0 0;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #ddd;
}
.search_forms{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.search_forms select{
    width: 152px;
}
.search_forms select, .search_forms input,
.search_forms select:focus, .search_forms input:focus{
    border-radius: 15px;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}
@media(max-width: 340px){
    .search_forms select{
        width: 50%;
    }
    .search_forms input{
        width: 100%;
    }
    .search_forms{ 
        flex-wrap: wrap;
    }
}
.search_btn{
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    color: rgb(223 218 218);
}
.search_btn:hover{
    color: rgb(25, 107, 201);
} 
.pager_div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.pager_item{
    cursor: pointer;
    background-color: #84d5ed;
    color: #3a6a1c;
    font-size: 16px;
    min-width: 30px;
    text-align: center;
    padding: 5px;
    margin: 0 3px;
    border-radius: 3px;
}
.pager_item.active{ 
    background-color: rgb(33 106 129);
    color: rgb(234 253 225);
}
.pager_item:hover{ 
    background-color: rgb(92 114 147);
    color: rgb(72 221 2);
}
.pager_item.bw{ 
    background-color: #d3e2e7;
    color: #8e979b;
}
.note-editor .note-editable {
    background: #fff;
}
#header .headebg{
    background: #8dbbe3;
}
#header .headebg .nav-menu ul{
    background: #699cd1;
}
.bg_itemdosen{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.bg_itemdosen img{
    width: auto;
    height: 256px;
}
.nama_dosen{
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    color: #505d78;
    background: #f6f7f7;
}
.bidang_dosen{
    font-size: 13px;
    color: #666565;
}
.keterangan_dosen{
    background: #fbfbfb;
    border-radius: 5px;
    color: #4e4e4e;
    margin-top: 10px;
}
@media(max-width: 767px){
    #hero .container{
        width: 100%; 
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .swiper-button-prev,.swiper-button-next{display:none !important;} 
     
    .mibreit-imageElement img { 
      flex-shrink: unset !important;   
      max-width: 100%;
    }
    .detail_adslider .col-md-12{
      padding-left: 0;
      padding-right: 0; 
    }
}