﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

body {
    font-family: "Poppins", serif !important;
    text-align: justify;
    color: #333;
    background: linear-gradient(45deg, #e5ecfe 0%, #f1f3f8 100%) !important;
    margin: 0;
}

body, html {
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
}
* {
    scrollbar-color: #0075ff #e1e8f0;
    scrollbar-width: thin;
}

input[type="text"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
    border-color: #0075ff !important;
    box-shadow: 0 0 0 2px rgb(255 188 80 / 22%) !important;
    outline: none !important;
}

.nav_container {
    z-index: 999;
    color: #fff;
    width: 100%;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    position: relative;
    padding: 10px;
}

.index_accountInfo___YXAO {
    display: flex;
    gap: 6px;
    margin: 10px 0;
    padding: 0 30px;
    font-size: 12px;
    align-items: center;
}

    .index_accountInfo___YXAO .index_verify__EY_L9 {
        border-radius: 2px;
        display: inline-flex;
        width: -moz-fit-content;
        width: fit-content;
        padding: 2px 10px;
        background: #ffffff14;
    }

.accType_main > :nth-child(2) {
    position: relative;
    padding: 30px 20px;
}

.select-country-lang .select-lang-title {
    margin-left: 0.5rem;
    color: #fff !important;
}

.select-country-lang {
    display: flex;
    align-items: center;
}

a {
    outline: none;
    text-decoration: none;
    background-color: transparent;
    color: #0075ff ;
}

a {
    text-decoration: none !important;
}

.index_navUserName__0HCd2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    height: 25px;
    padding: 0 30px;
    color: #fff;
}

.sidemenu-item {
    height: 40px;
    padding: 0 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .sidemenu-item a {
        color: white;
    }

.dropdown-toggle {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 30px;
    color: #fff;
}

@media(max-width: 767px) {
    .index_leftItems__1ntJX {
        display: none;
    }
}

.table-responsive {
    scrollbar-width: none;
}

#prof_pic {
    border-radius: 50%;
    vertical-align: middle;
    height: 35px;
    line-height: 26px;
    width: 35px;
    /*border: 1px solid orange;*/
}

.dropdown-item {
    color: #fff;
}

    .dropdown-item:focus {
        color: #fff !important;
        background-color: #0075ff !important;
    }

    .dropdown-item:hover {
        color: #fff !important;
        background-color: #212529 !important;
    }

.btns_main {
    background: #0075ff !important;
    color: #fff !important;
    white-space: nowrap;
    border: none;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

.fa-sign-in {
    color: #ffffff;
}


.btn:active {
    border-color: #0075ff  !important;
}

.btns_sec {
    background: #00000014 !important;
    color: #0009 !important;
    height: 36px !important;
    padding: 6px 25px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    white-space: nowrap;
}

.dropdown-menu {
    padding: 0;
    position: relative !important;
    transform: none !important;
    border: unset !important;
    background: unset !important;
}

.dropdown-menu-s1 {
    position: absolute !important;
    background: #fff !important;
}

.dropdown-menu li a {
    padding: 0.25rem 1rem;
    font-size: 13px;
    justify-content: center;
    gap: 8px;
}


div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 125px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

select.form-select:focus {
    border-color: #0075ff !important;
    box-shadow: 0 0 0 2px rgba(255, 188, 80, 0.22) !important;
    outline: none !important;
}

.form-group select.form-select:focus,
select.form-select:focus {
    border-color: #0075ff !important;
    box-shadow: 0 0 0 2px rgba(255, 188, 80, 0.22) !important;
    outline: none !important;
}

.accType_main {
    display: flex;
    border-top: 1px solid transparent
}


body:not([data-breakpoint=sm]) .accType_main > :nth-child(2) {
    flex: 1 1;
    width: 0
}

.sidebar {
    flex: none;
    width: 250px;
    border-inline-end: 1px solid #00000012;
    background: #fff;
}

.sidebar-item {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.sidebar svg {
    width: 16px;
    height: 16px
}

.sidebar > div {
    position: sticky;
    top: 0;
    z-index: 1
}

.header {
    border: 1px solid #00000014;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    margin-bottom: 30px;
}

    .header i {
        font-weight: 800;
        /*     margin-inline-end: 16px;*/
    }

.nav .active {
    color: #0075ff  !important;
    border-color: #0075ff ;
    background-color: #f8fafd;
}
    .nav .active .c-main {
        color: #0075ff !important;
        border-color: #0075ff;
        background: linear-gradient(45deg, #e5ecfe 0%, #f1f3f8 100%) !important;
    }

    .nav .active .text {
        color: #0075ff !important;
    }
    .nav .active .nav-link {
        color: #0075ff !important;
    }

    .nav .active .nav-text {
        color: #0075ff !important;
    }

.Top-header {
    display: flex;
    align-items: center;
    font-size: 20px;
}

    .Top-header i {
        margin-inline-end: 16px;
    }

    .Top-header span {
        font-size: 12px;
        color: #0006;
    }

body:not([data-breakpoint=sm]) .header {
    padding: 24px 20px;
    background: #fff;
}



.pc_topCon__tmjXr {
    height: 52px;
    padding: 11px 0;
}

    .pc_topCon__tmjXr > button {
        width: 30px;
        height: 30px;
        margin-inline-start: 16px;
        color: #0006;
    }

        .pc_topCon__tmjXr > button:hover {
            color: #0075ff 
        }


.btnTxt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    color: inherit;
    font-size: inherit;
    background: transparent;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-toggle2 {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
}
    .dropdown-toggle2:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-inline-end: 20px;
        vertical-align: 4px;
        border-inline-start: 4px solid transparent;
        border-inline-end: 4px solid transparent;
        border-bottom: 0;
        border-top: 4px solid;
        border-top-color: rgba(0, 0, 0, .2);
        transition: border-top-color .2s ease-in-out;
    }

.dropdown {
    position: relative !important;
}

.dropdown-menu {
    display: flex;
    flex-direction: column;
}

.bannerCard_head___dqjT {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 24px
}

.c-sub .active {
    color: #0075ff !important;
    border-color: #0075ff !important;
    background-color: #f8fafd;
    cursor: pointer;
    border-inline-start: 3px solid transparent;
    height: 54px;
    transition: none;
}

.c-sub a:hover {
    color: #0075ff;
    background-color: #f8fafd;
    border-color: #0075ff;
}

.c-sub a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 54px;
    padding: 0px 10px 0px 50px;
    cursor: pointer;
    word-break: break-word;
    text-align: start;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    color: rgba(0, 0, 0, .4);
}

.c-main {
    display: flex;
    flex: 1 1 0%;
    height: 100%;
    align-items: center;
    color: rgba(0, 0, 0, .4);
    height: 54px;
    cursor: pointer;
}

    .c-main:hover {
        color: #0075ff;
        border-color: #0075ff;
        background: linear-gradient(45deg, #e5ecfe 0%, #f1f3f8 100%) !important;
    }

    .c-main i {
        margin: 0 8px 0 16px;
            font-size: 22px;
        fill: #0075ff;
    }

    .c-main .text {
        font-weight: 400 !important;
        line-height: 20px;
        word-break: break-word;
        display: flex;
        flex: 1 1 0%;
        height: 100%;
        align-items: center;
    }

    .c-main span {
        line-height: 16px;
        margin-inline-start: 8px
    }




@media (max-width: 768px) {
    .sidebar {
        display: none;
    }

    .Main_container {
        padding: 40px 15px !important;
        margin-bottom: 40px !important;
    }
}

.heading {
    font-size: 14px;
    font-weight: 600;
}

.remark {
    font-size: 12px;
    color: #0006;
}

.confirm {
    background-color: #0075ff  !important;
}

.form-control:focus {
    border-color: #0075ff !important;
    box-shadow: 0 0 0 0.25rem rgb(3 169 244 / 40%) !important;
}

.form-select:focus {
    border-color: #0075ff c7 !important;
    box-shadow: 0 0 0 0.25rem rgb(255 190 64 / 41%) !important;
}

.input-group-text i {
    color: #0075ff !important;
}

.dataTable {
    overflow-x: auto;
}

.bg-light-danger {
    background-color: rgb(244 17 39 / .11) !important;
}

.bg-light-success {
    background-color: rgb(23 160 14 / .11) !important;
}



.bold_text {
    font-weight: bold !important;
}

.index_iconTarget__mpDrf {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}
/*footer Css*/
.adminuiux-mobile-footer {
    --bs-gutter-x: 1.5rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff;
    bottom: 0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .05), 0 -1px 3px rgba(0, 0, 0, .1);
    left: 0;
    padding: 5px 0 calc(5px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    top: auto;
    transition: all .3s ease;
    z-index: 97;
}

    .adminuiux-mobile-footer .nav {
        align-items: center;
        margin: 0 auto;
        max-width: 480px;
        --bs-nav-link-padding-y: 0.25rem;
        --bs-nav-link-padding-x: 0.25rem;
    }

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.adminuiux-mobile-footer .nav .nav-item .nav-link {
    color: #0006;
}

.adminuiux-mobile-footer .nav .nav-item .center-menu-btn > span {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .25), 0 1px 5px rgba(0, 0, 0, .25);
    display: block;
    height: 60px;
    line-height: 55px;
    position: relative;
    width: 60px;
    border-radius: 50% !important;
}

.bg-theme-r-gradient {
    background: radial-gradient(ellipse at 30% 30%, #57bdff 0%, #4f77fb 50%, #6528cf 100%);
}

.adminuiux-mobile-footer .nav .nav-item .nav-link .nav-text {
    display: block;
    font-size: 11px;
}

.adminuiux-mobile-footer .nav .nav-item .center-menu-btn {
    margin: -28px 10px 0;
    width: auto;
}

.adminuiux-mobile-footer .nav .nav-item .nav-link.active, .adminuiux-mobile-footer .nav .nav-item .nav-link:active {
    background-color: transparent;
    color: #0075ff ;
}
.btn-menubar {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border: 0;
    color: #fff;
}
.index_hidden__9ofMy{
    opacity: 0 !important;
}

.bg_box1 {
    background-color: #6647bf !important;
}
.bg_box2 {
    background-color: #f79264 !important;
}
.bg_box3 {
    background-color: #4a8cda !important;
}
.bg_box4 {
    background-color: #70b944 !important;
}

.color_box1 {
    color: #6647bf !important;
}

.color_box2 {
    color: #f79264 !important;
}
.color_box3 {
    color: #4a8cda !important;
}
.color_box4 {
    color: #70b944 !important;
}
.bg-primary-100 {
    background-color: #FEF0E9 !important;
}
.border.border-primary {
    border: 1px solid #F26522 !important;
    opacity: 1;
}
.event-time {
    padding-left: 10px;
}

.new-close-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor:pointer !important;
}
span#RefLink1025 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    color: #000 !important;
}

.fs-14 {
    font-size: 14px !important;
}
@media (max-width: 768px) {
    .content-area {
        margin-bottom: 55px !important;
    }
}
.trim-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}