.btn-action {
    width: 30px;
    height: 30px;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 7px;
}

.text-red {
    color: red;
}

#hidden {
    visibility: hidden;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 0 10px !important;
}

.add-btn {
    padding: 6px 14px !important;
}

.modal-footer .btn {
    padding: 6px 12px;
    border-radius: 5px;
}

.page-title {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.breadcrumbs {
    margin-left: 16px !important;
    padding-left: 16px !important;
}


/* 
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 1px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
    background: #c3aefc;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #1269db;
    box-shadow: 0px 3px 0px 0px #1269db;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #1269db;
    color: white;
    border: 1px solid #1269db;
    border-radius: 0px 0px 20px 20px;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #1269db;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: 45px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 15px;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
} */

.btn-save {
    background: #007bff;
    padding: .5rem .75rem;
    color: white;
}

.btn-save:hover {
    color: white;
    background: #066edd;
}

.btn-next,
.btn-prev {
    background-color: #fff;
    border-color: #dee2e6;
    padding: .5rem .75rem;
}

.btn-next:hover,
.btn-prev:hover {
    background: #e9ecef;
}

.btn {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.form-wizard .form-wizard-header {
    text-align: center;
}

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .wizard-fieldset.show {
    display: block;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.form-wizard .form-wizard-steps li span {
    background-color: #e9e9e9;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
    font-weight: 600;
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #1269db;
    color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #1269db;
    left: 50%;
    width: 50%;
    border-color: #1269db;
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #1269db;
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}

.task-card {
    height: 83px;
}

.task-card h5 {
    font-size: 22px;
    font-weight: bold;
}

.muted-heading {
    font-size: 14px;
    font-weight: 600;
}

.task-card h4 {
    font-size: 18px;
}

.activity-cards {
    height: 400px;
}

.time-card {
    width: 120px;
    height: 70px;
    margin: 0 .5px;
    box-shadow: 0px 0px 10px #aaaaab7a;
    color: white;
    border-radius: 5px 5px 0px 0px;
    transition: all .2s ease-in-out;
}

.time-card:hover {
    transform: translateY(-10%);
    transition: all .2s ease-in-out;
}

.divider {
    border-top: 1px solid #f1f1f194
}

.active-row {
    margin-bottom: 6%;
}

.page-item.active .page-link {
    z-index: 0 !important;
}

.table-card {
    margin-bottom: 7%;
}

.nav-logo {
    width: 100px !important;
    padding: 5px 10px 10px 10px;
}

.swal-text {
    color: #595959 !important;
}

.swal2-select {
    font-size: 16px !important;
}

.swal2-actions button {
    padding: 5px 10px !important;
}

.swal2-cancel {
    margin-right: 5px;
}

.hidden {
    display: none;
}

.logout-btn {
    padding: 2px 7px;
}

.activity-cards .table-responsive {
    margin-top: 37px;
}

.activity-cards .table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 2px 10px !important;
}

.activity-cards .table-responsive .page-link {
    padding: 7px 11px;
}

.alert_demo_2 {
    color: #f25961!important;
    border: 1px solid #f25961!important;
    border-radius: 50%;
}

.sidebar_minimize .footer-row {
    transition: all .3s linear;
}

.footer-row {
    position: fixed;
    bottom: 0;
    transition: all .3s linear;
    z-index: 9999;
}

.user-name {
    font-size: 14px;
    color: white;
    margin: 10px;
    font-weight: 500;
}

.bg-purple {
    background-color: #1269db;
}

.time-card i {
    font-size: 10px;
}

.container-login100 {
    background: #f9fbfd !important;
}

.login100-form-title {
    padding-bottom: 10px !important;
}

.sector-card h5 {
    font-weight: 600;
    font-size: 14px;
}

.sector-card ul li a {
    text-decoration: none;
    font-size: 13px;
}

.card-border {
    border-bottom: 1px solid #eee;
}

#noteForm .modal-dialog {
    max-width: 700px;
}

.ts-input {
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px;
}

.ts-control:focus,
.ts-input:focus {
    border-color: #3e93ff !important;
}

.ts-input::before {
    display: none !important;
}

.ts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 !important;
    border-top: 1px solid rgb(0 0 0 / 10%) !important;
    border-width: 1px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    border-radius: 0 0 3px 3px;
}

.ts-dropdown-content .option.active {
    background-color: transparent !important;
}

.ts-dropdown-content .option:hover {
    background-color: #3e93ff !important;
    color: white !important;
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 193px !important;
    right: auto !important;
    z-index: 3001;
    display: block;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.login100-form-btn {
    background-color: #1673e8 !important;
    font-size: 14px !important;
    border-radius: 3px !important;
    font-weight: 400 !important;
}

.login100-form-btn:hover {
    background: #1673e8 !important;
    border-color: #6861CE !important;
}

.symbol-input100 {
    color: #8d9498;
}

.input100 {
    background-color: transparent;
    border: 1px solid #ebedf2;
    font-size: 14px !important;
}

.input100:focus {
    border: 1px solid #3e93ff !important;
}

.input100:focus>.symbol-input100 {
    color: greenyellow
}

.banner-img {
    width: 100%;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    object-fit: cover
}

.login-wrapper {
    height: 460px;
    box-shadow: 0px 0px 10px 0px #d6d6d6;
    border-radius: 5px;
}

.img-wrapper {
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
}

.form-wrapper {
    background-color: #fff;
    border-radius: 0px 5px 5px 0px;
}

.form-wrapper form {
    width: 90%;
    margin: auto;
    padding: 50px 60px;
}
.nav-tabs {
    border: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none !important;
    background-color: #91979b;
    color: #fff !important;
    border-radius: 0 !important;
}
.sector-card{
    height: 270px;
}

.nav-tabs .nav-link{
    color:#495057;
}


.form-group {
    padding: 2px 5px !important;
}

.modal-footer {
    padding: .5rem !important;
}

.modal-body {
    padding: .7rem !important;
}

.card .card-body,
.card-light .card-body {
    padding: 1rem !important;
}

.card .card-header,
.card-light .card-header {
    padding: 1rem 1.25rem !important;
}

.form-group input {
    padding: .3rem 1rem !important;
}

.btn-icon.btn-sm {
    height: 1.3rem !important;
    min-width: 1.3rem !important;
    width: 1.3rem !important;
}

.btn-icon.btn-sm i {
    font-size: 10px;
}

i.icon-menu {
    padding: 0.3em 0.3em !important;
    font-size: 12px;
}

.nowrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.time-card .card-body, .time-card .card-light .card-body {
    padding: 0rem !important;
}

.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
    border-color: #ebedf2 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background: transparent !important;
}

.nav-tabs .nav-link{
    background-color: linea;
    width:16%;
    text-align:center;
    position:relative;
    background: linear-gradient(45deg, #95d1ff, #c6e6ff);
    color: rgb(48, 35, 35);
    box-shadow: 0px 0px 3px #7cc3f9;
}
/* .nav-tabs .nav-link:after {
    content: '';
    border-top: 1px solid #bde2ff;
    border-right: 1px solid #bde2ff;
    width: 29px;
    height: 29px;
    position: absolute;
    right: -5px;
    top: 1.5px;
    background: #c0e3ff;
    z-index: 150;
    -webkit-transform: translate(10px,4px) rotate(
45deg);
    -o-transform: translate(10px,4px) rotate(20deg);
    transform: translate(10px,4px) rotate(
45deg);
} */

.nav-tabs .nav-link.active{
     background: linear-gradient(45deg, #257bea, #1566ce);
}
/* .nav-tabs .nav-link.active:after {
    content: '';
    border-top: 1px solid #1165d3;
    border-right: 1px solid #1165d3;
    width: 29px;
    height: 29px;
    position: absolute;
    right: -5px;
    top: 1.5px;
    background: #186ad4;
    -webkit-transform: translate(10px,4px) rotate(
45deg);
    -o-transform: translate(10px,4px) rotate(20deg);
    transform: translate(10px,4px) rotate(
45deg);
    box-shadow: 1px -1px 5px #005dd4;
} */

.dataTables_length{
    display: inline-block;
}
#basic-datatables_filter{
    display: inline-block;
    float: right;
}