@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

.tutup_rapat{
    width:100%;
    height:100vh;
    background-image: linear-gradient(to right, #91D6D2, #439FF6);
    padding-top:30px;
    font-family: 'Roboto', sans-serif;
}

.kotak_rapat{
    width:calc(100% - 30px);
    max-width:752px;
    margin:auto;
    background:#fff;
    padding:30px;
    /*margin-top:30px;*/
    border-radius:8px;
    
    /*-webkit-box-shadow: 0px 2px 14px 2px rgba(255,255,255,0.94);*/
    /*-moz-box-shadow: 0px 2px 14px 2px rgba(255,255,255,0.94);*/
    /*box-shadow: 0px 2px 14px 2px rgba(255,255,255,0.94);*/
    
    -webkit-box-shadow:0px 0px 28px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:0px 0px 28px 0px rgba(255, 255, 255, 0.5);
    box-shadow:0px 0px 28px 0px rgba(255, 255, 255, 0.5);
}

.tutup_rapat2{
    width:100%;
    min-height:100vh;
    background-image: linear-gradient(to right, #91D6D2, #439FF6);
    padding-top:30px;
    padding-bottom:30px;
    font-family: 'Roboto', sans-serif;
}

.kotak_rapat2{
    width:calc(100% - 30px);
    max-width:752px;
    margin:auto;
    background:#fff;
    padding:30px;
    /*margin-top:30px;*/
    border-radius:8px;
    
    /*-webkit-box-shadow: 0px 2px 14px 2px rgba(255,255,255,0.94);*/
    /*-moz-box-shadow: 0px 2px 14px 2px rgba(255,255,255,0.94);*/
    /*box-shadow: 0px 2px 14px 2px rgba(255,255,255,0.94);*/
    
    -webkit-box-shadow:0px 0px 28px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:0px 0px 28px 0px rgba(255, 255, 255, 0.5);
    box-shadow:0px 0px 28px 0px rgba(255, 255, 255, 0.5);
}

.notif_absen span{
    font-size:20px;
}

.notif_absen p{
    font-size:24px;
    font-weight:500;
}

.notif_absen table{
    font-size:20px;
}

.notif_absen table td{
    vertical-align:top;
    padding:3px;
}

/*.notif_absen table td:first-child{*/
/*    padding:3px;*/
/*}*/

.notif_absen table td:nth-child(2){
    padding:3px 0;
}

.tom_salin{
  display: inline-block;
  /*margin-left: auto;*/
  padding: 16px 40px;
  border: none;
  background-color: #439FF6;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  font-weight:600;
  margin-top: 10px;
  letter-spacing:2px;
  text-decoration:none;
  margin-bottom:30px;
}

.tom_salin:hover {
  background-color: #357FC4;
  transform: translateY(-2px);
}


/*---------------------------------------------------------------------------------------------FORM MULAI--------------------------------------------------*/

.logo_rapat{
    width:120px;
    margin-bottom:20px;
}

.inputContainer {
  position: relative;
  height: 57px;
  width: 100%;
  margin-bottom: 14px;
  /*margin-top: 14px;*/
}

.input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #989a9c;
  border-bottom-width:2px;
  border-radius: 15px;
  font-size: 18px;
  padding: 0 20px;
  outline: none;
  background: none;
  z-index: 1;
  /*color: var(--darkOne);*/
  color:#45424b;
}

.inputContainer textarea{
    font-family: 'Roboto', sans-serif;
}




.select2-selection {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 55px !important;
    width: 100%;
    border: 1px solid #989a9c;
    border-bottom-width:2px !important;
    border-radius: 15px !important;
    font-size: 18px;
    padding: 0 10px !important;
    outline: none;
    background: none;
    z-index: 1;
    color: var(--darkOne);
    color:#45424b;
    /*margin-bottom:14px !important;*/
    display:flex;
    align-items:center !important;
    margin-top:-10px !important;
}

.select2-results__options {
    font-family: 'Roboto', sans-serif;
    /*padding:10px !important;*/
}

.select2-selection__rendered{
    padding-top:12px;
}

.select2-selection__arrow{
    height:50px !important;
}


    

    
    


























.modal option{
    zoom:1.2;
}

.label {
  position: absolute;
  top: 17px;
  left: 15px;
  padding: 0 4px;
  /*background-color: #F5FCF6;*/
  background-color:#fff;
  color: #989a9c;
  font-size: 18px;
  transition: 0.5s;
  z-index: 0;
  /*font-weight:300;*/
}

.label3 {
  position: absolute;
  /*top: 17px;*/
  /*left: 15px;*/
  padding: 0 4px;
  /*padding-left:1px;*/
  /*background-color: #F5FCF6;*/
  background-color:#fff;
  /*color: #989a9c;*/
  font-size: 18px;
  /*transition: 0.5s;*/
  /*z-index: 0;*/
  /*font-weight:300;*/
  top: -7px;
  left: 7px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  color: #005B99;
  letter-spacing:1.2px;
}

.input::placeholder {
  color: transparent;
}

.capta_invalid{
    border:1px solid red;
}

.inputContainer2 {
  position: relative;
  /*height: 57px;*/
  width: 100%;
  margin-bottom: 14px;
}

.teksarea{
    height:170px;
    padding-top:9px;
    
    /*width: 100%;*/
    /*border: 1px solid #989a9c;*/
    /*border-bottom-width:2px;*/
    /*border-radius: 15px;*/
    /*font-size: 18px;*/
    /*padding: 0 20px;*/
    /*outline: none;*/
    /*background: none;*/
    /*z-index: 1;*/
    /*color: var(--darkOne);*/
    /*color:#45424b;*/
    /*resize: none;*/
}

.teksarea textarea{
    padding-top:12px;
    resize: none;
}

.form_invalid .input{
    border-color:red;
}

.form_invalid .label{
    color:red;
}

.submitBtn {
  display: block;
  /*margin-left: auto;*/
  padding: 16px 70px;
  border: none;
  background-color: #439FF6;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  font-weight:600;
  margin-top: 30px;
  letter-spacing:5px;
}

.submitBtn:hover {
  background-color: #357FC4;
  transform: translateY(-2px);
}
.input:focus + .label {
  top: -7px;
  left: 7px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  color: #005B99;
  letter-spacing:1.2px;
}

.input:not(:placeholder-shown)+ .label {
  top: -7px;
  left: 7px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  letter-spacing:1.1px;
}

.input:focus {
  border: 2px solid #005B99;
  border-bottom-width:3px;
}

.input:focus::placeholder {
  color: grey;
}

.inputContainer input[type=file]{
    padding-top:17px;
    color:var(--darkTwo);
}

.inputContainer input[type=checkbox]{
    margin-left:9px;
}


/*.inputContainer input[type=checkbox]:checked + #link_web {*/
.hilang{
    display:none;
}

.tampil{
    display:block;
}















.opd_sub{
    display: none;
    width: 100%;
    min-height: 50px;
    max-height: 300px;
    /* padding: 0 5px; */
    border: 1px solid #ABA9AB;
    overflow-y: scroll;
    border-bottom-left-radius: 3px;
    margin-bottom:10px;
}

.show {
    display: block;
}

.opd_ikon{
    position:absolute;
    top:20px;
    right:10px;
    cursor:pointer;
    z-index:10;
}


.opd_sub p{
    margin:0;
    /*padding:10px 12px;*/
    padding:7px 12px;
}

.opd_sub p:hover{
    color:coral;
    cursor:pointer;
    background:#eaeaea;
}


.opd_sub::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.opd_sub::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.opd_sub::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.opd_sub::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
















/*---------------------------------------------------------------------------------------------FORM END--------------------------------------------------*/


.judul, .judul2{
    font-size:24px;
    font-weight:600;
    text-align:center;
    margin:5px 0 20px 0;
    color:#0D1535;
}



.alertCheckbox {
  display: none;
}

.alert {
    width: 100%;
    min-height:45px;
    padding:8px 0;
    padding-left:10px;
    margin:6px 0;
    cursor: hand;
    cursor: pointer;
    display:flex;
    align-items: center; 
    border:1px solid #C2C3C6;
    border-left-width:4px;
    animation: fadeInLeft 0.8s ease;
}

.success {
  background-color: #EFE;
  border-color:#DED;
  /*color: #9A9;*/
  color: #6FCA89;
  border-left-color:#4CBD6C;
}

.alertCheckbox {
  display: none;
}

.alertCheckbox:checked + .alert {
  display: none;
}

.alertText {
  font-size: 16px;
  font-weight:400;
}

.alert ion-icon{
    /*color:#66DD84;*/
    font-size:22px;
    margin-right:8px;
    min-width:20px;
}

.eks{
    color:grey;
    font-size:18px;
    cursor:pointer;
    margin-left: auto;
    transition: 0.3s;
    margin-right:6px;
}

.eks:hover{
    color:black;
}

.input_kotak_full select{
    width: 100%;
    border: 1px solid #ccc;
    border-bottom-width:2px;
    font-size: 16px;
    border-radius: 10px;
    padding:10px 15px;
    
}

@keyframes fadeInLeft {
   0% {
      opacity: 0;
      transform: translateX(30px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}   


@media (max-width:720px){
    .tutup_rapat{
        padding-top:15px;
    }
    
    .kotak_rapat{
        padding:15px;
    }
    
    .submitBtn {
        width:100%;
    }
}


@media (max-width:480px){

.kotak_rapat2{
    padding:18px;
}
    
}





































