* {
	margin:0;
	padding:0;
	border:0;
}
body {
    width: 100%;
    min-height: 100%;
    font-family: 'Poppins';
    font-size: 14px;
}

.boxPanitia {
    border: 1px solid black;
    padding: 5px;
    height: 120px;
}
.txtBoxPanitia {
    position: relative;
    bottom: -42px;
}

.m-8 {
    margin: 8%;
}
.field-icon {
    float: right;
    margin-left: -19px;
    margin-top: 11px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/** Component Style **/
a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #ffffff;
    opacity: 8;
    text-decoration: none;
    background-color: transparent;
}
.welcome {
    padding-top: 30px;
    font-family: 'Comfortaa';
}
.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.badge-notification {
    position: relative;
    right: 10px;
}
.rounded-pill {
    position: relative;
    right: 9px;
    bottom: 9px;
    border-radius: 10px;
}
.multi_step_form {
    background: #ffffff !important;
}
.display-none {
    display: block;
}
.display-block {
    display: none;
}
.fixed-top {
    left: 202px;
}
.mt-mobile {
    margin-top: 10vh;
}

/* Button Style */
.signin-btn-app {
    background: #0714DF;
    color: white;
    font-size: 12px;
    border-radius: 10px;
    transition: transform 250ms;
}
.signin-btn-app:hover {
    background: rgb(7,19,223);
    background: -moz-linear-gradient(90deg, rgba(7,19,223,1) 0%, rgba(2,150,239,1) 51%, rgba(1,230,251,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(7,19,223,1) 0%, rgba(2,150,239,1) 51%, rgba(1,230,251,1) 100%);
    background: linear-gradient(90deg, rgba(7,19,223,1) 0%, rgba(2,150,239,1) 51%, rgba(1,230,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0713df",endColorstr="#01e6fb",GradientType=1);
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(145 145 145 / 75%), rgba(0, 0, 0, 0));
}

/** Sidebar **/
.sidebar {
    width: 202px;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: #dfddf6; */
    overflow-x: hidden;
    padding-top: 16px;
}
  
.sidebar a {
    padding: 6px 8px 16px 16px;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.sidebar a:hover {
    color: #01E1FA;
}

.rightbar {
    height: 100%;
}

.scrollRightbar {
    max-height: 445px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
    width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
    background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #00d2ff;
    background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}



/** Image **/
.logo-image {
    width: 10%;
}
.profile-picture {
    width: 20%;
}

/** Typography **/
.lh-small {
    line-height: 15px;
}
.font-title {
    font-family: 'Poppins';
}
.text-blue {
    color: #3241FD;
}

/** Card Style **/
.card-radius {
    border-radius: 10px;
}
.no-border {
    border: none;
}
.border-row {
    border: 1px solid rgba(0,0,0,.125);
}
.jumbotron {
    background-image: url(assets/images/login.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 100%;
}
.jumbotron.grad-1 {
    background: rgb(7,19,223);
    background: -moz-linear-gradient(90deg, rgba(7,19,223,1) 0%, rgba(2,150,239,1) 51%, rgba(1,230,251,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(7,19,223,1) 0%, rgba(2,150,239,1) 51%, rgba(1,230,251,1) 100%);
    background: linear-gradient(90deg, #0296ef 0%, #17cbdb 49%, #0296ef 110%);
}
.createAccount {
    width: 114.5vh;
    height: 97vh;
    background-image: url(../images/login.png);
    background-size: contain;
    background-attachment: fixed;   
}


/** Font Color **/
.txt-grad-1 {
    background: #05619B;
    background: linear-gradient(to right, #14a4ff 0%, #5dd1ce 50%, #0affae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txt-grad-2 {
    color: #ffffff;
    background: linear-gradient(to right, #c2e0f3 0%, #9d94ff 50%, #ffa267 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 0px 3px white; */
}
.txt-grad-3 {
    background: #05619B;
    background: linear-gradient(to right, #0613DF 0%, #0296ef 50%, #01e6fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Font Style */
.f-12 {
    font-size: 12px;
}
.f-70 {
    font-size: 70px;
}
.f-230 {
    font-size: 230px;
}
.f-250 {
    font-size: 250px;
}
.lh-6 {
    line-height: 6rem;
}
.lh-13 {
    line-height: 13rem;
}

/** Background Color **/
.bg-sidebar {
    background: rgb(7,19,223);
    background: -moz-linear-gradient(90deg, rgba(7,19,223,1) 0%, rgba(2,150,239,1) 51%, rgba(1,230,251,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(7,19,223,1) 0%, rgba(2,150,239,1) 51%, rgba(1,230,251,1) 100%);
    background: linear-gradient(90deg, rgba(7,19,223,1) 0%, rgba(2,150,239,1) 51%, rgba(1,230,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0713df",endColorstr="#01e6fb",GradientType=1);
}
.bg-grey {
    background-color: #fbfbfb;
}
.bg-1 {
    background: rgb(52,136,158);
    background: linear-gradient(25deg, rgb(23 166 252) 0%, rgb(19 44 159) 84%, rgb(21 45 165) 100%);
}
.bg-2 {
    background: rgb(148,207,212);
    background: linear-gradient(-155deg, rgb(77 199 216) 14%, rgb(254 173 138) 90%);
}
.bg-3 {
    background: linear-gradient(25deg, rgb(77 199 216) 41%, rgb(29 169 250) 97%);
}

/** Roadmpat Kandidat **/
.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}

.p-4 {
    padding: 1.5rem !important
}

.block,
.card {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.tl-item>* {
    padding: 10px
}

.tl-item .avatar {
    z-index: 2
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #039B99;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #19A7FB;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

tl-item.active .tl-dot:before {
    border-color: #039B99;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.tl-content p:last-child {
    margin-bottom: 0
}

.tl-date {
    font-size: .85em;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100px;
}

.b-secondary {
    border-color: #a9a9a9!important;
}

.b-primary {
    border-color: #19A7FB!important;
}

/* Login Style Area */
.layer {
    background-color: rgb(20 39 76 / 80%);
    width: 100%;
    height: 100%;
}
.layer-page-error {
    background-color: rgb(20 39 76 / 90%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.authentication {
    display: flex;
    align-items: center;
    height: 100%;
}
.signin-form-app {
    background: rgb(233 242 255 / 50%);
    border-radius: 10px;
}
.form-bottomline {
    border-bottom: 0.01em solid #cbcbcb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    border-radius: 0px;
}
.form-bottomline:hover {
    border-bottom: 0.01em solid #cbcbcb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    border-radius: 0px;
}
.icon-form {
    position: absolute;
    line-height: 1.375rem;
    left: 0.3rem;
    bottom: 0.5rem;
    color: #cbcbcb;
}
::placeholder {
    color: #cbcbcb !important;
    opacity: 1; /* Firefox */
    font-size: 12px Im !important;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #cbcbcb !important;
   font-size: 12px Im !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #cbcbcb !important;
   font-size: 12px Im !important;
  }

/* Accordion Style */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
  }
  
  /* Vertical line */
  .collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
  }
  
  .collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
  }
  
  .collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
  }
  

/* RESPONSIVE AREA */
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width:320px)  {
    .display-none {
        display: none;
    }
    .display-block {
        display: block;
    }
    .fixed-top {
        left: 0;
    }
    .lh-13 {
        line-height: 7rem;
    }
    .f-250 {
        font-size: 100px;
    }
    .mobileView {
        height: 210vh;
    }
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide */
@media (min-width:481px)  {
    .display-none {
        display: none;
    }
    .display-block {
        display: block;
    }
    .fixed-top {
        left: 0;
    }
    .lh-13 {
        line-height: 7rem;
    }
    .f-250 {
        font-size: 100px;
    }
    .mobileView {
        height: 210vh;
    }
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:641px)  {
    .display-none {
        display: none;
    }
    .display-block {
        display: block;
    }
    .fixed-top {
        left: 0;
    }
    .lh-13 {
        line-height: 7rem;
    }
    .f-250 {
        font-size: 100px;
    }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:961px)  {
    .display-none {
        display: none;
    }
    .display-block {
        display: block;
    }
    .fixed-top {
        left: 0;
    }
    .lh-13 {
        line-height: 13rem;
    }
    .f-250 {
        font-size: 250px;
    }
}

/* big landscape tablets, laptops, and desktops */ 
@media (min-width:1025px) {
    .display-none {
        display: block;
    }
    .display-block {
        display: none;
    }
    .fixed-top {
        left: 202px;
    }
    .nav-none {
        display: none;
    }
    .mt-mobile {
        margin-top: 0;
    }
    .f-230 {
        font-size: 150px;
    }
    .createAccount {
        width: 100%;
        height: 100vh;
    }
}

/* Device = Laptops, Desktops | Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {  
    .createAccount {
        width: 100%;
        height: 100vh;
    }
}

/* hi-res laptops and desktops */ 
@media (min-width:1281px) {
    .display-none {
        display: block;
    }
    .display-block {
        display: none;
    }
    .fixed-top {
        left: 202px;
    }
    .nav-none {
        display: none;
    }
    .mt-mobile {
        margin-top: 0;
    }
    .f-230 {
        font-size: 150px;
    }
    .createAccount {
        width: 100%;
        height: 100vh;
    }
}