* {
    font-family: 'Open Sans', sans-serif;
}

/* Login Page Style */

.login-page {
    background: #d62b47;
}

.login-box {
    width: 100%;
}

.login-logo {
    width: 150px;
    margin: 0 auto;
}

.login-card {
    box-shadow: 0px 2px 6.65px 0.35px rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    overflow: hidden;
}

.login-card-body {
    padding: 1.5rem;
}

.login-box-msg {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

.input-group {
    height: 45px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.form-control {
    height: 45px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0;
}

.input-group-text {
    height: 45px;
    border: 0;
    color: #000 !important;
    border-left: 1px solid #F7F7F7 !important;
}

[class*=icheck-]>input:first-child+label::before {
    border-color: #d62b47;
    border-radius: 5px !important;
}

.icheck-primary>input:first-child:checked+label::before {
    background-color: #d62b47;
    border-color: #d62b47;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #d62b47;
    border-width: 1px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
    color: #000;
    font-size: 1rem;
}

.forgot-link {
    font-size: 1rem;
    color: #d62b47;
}

.btn-custom {
    background-color: #d62b47;
    border-color: #d62b47;
    padding: .313rem 1rem;
    border-radius: 0.625rem;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
    transition: all 0.2s ease-in-out;
}

.btn-custom:hover {
    background-color: #FFF;
    color: #d62b47;
    border-color: #d62b47;
}

/* Sidebar */

.custom-sidebar {
    background-color: #d62b47;
}

.brand-link {
    border-bottom: 1px solid #FFF;
}

.brand-link img {
    width: 100px;
}

.brand-link .brand-text {
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
}

.user-panel {
    border-bottom: 1px solid #FFF;
}

.user-panel .info a {
    color: #FFF;
    text-transform: capitalize;
    font-size: 1.125rem;
}

.user-panel .info a:hover {
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #d62b47;
}

input:focus+.slider {
    box-shadow: 0 0 1px #d62b47;
}

input:checked+.slider:before {
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}

.slider.round:before {
    border-radius: 50%;
}

.nav-pills .nav-link {
    color: #FFF;
}
.tab-profile-user .nav-pills .nav-link {
    color: #6c757d;
}

.nav-pills .nav-link:hover {
    color: #fff !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background-color: #e96076;
    color: #FFF;
    position: relative;
}

.nav-pills .nav-link.active::before,
.nav-pills .nav-link:hover::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 25px;
    background: #FFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
}

.nav-item .img-circle {
    width: 1.8rem;
    height: auto;
    margin-right: 10px;
}

.nav-item {
    text-transform: capitalize;
    align-items: center;
}

.main-footer p {
    color: #000;
    font-size: 14px;
}

.main-footer p a {
    color: #d62b47;
}

.content-wrapper {
    background-color: #FFF;
    overflow-x: hidden;
}

.content-header {
    border-bottom: 1px solid #dee2e6
}

.breadcrumb-link {
    color: #d62b47;
}

.dataTable {
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
    margin-top: 1rem;
}

.dataTable thead tr th,
.dataTable tbody tr td {
    border: 0;
}

.dataTable tbody tr td {
    font-size: 14px;
}

.dataTable thead tr th {
    font-size: 14px;
    font-weight: 600;
}

.dataTables_filter label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dataTables_filter .form-control {
    height: 45px;
    border-radius: 10px;
    border: 0;
    margin-left: 0.5rem;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.dataTables_length .form-select {
    height: 45px;
    border-radius: 10px;
    border: 0;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.actions-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-button {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #d62b47;
    background: #FFF;
    border: 1px solid #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
    transition: all 0.3s ease-in-out;
}

.action-button:hover {
    background: #d62b47;
    color: #FFF;
    border: 1px solid #d62b47;
}

.page-item.active .page-link {
    background-color: #d62b47;
    border-color: #d62b47;
}

.add-btn {
    width: auto;
    font-size: 1rem;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    background: #d62b47;
    padding: 0.313rem 1rem;
    border: 1px solid #d62b47;
    transition: all 0.3s ease-in-out;
    margin-right: 0.625rem;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.add-btn:hover,
.add-btn:active {
    color: #d62b47;
    background: #FFF;
    border: 1px solid #d62b47;
}

.small-box {
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.small-box .icon {
    color: #d62b47;
    opacity: 0.5;
}

.small-box>.small-box-footer {
    background-color: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #d62b47;
    padding: 0.5rem;
    color: #d62b47;
    transition: all 0.3s ease-in-out;
}

.small-box>.small-box-footer:hover {
    background-color: #d62b47;
    color: #FFF;
}

.back-btn {
    color: #000;
}

.view-list-card {
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.view-list-card .card-header {
    background: #F7F7F7;
    font-weight: 600;
}

.view-list-card .card-body label {
    font-size: 14px;
    font-weight: 500;
}

.forms-data {
    background: #F7F7F7;
    border-bottom: 1px solid #d0d0d0;
    padding: 0.5rem;
}

.form-shadow {
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.form-shadow:focus {
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
    outline: #d62b47;
}


/* all search button */

/* .dataTables_filter{
    margin-left: 70%;
} */

/* @media only screen and (max-width: 720px) {
    .dataTables_filter{
        margin-left: auto;
    }

    .wrapper{
        max-width: 500px;
    }
} */

.table.dataTable {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
    .table.dataTable {
        display: table;
    }

}


/* Customers page */

.dataTables_filter{
    width: auto;
    display: inline-block;
    float: right;
}

/* All Templates edit */

.add-btn1{
    width: auto;
    font-size: 1rem;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    background: #d62b47;
    padding: 0.313rem 1rem;
    border: 1px solid #d62b47;
    transition: all 0.3s ease-in-out;
    margin-right: 0.625rem;
    margin-top: 1.5rem;
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.add-btn1:hover,
.add-btn1:active {
    color: #d62b47;
    background: #FFF;
    border: 1px solid #d62b47;
}


.profile-card .card-header{
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.14);
}

.post-img{
    height: 350px;
    overflow: hidden;
    display: flex;
}

#thumb-output {
    margin-top: 1rem;

}

#DataTables_Table_0_wrapper .row:first-child {
    display: none;
}

#certificates-table_wrapper .row:first-child{
    display: none;
}

.tableCustom table{
    width: 100% !important;
}

#DataTables_Table_0_paginate  ul.pagination{
    flex-wrap: wrap ;
}

#datatable-crud_paginate ul.pagination{
    flex-wrap: wrap;
}

.row{
    margin-top: 1rem;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0.5rem 0 !important;
}
