/* BASE */
body {
    font-family: 'Poppins', sans-serif;
}

.btn {
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
}

.btn.btn-xs {
    border-radius: 6px;
    font-size: 12px;
    padding: 1px 5px;
}

.btn.btn-xs:hover {
    color: #fff;
}

.btn-divider {
    height: 5px;
}

.btn.btn-action {
    margin-bottom: 5px;
}

.input-group-btn .btn {
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-control {
    height: 40px;
    border-radius: 8px;
    padding: 5px 15px;
}

.form-control:focus {
    color: #333;
}

.form-control-feedback.fa {
    line-height: 40px;
}

select.form-control {
    padding: 0 5px;
    height: 40px;
}

.input-group .input-group-addon {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* END BASE */

.select2-container {
    height: 40px;
    padding-left: 0;
}

.select2-selection {
    height: 40px;
    min-height: 40px;
    padding-left: 0 !important;
    padding-top: 9px !important;
    border-radius: 8px !important;
    border: 1px solid #d2d6de !important;
}

.input-group .select2-selection {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-selection__arrow {
    margin-top: 5px;
}

.select2-dropdown {
    border-top: 1px solid #999 !important;
}

.notification-text {
    font-size: 14px;
    overflow: hidden;
}

.notification-date {
    font-size: 12px;
    color: #777;
    padding-left: 20px;
}

.dropdown.open i.fa,
.dropdown.open span {
    color: #64748B;
}

.content-header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.main-sidebar .sidebar {
    padding-top: 50px;
}

.sidebar-menu>li>a>span {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: -5px;
}

.sidebar-menu>li>a>i.mdi {
    font-size: 25px;
}

.form-horizontal .form-group .control-label {
    text-align: left;
}

.content-header .breadcrumb {
    background: none;
    padding-left: 0;
}

.label-select {
    position: relative;
}

/*select.form-control {*/
/*appearance: none;*/
/*-moz-appearance: none;*/
/*-webkit-appearance: none;*/
/*border-radius: 0;*/
/*-webkit-border-radius: 0;*/
/*line-height: 16px;*/
/*}*/

.custom-label {
    padding-top: 7px;
}

.form-group label {
    font-weight: 600;
}

.form-group .control-label span {
    font-weight: 400;
    color: #333;
}

.parsley-error {
    border-color: #f05050 !important;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #f05050;
}

/* NProgress */
#nprogress .bar {
    background: #4B95C1;
}

/* Fancy blur effect */
#nprogress .peg {
    box-shadow: 0 0 10px #4B95C1, 0 0 5px #4B95C1;
}

#nprogress .spinner-icon {
    border-top-color: #4B95C1;
    border-left-color: #4B95C1;
}

.table th {
    font-weight: 600;
    font-size: 14px;
}

.table .sorting .fa-sort,
.table .sorting-asc .fa-sort-asc,
.table .sorting-desc .fa-sort-desc {
    float: right;
    color: #ccc;
}

.table .sorting-asc .fa-sort-asc,
.table .sorting-desc .fa-sort-desc {
    color: #555;
}

.url-color {
    color: #4B95C1;
    cursor: pointer;
}

.url-color:hover {
    color: #6DB7E3;
}

.info-box-custom {
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.info-box-custom .info-box-text {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.info-box-custom .info-box-number {
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
}

.info-box-custom .info-box-number.text-small {
    text-align: right;
    padding-top: 10px;
    font-size: 40px;
}

.info-box-custom .info-box-number-desc {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: -15px;
    padding-bottom: 40px;
}

.info-box-custom.blue .info-box-number,
.info-box-custom.blue .info-box-number-desc {
    color: #3B82F6;
}

.info-box-custom.red .info-box-number,
.info-box-custom.red .info-box-number-desc {
    color: #EF4444;
}

.info-box-custom.yellow .info-box-number,
.info-box-custom.yellow .info-box-number-desc {
    color: #F59E0B;
}

.info-box-custom.green .info-box-number,
.info-box-custom.green .info-box-number-desc {
    color: #22C55E;
}

.info-box-custom.black .info-box-number,
.info-box-custom.black .info-box-number-desc {
    color: #333333;
}

.table .badge {
    font-weight: 400;
    font-size: 12px;
}

.nav-tabs li>a {
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #DDDDDD;
}

.select2-selection__rendered .select2-selection__choice__display {
    color: #333 !important;
}