

/* Bold */
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad-pro/MYRIADPRO-BOLD.eot');
    src: url('../fonts/myriad-pro/MYRIADPRO-BOLD.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad-pro/MYRIADPRO-BOLD.woff2') format('woff2'),
         url('../fonts/myriad-pro/MYRIADPRO-BOLD.woff') format('woff'),
         url('../fonts/myriad-pro/MYRIADPRO-BOLD.ttf')  format('truetype'),
         url('../fonts/myriad-pro/MYRIADPRO-BOLD.svg#Myriad Pro') format('svg');
    font-weight: Bold;
}

/* Light */
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad-pro/MyriadPro-Light.eot');
    src: url('../fonts/myriad-pro/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad-pro/MyriadPro-Light.woff2') format('woff2'),
         url('../fonts/myriad-pro/MyriadPro-Light.woff') format('woff'),
         url('../fonts/myriad-pro/MyriadPro-Light.ttf')  format('truetype'),
         url('../fonts/myriad-pro/MyriadPro-Light.svg#Myriad Pro') format('svg');
    font-weight: 300;
}

/* Regular */
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad-pro/MYRIADPRO-REGULAR.eot');
    src: url('../fonts/myriad-pro/MYRIADPRO-REGULAR.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad-pro/MYRIADPRO-REGULAR.woff2') format('woff2'),
         url('../fonts/myriad-pro/MYRIADPRO-REGULAR.woff') format('woff'),
         url('../fonts/myriad-pro/MYRIADPRO-REGULAR.ttf')  format('truetype'),
         url('../fonts/myriad-pro/MYRIADPRO-REGULAR.svg#Myriad Pro') format('svg');
    font-weight: 500;
}

/* Semibold */
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.eot');
    src: url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.woff2') format('woff2'),
         url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.woff') format('woff'),
         url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.ttf')  format('truetype'),
         url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.svg#Myriad Pro Light') format('svg');
    font-weight: Bold;
}

html .pace .pace-progress {
    background: #329fb7;
}

body{
    font-family: "Myriad Pro";
}

p {
    font-family: "Myriad Pro";
    color: #626262;
    font-size: 15px;
}

a, a:hover, a:focus {
    color: #16526A !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Myriad Pro";
    color: #2c2c2c;
}

.font-100{
    font-weight: 100 !important;
}

.font-200{
    font-weight: 200 !important;
}

.font-300{
    font-weight: 300 !important;
}

.font-400{
    font-weight: 400 !important;
}

.font-500{
    font-weight: 500 !important;
}

.font-600{
    font-weight: 600 !important;
}

.font-700{
    font-weight: 700 !important;
}

.font-800{
    font-weight: 800 !important;
}

.font-900{
    font-weight: 900 !important;
}
.font-bold{
    font-weight: bold;
}

.text-primary{
    color: #16526A !important;
}

.text-blue{
    color: #329FB7 !important;
}

.text-black{
    color: #2c2c2c !important;
}

.badge {
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Myriad Pro";
    border-radius: 80px;
    padding: 0.4em 0.6em;
}

.badge.badge-warning {
    background-color: #E98B38;
}

.badge.badge-primary {
    background-color: #37AAE1;
}

.badge.badge-success {
    background-color: #39AD74;
}

.badge.badge-danger {
    background-color: #D6515D;
}

.badge.badge-danger {
    background-color: #D6515D;
}

.badge.badge-default {
    background-color: #888888;
}

.badge-md {
    font-size: 13px;
}

.main-menu .navbar-header{
    height: auto;
    width: 100%;
    padding: 1rem;
}

.main-menu .navbar-header .navbar-brand{
    margin: 30px 0 20px;
}

.main-menu .navbar-header .navbar-brand .brand-logo{
    background: none;
    background-position: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
}

.main-menu .navbar-header .navbar-brand .brand-logo img{
    width: 200px;
}

.main-menu .navbar-header .navbar-brand .brand-logo .sub-logo{
    color: #16526A;
    font-family: 'Myriad Pro';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

.main-menu .navbar-header .navbar-brand .brand-logo .sub-logo span{
    color: #009ed6;
}

body.menu-collapsed .main-menu .navbar-header .sub-logo{
    display: none;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu{
    width: 280px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .footer{
    margin-left: 280px;
}

html body .content{
    margin-left: 280px;
}

.badge.badge-danger{
    background-color: #D6515D;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav{
    font-family: 'Myriad Pro';
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status{
    font-size: 13px;
    color: #626262;
}

.dropdown-item{
    font-family: "Myriad Pro";
    font-size: 14px;
    letter-spacing: 0.3px;
}

.dropdown-notification .dropdown-menu-header {
    background: #3099AC;
    color: #FFFFFF;
    font-family: "Myriad Pro";
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: left;
}

.dropdown .dropdown-menu .dropdown-header {
    padding: 1.1rem 1rem;
}

.dropdown-notification .notification-title {
    color: #fff;
    font-size: 16px;
}

.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
    background: #3099ac;
    border-color: #3099ac;
}

.count-notif-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #eee;
    font-family: "Myriad Pro";
    font-size: 13px;
    letter-spacing: 0.3px;
}

.media .media-body .media-heading{
    font-family: "Myriad Pro";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #15536A;
}

.readed .media .media-body .media-heading,
.readed .media .media-body .notification-text,
.readed .media .media-body .media-meta {
    color: #999 !important;
    font-weight: 500;
}

.dropdown-notification .notification-text {
    margin-bottom: 0.5rem;
    color: #626262;
    font-family: "Myriad Pro";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta {
    color: #626262;
    font-family: "Myriad Pro";
    font-size: 12px;
}

.main-menu .navigation > li{
    /*padding: 0 10px !important;*/
    margin: 3px 0;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li a {
    line-height: 0.8;
}

.navigation li{
    color: #15536A;
    font-family: 'Myriad Pro';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: unset;
}

.main-menu .navigation li a{
    display: flex;
    color: #15536A !important;
    padding: 12px 15px 10px !important;
}

.main-menu .navigation > li.active > a {
    background: #329FB7 !important;
    box-shadow: 0 0 10px 1px rgba(50, 159, 183, 0.4) !important;
    color: #FFFFFF !important;
    font-weight: 400;
    border-radius: 4px;
}

.main-menu .navigation > li.open > a{
    background: #F7F7F7;
}

.main-menu .navigation > li > a i{
    top: 0;
}

.main-menu .navigation > li > a > i:before{
    font-size: 16px !important;
}

.main-menu .navigation .menu-content > li > a > i{
    color: #15536A;
    /* background: #329FB7; */
    border-radius: 50%;
    font-size: 10px;
    margin-top: 4px;
}

.header-navbar.floating-nav{
    width: calc( 100vw - (100vw - 100%) - calc(2.2rem * 2) - 280px);
}

.header-navbar .navbar-container ul.nav li i.ficon,
.header-navbar .navbar-container ul.nav li i.ficon:hover{
    color: #15536A;
}

html body .content .content-wrapper .content-header-title {
    margin-right: 1rem;
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Myriad Pro";
    letter-spacing: 0.3px;
}

.auth-page {
    background: #fff;
}

.auth-page .full-img {
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.auth-page .full-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #16526A;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.7;
}
  
.auth-page .full-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.auth-page .full-img .logo-block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
}

.auth-page .full-img .logo-block img{
    width: 400px;
}

.auth-page .full-img .logo-block .sub-logo{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 2.1rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 12px;
}

.auth-page .full-img .logo-block .sub-logo span{
    color: #fff200;
}

.form-auth-block{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 3rem;
}

.form-auth-block .title-heading-form{
    font-family: "Myriad Pro";
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    letter-spacing: 0.3px;
}

.form-auth-block .subtitle-form{
    color: #000000;
    font-family: "Myriad Pro";
    font-weight: 500;
    font-size: 16px;
    opacity: 0.7;
}

.form-custom-bg {
    height: 45px !important;
    background: #EDF2F3;
    border: 0 !important;
    border-radius: 4px !important;
    color: #093B4F;
    font-family: "Myriad Pro" !important;
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: 0.3px !important;
    line-height: normal;
    padding: 14px 14px 12px !important;
    transition: unset !important;
}

.form-custom-bg:focus,
.form-custom-bg:hover{
    box-shadow: none;
    background: #EDF2F3;
    padding: 14px 14px 12px;
    transition: unset !important;
}

.form-custom-bg::placeholder{
    color: #6B91A1;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: 400;
}

.form-group.form-otp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem;
}

.form-group.form-otp .form {
    padding-right: 14px;
    padding-left: 14px;
    width: 90px;
    height: 70px;
}

.form-group.form-otp .form .form-control {
    height: 100% !important;
    text-align: center;
    font-size: 35px !important;
    font-weight: 700;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-text{
    border: 1px solid transparent;
}

.form-logo {
    text-align: center;
    margin: 2rem 0 2.5rem;
}

.form-logo img{
    width: 140px;
}

.form-logo .sub-logo {
    color: #16526A;
    font-family: 'Myriad Pro';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

.form-search-rounded .form-control{
    background-color: #F7F7F7;
    border-radius: 22px;
    border: 0 !important;
    font-family: "Myriad Pro";
    font-size: 14px;
    padding: 12px 16px 10px;
    height: 44px;
    color: #626262;
}

.form-search-rounded .form-control:hover,
.form-search-rounded .form-control:focus{
    outline: 0;
    box-shadow: none;
    border: 0;
}

.form-search-rounded .form-control::placeholder{
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.form-search-rounded .input-group-append{
    background: #f7f7f7;
    border-radius: 0 80px 80px 0;
    border: 0;
}

.form-search-rounded .input-group-text{
    background: #f7f7f7;
    border-radius: 0 80px 80px 0;
    border: 0;
    padding-right: 16px;
    color: #329fb7;
}

.input-group-append.input-group-primary .input-group-text{
    border: 1px solid #17536a;
    background: #17536a;
    color: #fff;
    font-family: "Myriad Pro";
    letter-spacing: 0.3px;
    font-size: 18px;
}

.input-group-append.input-group-primary .input-group-text.fs-sm{
    font-size: 14px;
}

label {
    color: #2c2c2c;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "Myriad Pro";
    display: block;
    padding-left: 0;
}

.custom-switch .switch-label{
    padding-left: 10px;
    font-family: "Myriad Pro";
    color: #626262;
    font-size: 14px;
    top: 3px;
    position: relative;
}

.form-control{
    font-family: "Myriad Pro";
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 0.3px;
    padding: 11px 14px 9px;
    height: 100%;
}

.form-control::placeholder{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 300;
}

.form-control:focus{
    border-color: #329fb7;
}

.form-control:focus ~ .form-control-position i {
    color: #329fb7;
}

.validation-warning .form-control {
    border: 1px solid #ed1c24 !important;
    box-shadow: 0px 0px 2px 0px rgba(237, 28, 36, 0.5);
}

.validation-warning .text-muted {
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: 300;
    color: #ed1c24 !important;
}

.text-muted{
    font-family: "Myriad Pro";
    font-size: 13px;
    font-weight: 400;
    color: #626262 !important;
    position: relative;
    top: 5px;
}

.btn{
    border-radius: 4px;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn[class*='btn-outline-'] {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.btn.btn-sm, .btn-group-sm > .btn{
    font-size: 12px;
    padding: 10px 16px !important;
}

.btn-responsive {
    position: relative;
}

.btn-transparent {
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.btn.btn-icon-small {
    padding: 0.8rem !important;
    width: 38px;
    height: 38px;
}

.pagination .page-item .page-link{
    background: #F7F7F7;
    font-family: "Myriad Pro";
    font-size: 14px !important;
    font-weight: 500;
    color: #626262 !important;
    height: 100%;
    vertical-align: middle;
    padding: 12px 15px 9px;
    line-height: normal !important;
}

.pagination .page-item.active .page-link{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 600;
    background-color: #329fb7;
}

.btn-primary {
    border-color: #329FB7 !important;
    background-color: #329FB7 !important;
    color: #FFFFFF !important;
}

.btn-danger {
    border-color: #D6515D !important;
    background-color: #D6515D !important;
    color: #FFFFFF !important;
}

.btn:focus,
.btn:hover{
    box-shadow: none;
    opacity: .9;
    transition: .5s;
}

.btn-success-trans {
    border-color: rgba(57, 173, 116, 0.2) !important;
    background-color: rgba(57, 173, 116, 0.2) !important;
    color: #39AD74 !important;
}

.btn-success-trans:hover,
.btn-success-trans:focus {
    border-color: #39AD74 !important;
    background-color: #39AD74 !important;
    color: #fff !important;
    transition: .5s;
}

.btn-danger-trans {
    border-color: rgba(214, 81, 93, 0.2) !important;
    background-color: rgba(214, 81, 93, 0.2) !important;
    color: #D6515D !important;
}

.btn-danger-trans:hover,
.btn-danger-trans:focus {
    border-color: #D6515D !important;
    background-color: #D6515D !important;
    color: #fff !important;
    transition: .5s;
}

.btn-outline-danger {
    border-color: rgba(214, 81, 93, 1) !important;
    background-color: rgba(214, 81, 93, 0) !important;
    color: #D6515D !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    border-color: #D6515D !important;
    background-color: #D6515D !important;
    color: #fff !important;
    transition: .5s;
}

.btn-warning-trans {
    border-color: rgba(233, 139, 56, 0.2) !important;
    background-color: rgba(233, 139, 56, 0.2) !important;
    color: #e98b38 !important;
}

.btn-warning-trans:hover,
.btn-warning-trans:focus {
    border-color: #e98b38 !important;
    background-color: #e98b38 !important;
    color: #fff !important;
    transition: .5s;
}

.btn-outline-primary{
    background-color: #FFFFFF;
    border: 1px solid #329FB7;
    color: #329FB7 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus{
    background-color: rgba(50, 159, 183, 0.08);
    border-color: #329fb7;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle{
    color: #FFFFFF;
    background-color: #329FB7;
    border-color: #329FB7
}

.fa-r{
    margin-left: 3px;
}

.fa-l{
    margin-right: 3px;
}

.vs-checkbox-con{
    font-family: "Myriad Pro";
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    letter-spacing: 0.5px;
}

.vs-checkbox-con .label{
    margin-top: 4px;
    margin-left: 4px;
}

.vs-checkbox-con .vs-checkbox{
    border-width: 1px;
}

.vs-checkbox-primary input:checked ~ .vs-checkbox{
    border-color: #329FB7 !important;
}

.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check{
    background-color: #329FB7 !important;
}

.ic-avatar{
    position: relative;
}

.ic-avatar.ic-avatar-top{
    margin-bottom: 25px;
}

.ic-avatar img{
    width: 45px;
}

.ic-avatar.ic-avatar-large img{
    width: 80px;
}

.ic-statistic .ic-title{
    color: #2c2c2c;
    font-family: "Myriad Pro";
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
}

.ic-statistic .ic-title.large{
    font-size: 32px;
}

.ic-statistic .ic-title.small{
    font-size: 15px;
}

.ic-statistic .ic-left-block{
    width: 25%;
}

.ic-statistic .ic-right-block{
    width: 60%;
    margin-left: 15px;
}

.auto-truncate{
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-statistic{
    position: relative;
    z-index: 1;
}

.card-statistic:after{
    content: "";
    background: url("../img/line-chart.png");
    background-color: #fff;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    opacity: .3; 
    z-index: -1; 
}

.card .card-title{
    font-family: "Myriad Pro";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: #2C2C2C;
}

.apexcharts-legend-text {
    font-family: "Myriad Pro" !important;
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0.23px;
    line-height: 17px;
}

.dataTables_scrollHeadInner, table{
    /* width: 100% !important; */
}

table{
    border: 0 !important;
}

table th{
    white-space: nowrap;
}

table thead tr {
    background-color: rgba(50, 159, 183, 0.1) !important;
}

.table thead th {
    vertical-align: middle;
    color: #15536A;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "Myriad Pro";
    border: 0;
    cursor: pointer;
}

.table tbody td {
    vertical-align: middle;
    color: #626262;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: "Myriad Pro";
}

.table th, .table td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 0 !important;
}

.table tbody tr:nth-of-type(even) {
    background-color: #F9F9F9;
}

.btn-action-block{
    white-space: nowrap;
}

.breadcrumbs-top{
    display: flex;
    align-items: center;
}

.breadcrumb{
    font-family: "Myriad Pro";
    font-size: 14px;
    letter-spacing: 0.3px;
}

.modal .modal-header[class*='bg-'] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal .modal-header{
    border-radius: 0.42rem 0.42rem 0 0;
    padding: 15px;
}

.modal-primary {
    background-color: #17536A !important;
}

.modal .modal-header .close{
    background: #329fb7;
    border-radius: 50%;
    margin: -1.5rem -1rem -1rem auto;
}

.modal-title{
    font-size: 15px;
    line-height: normal;
}

.modal .modal-header.modal-primary .modal-title, 
.modal .modal-header.modal-primary .close span {
    color: #ffffff !important;
}

.modal-body{
    padding: 1.5rem;
}

.custom-switch .custom-control-label {
    height: 1.571rem;
    width: 3.1rem;
    padding: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #329fb7;
    background-color: #329fb7;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(50, 159, 183, 0.85);
    border-color: rgba(50, 159, 183, 0.85);
}

.swal2-content{
    margin-bottom: 10px;
}

#swal2-content {
    text-align: center;
    font-family: "Myriad Pro";
    font-size: 16px;
}

.swal2-title{
    font-family: "Myriad Pro";
}

.app-content .wizard.wizard-circle > .steps > ul > li:before, 
.app-content .wizard.wizard-circle > .steps > ul > li:after{
    background-color: #329fb7;
}

.app-content .wizard > .steps > ul > li.current .step {
    border-color: #329fb7;
    background-color: #329fb7;
    color: #FFFFFF;
}

.app-content .wizard > .steps > ul > li a{
    font-size: 14px;
    color: #329fb7 !important;
    padding-top: 60px;
    letter-spacing: 0.3px;
}

.app-content .wizard > .steps > ul > li.disabled a{
    color: #ccc !important;
}

.app-content .wizard > .steps > ul > li.disabled .step {
    color: #fff;
    background: #ccc;
    border: 3px solid #ccc;
}

.app-content .wizard.wizard-circle > .steps > ul > li.current:after,
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before,
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before{
    background-color: #ccc;
}

.app-content .wizard > .actions > ul > li > a{
    display: block;
    border-radius: 4px;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 14px 20px 12px !important;
    border: 0;
    background-color: #329FB7 !important;
    color: #FFFFFF !important;
    border: 1px solid #329FB7;
}

.app-content .wizard > .actions > ul > li.disabled > a[href='#previous'] {
    box-shadow: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.app-content .wizard > .actions > ul > li{
    float: unset;
    display: inline-block;
}

.app-content .wizard > .actions > ul > li + li{
    float: unset;
    margin-left: 10px;
}

.app-content .wizard > .steps > ul > li.done .step,
.app-content .wizard > .steps > ul > li.done:last-child .step {
    background-color: #329fb7;
    border-color: #329fb7;
    color: #fff;
}

.app-content .wizard > .actions > ul > li > a[href='#previous']{
    background: #fff !important;
    border: 1px solid #329fb7;
    color: #329fb7 !important;
}

.dropzone {
    min-height: 150px !important;
    border: 2px dashed #329fb7 !important;
    background: #F8F8F8 !important;
    padding: 0 !important;
}

.dropzone .dz-message {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: 70px;
    color: #329fb7;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone .dz-message:before {
    /* content: '\e864'; */
    font-family: 'feather';
    font-size: 24px;
    width: auto;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #329fb7;
}

.dropzone .dz-preview {
    background : transparent;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    background-image : url('../../app-assets/images/dropzone/spritemap.png');
    z-index: 99;
    cursor: pointer;
}

.dropzone .dz-preview .dz-error-message {
    min-width : 113px;
    top : 0;
    left : 0;
}

.dropzone .dz-preview .dz-remove {
    font-size : 1.1rem;
    color : #EA5455;
    line-height : 2rem;
}

.dropzone .dz-preview .dz-remove:before {
    /* content : '\e8f6'; */
    font-family : 'feather';
    display : inline-block;
    line-height : 1;
    z-index : 2;
    text-indent : 0;
    font-weight : normal;
    -webkit-font-smoothing : antialiased;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration : none;
    color : #E42728;
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
    margin: 15px;
}

@media (max-width: 576px) {
    .dropzone .dz-message:before {
        top : 7.14rem;
    }
}

.progress-bar-primary .progress-bar {
    background-color: #37AAE1;
}

.card-nominal {
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}

.card-nominal .ic-nominal {
    width: 20%;
}

.card-nominal .ic-nominal img {
    width: 65px;
    height: 65px;
}

.card-nominal .text-nominal{
    width: 80%;
}

.card-nominal .text-nominal .title {
    color: #15536A;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-family: "Myriad Pro";
}

.card-nominal .text-nominal .subtitle {
    margin-bottom: 0;
}

.input-nominal-group .input-group-addon{
    background: #eee !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #3a3a3a !important;
    padding: 15px !important;
    border: 1px solid #eee !important;
}

.input-nominal-group .form-control,
.input-nominal-group .form-control::placeholder{
    text-align: right;
    background: #eee !important;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #eee;
    color: #3a3a3a !important;
}

.input-nominal-group .form-control:focus{
    box-shadow: none;
}

.input-nominal-group .form-control::placeholder{
    color: #888888 !important;
}

.profile-avatar {
    text-align: center;
    position: relative;
    display: inline-block;
}

.profile-avatar img {
    position: relative;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.profile-avatar .edit-avatar {
    position: absolute;
    top: 0;
    right: 0;
}

.profile-avatar .edit-avatar .btn-edit{
    width: 40px;
    height: 40px;
    background: #16526A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.profile-avatar .edit-avatar .input-file-avatar{
    display: none;
}

/* Style Media Query */
@media screen and (max-width: 480px){
    .btn-responsive .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .btn-block-mobile{
        width: 100%;
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .no-flex-mobile{
        display: block !important;
    }
    .ttl-dp {
        font-size: 15px !important;
    }
    .detail-pro img {
        max-width: 60px !important;
    }
}

@media screen and (max-width: 575px){
    .ic-statistic .ic-left-block {
        width: 15%;
    }

    .ic-statistic .ic-right-block {
        width: 80%;
    }

    .app-content .wizard > .content > .body,
    .app-content .wizard > .actions{
        padding: 0;
    }

    .dropzone .dz-message:before{
        font-size: 20px;
    }

    .dropzone .dz-message{
        font-size: 14px;
    }

    .title-inline-text p {
        margin-bottom: 8px;
    }

    .subtitle-inline-text p {
        margin-bottom: 1.5rem;
    }

    .card-nominal{
        flex-wrap: wrap;
    }

    .card-nominal .ic-nominal {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .card-nominal .ic-nominal img {
        width: 50px;
        height: 50px;
    }

    .card-nominal .text-nominal {
        width: 100%;
        text-align: center;
    }

    .card-nominal .text-nominal .title{
        font-size: 18px;
    }

    .card-nominal .text-nominal .subtitle{
        font-size: 14px;
    }

    .form-group.form-otp{
        margin: 2rem 0;
    }

    .form-group.form-otp .form{
        padding-right: 8px;
        padding-left: 8px;
        width: 60px;
        height: 60px;
    }

    .form-group.form-otp .form .form-control{
        font-size: 30px !important;
    }
}

@media screen and (max-width: 767px){
    .breadcrumbs-top{
        flex-wrap: wrap;
    }

    .breadcrumb{
        border-left: 0;
        padding-left: 0 !important;
        margin-top: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .card-nominal .ic-nominal{
        width: 15%;
    }

    .card-nominal .text-nominal{
        width: 85%;
    }
}

@media screen and (max-width: 991px){
    .form-auth-block{
        padding: 1rem 1.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .auth-page .full-img .logo-block img {
        width: 220px;
    }

    .auth-page .full-img .logo-block .sub-logo{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1199px){
    .main-menu{
        overflow: scroll;
    }
}

.shrink{
    width: 90%;
}
.shrink30{
    width: 30%;
}
.w10{
    width: 10%;
}
.tabel-100{
    width: 100% !important;
} 
.modal .modal-header .close {
    background: transparent;
    border-radius: 50%;
    margin: -0.7rem 0rem -1rem auto;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 34px;
    padding: 0;
    box-shadow: none;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus, .modal .modal-header .close:active {
    outline: none;
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
    box-shadow: none;
}
.modal .modal-header .close span {
    font-weight: 400;
    font-size: 22px;
    color: #7367F0;
    margin: 0;
    padding: 0;
}
table.dataTable thead .sorting:first-child:before, table.dataTable thead .sorting:first-child:after, 
table.dataTable thead .sorting_asc:first-child:before, table.dataTable thead .sorting_asc:first-child:after,
table.dataTable thead .sorting_desc:first-child:before, table.dataTable thead .sorting_desc:first-child:after,
 table.dataTable thead .sorting:last-child:before, table.dataTable thead .sorting:last-child:after{
    content: none;
    display: none;
 }
 table.tabel-management.dataTable{
     width: 100% !important;
 }

 .select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #329FB7 !important;
    outline: 0;
}

#akses .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 5px !important;
    background-color: #e4e4e4 !important;
    border-color: #b5b5b5 !important;
    color: #313131;
}

#akses .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, #akses .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #313131 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #39AD74 !important;
    border-color: #39AD74 !important;
    color: #FFFFFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-radius: 80px;
    padding: 4px 10px 4px !important;
    font-size: 13px;
    font-family: "Myriad Pro";
    letter-spacing: 0.3px;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #329FB7 !important;
    color: white; }

.status{
    border-radius: 5px;
    padding: 5px 7px;
    display: inline-block;
    text-align: center;
}
.status.waiting{
    background: #ffd2aa;
    color: #f77d13;
}
.status.approve{
    background: #a7ff81;
    color: #6cca00;
}
.status.not_approve{
    background: #D6515D;
    color: #fff;
}

.statusbg{
    border-radius: 5px;
    padding: 5px 20px;
    display: inline-block;
    text-align: center;
}
.statusbg.waiting{
    background: #ffd2aa;
    color: #f77d13;
}
.statusbg.approve{
    background: #a7ff81;
    color: #6cca00;
}
.statusbg.not_approve{
    background: #D6515D;
    color: #fff;
}
.statusbg.conceptor{
    background: #626262;
    color: #fff;
}
.statusbg.pusmanpro{
    background: #333;
    color: #fff;
}

.curvas{
    border-radius: 5px;
    padding: 5px 20px;
    display: inline-block;
    text-align: center;
}
.curvas.waiting{
    padding-top:9px;
    padding-bottom:9px;
    padding-left: 60px;
    padding-right: 60px;
    background: #DFFFE0;
    color: #6cca00;
}

.curva-waiting{
    border-radius: 5px;
    padding: 1px 20px;
    display: inline-block;
    text-align: center;
}

.curva-waiting.approval-status{
    padding: 5px 20px;
    background: #DFFFE0;
    color: #6cca00;
}

.no-sort table.dataTable thead .sorting:before, .no-sort table.dataTable thead .sorting:after, 
.no-sort table.dataTable thead .sorting_asc:before, .no-sort table.dataTable thead .sorting_asc:after,
.no-sort table.dataTable thead .sorting_desc:before, .no-sort table.dataTable thead .sorting_desc:after,
.no-sort table.dataTable thead .sorting:before, .no-sort table.dataTable thead .sorting:after{
    content: none;
    display: none;
 }
 .select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #329FB7 !important;
    outline: 0;
}
.ul-link{
    font-style: italic;
    text-decoration-line: underline;
    font-weight: bold;
}
.body-chart{
    padding: 10px;
}
.mh-300{
    min-height: 280px;
}
.mh-400{
    min-height: 380px;
}
.maxh-400{
    max-height: 310px;
}
.ovSc{
    overflow-y: scroll;
    overflow-x: hidden;
}
.ovSc::-webkit-scrollbar {
    width: 9px;
}

.ovSc::-webkit-scrollbar-track {
   background-color: transparent; 
    border-radius: 10px;
}

.ovSc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #626262; 
}
.lm-i-pad{
    padding: 2rem 2.5rem !important;
}
.big-font{
    font-weight: bold;
    font-size: 20px;
    font-family: "Montserrat" !important;
}
.list-todo{
    padding-left: 25px;
    list-style: decimal;
}
.detail-pro, .detail-pro p, .detail-pro h5 {
    font-family: "Montserrat" !important;
}
.detail-pro img{
    max-width: 100px;
}
.ttl-dp{
    font-size: 17px;
    margin-left: 15px;
    font-weight: bold;
}
.btn-block-mobile{
    margin-left: 15px;
}
.detail-pro{
    margin-top: -250px;
    margin-left: 15px;
    margin-right: 15px;
}
.lm-icon{
    max-width: 22.5%;
    margin-right: 15px;
}
.no-flex-mobile{
    display: flex;
}
.swal2-icon.swal2-warning::before {
    content: "" !important;
}
.breadcrumb .breadcrumb-item.active a {
    color: #626262 !important;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #329fb7 !important;
}
.sort{
    font-size: 10px;
    margin-left: 15px;
}

html body .content .content-wrapper {
    min-height: 85vh;
}

.pickadate input{
    width: 100%;
    border: 0px;
    outline: none;
}

.no-x {
    background-image: none !important;    
}

#main-menu-navigation li{
    display: list-item !important;
}

.mx-input{
    height: 39px !important;
}

.dropzone .dz-message {
    position: relative;
    margin-top: 100px !important;
}

.tableFixHead {
    overflow: auto;
    max-height: 395px;
}
  
.tableFixHead thead th {
    position: sticky;
    top: 0;
    background-color: #EAF5F8 !important;
    z-index: 1;
}

.scrollable{
    max-height: 350px;
    overflow: auto;
}

select, option {
    font: -moz-pull-down-menu;
}

.ql-container{
    min-height: 140px;
    padding: 1rem;
}

.ql-editor{
    padding: 0px !important;
}




.ipm-horizontal-slider {
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    /* background-color: aqua; */
    display: flex;
    align-items: center;
}

.ipm-horizontal-slider::-webkit-scrollbar {
    display: none;
}

.ipm-hslide-wrap {
    padding-right: 8px;
    display: inline-block;
}

.card-status-dashboard {
    min-width: 288px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}
.card-status-yellow {
    background: rgba(255, 216, 59, 0.08);
    border: 1.5px solid #F3CA27;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.card-status-red {
    background: rgba(227, 35, 35, 0.08);
    border: 1.5px solid #E32323;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}



.ipm-text-yellow {
    color: #F3CA27 !important;
}
.ipm-text-red {
    color: #E32323 !important;
}

.table-ipm-theme > .el-table__header-wrapper > table > thead > tr > th {
    background-color: #EAF5F7 !important;
}
.table-ipm-theme > .el-table__header-wrapper > table {
    width: 100% !important;
}
.table-ipm-theme > .el-table__fixed > .el-table__fixed-header-wrapper > table > thead > tr > th {
    background-color: #EAF5F7 !important;
}
.table-ipm-theme > .el-table__fixed > .el-table__fixed-header-wrapper > table {
    width: 100% !important;
}
.table-ipm-theme > .el-table__body-wrapper > table {
    width: 100% !important;
}

.card-wrap-statistik {
    background: url('./../img/Pathstatik.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.badge-rounded-md {
    border-radius: 4px;
    padding: 7px;
}
.v2-ipm-accordion {
    border: none !important;
}
.v2-ipm-accordion-item {
    border: 1px solid #DDDDDD !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin-bottom: 24px;
}
.v2-ipm-accordion-item > .el-collapse-item__wrap {
    border: none !important;
}
.v2-ipm-accordion-item > div > .el-collapse-item__header {
    border: none !important;
    font-size: 15px !important;
    height: auto !important;
    font-weight: bold !important;
    color: #3099AC !important;
}
.no-decoration > u {
    text-decoration: none !important;
}
.pagination-v2 {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
.pagination-v2 > li {
    list-style-type: none;
    display: inline;
    padding: 12px;
    background: #F7F7F7;
}
.pagination-v2 > li:first-child {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: -3px;
}
.pagination-v2 > li:last-child {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: -3px;
}
.pagination-v2 > li.active {
    background: #329FB7;
    border-radius: 10px;
}
.pagination-v2 > .active > a {
    color: #fff !important;
}
.pagination-v2 > .disabled > a {
    color: #626262 !important;
}

/* CUSTOM-NAV */
ul.nav.custom-nav-box li.nav-item .nav-link  {
    font-family: 'Myriad Pro';
    font-weight: 600;
    font-size: 15px;

    color: #03566B !important;

    padding: 8.125px 23.282px;

    border: 2px solid #3099AC;
    border-radius: 4px;
    background-color: #FFFFFF;
}

ul.nav.custom-nav-box li.nav-item:not(:first-of-type) .nav-link  {
    margin-left: 0.5rem;
}

ul.nav.custom-nav-box li.nav-item .nav-link.active  {
    background-color: #E1EDF2 !important;
}
/* CUSTOM-NAV */

/* CUSTOM-ALERT */
div.alert.custom-alert {
    border-width: 2px;
    border-style: solid;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;

    margin-bottom: 0px;
}

div.alert.custom-alert .alert-highlight {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.46875px;
}

div.alert.custom-alert .alert-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px;

    color: #626262;
}

div.alert.custom-alert.alert-warning {
    border-color: #F3CA27;
    color: #F3CA27 !important;
    background-color: #F6F4EB !important;
}

div.alert.custom-alert.alert-warning img.alert-icon {
    filter: invert(59%) sepia(100%) saturate(348%) hue-rotate(9deg) brightness(115%) contrast(91%);
}

div.alert.custom-alert.alert-danger {
    border-color: #E32323;
    color: #E32323 !important;
    background-color: #F4E5E9 !important;
}

div.alert.custom-alert.alert-danger img.alert-icon {
    filter: invert(21%) sepia(99%) saturate(4357%) hue-rotate(351deg) brightness(91%) contrast(94%);
}
/* CUSTOM-ALERT */

/* CHART CUSTOM-DATALABELS */
.custom-datalabels g.apexcharts-data-labels > rect {
    height: 24px;
    /* y: -18.5; */
}
/* CHART CUSTOM-DATALABELS */

/* Wrap spiner */

.wrap-spiner-chart {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.2);
}
/* CUSTOM-BULLET */
span.custom-bullet {
    display: inline-block;
    border-radius: 50%; 
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background-color: #626262;
}

span.custom-bullet.custom-bullet-primary {
    background-color: #3099AC !important;
}
span.custom-bullet.custom-bullet-warning {
    background-color: #F3CA27 !important;
}
/* CUSTOM-BULLET */

/* APEXCHARTS */
.apexcharts-data-labels.hide-data-labels text,
.apexcharts-data-labels.hide-data-labels rect {
    fill: none;
    display: none;
}

.apexcharts-data-labels.chart-warning text {
    fill: none;
}
.apexcharts-data-labels.chart-warning rect {
    fill: #FDEDED !important;
    stroke: #E22323 !important;
    stroke-dasharray: 4;
    width: 40px;
    height: 28px;
}
/* APEXCHARTS */

.wrap-tultip {
    padding: 10px;
    background: white;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
  }
  .content-tultip {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bulatan {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
  }

  .cards{
    width: 130px;
    height: 87px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #FCCE6B;
    border-radius: 2px;
    cursor:pointer;
  }

  .cards-link{
    font-size: 12px;
    color:#E54060 !important;
  }
  
  /* APEXCHARTS */
.apexcharts-data-labels.hide-data-labels text,
.apexcharts-data-labels.hide-data-labels rect {
    fill: none;
    display: none;
}

.apexcharts-data-labels.chart-warning text {
    fill: none;
}
.apexcharts-data-labels.chart-warning rect {
    fill: #FDEDED !important;
    stroke: #E22323 !important;
    stroke-dasharray: 4;
    width: 40px;
    height: 28px;
}

#Chart_Live_S_Curve {
    overflow-x: auto;
    overflow-y: hidden;
}
/* #Chart_Live_S_Curve::-webkit-scrollbar {
    display: none;
} */

#Chart_Live_S_Curve .apexcharts-xaxis-annotations rect{
    width: 1px;
    height: 25px;
    transform: translate(18px, -27px);
    opacity: .65;
}
/* APEXCHARTS */

