/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
    font-family: MuseoSans-100;
    src: url('../fonts/MuseoSans-100.otf');
}

@font-face {
    font-family: MuseoSans-300;
    src: url('../fonts/MuseoSans-300.otf');
}

@font-face {
    font-family: MuseoSans-500;
    src: url('../fonts/MuseoSans-500.otf');
}

/*//////////////////////////////////////////////////////////////////
  [ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/


a:focus {
    outline: none !important;
}

a {
    color: rgb(38, 149, 153) !important;
    font-family: MuseoSans-500;

}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: MuseoSans-100;
    font-size: 14px;
    color: #161616;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

.virtualsign {
    margin-top: -40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-bottom: 20px;
}

/*//////////////////////////////////////////////////////////////////
  [ login ]*/
.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}


.wrap-login100 {
    width: 550px;
    min-height: 100vh;
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------
  [ Login100 more ]*/
.login100-more {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 550px);
    position: relative;
    z-index: 1;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(204, 255, 251);
    background: -moz-linear-gradient(180deg, rgba(204, 255, 251, 0.6) 0%, rgba(42, 81, 207, 0.75) 100%);
    background: -webkit-linear-gradient(180deg, rgba(204, 255, 251, 0.6) 0%, rgba(42, 81, 207, 0.75) 100%);
    background: linear-gradient(180deg, rgba(204, 255, 251, 0.6) 0%, rgba(42, 81, 207, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccfffb", endColorstr="#2a51cf", GradientType=1);
}

/*==================================================================
  [ Form ]*/

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login100-form-title {
    display: block;
    font-family: MuseoSans-500;
    font-size: 30px;
    color: #161616;
    text-align: left;
}

.login100-form-title-small {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: MuseoSans-500;
    font-size: 20px;
    color: #161616;
    line-height: 1.2;
    text-align: left;
}

.title-success {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: MuseoSans-500;
    font-size: 24px;
    color: #42a542;
}

.login-title {
    font-family: MuseoSans-500;
    font-size: 28px;
    color: #161616;
    padding-bottom: 10px;
}

/*------------------------------------------------------------------
  [ Input ]*/

.form-control {
    font-family: MuseoSans-300;
}

.form-control:focus {
    border-color: rgba(54, 168, 171, 0.7);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(54, 167, 171, 0.7);
    -moz-box-shadow: 0px 0px 2px 1px rgba(54, 168, 171, 0.7);
    box-shadow: 0px 0px 2px 1px rgba(54, 168, 171, 0.7);
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 45px;
}

.label-input100 {
    padding-top: 10px;
    font-family: MuseoSans-300;
    font-size: 15px;
    color: #161616;
}

.label-input100-white {
    padding-top: 10px;
    font-family: MuseoSans-300;
    font-size: 16px;
    color: white;
    display: block;
}

.label-input300 {
    padding-top: 10px;
    font-family: MuseoSans-300;
    font-size: 15px;
    color: #161616;
}

.label-input300-success {
    padding-top: 10px;
    font-family: MuseoSans-300;
    font-size: 17px;
    color: #161616;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #52ACAE;
    background: -webkit-linear-gradient(45deg, #4BE0E3, #0B676A);
    background: -o-linear-gradient(45deg, #4BE0E3, #0B676A);
    background: -moz-linear-gradient(45deg, #4BE0E3, #0B676A);
    background: linear-gradient(45deg, #4BE0E3, #0B676A);
}


.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}



/*------------------------------------------------------------------
  [ Button ]*/
.btn-default {
    font-family: MuseoSans-100;
    background-color: #36A8AB;
    margin: 10px;
    color: white;
    width: 120px;
    border: none;
    font-size: 15px;
    padding: 8px;
}

.btn-default:focus {
    background-color: #36A8AB;
    color: white;
}

.btn-default:hover {
    background-color: rgb(68, 185, 189);
    color: white;
}

.btn-primary {
    background-color: #36A8AB;
    width: 80px;
    color: white;
    border: none;
    font-size: 15px;
    padding: 8px;
    font-family: MuseoSans-100;
}

.btn-primary:focus {
    background-color: #36A8AB;
    color: white;
}

.btn-primary:hover {
    background-color: rgb(68, 185, 189);
    color: white;
}

.btn-success {
    font-family: MuseoSans-100;
    margin: 10px;
    width: 120px;
    border: none;
    font-size: 15px;
    padding: 8px;
}

.btn-success:focus {
    color: white;
}

.btn-success:hover {
    color: white;
}

.btn-secondary {
    font-family: MuseoSans-100;
    background-color: #36A8AB !important;
    margin-top: 30px;
    color: white;
    width: 120px;
    border: none !important;
    font-size: 15px;
    padding: 8px;
}

.btn-secondary:hover {
    background-color: rgb(68, 185, 189) !important;
    color: white;
}

.btn-secondary-success {
    font-family: MuseoSans-100;
    background-color: #36A8AB !important;
    color: white;
    width: 120px;
    border: none !important;
    font-size: 15px;
    padding: 8px;
}

.btn-secondary-success:hover {
    background-color: rgb(68, 185, 189) !important;
    color: white;
}

.btn-secondary-success:focus {
    background-color: rgb(68, 185, 189) !important;
    color: white;
}



/*------------------------------------------------------------------
  [ Alert validate ]*/

/*//////////////////////////////////////////////////////////////////
  [ Responsive ]*/

@media (max-width: 676px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.table {
    font-family: MuseoSans-100;
    margin: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: rgba(103, 212, 216, 0.384) !important;

}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-color: #36A8AB !important;

}


/*//////////////////////////////////////////////////////////////////
  [ Parsley ]*/
.parsley-required {
    padding-top: 5px;
    font-family: MuseoSans-100;
    color: #c44444;
}

.parsley-type {
    padding-top: 5px;
    font-family: MuseoSans-100;
    color: #c44444;
}

.parsley-custom-error-message {
    padding-top: 5px;
    font-family: MuseoSans-100;
    color: #c44444;
}

.parsley-maxlength {
    padding-top: 5px;
    font-family: MuseoSans-100;
    color: #c44444;
}

/*//////////////////////////////////////////////////////////////////
  [ Form ]*/
.form-section {
    padding: 10px;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

.form-section.current {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.block {
    display: none;
}

.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #bdbdbd;
    color: #36A8AB;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    top: 5px;
}

.form-radio:checked::before {
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 7px;
    top: 3px;
    content: '\02143';
    transform: rotate(40deg);
}

.form-radio:hover {
    background-color: rgb(197, 197, 197);
    color: #f1f1f1;
}

.form-radio:checked {
    background-color: #36A8AB;
    color: #f1f1f1;
}

.radio-style {
    padding-left: 5px;
}

#radio-two {
    margin-left: 15px;
}

.radio-container {
    margin-top: -10px;
}

.login-form {
    padding: 40px;
}

label.radio-style {
    margin: 0px;
}

/*//////////////////////////////////////////////////////////////////
  [ LOGIN ]*/

.login-body {
    background-image:
        linear-gradient(to bottom, rgba(204, 255, 251, 0.52), rgba(42, 81, 207, 0.73)),
        url("./diverse.jpg");

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.login-col-image {
    background-color: #36A8AB;
    text-align: center;
    display: flex;
    align-content: center;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
    .login-col-image {
        display: block;
    }
}

.login-col-form {
    background-color: white;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}

.img-fluid {
    padding: 25px;
}

.login-row {
    width: 750px;
}

.signup-container {
    height: 400px;
    position: absolute;
    margin: auto;
    margin-left: 50px;
    margin-right: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 576px) {
    .d-flex {
        margin: 30px;
    }
}

@media (max-width: 576px) {
    .login-title {
        font-size: 22px;
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .login-form {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .login-row {
        /*   height: 635px; */
    }
}

#password-error-msg {
    font-family: MuseoSans-100;
    color: #c44444;
}


/*//////////////////////////////////////////////////////////////////
  [ PROFILE ]*/

.profile-row {
    width: 1000px;

}

.tab-content {
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.nav-tabs .nav-link {
    border: none !important;
}

.profile-container {
    padding-top: 50px;
}


.nav a {
    background: transparent !important;
}

.nav-link a {
    color: white !important;
}

.nav-justified {

    background: white !important;
    border-radius: 3px !important;
    margin-bottom: 15px !important;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    border: 0px !important;
}

.nav-justified a{
   color: rgb(33, 37, 41) !important;
   font-family: Poppins-Regular;
   font-size: 15px;
}

.nav-justified a:hover {
    background: #36A8AB !important;
    color: white !important;
    border-radius: 0px !important;
}

.nav-justified a:active {
    background: #36A8AB !important;
    color: white !important;

}

.form-title {
    padding-top: 20px;
    font-family: MuseoSans-300;
    font-size: 15px;
    color: #161616;
}

.radio-container-profile {
    margin-top: -3px;
}

.radio-style-profile {
    margin-right: 15px;
    margin-left: 8px;
}

.nav-tabs .nav-link {
    font-family: MuseoSans-300;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #36A8AB !important;
    color: white !important;
    border-radius: 0px !important;
}

.line-profile {
    margin-top: 35px;
}

.btn-profile {
    font-family: MuseoSans-100;
    background-color: #36A8AB !important;
    margin-top: 20px;
    color: white;
    width: 120px;
    border: none !important;
    font-size: 15px;
    padding: 8px;
}
