.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.setting-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.setting-ul {
    background: #F3F3F3;
    height: 100%;
    border-radius: 18px 0px 0px 18px;
    overflow: hidden;
    padding: 20px 14px;
}

.setting-col {
    padding: 0 5px;
}

.setting-row {
    background: #fff;
    padding: 5px 0;
    border-radius: 18px 0 0 18px;
}

#settings-form {
    padding: 0 25px;
}

.setting-ul a {
    border: 0 !important;
}

.setting-ul li.active a {
    background: white;
    margin-bottom: 0;
    color: black;
}

.setting-ul li {
    margin-bottom: 0 !important;
}

.setting-ul li a {
    border-radius: 6px !important;
    padding: 12px 20px !important;
}

.setting-ul li a:hover {
    background: #fff !important;
}

.setting-row .panel_s {
    box-shadow: none;
}

.setting-tab-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}


.setting-row .control-label.label-on-border {
    position: initial;
    width: 250px;
    font-size: 16px;
    font-weight: bold;
}

.setting-row .form-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E3E5E5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.setting-row .form-control {
    border: 0 !important;
    font-weight: bold;
}

.new-btn-save {
    width: 240px;
    height: 50px;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(200deg, rgb(235 96 26) 25%, rgba(252, 176, 69, 1) 55%);
    color: #fff;
}

.new-btn-save:hover {
    color: #fff;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.mr-15 {
    margin-right: 15px;
}

#setup-menu {
    display: none;
}

.setting-role-table {
    border-bottom: 0;
}

.setting-role-table thead {
    border-bottom: 2px solid #999999;
}

.p-0 {
    padding: 0 !important;
}

.btn-date-wrap {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

#date-prev {
    margin-right: 8px;
}

.btn-date-wrap span {
    cursor: pointer;
}

.alert-box {
    padding: 14px 20px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 4px;
    color: white;
}

.alert-box::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 85%;
    background: white;
    border-radius: 4px;
    left: 4px;
    top: 8%;
}

.alert-box a {
    color: white;
}

.mr-20 {
    margin-right: 20px;
}

.info-staff-box {
    display: flex;
    align-items: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    background: #F3F3F3;
    width: 100%;
    padding: 15px 60px;
    border-radius: 10px 10px 0 0;
}

.staff-avatar img {
    width: 100%;
}

.staff-avatar {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}

.panel-body {
    position: relative;
}

.info-staff-wrap {
    height: 110px;
}


#register-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    position: relative;
    margin-top: 20%;
}

#register-tab::after {
    display: none;
}

.customers.register {
    background: #fff !important;
}

#register-tab li>a span {
    padding: 2px 8px;
    border-radius: 50%;
    color: white;
    position: relative;
    margin-right: 5px;
    background: #b3b3b3;
}

#register-tab .nav-item {
    margin-bottom: 0;
    background: #fff;
}

#register-tab li>a:hover {
    border: 0;
}


#register-tab .nav-link {
    border: 0 !important;
    font-size: 16px;
}

#register-tab::before {
    content: '';
    width: 100%;
    height: 1px;
    background: red;
    left: 0;
    top: 0;
    position: absolute;
}

#register-tab::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: #BDBDBD;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

#register-tab >li.active>a span {
    background: #EC9837;
}
