@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

@import "login.css";

@import "register.css";

body { 
    font-size:0.9rem;
    background-color: #FFF;
    font-family: 'Nunito Sans', sans-serif;
}

.container{
    min-height: 100vh;
    max-width: 540px;
    /* padding: 5px 10px; */
    /* border: 1px solid #000; */
    padding:0 !important;
    background-color: #F0F4FE;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* border-radius: 0px 0px 10px 10px; */
}

.header{
    font-family: 'Raleway', sans-serif;
    background: rgb(21,112,179);
    background: linear-gradient(180deg, rgba(21,112,179,1) 49%, rgba(2,82,141,1) 100%);
    border-radius: 0px 0px 20px 20px;
    height: 210px;
}

.header-small{
  background: rgb(21,112,179);
  background: linear-gradient(180deg, rgba(21,112,179,1) 49%, rgba(2,82,141,1) 100%);
}

.btn-primary{
    background: rgb(2,82,141,1) !important;
    border: rgb(2,82,141,1) !important;
}


.font-primary{
    color: rgb(2,82,141,1) !important;
}

.bg-animation{
    /* background: radial-gradient(#a23982,#1f1013); */
    background-image: linear-gradient(to bottom, #051937, #0a1e41, #10234b, #172755, #1f2c5f);
    -webkit-overflow-Y: hidden;
    -moz-overflow-Y: hidden;
    -o-overflow-Y: hidden;
    overflow-y: hidden;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
}

a{
    text-decoration: none; 
}


.light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 85vh;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

button:focus{
  outline: none;
}

@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}


.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.fs-sm{
  font-size: 0.8rem;
}

.fs-1{
  font-size : 1.2rem !important;
}

.fs-2{
  font-size: 1.5rem !important;
}

.fs-3{
  font-size: 2rem !important;
}

.fs-4{
  font-size: 2.5rem  !important;
}

footer{
    padding:0.6rem 0 0.8rem 0;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px; */
    line-height: 1.2rem;
    /* border:1px solid #000; */
    color:rgb(141, 141, 141);
    bottom:0;
    position: fixed;
    width:100%;
    border-top: 1px solid #ddd;
    z-index: 200;
}

.img-rounded{
  border-radius: 10%;
}

.img-icon{
  max-width: 30px;
}
i.icon-footer{
    display: block;
    font-size:1.4rem;
    margin:0;
    padding:0;
}

a.footer{
    color:rgb(141, 141, 141);
}

.text-footer{
    font-size:0.7rem;
    margin:0;
    padding:0;
}

.active-menu{
    /* color: rgb(21,112,179) !important; */
    color:#051937 !important;
}

.btn-circle.btn-lg {
  width: 60px;
  height: 60px;
  padding: 5px 8px;
  font-size: 25px;
  line-height: 1.33;
  border-radius: 30px;
}

.btn-middle-footer{
  position: relative;
  top:-20px;
}

table thead tr th, table tbody tr td{
  font-size: 0.8rem;
}

table.menu thead tr th, table.menu tbody tr td{
  font-size: 0.9rem;
}

.accordion-button{
  padding: 0.6rem 0.75rem;
  font-size: 0.9rem;
}

.text-red{
  color: red;
}

/*TIMELINE*/
.timeline {
  border-left: 3px solid #727cf5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(114, 124, 245, 0.09);
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  list-style: none;
  text-align: left;
  max-width: 98%;
  padding: 25px;
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  padding-top: 30px;
}


.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  content: attr(data-date);
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
  left: 0px;
  text-align: left;
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #727cf5;
  box-shadow: 0 0 0 3px #727cf5;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;

  left: -31.8px;
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.title-berkas {
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0.3rem;
  vertical-align: middle;
  height: 45px;
}

.image-berkas {
  text-align: center;
  border: 1px dashed #F2F2F2;
  padding: 2px;
  max-height: 150px;
}

.image-berkas img {
  max-height: 145px;
}

input.upload {
  display:none;
}

label.upload {
  padding: 6px 12px;
  text-align:center;
  background:#1172c2;
  color:#fff;
  font-size:0.8rem;
  font-family:"Open Sans",sans-serif;
  text-transform:Uppercase;
  font-weight:600;
  border-radius:5px;
  cursor:pointer;
}

.form-label {
  margin-bottom: 0.3rem !important;
  font-size: 0.85rem;
}

.overflow-div{
  overflow-x: auto;
  white-space: nowrap;
}

/* .grecaptcha-badge { 
  visibility: hidden;
} */

/*HALAMAN RATING*/
.cross {
  padding: 10px;
  color: #f0d805;
  cursor: pointer;
  font-size: 23px
}

.cross i {
  margin-top: -5px;
  cursor: pointer
}

.comment-box {
  padding: 5px
}

.comment-area textarea {
  resize: none;
  border: 1px solid #e08404;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 1px rgb(235, 128, 5) !important
}

.send {
  color: #fff;
  background-color: #e08404;
  border-color: #e08404;
}

.send:hover {
  color: #fff;
  background-color: #e08404;
  border-color: #e08404
}

.rating {
  display: inline-flex;
  margin-top: -10px;
  flex-direction: row-reverse
}

.rating>input {
  display: none
}

.rating>label {
  position: relative;
  width: 28px;
  font-size: 15px;
  color: #e08404;
  cursor: pointer
}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
}

.rating>input:checked~label:before {
  opacity: 1
}

.rating:hover>input:checked~label:before {
  opacity: 0.4
}

fieldset {
  position: relative;
  border: 1px solid #ddd;
  padding: 1rem;
}

fieldset legend {
  position: absolute;
  top: 0;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  margin: -9px 0 0; /* half of font-size */
  background: #fff;
  padding: 0 3px;

  width: auto !important;
}