@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap';
:root {
    --bs-red: #B8001F;
    --bs-black: #010101;
    --bs-primary-light: #ccf2f8;
    --bs-primary: #267480;
    --bs-primary-dark: #20646e;
    --bs-secondary: #576F72;
    --bs-secondary-light: #6f8b8f;
    --bs-success: #1fbd83;
    --bs-info: #50a5f1;
    --bs-warning: #f1b44c;
    --bs-danger: #f46a6a;
    --bs-light: #eff2f7e9;
    --bs-dark: #343a40;
    --bs-yellow : #FDA403;
    --bs-blue: #0E46A3;
    --bs-green: #2C7865;
    --bs-font-sans-serif: "Roboto", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); 
  }
  .table-bordered{border:1px solid #DDD !important;}
  .table-bordered td,.table-bordered th{border-color: #DDD !important;  padding:4px  12px !important;;}
  .table-stipped td,.table-stipped th{border-color: #DDD !important; padding:4px !important;;}
  .pointer{
    cursor: pointer !important;
  }

  .instagram{ 
    background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }


  .bg-blue{
    background-color: var(--bs-blue) !important;
  }
  .border-blue{
    border-color: var(--bs-blue) !important;
  }
  .bg-red{
    background-color: var(--bs-red) !important;
  }
  .border-red{
    border-color: var(--bs-red) !important;
  }
  body.auth-body-bg{
    background-color: #FAFAFA !important;
  }
  .shadow-primary{
    box-shadow: 0px 0px 25px rgba(38, 116, 128,.5);
  }
.svg-bg{
    position: absolute;
    z-index: -1;
    margin-top: 50px;
  }
  
  .bg-primary{
    background-color: var(--bs-primary) !important;
  }
  .border-primary{
    border-color: var(--bs-primary) !important;
  }
  .bg-primary-dark{
    background-color: var(--bs-primary-dark) !important;
  }
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.text-tingkat{
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 110% !important;
}
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.bg-primary.bg-soft{
    background-color: #e8fdfc !important;
}

.text-red{
    color: var(--bs-red) !important;
}
.text-blue{
    color: var(--bs-blue);
}

.text-green{
    color: var(--bs-green);
}

.fw-light{
    font-weight: 300 !important;
}
.fw-medium{
    font-weight: 500 !important;
}
.shadow-lg{
    box-shadow: 0px 0px 35px #dfdfdf !important;
}
.border-grey{
    border-color: #DDD !important;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
    font-weight: 500;
    color: #010101 !important;
}
body, body p {
    letter-spacing: -.25px;
    font-size: 12pt !important;
    font-weight: 400;
    color: #010101 !important;
    margin-bottom: 7px;
    line-height: 21px !important;
}
.fs-small{
    font-size: 95% !important;
}
p {
    line-height: 21px !important;
}
.page-title-box{
    border-bottom: 1px #eee solid;;
    margin-bottom: 20px;
}
.btn-rounde{
    border-radius: 50%;
}
.vertical-menu li span{
    font-size: 11pt !important;
    font-weight: 400;
}
label{
    font-weight: 400;
}
.form-floating > label, .form-label {
    font-size: 11pt !important;
    font-weight: 400;
}
.span-label{
    background-color: white;
    margin-left: 8px;
    margin-bottom: -6px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 12px;
    font-size: 10pt;
    text-transform: capitalize;
    display: table;
    position: relative;
    z-index: 1;
}
input.form-control, textarea.form-control{
    font-size: 12pt;
}
input, select, textarea{
    color: var(--bs-black) !important;
    font-weight: 400;
}
.listguru option {
    font-size: 15px;
    padding: 5px;
}
.form-label{
    margin-bottom: 5px !important;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 15pt !important;
    border-radius: 0.4rem; 
}
.form-control-lg::file-selector-button {
      padding: 0.5rem 1rem;
      margin: -0.5rem -1rem;
      -webkit-margin-end: 1rem;
      margin-inline-end: 1rem; 
}
.form-control-lg::-webkit-file-upload-button {
      padding: 0.5rem 1rem;
      margin: -0.5rem -1rem;
      margin-inline-end: 1rem; 
      -webkit-margin-end: 1rem;
}
.fs-large{
    font-size: 30pt;
    line-height: 30px;
}
.lh-xs{
    line-height: 15px !important;
}
p.lh-sm{
    line-height: 18px !important;
}
p.lh-md{
    line-height: 30px !important;
}
.img-preview{
    max-width: 100%;
    background-color: #EAEAEA;
    padding: 5px;
}
.modal-footer{
    text-align:left !important;
}

.kotak, .card{
    border-radius: 4px !important;
    
    margin-bottom: 25px !important;
}
.shadow{
    box-shadow: 0 0 22px #DFDFDF !important;
}
.radius{
    border-radius: 8px !important;
}
.kotak .main{
    padding: 15px 20px;
    margin: 0;
}

.kotak .judul{
    padding: 15px;
    border-bottom: 1px #EAEAEA solid;
    font-weight: 500;
    font-size: 13pt;
    margin: 0;
    color: var(--bs-secondary);
}
.kotak .judul .btn-more{
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
}
.bawah{
    padding: 10px 15px;
    border-top: 1px #EAEAEA solid;
    font-weight: 500;
    font-size: 13pt;
    color: var(--bs-secondary);
    margin: 0;
}

ol.nonumber{
    padding-left: 15px;
    list-style-type:none;
}
ol.lisprofil{
    padding-left: 15px;
    list-style-type:decimal;
    margin-bottom: 0;
}
ol.lisprofil li, 
ol.nonumber li{
    margin-bottom: 10px;
}

ol.lisprofil li, 
ol.nonumber li{
    width: auto;
}
ol.nonumber span:first-child{
    display: inline-block;
    width: 140px;
}

ol.lisprofil span:first-child{
    display: inline-block;
    padding-left: 10px;
    width: 150px;
}
ol.lisprofil span:last-child,
ol.nonumber span:last-child{
    display: inline-block;
    width: auto;
    padding-left: 15px;
    width: auto;
}
.akreditasi{
    float: right;
    font-size: 50px;
    width: 100px;
    font-weight: 700;
    line-height: 70px;
    border: 5px #555 solid;
    text-align: center;
}

.akreditasi small{
    line-height: 5px;
    margin-top: 15px;
    font-size: 13pt;
    display: block;
    font-weight: 400;
}
.dashed{
    border-bottom: 1px #333 dashed;
}
.caretlist{
    display: block;
}
.caretlist i{
    color:var(--bs-black);
}
.caretlist:hover i{
    color:var(--bs-success);
}
.dot-atas{
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--bs-primary);
    height: 100%;
    width: 10px;
}
img {
image-rendering: crisp-edges !important;
}
.headtable td{
    border-bottom: 5px #DDD solid !important;
}
/* A4 */
/* !A4 */


/* Form Grid */
.grid{
    overflow: hidden;
    box-shadow: 0 0 55px #DFDFDF;
    margin-bottom: 25px;
}
.grid .grid-body{
    border-top: var(--bs-primary) 7px solid;
    padding: 18px;
    background-color: #FFF;
    min-height: 300px !important;
}
.frameRespond{
    position: absolute;
    width: 100%;
    left: 0;
    top: 90%;
    z-index: 9;
    background-color: white;
    height: auto !important;
    max-height: 120px;
    box-shadow: 0px 0px 5px #ddd;
    overflow-y: auto;
}

/* Works on Chrome, Edge, and Safari */
.frameRespond::-webkit-scrollbar {
    width: 12px;
}

.frameRespond::-webkit-scrollbar-track {
    background-color: #EAEAEA;
}

.frameRespond::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border: 2px solid #EAEAEA;
    border-radius: 20px;
}

.listhasil{
    margin: 0 !important;
    padding: 7px 15px;
    cursor: pointer;
    background-color: var(--bs-primary-light);
}

.listhasil:hover{
    background-color: var(--bs-light);
}
.pm-0 p{
    margin: 0 !important;
}
th.nowrap{
    text-wrap: nowrap !important;
}

.article, .article p{
    color: var(--bs-dark) !important;
}

.article p span{
    color: black;
    font-weight: 500 !important;
}
.opacity-75{
    opacity: .25;
}
.reset-m p{
    margin-bottom: 0 !important;
}
.btnremoveField{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.text-justify * {
    text-align: justify !important;
}
.p-small p{
    font-size: 90% !important;

}
td.rotate {
    
    padding-top: 75px;
    white-space:nowrap;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 10px;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 10px;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 10px;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 10px;
    transform: rotate(-90deg);
    transform-origin: 10px;
}

.h-scroll{
    height: auto;
    cursor: grab;
    overflow-x: scroll;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.NoSoal{
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 38px;
    color: #DDD;
    font-size: 17px;
    text-align: center;
    margin: 0 3px ;
    border-radius: 50%;
    border: 2px #EEE solid;
}