* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --title-color: #333;
    --lebel-color: #1e758d;
    --text-color: #475467;
    --body-color: #333;
    --link-color: #1e758d;
}

.mb4 {
    margin-bottom: 4px !important;
}
.mb-6 {
    margin-bottom: 6px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-56 {
    margin-bottom: 56px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

::placeholder {
    color: #667085;
    font-size: 14px;

    line-height: 24px;
    text-align: left;
}

body {
    font-family: "Inter", sans-serif !important;
    /* background: url(../assets/images/lines.png);
      background-repeat: no-repeat;
      background-position: top center; */
    color: var(--body-color);
    opacity: 1;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--text-color);
    border-radius: 5px;
}

.admin-dashboard {
    display: flex;
    position: static;
    height: 100vh;
    overflow-y: hidden;
}

/*   ================= left sidebar styling starts here  ============== */
.admin-dashboard .left-side {
    width: 288px;
    position: relative;

    border-right: 1px solid #3333334d;
}

.admin-dashboard .left-side .inner {
    padding: 32px 24px;
    position: relative;
    height: 100vh;
     overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0px;
}
.left-side .inner .top-section {
    height: calc(100vh - 180px);
    overflow-y: auto;
}

/*.admin-dashboard .left-side .inner .top-section .links-wrapper {*/
/*    height: calc(100vh - 160px);*/
/*    overflow-y: auto;*/
/*}*/
.left-side .inner .profile {

    padding: 24px 0px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: white;

    height: 80px;
    z-index: 99;
}

.left-side .inner .profile img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.left-side .inner .profile .data .name {
    color: var(--body-color);
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;

    text-align: left;
}

.left-side .inner .profile .data .email {
    color: var(--body-color);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;

    text-align: left;
}

.admin-dashboard .left-side .inner .logo {
    margin-bottom: 16px;
    height: auto;
}

.admin-dashboard .left-side .inner .logo img {
    width: 70px;
    height: auto;
}
.custom_search-wrapper {
    position: relative;
    margin-bottom: 20px;

}
.custom_search-wrapper input {
    padding: 10px 14px !important;
    padding-left: 40px !important;
    border: 1px solid #D0D5DD !important;
    width: 100%;
    border-radius: 8px !important;
    color: var(--text-color) !important;
    box-shadow: 0px 1px 2px 0px #1018280D !important;
    height: 44px !important;
}
.custom_search-wrapper .img {
    position: absolute;
    top: 15px;
    object-fit: contain;
    left:14px;
}

.custom_search-wrapper .items-wrapper {
    position: relative;
    top: 20px;
    width: 100%;
    max-height: 350px;
    min-height: 250px;
    height: 100%;
    overflow-y: auto;
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 16px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    z-index: 999;
}
.custom_search-wrapper .items-wrapper ul {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    list-style: none;
    gap: 8px;
}
.custom_search-wrapper .items-wrapper ul li {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    margin: 0px;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}
.custom_search-wrapper .items-wrapper ul li .image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ddd;
    flex-shrink: 0;
}
.custom_search-wrapper .items-wrapper ul li img{
    width: 16px;
    height: auto;
    object-fit: cover;
}

.admin-dashboard .left-side .inner .search-wrapper {
    position: relative;
    margin-bottom: 24px;
}

.admin-dashboard .left-side .inner .search-wrapper input {
    padding: 10px 16px;
    height: 40px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    border-radius: 8px;
    background: #1e758d1a;
    padding-left: 40px;
    font-size: 14px;
    color: #1e758d;
    border: 1px solid #1e758d1a;
    width: 100%;
}

input:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

a {
    text-decoration: none !important;
    color: inherit;
}

.admin-dashboard .left-side .inner .search-wrapper svg {
    position: absolute;
    width: 16px;
    height: auto;
    object-fit: contain;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
/*.admin-dashboard .left-side .links-wrapper {*/
/*  max-height: 400px;*/
/*  overflow-y: auto;*/
/*}*/
.links-wrapper .link-item {
    display: flex;
    position: relative;
    height: 40px;
    padding: 10px 14px;
    align-items: center;
    padding-right: 30px;
    font-size: 13px;
    gap: 12px;
    color: var(--body-color);
    margin-bottom: 22px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.links-wrapper .link-item .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}
.links-wrapper .link-item[aria-expanded="true"] .arrow i {
    transform: rotate(180deg);
}
.links-wrapper .link-item .arrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.links-wrapper .link-item svg {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.links-wrapper .link-item.active {
    background-color: #1e758d;
    color: white;
}

.links-wrapper .link-item.active svg {
    color: white;
}

.links-wrapper .link-item.active svg path {
    stroke: white !important;
}

.links-wrapper .link-item:hover {
    background-color: #1e758d;
    color: white;
}

.links-wrapper .link-item:hover svg {
    color: white !important;
}

.links-wrapper .link-item:hover svg path {
    stroke: white !important;
}

.links-wrapper .link-item .count {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1e758d33;
    font-size: 10px;
    font-weight: 500;
    color: #1e758d;
}

.links-wrapper .link-item:hover .count,
.links-wrapper .link-item.active .count {
    background-color: white;
}
.admin-dashboard .my-shortlist-wrapper {
    background: #1e758d1a;
}

.admin-dashboard .my-shortlist-wrapper .my-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    color: var(--body-color);
    border-radius: 8px;
    margin-bottom: 16px;
}
.admin-dashboard .my-shortlist-wrapper .my-list .item.active {
    border: 2px solid #1e758d;
}
.admin-dashboard .my-shortlist-wrapper .my-list .item:hover {
    background-color: #1e758d;
    color: white;
}
.admin-dashboard .my-shortlist-wrapper .my-list .item .actions {
    display: flex;
    align-items: center;
    gap: 4px;
}
.admin-dashboard .my-shortlist-wrapper .my-list .item .actions .icon {
    cursor: pointer;
}
.admin-dashboard .my-shortlist-wrapper .my-list .item .actions .icon img {
    cursor: pointer;
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.create-button {
    padding: 10px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    background: #1e758d1a;
    border: 1px solid #d0d5dd;
    color: #1e758d;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 16px;
}
.create-button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.range-slider{
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color:var(--text-color) !important;
    background: white !important;
    font-size: 14px;
    font-family: Inter;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:var(--text-color) !important;
    background: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white !important;
}
/*   ================= right sidebar styling starts here  ============== */
.admin-dashboard .right-side {
    width: calc(100% - 288px);
    position: relative;
    padding: 32px;
    overflow-y: auto;
    height: 100vh;
}
.admin-dashboard .right-side.no-padding {
    padding: 0px 0px;
}
.notification-icon {
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
}
.notification-icon svg {
    width: 24px;
    font-size: 24px;
    z-index: 99;
}
.notification-icon:hover .notification-list {
    display: block;
}
.notification-icon .notification-list {
    position: absolute;
    width: 470px;
    display: none;
    top: 20px;
    right: 10px;
    padding: 32px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 16px 0px #3333331a;
    z-index: 99;
}
.notification-icon .notification-list .title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: left;
}
.notification-icon .notification-list .list {
    max-height: 400px;
    overflow-y: auto;
}
.notification-icon .notification-list .list .item {
    padding-bottom: 24px;
    padding-right: 10px;
    border-bottom: 1px solid #33333333;
    margin-bottom: 24px;
}
.notification-icon .notification-list .list .item .top {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}
.notification-icon .notification-list .list .item .top .img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
}
.notification-icon .notification-list .list .item .top .data .text {
    font-size: 13px;
    color: #222222;
    margin-bottom: 4px;
}
.notification-icon .notification-list .list .item .top .data .text-small {
    font-size: 13px;
    color: #7c7c7c;
    margin-bottom: 4px;
}
.notification-icon .notification-list .list .item .top .data .text a {
    font-weight: bold;
}
.notification-icon .notification-list .list .item .top .data .time {
    font-size: 12px;
    color: #22222299;
    font-weight: 600;
}
.notification-icon .notification-list .list .item .buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 48px;
}
.notification-icon .notification-list .list .item .buttons .btn-blue {
    padding: 12px 32px;
    background-color: #1e758d;
    border: 1px solid #1e758d;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.notification-icon .notification-list .list .item .buttons .btn-red {
    padding: 12px 32px;
    background-color: transparent;
    border: 1px solid #d80027;
    border-radius: 8px;
    color: #d80027;
    font-size: 12px;
    font-weight: 600;
}
.main-title {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: -0.02em;
}
.admin-dashboard .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
.admin-dashboard .light-color {
    color: #33333399;
}
.admin-dashboard .box-wrapper {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background-color: white;
    box-shadow: 0px 1px 2px 0px #1018280F;



}
.admin-dashboard .table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
}
.admin-dashboard .table-header.no-padding {
    padding: 0px 24px;
    padding-top: 10px;
}
.admin-dashboard .table-header .title {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;

    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: var(--title-color);
}
.admin-dashboard .table-header .title span {
    padding: 2px 8px;
    background-color: #fff3d4;
    border-radius: 16px;
    color: #1e758d;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    flex-shrink: 0;
}
.admin-dashboard .table-header select {
    padding: 12px 16px;
    background: #1e758d1a;
    font-size: 12px;
    font-weight: 600;
    color: #1e758d;
    border-radius: 8px;
    border: none;
}
.admin-dashboard .table-wrapper th {
    padding: 13px 24px;
    font-size: 14px;
    color: #667085;
    font-weight: 800;
    line-height: 1.5;
    vertical-align: middle;
    white-space: nowrap;
}
.admin-dashboard .m-w-230 {
    min-width: 230px;
}
.admin-dashboard .table-wrapper .notification a {
    color: inherit;
    font-weight: 600;
}
.admin-dashboard .table-wrapper td {
    padding: 18px 24px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.4;
}
.admin-dashboard .table-wrapper td a {
    color: #1E758D !important;
}
.modal-dialog.modal-right .modal-content .title-small {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.modal-dialog.modal-right {
    position: fixed;
    top: 0;
    right: -400px;
    margin: 0;
    width: 320px;
    height: 100%;
    transition: right 0.3s ease;

    box-shadow: -4px 4px 50px 0px #00000026;

}
.modal.show .modal-dialog.modal-right {
    right: 0;

}
.input-range-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.input-range-wrapper .line {
    width: 33px;
    height: 1px;
    background-color: #D9D9D9;
}
.input-range-wrapper .input {
    height: 34px;
    width: 90px;
    border-radius: 6px;
    background-color: transparent;
    padding: 4px 12px;
    border: 1px solid #D9D9D9
}
.modal-dialog.modal-right .modal-content {
    border-radius: 0px;
    height: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 32px 24px;
}
.admin-dashboard .table-wrapper td.nowrap {
    white-space: nowrap;
}
.admin-dashboard .table-wrapper .ratings ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 2px;
}
.admin-dashboard .table-wrapper .ratings ul li {
    padding: 0px;
    margin: 0px;
}
.admin-dashboard .table-wrapper .ratings ul li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.admin-dashboard .table-wrapper .colour {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.admin-dashboard .table-wrapper .colour.green {
    background-color: #00df81;
}
.admin-dashboard .table-wrapper .colour.red {
    background-color: #FF0000;
}
.admin-dashboard .table-wrapper .colour.grey {
    background: #3333333d;
}

.admin-dashboard .table-wrapper td .about {
    max-width: 220px;
    color: #101828;
    font-size: 14px;
    display: block;
}
.admin-dashboard .table-wrapper .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 230px;
}
.min-230 {
    min-width: 230px;
}
table .user-info {
    word-break: break-word;
}
.admin-dashboard .table-wrapper .user-info .image {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.admin-dashboard .table-wrapper .user-info .image img {
    height: 100%;
    width: 100%;
    /* border-radius: 50%; */
    object-fit: contain;
}
.admin-dashboard .table-wrapper .user-info .data .name {
    color: #1e758d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.admin-dashboard .table-wrapper .user-info .data .email {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.admin-dashboard .table-wrapper .icon {
    width: 60px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e758d1a;
    border-radius: 6px;
    cursor: pointer;
}
.admin-dashboard .table-wrapper .icon img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.admin-dashboard .table th .sorting-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
}
.admin-dashboard .table th .sorting-wrapper .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding:0px !important;
    height: auto;
}
.admin-dashboard .table th .sorting-wrapper .inner i {
    color: #ddd;
}
.admin-dashboard .table th .sorting-wrapper .inner i.active {
    color: #111;
}
.admin-dashboard .table > :not(caption) > * > * {
    border-bottom: 1px solid #eaecf0 !important;
}
.admin-dashboard .table-wrapper .table {
    margin-bottom: 0px !important;
}
.admin-dashboard .table-wrapper .table-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.admin-dashboard .table-wrapper .table-actions .cancel-button {
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #d80027;
    color: #d80027;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
}
.cancel-button {
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #d80027;
    color: #d80027;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
}
.admin-dashboard .table-wrapper .table-actions .approve-button {
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #1e758d;
    background-color: #1e758d;
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.stickyColumn{
    position: sticky;
    left: 0px !important;
    background-color: white !important;
    z-index: 999;
}
.colum-parent {
    display: flex;
    align-items: center;
    gap: 0px;
}
.admin-dashboard .table-wrapper .sub-stat {
    padding: 4px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 16px;
    width: max-content;
    background-color: #ecfdf3;
}
.custom-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0px;
}

.custom-navigation .button {
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #960000;
    border: 1px solid #ddd0d0;
    background-color: transparent;
    border-radius: 8px;
}
.custom-navigation .button.back {
    border: 1px solid #D0D5DD;
    color: var(--text-color);
}
.custom-navigation .button.active {
    background-color: #1e758d;
    border: 1px solid #1e758d;
    color: white;
}

.custom-navigation .nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.custom-navigation .nav .nav-button {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    color: var(--text-color);
    text-decoration: none;
}

.custom-navigation .nav .nav-button.active {
    background: #1e758d33;
}
.player-modal .modal-content {
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 16px 0px #3333331a;
}
.player-modal .edit-profile-container .info-item .text-large {
    font-size: 16px;
}
.player-modal .edit-profile-container .title-large {
    font-size: 28px;
}
.player-modal .edit-profile-container .title-med {
    font-size: 28px;
}
.player-modal .edit-profile-container .info-item .text {
    font-size: 14px;
}

.player-modal .players-wrapper .player .image-wrapper-large {
    height: 380px;
}

.player-modal .stadium-wrapper {
    height: 690px;
}
.player-modal .top-profile {
    display: flex;
    justify-content: space-between;
}
.player-modal .top-profile .right {
    text-align: right;
}
.player-modal .edit-profile-container .passports-wrapper {
    justify-content: flex-end;
}
.support-left-container {
    position: relative;
}
.support-left-container .notification-icon {
    top: 16px !important;
}
.support-left-container .chat-wrapper {
    border: 1px solid #3333334d;
    border-radius: 16px;
    background-color: white;
    min-height: 76vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.support-left-container .chat-wrapper .header {
    height: 64px;
    padding: 24px 24px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    gap: 16px;
}
.support-left-container .chat-wrapper .header .main-profile {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}
.support-left-container .chat-wrapper .header .main-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.support-left-container .chat-wrapper .header .name {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
}
.support-left-container .chat-wrapper .chat-box {
    width: 100%;

    border-top: 1px solid #dddddd;
    position: relative;
}
.support-left-container .chat-wrapper .chat-box input {
    width: 100%;
    height: 48px;
    border: none;
    padding: 24px 8px;
    background-color: transparent;
    padding-left: 72px;
    padding-right: 72px;
    font-size: 14px;
    font-weight: 400;
}
.support-left-container .chat-wrapper .chat-box input:focus {
    outline: none;
    box-shadow: none;
}
.support-left-container .chat-wrapper .chat-box input::placeholder {
    color: #667085;
}
.support-left-container .chat-wrapper .chat-box .user-profile {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
}
.support-left-container .chat-wrapper .chat-box .user-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.support-left-container .chat-wrapper .chat-box .send-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    cursor: pointer;
}
.support-left-container .chat-wrapper .chat-box .send-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.support-left-container .chat-wrapper .messages-wrapper {
    height: calc(76vh - 112px);
    padding: 24px;
    overflow-y: auto;
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

.support-left-container .chat-wrapper .messages-wrapper .recieved {
    max-width: 360px;
    width: 100%;
    border-radius: 12px 12px 12px 0px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    margin-bottom: 8px;
}
.support-left-container .chat-wrapper .messages-wrapper .recieved .time {
    color: #adb5bd;
    font-size: 10px;
    margin: 0px;
}
.support-left-container .chat-wrapper .messages-wrapper .sent {
    max-width: 288px;
    width: 100%;
    border-radius: 12px 12px 0px 12px;
    padding: 12px 16px;
    font-size: 14px;
    color: #fff;
    background: #1e758d;
    margin-bottom: 8px;
    margin-left: auto;
}
.support-left-container .chat-wrapper .messages-wrapper .sent .time {
    color: #fff;
    text-align: right;
    font-size: 10px;
    margin: 0px;
}
.support-left-container .chat-wrapper .messages-wrapper .selection {
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 8px;
    margin-bottom: 4px;
    border-left: 4px solid #1e758d;
}
.support-left-container .chat-wrapper .messages-wrapper .selection .name {
    font-size: 10px;
    font-weight: 600;
    color: #1e758d;
    margin-bottom: 4px;
}
.admin-dashboard .right-side .title-main {
    font-size: 20px !important;
}
.messages-list-wrapper .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.admin-dashboard .messages-list-wrapper {
    border-radius: 16px;

    border: 1px solid #3333334d;

}
.admin-dashboard .messages-list-wrapper .header {
    padding: 16px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;

    border-bottom: 1px solid #3333334d;
    color: #101828;
    font-size: 16px;
    font-weight: 600;

    letter-spacing: -0.02em;
    text-align: left;
}
.messages-list-wrapper .message-body {
    padding: 16px;

    height: calc(76vh - 57px);
    overflow-y: auto;
    overflow-x: hidden;
}
.messages-list-wrapper .single-message {
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 28px;
    padding: 4px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
}
.messages-list-wrapper .single-message.active {
    background-color: #e8f1f4;
}
.messages-list-wrapper .single-message::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ededed;
    left: 0px;
    bottom: -12px;
}
.messages-list-wrapper .single-message:last-child:before {
    content: none;
}
.messages-list-wrapper .single-message .image {
    height: 48px;
    width: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
}
.messages-list-wrapper .single-message .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ededed;
}
.messages-list-wrapper .single-message .image .status {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    top: -6px;
    right: -6px;
    border: 2px solid #ffffff;
}
.messages-list-wrapper .single-message .image .status.online {
    background-color: #2cc069;
}

.messages-list-wrapper .single-message .data .name {
    font-size: 14px;
    line-height: 1.6;
    color: #0f1828;
    font-weight: 600;
}
.messages-list-wrapper .single-message .data .message {
    font-size: 12px;
    line-height: 1.6;
    color: #5f6468;
    font-weight: 400;
}
.p-24 {
    padding: 24px !important;
}
.blue {
    color: #1e758d !important;
}
.admin-dashboard .input-wrapper label {
    font-weight: 600;
}
.input-wrapper input {
    display: block;
}
.input-wrapper .file-input-wrapper.full {
    height: 380px;
    cursor: pointer;
}
.send-button {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    gap: 6px;
    background-color: #1e758d;
    cursor: pointer;
    border: 1px solid #1e758d;
}
.send-button img {
    width: 16px;
    height: auto;
}
.send-button.large {
    font-size: 16px;
    margin: auto;
}
.med-modal .modal-content {
    max-width: 624px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 16px 0px #3333331a;
    margin: auto;
    position: relative;
}
.med-modal .modal-content .icon-close {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}
.med-modal .modal-content .icon-close img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.med-modal .modal-content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.med-modal .modal-content .title-small {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.edit-profile-wrapper {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.edit-profile-wrapper .edit-icon {
    position: absolute;
    top: 0px;
    right: -4px;
    border-radius: 50%;
    box-shadow: 0px 2.67px 20px 0px #00000033;
    background-color: #d2e3e8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.edit-profile-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.event-profile-wrapper {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 6px;
}
.event-profile-wrapper .event-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    box-shadow: 0px 2.67px 20px 0px #00000033;
    background-color: #d2e3e8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.event-profile-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.stats-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:24px;
    margin-bottom: 24px;
    flex-wrap: wrap;

}

.stats-boxes .box {
    min-width: 19%;
    max-width: 23%;
    flex:1 1 auto;
    padding: 24px 16px;
    border:1px solid var(--lebel-color);
    border-radius: 8px;
    min-height: 120px;
}
.stats-boxes .box .title {
    font-size: 15px;
    color: var(--lebel-color);
    margin-bottom: 8px;
    font-weight: 600;
}
.stats-boxes .box .tag {
    font-size: 12px;
    color:#1E758D;
    padding: 2px 8px;
    width: max-content;
    border-radius: 60px;
    font-weight: 500;
    background: #FFF3D4;
}
.filter_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter_header .inner-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 50px;
}
.filter_header .inner-filters .date-btn {
    padding: 6px 8px;
    border-radius: 4px;
    gap: 6px;
    border:.9px solid #ECE9F1;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #11263C;
    cursor: pointer;
    font-size: 14px;
}
.filter_header .inner-filters .print-btn {
    padding: 12px 12px;
    border-radius: 8px;
    cursor: pointer;
    gap:8px;
    border:.9px solid #ECE9F1;
    background: #1E758D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.top-52 .notification-icon {
    top:52px;
}
.notification-icon .count {
    position: absolute;
    top:-15px;
    right:-12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 10px;
    background: #1E758D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.profile-live-wrapper {
    padding: 10px 14px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #D0D5DD;
}
.profile-live-wrapper .text {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}
.profile-live-wrapper .custom-swtich-wrapper {
    position: absolute;
    top: 50%;
    right: 14px;
    top: 50%;
    width: 33px;
    transform: translateY(-50%);
}
.profile-live-wrapper .custom-swtich {
    position: relative;
    width: 33px;
    height: 20px;
    border-radius: 64px;
}
.profile-live-wrapper .custom-swtich input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 999;
}
.profile-live-wrapper .custom-swtich .track {
    background-color: #ddd;
    border-radius: 64px;
    position: absolute;
    height: 100%;
    width: 100%;
}
.profile-live-wrapper .custom-swtich .track .circle {
    background-color: white;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0px 1.94px 0.65px 0px rgba(0, 0, 0, 0.06);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    left: 1px;
    position: absolute;
}
.profile-live-wrapper .custom-swtich input:checked + .track {
    background-color: rgba(30, 117, 141, 1);
}
.profile-live-wrapper .custom-swtich input:checked + .track .circle{
    left: calc(100% - 17px);
}
.input-wrapper select  {
    background-color: transparent !important;
}
.med-modal .modal-content .title_small{
    font-size: 24px;
    font-weight: 700;
    color: rgba(30, 117, 141, 1);
}
.med-modal .modal-content .search-wrapper {
    position: relative;
    height: 40px;
    width: 100%;
}
.med-modal .modal-content .search-wrapper input {
    padding: 8px 14px;
    height: 40px;
    border: 1px solid rgba(208, 213, 221, 1);
    font-size: 14px;
    padding-left: 46px;
    border-radius: 8px;
    width: 100%;
}
.med-modal .modal-content .search-wrapper img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    left: 14px;
}
.modal-content .search-results {
    margin-bottom: 16px;
}
.modal-content .search-results .item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;

}
.modal-content .search-results .item .info {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

    width: calc(100% - 30px);
}
.modal-content .search-results .item .info img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    background-color: rgba(199, 185, 218, 1);
}
.modal-content .search-results .item .info text {
    font-size: 14px;
    font-weight: 500;
    color: rgba(30, 117, 141, 1);
}
.modal-content .search-results .item .remove {
    cursor: pointer;
    width: 26px;
}
.modal-content .search-results .item .remove img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: rgba(51, 51, 51, 1);
}
.select-profile-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 16px;
}
.select-profile-wrapper .left  {
    display: flex;
    gap: 8px;
    align-items: center;
}
.select-profile-wrapper .left img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.select-profile-wrapper .left .text {
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}
.select-profile-wrapper .action img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.select-profile-wrapper .info-wrapper {
    position: absolute;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 8px;
    border-radius: 8px;
    width: calc(100% - 32px);
    left: 16px;
    z-index: 99;
    overflow-x: hidden;
    top: 30px;
    box-shadow: 0px 12px 50px 0px rgba(0, 0, 0, 0.25);
    background-color: white;

}
.select-profile-wrapper .info-wrapper .search {
    position: relative;
    height: 40px;
    width: 100%;
}
.select-profile-wrapper .info-wrapper .search input {
    padding: 8px 14px;
    height: 40px;
    border: 1px solid rgba(208, 213, 221, 1);
    font-size: 14px;
    padding-left: 46px;
    border-radius: 8px;
    width: 100%;
    background: #f7f7f7;
}
.select-profile-wrapper .info-wrapper .search img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}
.select-profile-wrapper .info-wrapper .innerr {
    padding: 12px 16px;
}
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
/* ==== Custom checkbox styling starts here ========= */
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}
.custom-checkbox .profile {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.custom-checkbox .profile img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.custom-checkbox .profile .data .title {
    font-size: 12px;
    line-height: 14px;
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
}
.custom-checkbox .profile .data .text {
    font-size: 12px;
    line-height: 12px;
    color: rgba(102, 112, 133, 1);
    font-weight: 400;
}
.custom-checkbox label {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    text-align: left;

}

.custom-checkbox input {
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    height: 18px;
    border: none;
    cursor: pointer;
    width: 18px;

}

.custom-checkbox input:before {
    content: '';
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    height: 100%;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.custom-checkbox input:checked:before {
    background: #1E758D !important;
    border: 1px solid #1E758D;
}

.custom-checkbox input:checked:after {
    content: "";
    background-image: url('../images/check.svg');
    width: 10px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: contain;
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 12px;

}
.med-modal .custom-checkbox label {
    font-size: 12px;
}
.med-modal .custom-checkbox input:checked:before {
    background: rgba(30, 117, 141, 1);

    border: 1px solid rgba(30, 117, 141, 1);
}
::placeholder{
    color: #667085;
}
.player-input-form .title-blue {
 color: rgba(30, 117, 141, 1);
 font-size: 20px;
 font-weight: 700;
 margin-bottom: 16px;
}
.player-input-form .inner-box {
    padding: 24px;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 16px;
    margin-bottom: 32px;
}
.player-input-form .inner-box .title {

    font-size: 24px;
    font-weight: 600;
    color: rgba(16, 24, 40, 1);
    letter-spacing: -0.02em;
    margin-bottom: 16px;


}
.player-input-form .inner-box .text {

    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 112, 133, 1);
    letter-spacing: -0.02em;
    margin-bottom: 32px;


}
.player-input-form .inner-box label {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    color: rgba(52, 64, 84, 1);
    margin-bottom: 8px;
}
.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 12px;
}
.header_top .title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 2px;
}
.header_top .text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.6);
    margin-bottom: 2px;
}
.custom-select-box-wrapper {
    position: relative;
}
.custom-select-box {
    display: flex;

    justify-content: space-between;
    align-items: center;
    height: 44px;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    border: 1px solid rgba(208, 213, 221, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 112, 133, 1);
}
.custom-select-box .dropdownimg {
    width: 14px;
    height: auto;
    object-fit: contain;
}
.custom-select-box-wrapper .box-data {
    position: absolute;
    top: 48px;
    z-index: 99;
    width: 100%;
    height: 100%;
    max-height: 400px;
    min-height: 350px;
    overflow-y: auto;
   left: 0px;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 8px;
    padding: 10px 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: white;
    display: none;

}
.custom-select-box-wrapper .box-data.active {
    display: block;
}
.custom-select-box-wrapper .box-data .drop-down-wrapper .item {
    min-height: 44px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    justify-content: space-between;
    margin-bottom: 8px;

}
.custom-select-box-wrapper .box-data .drop-down-wrapper .item .text {
    font-size: 14px;
    color: rgba(102, 112, 133, 1);
    margin-bottom: 0px !important;
    font-weight: 400;
}
.custom-select-box-wrapper .box-data .drop-down-wrapper .item .left {
    flex: 0 0 70%;
}
.custom-select-box-wrapper .box-data .drop-down-wrapper .item .left input {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 12px;
    color: rgba(102, 112, 133, 1);
    width: 100%;
    padding: 8px;
    text-align: left !important;
}
.custom-select-box-wrapper .box-data .drop-down-wrapper .item .icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-select-box-wrapper .box-data .drop-down-wrapper .item .icons .icon {
    cursor: pointer;
}
.custom-select-box-wrapper .box-data .drop-down-wrapper .item .icons .icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.custom-select-box-wrapper .box-data .add-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 12px;
    color: rgba(102, 112, 133, 1);
    width: 100%;
    padding: 10px;
    height: 44px;
    margin: 10px 0px;
    text-align: left !important;
    display: none;
}
.custom-select-box-wrapper .box-data .add-icon {
    width: 28px;
    display: none;
}
.custom-select-box-wrapper .box-data .add-btn {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(208, 213, 221, 1);
    background-color: rgba(51, 51, 51, 0.1);
    font-size: 14px;
    color: rgba(102, 112, 133, 1);
    font-weight: 400;
    width: 100%;
    margin: 10px 0px;

}
.custom-select-box-wrapper .box-data .add-btn img {
    width: 16px;
    height: auto;
}
.custom-checkbox-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 12px;
    gap: 36px;
}
.custom-checkbox-wrapper .close-btn {
    cursor: pointer;
}
.custom-checkbox-wrapper .close-btn img {
    width: 24px;
    height: auto;
    object-fit: contain;
}
.player-input-form .custom-checkbox-wrapper .custom-checkbox label {
    margin-bottom: 0px;
    cursor: pointer;
}
.custom-checkbox-wrapper .custom-checkbox {
    margin-bottom: 0px !important;
}

.custom-checkbox-wrapper .custom-checkbox input:before {
    content: '';
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;

    height: 100%;
    background: rgba(30, 117, 141, 0.2);

    border: 0.8px solid rgba(30, 117, 141, 1);
    box-sizing: border-box;
}

.custom-checkbox-wrapper .custom-checkbox input:checked:before {
    background: rgba(30, 117, 141, 0.2);

    border: 0.8px solid rgba(30, 117, 141, 1);
}

.custom-checkbox-wrapper .custom-checkbox input:checked:after {
    content: "";
    background-image: url('/assets/images/checkb.svg') !important;
    /* background-color: black; */
    width: 10px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: contain;
    position: absolute;

    left: 4px;
    top: 5px;
    font-size: 12px;

}
.custom-checkbox-wrapper .custom-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    cursor: pointer;
}

.custom-checkbox-wrapper .custom-radio label {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: left;
    cursor: pointer;

}

.custom-checkbox-wrapper .custom-radio input {
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    height: 18px;
    border: none;
    width: 18px;
    cursor: pointer;

}

.custom-checkbox-wrapper .custom-radio input:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    height: 100%;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.custom-checkbox-wrapper .custom-radio input:checked:before {
    background: #fff;

    border: 1px solid #1E758D;
}

.custom-checkbox-wrapper .custom-radio input:checked:after {
    content: "";
    position: absolute;
    width: 11px;
    border-radius: 50%;
    height: 11px;
    background-color: #1E758D;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    font-size: 12px;

}
.add-more-field input {
    padding: 10px 10px;
    height: 44px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    border-radius: 8px;
    background: #fff;
    padding-left: 40px;
    font-size: 14px;
    color: #1e758d;
    border: 1px solid #1e758d1a;
    width: 100%;
    display: none;
}
.add-more-field .add-icon {
    display: none;
    width: 28px;
    cursor: pointer;
}
.add-more-field .add-btn {
    background-color: #1E758D1A;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 44px;
    border: 1px solid #1E758D;
    border-radius: 8px;
    color: #1E758D;
    width: 100%;
    margin: 16px auto;
}
.add-more-field .add-btn img {
    width: 16px;
    height: auto;
    object-fit: contain;
}
.analytics-wrapper {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #3333331A;
}
.analytics-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    margin-bottom: 30px;
}
.analytics-header .title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.analytics-header .right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.analytics-header .nav-tabs {
    display: flex;
    gap: 8px;
    align-items: center;
    border: none !important;
    border-bottom: none !important;
}
.analytics-header .nav-tabs .nav-link {
    width: 40px !important;
    height: 36px !important;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.95px solid #ECE9F1 !important;
    background-color: transparent !important;
    color: #333 !important;
    padding: 0px !important;
}
.analytics-header .nav-tabs .nav-link svg {
    height: 16px !important;
    width: 16px !important;
}
.analytics-header .nav-tabs .nav-link svg path {
    stroke: #333 !important;

}
.analytics-header .nav-tabs .nav-link:focus {
    outline: none;
    box-shadow: none;
}
.analytics-header .nav-tabs .nav-link.active {
    background-color: #1E758D !important;
    border: 0.95px solid #1E758D !important;
    color: white !important;
}
.analytics-header .nav-tabs .nav-link.active svg path {
    stroke: white !important;

}

.analytics-header .date-button {
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 0.95px solid #ECE9F1;
    font-size: 13px;
    font-weight: 400;
    background-color: transparent;
    gap: 8px;
}
.analytics-header .date-button img {
    width: 16px;
    height: auto;
}
.analytics-header .print-btn {
    height: 44px;
    background-color: #1E758D;
    border: 1px solid #1E758D;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 12px;
    color: white;
    font-weight: 600;
}
.analytics-header .print-btn img {
    height: 16px;
    object-fit: contain;
    width: 16px;
}
.analytics-wrapper .table th {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}
.analytics-wrapper .switches-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
    gap: 42px;
}
.analytics-wrapper .switches-wrapper .single {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
}
.analytics-wrapper .switches-wrapper .single .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.analytics-wrapper .switches-wrapper .single label {
    font-size: 14px;
    color: #333333;
    margin: 0px;
    flex-shrink: 0;
}
.analytics-wrapper .switches-wrapper .line {
    background-color: #33333380;
    height: 20px;
    width: 1px;
}
.analytics-wrapper .input-switch-wrapper {
    width: 33px;
    height: 20px;

    border-radius: 64px;
    position: relative;
}
.analytics-wrapper .input-switch-wrapper input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.analytics-wrapper .input-switch-wrapper .track {
    width: 33px;
    height: 20px;
    border-radius: 60px;
    background-color: #d0d5dd;
    transition: all 0.1s ease-in-out;
    position: relative;
}
.analytics-wrapper .input-switch-wrapper .track .circle {
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background-color: white;
    transition: all 0.3s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}
.analytics-wrapper .input-switch-wrapper input:checked + .track {
    background-color: #34B44A;
}
.analytics-wrapper .input-switch-wrapper input:checked + .track .circle {
    right: 1px;
    left: auto;
    transition: all 0.3s ease-in-out;
}
@media(max-width:768px){
    .mb-16 {
        margin-bottom: 10px !important;
    }
    .mb-48 {
        margin-bottom: 24px !important;
    }
    .mb-32 {
        margin-bottom: 18px !important;
    }
    .mb-24 {
        margin-bottom: 12px !important;
    }
    .admin-dashboard .table-wrapper td{
        padding: 8px 12px;
        font-size: 12px;
    }
    .custom-navigation .button {
        font-size: 10px;
        padding: 6px 8px;
    }
    .notification-icon .notification-list {
        width: 310px;
        padding: 16px;
    }
    .notification-icon .notification-list .title {
        font-size: 16px;
    }
    .notification-icon .notification-list .list .item .top img {
        width: 20px !important;
        height:  20px !important;

    }
    .notification-icon .notification-list .list .item .top .data .text,.notification-icon .notification-list .list .item .top .data .text-small {
        font-size: 12px;
    }
    .admin-dashboard .table-wrapper th {
        font-size: 12px;
        padding: 8px 12px;
        white-space: nowrap;
    }
}
