.font-set {
    white-space: nowrap;
}
.user-section{
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.user-icon i {
    font-size: 32px;
    float: right;
    margin-top: 16px;
    color: #54ca68;
}
.main-sidebar .sidebar-brand a .logo-name:hover{
    color: #54ca68;
}
td.text-center.icon-section a.btn.btn-sectiones {
    background: #cd2322;
    color: #fff;
}
a.btn.btn-sectione {
    background: #3abaf4;
    color: #fff;
}
svg.feather.feather-trash-2 {
    width: 15px;
}
svg.feather.feather-eye {
    width: 15px;
}
a.btn.btn-sections {
    background: green;
    color: #fff;
}
svg.feather.feather-edit {
    width: 15px;
}
input[type="range"] {
    width: 36px !important;
    height: 4px;
    accent-color: #a5a4a452!important;
}
div#table-1_paginate {
    position: absolute;
    right: 0px;
}
.table:not(.table-sm) thead th {
    border-bottom: none;
    background-color: rgba(0,0,0,0.04);
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
}
td.text-center.d-flex.ranage-section {
    justify-content: center;
}
div#table-1_filter {
    position: absolute;
    right: 64px;
}
select.form-control.form-control-sm {
    width: 100px;
}
i.fas.fa-search.searc-sect {
    position: absolute;
    top: 0px;
    right: 0px;
    background: cornflowerblue;
    padding: 14px;
    color: #fff;
}
input.form-control.form-control-sm {
    width: 287px;
    height: 41px;
}
.form-section-ma {
    background: #fff;
}
p.pl-3.font-section {
    font-size: 15px;
}
p.pl-3.secti-content {
    font-weight: 700;
}
input.save {
    background: green;
    border: 1px solid green;
    padding: 6px 40px;
    color: #fff;
    border-radius: 5px;
    margin-top:18px;
}
.form-section-ma {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 1px 8px 0px #73717178;
}
.form-section-ma {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 1px 8px 0px #73717178;
    padding: 24px !important;
}
.btn-section .btn-success, .btn-success.disabled {
    box-shadow: 0 2px 6px #9aa09b;
    background-color: #f3f7f9;
    border-color: #f3f7f9;
    color: #000;
    margin-left: 15px;
}
.btn-section .btn-danger, .btn-danger.disabled {
    box-shadow: 0 2px 6px #9aa09b;
    background-color: #f3f7f9;
    border-color: #f3f7f9;
    color: #000;
}
.banner-img i {
    padding: 34px;
    font-size: 36px;
    color: cornflowerblue;
    position: relative;
}
li.dropdown i {
    color: #666679a6;
}
div.dataTables_wrapper div.dataTables_length select {
    display: inline !important;
}
body {
    background-color: #f6f6f6;
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
    font-family: "Lato", sans-serif;
}
table#table-1 th {
    font-weight: 800;
}
.card .card-header h4 {
    font-size: 21px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
    color: #212529;
    font-weight: 800;
}
.card-content .font-13 {
    font-size: 16px !important;
    font-weight: 800;
    color: #666666;
}
.theme-white a:hover {
    color: #6777ef;
}
.plus {
    float: right;
    padding-bottom: 10px;
}





@media only screen and (min-width:375px)  and (max-width:767px) {
  input.form-control.form-control-sm {
        width: 140px
    }
    div#table-1_filter {
        right: 31px;
        top: -69px;
    }
  }

