h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure,
p {
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 500;
    color: #363954;
    line-height: 20px;
}

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}




a:focus,
a:hover {
    color: inherit;
}

/*

::placeholder {
    color: #999 !important;
}
*/


.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

.user-name {
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.user-name p {
    color: #fff;
}


.user-name p span {
    display: block;
    opacity: 0.5;
    margin-top: 15px;
}

.logout-btn {
    padding: 9px 16px;
    border-radius: 16px;
    margin-bottom: 25px;
    background: #fff;
    color: #101010 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    margin-top: 80px;
    text-align: center;
}

.logout-btn img {
    margin-left: 12px;
}

.page-title h4 {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    color: #363954;
    margin: 0;
}

.page-title h4 img {
    margin-right: 20px;
}

.shadow-box {
    padding: 24px;
    background: #F9F9FA;
    box-shadow: 0px 4px 25px rgba(39, 42, 69, 0.1);
    border-radius: 24px;
    position: relative;
}

.box-title {
    color: #363954;
    font-weight: 600;
}

.count-text {
    color: #363954;
    font-weight: 600;
    margin-top: 12px;
    opacity: 0.7;
}

.count-text img {
    margin-right: 16px;
}

h4.count-text img {
    max-width: 26px;
    margin-bottom: 4px;
}

.since-text {
    color: #36395480;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 10px;
}

.since-text span {
    color: #62DA8B;
    margin-right: 8px;
}

.select-btn {
    font-size: 14px;
    font-weight: 600;
    color: #404BDA;
    border: 1px solid #404BDA;
    background: transparent;
    border-radius: 50px;
    padding: 7px 14px;
    outline: none !important;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    cursor: pointer;
    text-align: center;
}

/* .select-btn:hover {
    background: #404BDA;
    color: #fff;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
} */

.chart-area {
    min-height: 250px;
}

.chart-area-sales {
    min-height: 325px;
}

.chart-bar-partners {
    min-height: 190px;
}

.chart-since {
    position: absolute;
    top: 25px;
    left: 40%;
    text-align: center;
    font-size: 12px;
    transform: translateX(-50%);
    margin: 0;
}

.chart-since span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.list-table {
    /* max-height: 380px; */
    overflow: auto;
}

.list-table .table {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin: 0;
}

.list-table thead {
    position: sticky;
    top: 0;
    background: #f9f9fa;
    box-shadow: 0px 1px 0px 1px #ddd;
}

.list-table table th,
.list-table table tr td {
    color: #363954;
    font-size: 14px;
    font-weight: 600;
    padding: 5px !important;
    vertical-align: middle;
}

.list-table table tr td {
    font-weight: 500;
}

.list-table table tr td a {
    color: #363954;
}



.list-table table thead th {
    color: #8588a3;
    font-size: 12px;
}

.list-table .table-hover tbody tr:hover {
    background-color: #FFC32B26;
}

/* .navbar-select-btn {
    position: absolute;
    left: 150px;
} */

.list-table table tr td img {
    cursor: pointer;
}

.list-table table tr td .dropdown-menu a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 12.5px 15px;
}

.list-table table tr td .dropdown-menu {
    padding: 0;
}




.table-borderless.table-hover {
    /* max-height: 380px; */
    overflow: auto;
}

.table-borderless.table-hover {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin: 0;
}

.table-borderless.table-hover thead {
    position: sticky;
    top: 0;
    background: #f9f9fa;
    box-shadow: 0px 1px 0px 1px #ddd;
}

.table-borderless.table-hover th,
.table-borderless.table-hover tr td {
    color: #363954;
    font-size: 14px;
    font-weight: 600;
    padding: 5px !important;
    vertical-align: middle;
}


.table-borderless.table-hover tr td {
    font-weight: 500;
}

.table-borderless.table-hover tr td a {
    color: #363954;
}



.table-borderless.table-hover thead th {
    color: #8588a3;
    font-size: 12px;
}

.table-borderless.table-hover tbody tr:hover {
    background-color: #FFC32B26;
}

/* .navbar-select-btn {
    position: absolute;
    left: 150px;
} */

.table-borderless.table-hover tr td img {
    cursor: pointer;
}

.table-borderless.table-hover tr td .dropdown-menu a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 12.5px 15px;
}

.table-borderless.table-hover tr td .dropdown-menu {
    padding: 0;
}


.user-profile-list li {
    display: inline-block;
    background: #272A45;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin-left: -15px;
    position: relative;
    font-size: 13px;
}

.user-profile-list li:first-child {
    margin-left: 0px;
}

.user-profile-list li img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}


.user-profile-list li span {
    line-height: 25px;
}


.add-partner-btn {
    background: #404BDA;
    height: calc(100% - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.add-partner-btn h6 {
    color: #fff;
}

.active-td {
    color: #2CB95D !important;
}


.active-filters button {
    font-size: 14px;
    font-weight: 600;
    color: #404BDA;
    border: 1px solid #404BDA;
    background: transparent;
    border-radius: 50px;
    padding: 3px 23px;
    outline: none !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.active-filters button:after {
    display: inline-block;
    margin-left: 0.5em;
    content: "×";
    font-size: 18px;
    color: #404BDA;
}

.add-filter-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    background: #272A45;
    border-radius: 50px;
    padding: 7px 23px;
    outline: none !important;
    min-width: 130px;
    text-align: center;
}

.filter_bar {
    padding: 30px 20px;
}

.filter_list ul li span {
    font-size: 14px;
    font-weight: 600;
    color: #404BDA;
    border: 1px solid #404BDA;
    background: transparent;
    border-radius: 50px;
    padding: 8px 23px;
    outline: none !important;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 13px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.filter_list ul li span:hover {
    background: #404BDA;
    color: #fff;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.filter_list {
    /* padding-bottom: 13px; */
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.filter_list p {
    color: #717486;
    margin-bottom: 13px;
}

.listing-link.Selected {
    pointer-events: none;
    opacity: 0.5;
}

.filter_bar .navbar-search input {
    font-size: 0.85rem;
    height: auto;
    border-radius: 50px;
    outline: none;
    box-shadow: none !important;
    min-height: 37px;
}

.filter_bar .navbar-search button {
    border-radius: 50px;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.filter_bar .navbar-search .input-group {
    border: 1px solid #ddd;
    border-radius: 50px;
}

.filter_bar .navbar-search {
    width: calc(100% - 120px);
}


.add-filter-main .modal-dialog {
    max-width: 750px;
    /* margin-right: 0; */
}


.add-new-filter-modal {
    background: rgba(0, 0, 0, 0.5);
}

.add-new-filter-modal .modal-dialog {
    max-width: 394px;
}

.add-new-filter-modal .modal-dialog .modal-header h5 {
    color: #363954;
    font-size: 16px;
    font-weight: 500;
}

.add-new-filter-modal form .form-control {
    border: 1px solid rgba(64, 75, 218, 0.3);
    border-radius: 24px;
    min-height: 40px;
    font-weight: 400;
    text-indent: 12px;
    box-shadow: none !important;
    font-size: 14px;
}

.modal-footer .btn {
    color: #404BDA;
    padding: 9px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border-color: #404BDA;
    outline: none;
    box-shadow: none !important;
}

.modal-footer .btn.btn-primary {
    color: #fff;
    background: #404BDA;
}

.modal-header .close {
    outline: none;
}

.partner-detail-box {
    position: relative;
}

.back-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 8px 20px rgb(0 0 0 / 25%);
    backdrop-filter: blur(50px);
    border-radius: 24px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 24px;
    display: flex;
    justify-content: space-between;
    min-width: 113px;
    align-items: center;
    text-align: center;
}

.partner-logo img {
    max-width: 100px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background: #fff;
}

.partner-info {
    display: flex;
    margin-top: 20px;
}

.partner-logo {
    margin-right: 30px;
}

.partner-info-content {
    margin-top: 2rem;
}


.partner-info-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 18px;
}

.partner-info-content ul li a {
    font-size: 10px;
    color: #363954;
    border: 1px solid #363954;
    border-radius: 25px;
    padding: 7px 15px;
    font-weight: 600;
}

.image-thumbs {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    padding: 13px;
}

.image-thumbs li {
    position: relative;
}

.image-thumbs li span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.partner-details-top-right {
    text-align: right;
}

.review-btns li a {
    background: #FFFFFF;
    box-shadow: 4px 4px 10px 3px rgba(102, 102, 102, 0.07);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    color: #000;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    min-height: 35px;
    text-align: center;
}

.review-btns li a img {
    margin-right: 5px;
}

.review-btns {
    margin-top: 24px;
}

.location-btn {
    font-size: 10px;
    font-weight: 600;
    color: #404BDA !important;
    border: 1px solid #404BDA;
    background: transparent;
    border-radius: 6px;
    padding: 3px 18px;
    outline: none !important;
    display: inline-block;
    margin-top: 16px;
    text-align: center;
}

.partner-links li {
    font-size: 14px;
    color: #000;
    margin-bottom: 16px;
    display: block;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
}

.partner-links li img {
    margin-right: 11px;
    margin-bottom: 2px;
}

.partner-links h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #272A45;
    margin-bottom: 15px;
}



.partner-btns {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.partner-btns a {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 7px;
    margin-top: 8px;
    text-align: center;
    background: #272A45;
    border-radius: 8px;
    color: #fff;
    display: block;
    border: 1px solid #272A45;
    text-align: center;
}

.partner-btns .con {
    color: #272A45;
    background: transparent;
}

.partner-add-form .form-control {
    border: 1px solid rgba(64, 75, 218, 0.3);
    border-radius: 24px;
    min-height: 52px;
    font-weight: 500;
    text-indent: 12px;
    box-shadow: none !important;
}

.partner-add-form .form-group {
    margin-bottom: 24px;
}

.partner-add-form .form-group .form-check-label {
    font-size: 14px;
    color: #8f8f8f;
    font-family: 'Poppins', sans-serif;
}

.partner-add-form .form-group .form-check {
    margin-top: 10px;
}

.partner-add-form .form-group .form-control::placeholder {
    color: #999ba8;
}




.bottom-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 80px;
}

.dark-btn {
    background: #404BDA;
    box-shadow: 0px 4px 25px rgba(64, 75, 218, 0.35);
    border-radius: 24px;
    border: 1px solid #404BDA !important;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    outline: none !important;
    min-width: 150px;
    text-transform: uppercase;
    text-align: center;
}

.border-btn {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #404BDA !important;
    color: #404BDA !important;
    font-weight: 600;
    padding: 10px;
    outline: none !important;
    min-width: 150px;
    text-transform: uppercase;
    text-align: center;
    /* box-shadow: 0px 4px 25px 0px #404BDA59; */
}


#accordion .card-header button {
    color: #363954;
    text-decoration: none;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#accordion .card-header button::after {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    right: 30px;
    content: "";
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-position: center;
}

#accordion .card-header button:not(.collapsed)::after {
    background-image: url(../img/arrow-up.svg);
}



#accordion .card-header {
    padding: 0;
    border: none;
    margin: 0;
    background-color: #fff;
    border-radius: 24px;
}

#accordion .card-body {
    padding: 20px 30px;
    border: none;
    margin: 0;
    background-color: #fff;
    border-radius: 24px;
    margin-top: 10px;
}

#accordion .card {
    background: transparent;
    border: none;
    margin-bottom: 16px;
}

#accordion .card-header button img {
    margin-right: 15px;
}


#accordion .card-body form .form-control {
    border: 1px solid rgba(64, 75, 218, 0.3);
    border-radius: 24px;
    min-height: 52px;
    font-weight: 500;
    text-indent: 12px;
    box-shadow: none !important;
}

#accordion .card-body form .form-control::placeholder {
    color: #999ba8;
}

#accordion .card-body form .input-group {
    position: relative;
}

.forgot-password {
    display: block;
    margin-top: 16px;
    color: #858796;
}


.password-eye {
    position: absolute;
    right: 20px;
    bottom: 14px;
    z-index: 9;
    cursor: pointer;
}

.notification-box-head h5 {
    font-family: 'Poppins', sans-serif;
    color: #363954;
    margin-bottom: 13px;
}

.notification-box-head p {
    font-family: 'Poppins', sans-serif;
    color: #363954;
    font-weight: 600;
}

.notification-box-head p span {
    height: 2px;
    background: #dde1e3;
    width: 63px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


.notification-btns a {
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    padding: 8px 11px;
    border-radius: 8px;
    margin: 0 5px;
}

.accept-btn {
    box-shadow: 0px 4px 4px 0px #1027FA40;
}

.notification-content h4 {
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.notification-content-row {
    display: flex;
    /*    align-items: center;*/
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.notification-content-row h6 {
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
}

.notification-content-row p {
    font-size: 13px;
    font-weight: 400;
}

/*
.notification-content-row:last-child {
    margin-bottom: 0;
}
*/

.notification-content {
    padding: 16px;
    border: 1px solid rgba(39, 42, 69, 0.3);
    border-radius: 16px;
}

.see-more-btn:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 5px;
}

.see-more-btn:not(.collapsed)::after {
    content: "\f106";
}

.see-more-btn {
    font-family: 'Poppins', sans-serif;
    color: #363954;
    font-weight: 500;
    border: none;
    outline: none !important;
    background: transparent;
}

.chart-pie-content h4 {
    color: #363954;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    font-size: 20px;
}

.chart-pie-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chart-pie-content p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.chart-pie-points h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 18px 0;
}

.chart-pie-points h5 i {
    margin-right: 8px;
    font-size: 32px;
    color: #e3e4ec;
    vertical-align: middle;
}

.chart-pie-points h5 span {
    color: #838594;
    font-size: 14px;
    margin-left: 16px;
}


.partner-add-time {
    display: flex;
}

.partner-add-time-box input {
    width: 64px;
    height: 60px;
    text-align: center;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
    outline: none !important;
    border: none;
    font-size: 24px;
    font-weight: 500;
    -webkit-appearance: none;
}

.partner-add-time-box input::-webkit-outer-spin-button,
.partner-add-time-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.partner-add-time-box input[type=number] {
    -moz-appearance: textfield;
}

.peroid-select {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 32px;
}

.peroid-select .toggle__item input {
    display: none;
}

.peroid-select .toggle__item {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0 24px;
    color: #000000;
    font-weight: 500;
}

.peroid-select .toggle__item:last-child {
    border: none;
}

.partner-time-seprater {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 12px;
}

.peroid-select .toggle__item input[type=radio]:checked~span {
    color: #404BDA;
}

.peroid-select .toggle__item span {
    cursor: pointer;
}

.working-days-list li label span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 8px 23px;
    outline: none !important;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00000026;
    font-family: 'Poppins', sans-serif;
    min-width: 87px;
    display: inline-block;
}

.working-days-list {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
}


.send-gift-modal .modal-header h5 {
    margin-bottom: 18px;
    color: #363954;
}


.send-gift-checkbox:checked+label:before {
    /* background: #f35429; */
}

.send-gift-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 19px;
    height: 19px;
    background: white;
    border: 2px solid #132620;
    border-radius: 5px;
}

.send-gift-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3.8px;
    background: white;
    width: 2px;
    height: 2px;
    /* box-shadow: 2px 0 0 #132620, 4px 0 0 #132620, 4px -2px 0 #132620, 4px -4px 0 #132620, 4px -6px 0 white, 4px -8px 0 white; */
    transform: rotate(45deg);
    width: 5px;
    height: 9px;
    border: solid #132620;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.send-gift-checkbox {
    position: absolute;
    opacity: 0;
}

.send-gift-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    font-family: 'Poppins', sans-serif;
}

.send-gift-modal .modal-footer .btn {
    min-width: 140px;
    border-radius: 12px;
    font-weight: 400;
}

.send-gift-modal .modal-body ul li {
    margin-bottom: 10px;
}

.add-new-filter-modal .modal-body ul li {
    margin-bottom: 10px;
}


.deactivate-radios input[type=radio]:checked {
    border-color: #000;
}

.deactivate-radios input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2px solid #000;
    margin: 0 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    /* outline-offset: 5px; */
    /* outline-color: var(--color-subtle); */
}

.deactivate-radios input[type=radio]:checked:after {
    transform: scale(1);
    background-color: #000;
}

.deactivate-radios input[type=radio]:after {
    content: "";
    display: block;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    width: 10px;
    height: 10px;
    border-radius: 7px;
}

.deactivate-radios label {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
    color: #363954;
    cursor: pointer;
}

#deactivate-modal .modal-footer .btn {
    border-color: #272A45 !important;
    color: #272A45 !important;
    border-radius: 8px;
}

#deactivate-modal .modal-footer .btn.btn-primary {
    background: #272A45 !important;
    color: #fff !important;
}


.reward-field label {
    color: #363954;
    font-size: 24px;
    font-weight: 600;
}

.reward-field {
    margin: 59px 0;
}

.reward-field .form-control {
    min-height: 50px;
    box-shadow: none !important;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #E6ECEF;
    padding: 70px 0;
}

.login-inner .form-control {
    border: 1px solid rgb(144 146 163 / 30%);
    border-radius: 24px;
    min-height: 52px;
    font-weight: 500;
    text-indent: 12px;
    box-shadow: none !important;
    background: #323658;
    color: #fff;
}

.login-inner .form-control::placeholder {
    color: #999ba8;
}

.login-inner {
    background: #272A45;
    border-radius: 10px;
    padding: 50px 30px;
}

.login-inner .btn {
    background: #fff;
    color: #272A45 !important;
    border-radius: 25px;
    padding: 11px;
    font-size: 20px;
}

.login-inner .small {
    color: #fff;
}

.has-error .form-control {
    border: 1px solid #e74a3b;
}

.has-error .form-control + strong {
    color: #e74a3b;
    font-size: 13px;
}


.dataTables_filter label, .dataTables_length label {
    color: #363954;
    font-size: 14px;
    font-weight: 600 !important;
}

.dataTables_filter label .form-control, .dataTables_length .form-control {
    box-shadow: 0 4px 25px 0 #272a451a;
    border-radius: 50px;
    width: 100%;
}

.dataTables_info {
    color: #363954;
    font-size: 16px;
    font-weight: 600 !important;
    margin-top: 40px;
}

.dataTables_paginate {
    color: #363954;
    font-size: 14px;
    font-weight: 600 !important;
    margin-top: 40px !important;
}

.dataTables_paginate .page-item:first-child .page-link {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #363954;
}

.dataTables_paginate .page-item:last-child .page-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #363954;
}

.badge-pill.badge-soft-success {
    font-weight: 500;
    color: #2CB95D !important;
    font-size: 14px;
}

.badge-pill.badge-soft-danger {
    font-weight: 500;
    color: #dc3545 !important;
    font-size: 14px;
}

.badge-pill.badge-soft-warning {
    font-weight: 500;
    color: #ffc107 !important;
    font-size: 14px;
}

.dataTable.table-borderless.table-hover tr td a, .dataTable.table-borderless.table-hover tr td button {
    width: 29px;
    height: 29px;
    font-size: 12px;
    border-radius: 50%;
}

.dataTable.table-borderless.table-hover tr td a i, .dataTable.table-borderless.table-hover tr td button i {
    color: #fff;
}

/* new-css-5-4-23 */

.partner-nav-tabs li a {
    font-size: 13px;
    color: #404BDA !important;
    border: 1px solid #404BDA !important;
    border-radius: 25px !important;
    padding: 6px 15px;
    font-weight: 600;
    display: inline-block;
    margin-right:10px;
    margin-bottom: 10px;
}

.partner-nav-tabs li a.active {
    background: #404BDA !important;
    color: #fff !important;
}

.partner-photo-choose {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.partner-photo-choose .image-thumbs {
    padding: 13px;
}

.partner-photo-choose .image-thumbs li img {
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.select-file input[type="file"]{
    background-color: #f8f9fc;
    border-radius: 4px;
    /* min-height: 52px; */
    /* width: 400px; */
    color: #565A90;
    border: 1px solid rgba(64, 75, 218, 0.3);
    border-radius: 24px;
    cursor: pointer;
    font-size: 13px;
    padding-right: 10px;
}

.select-file input[type="file"]::file-selector-button{
    background: #404BDA;
    box-shadow: 0px 4px 25px rgba(64, 75, 218, 0.35);
    border-radius: 24px;
    border: 1px solid #404BDA !important;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    outline: none !important;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
}

.partner-photo-choose .image-thumbs li {
    position: relative;
}

.partner-photo-choose .image-thumbs li .btn {
    position: absolute;
    top: -5px;
    font-size: 11px;
    right: -5px;
    border-radius: 50px;
}

.partner-photo-choose .form-group {
    margin-top: 1rem;
}


.partner-tick-list li {
    color: #363954;
    margin-bottom: 10px;
}

.partner-details-top-right .image-thumbs ul li img {
    max-width: 77px;
    border-radius: 10px;
}

@media screen and (max-width:1200px) {
    .topbar .navbar-search {
        width: 20rem;
    }

    .peroid-select {
        margin-left: 10px;
    }

    .partner-add-time-box input {
        width: 40px;
        font-size: 18px;
    }

    .chart-pie-points h5 i {
        margin-right: 4px;
        font-size: 16px;
    }

    .chart-pie-points h5 span {
        margin-left: 6px;
    }

    .partner-details-top-right {
        text-align: left;
        margin: 20px 0;
    }

    .image-thumbs {
        padding: 0;
    }

}


@media screen and (max-width:991px) {
    .partner-logo img {
        max-width: 60px;
    }

    .partner-logo {
        margin-right: 15px;
    }

    .peroid-select .toggle__item {
        padding: 0 5px;
        font-size: 13px;
    }

    .working-days-list {
        justify-content: inherit;
        flex-wrap: wrap;
    }

    .working-days-list li label span {
        font-size: 13px;
        padding: 8px 14px;
        min-width: 56px;
        margin-bottom: 8px;
    }


    .add-partner-btn {
        min-height: 127px;
    }

    .border-btn,
    .dark-btn {
        min-width: 150px;
    }

    .partner-add-form-btns {
        justify-content: center;
    }

    .shadow-box {
        padding: 20px 15px;
    }

    .sidebar {
        padding: 10px;
    }

    .sidebar.toggled .nav-item .nav-link img {
        margin-right: 0;
    }

    .sidebar.toggled .logout-btn {
        flex-direction: column-reverse;
        padding: 9px 5px;
        font-size: 12px;
    }

    .sidebar.toggled .logout-btn img {
        margin-left: 0;
        max-width: 15px;
        margin-bottom: 2px;
    }

    .topbar .navbar-search {
        width: 20rem;
    }

    .page-title {
        position: absolute;
        left: 60px;
    }

    .chart-since {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width:767px) {
    .sidebar .nav-item .nav-link img {
        margin-right: 0;
    }

    .partner-add-form-btns {
        flex-direction: column;
        margin-top: 50px;
    }

    .sidebar .logout-btn {
        flex-direction: column-reverse;
        padding: 9px 5px;
        font-size: 12px;
    }

    .sidebar .logout-btn img {
        margin-left: 0;
        max-width: 15px;
        margin-bottom: 2px;
        display: none;
    }

    .sidebar-dark .nav-item .nav-link {
        padding: 8px 5px;
        margin-bottom: 10px;
    }

    .user-name p {
        font-size: 12px;
    }

    .user-name p span {
        margin-top: 0;
    }

    .sidebar .sidebar-brand {
        padding: 0.5rem 0rem;
    }

    .page-title h4 img {
        display: none;
    }

    .page-title h4 {
        font-size: 16px;
    }

    .sidebar.toggled {
        padding: 0;
    }

    .topbar .nav-item .nav-link {
        padding: 0 0.2rem;
    }

    .sidebar .nav-item .nav-link .img-profile,
    .topbar .nav-item .nav-link .img-profile {
        max-width: 40px;
    }

    .sidebar .nav-item .nav-link .badge-counter,
    .topbar .nav-item .nav-link .badge-counter {
        right: 0;
        font-size: 9px;
    }

    .topbar .nav-item .nav-link img {
        max-width: 18px;
    }

    .bottom-btns {
        flex-direction: column;
    }





    .partner-photo-choose {
        padding: 10px;
        flex-direction: column;
        text-align: center;
    }

    .partner-photo-choose .form-group {
        margin-top: 0;
    }

    .select-file input[type="file"]{
        font-size: 12px;
    }
    
    .select-file input[type="file"]::file-selector-button{
        min-width: 80px;
        font-size: 12px;
    }
}

/*Disabled Tab*/
li.disabled_tab a {
    cursor: not-allowed;
    background: #80808026 !important;
}
li.disabled_tab.nav-item a img {
    opacity: 0.2;
}
li.nav-item.disabled_tab a.nav-link {
    color: rgb(108 113 127 / 0.40) !important;
}

.gallery-popup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.gallery-popup-row ul li {
    width: 22%;
    margin-top: 15px;
}

.gallery-popup-row :nth-child(odd) li:nth-child(-n+4) {
    margin-top: 0px;
}

.gallery-popup-row ul {
    width: 85%;
}

.gallery-popup-row .gallery-image {
    position: relative;
}

.gallery-popup-row .gallery-image img {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.gallery-popup-row .gallery-image .btn-danger {
    position: absolute;
    top: 10px;
    right: 10px;
}


.add-plus-btn label {
    background: #404bda;
    box-shadow: 0px 13.5487px 27.0974px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    min-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 20px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.add-plus-btn > input[type='file'] {
    display: none;
}

.add-edit-list {
    display: flex;
}

.add-plus-btn h6 {
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}

.add-plus-btn h6 span {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

.working-days-list input[type="checkbox"] {
    position: absolute;
    display: none;
    color: #fff !important;
}

.working-days-list .list-inline-item.active a, .working-days-list li input:checked + span {
    color: #fff;
    background: #404BDA;
    text-align: center;
}