.alert-success {
    color: #3E5463;
    background-color: lightcyan;
    border-color: #4cdecc;
    border-width: 1px;
    font-weight: bold;
}
.alert-success::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f164";
}

body {
    font-family: 'Roboto' !important;
}
input[type="text"] {
    background-color: lavender ;
}
input[type="number"] {
    background-color: lavender ;
}

.onboard-completed a {
    text-decoration: none;
}
.nc-info {
    color: #3E5463;
    background-color: lightcyan;
    border-color: #4cdecc;
    border-width: 1px;
    font-weight: bold;
}
.nc-button-filled {
    border: 1px solid #00d0b6;
    color: white;
    background-color: #00d0b6;
    padding: 5px 15px;
    transition: 0.3s;
    border-radius: 5px;
}
.nc-button-filled:hover {
    background-color: white;
    color: #00d0b6;
}
.nc-button i,
.nc-button-filled i {
    padding: 5px;
}
.nc-button {
    border: 1px solid #00d0b6;
    color: #00d0b6;
    padding: 5px 15px;
}
.nc-button:hover {
    color: white;
    background-color: #00d0b6;
}

.left-panel {
    background-color: #3E5463;
}

.onboard-page {
    overflow: hidden;
}

.right-panel-title {
    background: #0C4F8A;
    padding: 10px;
    display: none;
}
.onboard-wrapper {
    display: flex;
    overflow: hidden;
    height: 100vh;
}
.left-panel {
    background-color: #00d0b6;
    width: 25%;
    padding: 45px;
    height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left-panel::-webkit-scrollbar {
    display: none;
}
.left-panel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.right-panel {
    width: 75%;
    height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    flex-wrap: wrap;
}
.onboard-img {
    padding: 70px 0 20px 0;
    animation: mymove 1s ease-in-out infinite alternate;
    text-align: center;
    width: 240px;
    margin: auto;
}
@keyframes mymove {
    to {
        transform: translateY(-5px);
    }
}
.onboard-content h3 {
    color: #fff;
}
.onboard-content p {
    color: #fff;
}
.onboarding-slider {
    margin-top: 10px;
}
.onboard-content h3 {
    font-weight: 600;
    font-size: 21px;
}
.onboard-content p {
    font-weight: 200;
    font-size: 13px;
}
#onboard-slider .owl-dots {
    margin-top: 0;
    display: flex;
    justify-content: center;
}
#onboard-slider .owl-nav {
    display: none;
}
#onboard-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #09E5AB;
    width: 15px;
    height: 6px;
    border-radius: 50px;
    transition: .5s all;
}
#onboard-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    width: 50px;
    border-radius: 50px;
}
.on-board-wizard ul {
    list-style: none;
    padding: 0;
}

.on-board-wizard ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    padding: 13px 5px 13px 8px;
    margin-bottom: 18px;
    transition: .1s ease-out;
}
.on-board-wizard ul li a:hover {
    box-shadow: 8px 7px 14px -15px rgb(0 0 0 / 40%);
}
.onboarding-list h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
li:hover .onboarding-list h6 {
    color: #000000;
}
.onboarding-list p {
    font-weight: 300;
    font-size: 13px;
    color: #585858;
    margin-bottom: 0;
}
.onboarding-progress {
    margin-right: 20px;
    min-width: 35px;
    height: 35px;
    background: #A4A4A4;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}
.onboarding-progress.active {
    background: #00d0b6;
    color: #fff;
}
.onboarding-progress span {
    font-size: 13px;
}
.onboarding-title h2 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}
.on-board-wizard {
    position: sticky;
    top: 65px;
}
.onboarding-content-box {
    margin-top: 20px;
    /*padding: 50px;*/
    background: #FFFFFF;
    box-shadow: 0 24px 24px rgba(212, 237, 255, 0.3);
    border-radius: 4px;
    border: 1px solid #E6E9F4;
}
.onboarding-content-box.content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 580px;
}
.onboarding-title h6 {
    font-weight: 400;
    font-size: 15px;
    color: #585858;
    margin-bottom: 25px;
    line-height: 1.5;
}
.onboarding-btn a:hover {
    box-shadow: inset 0 60px 0 0 #10916F;
    border-color: #10916F;
}
.onboarding-btn a {
    background: #09E5AB;
    border-radius: 6px;
    padding: 15px 50px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #09E5AB;
    transition: all 0.5s;
}
.right-panel-title {
    background: #00d0b6;
    padding: 20px;
    color: white;
}

/* inputs */
input[type="text"] {
    background-color: lavender ;
}
input[type="number"] {
    background-color: lavender ;
}
input[type="file"] {
    background-color: #f3f3f3;
    border: none;
    font-size: 14px;
    outline: none !important;
    padding: 10px 9px 11px 9px;
    width: 100%;
    height: inherit;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-appearance: none;
    background-color: #f3f3f3;
    border: none;
    font-size: 14px;
    outline: none !important;
    padding: 10px 9px 11px 9px;
    width: 100%;
    height: inherit;
}

input:hover,
input:focus,
input:active{
    background-color: #c5e3d9 !important;
}

textarea:hover,
textarea:focus,
textarea:active{
    background-color: #c5e3d9 !important;
}


@media only screen and (max-width: 500px) {
    .left-panel {
        display: none;
    }
    .right-panel {
        width: 100%;
        padding: 0;
    }
    .right-panel-title {
        display: block;
    }
    .on-board-wizard {
        padding: 15px;
    }

}