.fw-bold{
    font-weight:bold !important;
}
.input-login{
    padding-top: 0.375rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.375rem !important;
    padding-left: 0.75rem !important;
    border: 1px solid #ced4da !important;
}
.pointer {
    cursor:pointer !important;
}

.resize-disabled{
    resize : none !important;
}

.input-data-file {
    visibility: hidden;
    position: absolute;
}

.note-editor {
    width: 100% !important;
    margin-bottom: 1rem !important;
}

.note-toolbar-wrapper{
    height:30px !important;
    position:relative !important;
}
.note-editor.note-frame .note-status-output {
    height: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1rem !important;
}

/* preloader */
#preloader-cat {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    /* overflow: visible; */
    background: rgba(216, 217, 218, 0.597) url(../../../media/icons/catblue.svg) no-repeat center center;
}
  
#preloader-search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    /* overflow: visible; */
    background: rgba(216, 217, 218, 0.597) url(../../../media/icons/search.svg) no-repeat center center;
}

.star-yellow{
    color : gold !important;
}
.star-gray{
    color : #cbcbcb !important;
}
.fs-10px {
    font-size: 10px !important;
}
.fs-12px {
    font-size: 12px !important;
}
.fs-14px {
    font-size: 14px !important;
}

.select2-container .select2-selection--single {
    border: 1px solid #ced4da !important;
}

/* klikpasien card tab start*/
.nav-klikpasien .nav-link, .nav-pills.nav-klikpasien .nav-link {
    color: #3daa93 !important;
}
.nav-klikpasien .nav-link.active, .nav-klikpasien .show>.nav-link {
    background-color: #3daa93 !important;
    color: white !important;

}

.vertical-align-middle{
    vertical-align: middle !important;
    display: table-cell !important; 
}
/* klikpasien card tab end*/

