@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    background-color: #e1eded;
    font-family: 'Roboto', sans-serif;
}
.btn svg {
    margin-right: 10px;
}
.btn-success {
   
    background-color: #28c76f;
    border-color: #28c76f;
}
img.sweeper_user_images_00 {
    height: 40px;
    border-radius: 50%;
}
.dropdown-menu:before {
    content: '';
    border-bottom: 10px solid #d9d9d9;
    border-left: 9px solid rgb(0 128 0 / 0%);
    border-right: 9px solid rgb(255 165 0 / 0%);
    position: absolute;
    top: -10px;
    left: 9px;
}
.dropdown-menu > li >a>svg {
    position: absolute;
    top: 7px;
    right: 0;
    }.sub_dropdown_menu {

        padding: 0;
        margin-left: 8px;
        background-color: #fdfdfd;
        border: 1px solid rgba(0,0,0,.15);
    }
    .dropdown-menu li > .sub_dropdown_menu {
        display: none;
    }

    .dropdown-menu li:hover > .sub_dropdown_menu {
        display: block;
        position: absolute;
        left: 151px;
        top: 0;
    }

    .dropdown-menu li {
        position: relative;
    }
    .sub_dropdown_menu li a {
        color: #000;
        text-decoration: none;
        padding: 10px;
        display: block;
        white-space: nowrap;
    }

    .sub_dropdown_menu li {
        list-style: none;
    }

    .sub_dropdown_menu li:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }

    .navbar-brand img {
        height: 52px;
    }
    .sweeper_navbar_ul li.nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
    }

    .sweeper_navbar_ul .dropdown-menu[data-bs-popper] {
        left: -36px;
    }

    .header_menu {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .sweeper_navbar_01 > li.active > a {
        background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7));
        box-shadow: 0 0 6px 1px rgb(115 103 240 / 60%);
        border-radius: 4px;
        color: #fff !important;
    }

    .sweeper_navbar_01 li.nav-item:not(:last-of-type) {
        margin-right: 18px;
    }

    .sweeper_navbar_01 li.nav-item svg {
        margin-right: 5px;
    }

    .sweeper_navbar_01 .dropdown-toggle::after {
        position: relative;
        top: 2px;
    }
    .btn-primary{
        background-color: #7367f0;
        border-color: #7367f0;
    }

    .card.sweeper_card h5 {
        color: #5e5873;
        font-size: 16px;
    }
    .card.sweeper_card p {
        font-size: 12px;
        color: #7a7a7a;
    }
    .card.sweeper_card h3 {
        color: #5e50ee;
        font-size: 22px;
    }

    .card.sweeper_card img {
        position: absolute;
        top: 0;
        right: 57px;
    }
    .card.sweeper_statistics_body .card-title {
        font-size: 16px;
        color: #5e5873;
        margin-bottom: 0;
    }
    .card.sweeper_statistics_body p.card-text {
        font-size: 12px;
        color: #7a7a7a;
    }
    .card.sweeper_statistics_body .card-header {
        display: flex;
        justify-content: space-between;
        background-color: white;
    }
    .media {
        display: flex;
        align-items: center;
    }

    .media_left span {
        background-color: rgb(115 103 240 / 22%);
        padding: 14px 18px;
        border-radius: 50%;
        color: #7367f0;
        display: block;
    }
    .media_right_text h4 {
        color: #5e5873;
        font-size: 18px;
        margin-bottom: 0;
    }

    .media_right_text p {
        font-size: 12px;
        margin-bottom: 0;
        color: #7a7a7a;
    }
    .media_right_text {
        margin-left: 25px;
    }
    .card-body.statistics-body {
        padding: 38px;
    }

    section.sweeper_wrapper_01{
        margin-top: 15px;
    }
    /***************form***************************/
    .form_wrapper {
        background-color: #fff;
        padding: 15px;
    }

    .form-control {

        background-color: #ced4da;
        border: 1px solid rgb(206 212 218 / 0%);
        border-radius: 0;
    }

    .form-label {
        font-weight: 700;
        text-transform: capitalize;
    }
    .form-check-input {
        padding: 10px;
        border-radius: 50% !important;
        margin-right: 10px;
        position: relative;
        top: -3px;
    }
    /***********************table***************/
    table.table {
        background-color: white;

    }

    table.table th {
        background-color: #f3f2f7;
        border-bottom: none;
    }
    .table_wrapper {
        padding: 15px;
        background-color: white;
    }
    .table tbody tr:nth-child(even) {
        background-color: #c3cdff;
    }

    /****************************************/
    .talbe_editing_option li > ul {
        display: none;
    }

    .talbe_editing_option li:hover > ul {
        display: block;
    }

    .talbe_editing_option {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }


    .talbe_editing_option li ul {
     padding-left: 0;
     list-style: none;
     position: absolute;
     background-color: #f7f7f7;
     width: 100%;
     padding: 10px;
     text-align: left;
     left: 0;
     margin-top: 10px;
     z-index: 99;

 }

 .talbe_editing_option > li {
    position: relative;
    background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7));
    box-shadow: 0 0 6px 1px rgb(115 103 240 / 60%);
    padding: 10px;
    color:#ffffff;
    text-align: center;
}
.talbe_editing_option > li svg {
    margin-left: 16px;
    position: relative;
    top: 2px;
}
.talbe_editing_option li ul >li:not(:last-child) {
    border-bottom: 1px solid #c5c5c5;
}

.talbe_editing_option li ul >li {
    padding: 10px 0px;
}

.talbe_editing_option li ul >li svg {
    margin-right: 10px;
    color: #766af0;
}
.talbe_editing_option li ul >li a {
    color: #000;
    text-decoration: none;
}
/*******************************************/
#searchmodel button.btn-close {
    background-color: white;
    opacity: 1;
    position: absolute;
    top: 17px;
    right: -44px;
    padding: 10px;
    border-radius: 50%;
}
#searchmodel .input-group {
    border-radius: 25px;
    overflow: hidden;
}
#searchmodel .btn.btn-secondary {
    border-radius: 0;
    padding: 2px 25px;
    line-height: 2.5;
}
#searchmodel input.form-control {
    padding: 10px 35px;
}
/****************************************/
.sweeper_pagination .page-link {
    border: none;
    color: #000;
}
.sweeper_pagination .page-link:hover{
    background-color: #7c71f1;
    color: #fff;
}
.active .page-link{
   background-color: #7c71f1 !important;
}
.sweeper_pagination {
    border-top: 1px solid #b3acac;
    margin-top: 27px;
    padding: 10px;
}
.sweeper_pagination ul {
    text-align: center;
    
    justify-content: center;
}
table.table .btn svg {
    margin-right: 10px;
}
/************************login****************************/
.right_side_pannel {
    height: 100%;
    background-color: #fff;
    padding: 15px;
}
.left_side_pannel {
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_wrapper_01 {
    text-align: center;
    margin-bottom: 31px;
    margin-top: 31px;
}

.d-flex-wrapper {
    display: flex;
    justify-content: space-between;
}

.d-flex-wrapper label:nth-child(2) {
    font-size: 12px;
}
.d-flex-wrapper label:nth-child(2) a {
    color: #636363;
}
.text_pannel_wrap p {
    margin-top: 25px;
    margin-bottom: 35px;
    color: #636363;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
label.form-check-label {
    color: #636363;
}
.text_pannel_wrap {
    text-align: center;
}
.message_wrapper {
    text-align: center;
    margin-top: 25px;
}

.message_wrapper ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.message_wrapper li {
    list-style: none;
}
.message_wrapper li a {
    padding: 11px 16px;
    display: block;
}
.message_wrapper li:not(:last-child) {
    margin-right: 10px;
}
.facebook_icon_wrap{
    background-color: #3a5794;
    color:#fff;
}
.google_icon_wrap {
    background-color: #e94235;
    color: #fff;
}
.message_wrapper > p > a {
    color: #636363;
    text-decoration: none;
    margin-left: 10px;
    text-transform: capitalize;
}
/********************tab design*************************************/
nav.nav_tabview_header #nav-tab {
    border-bottom: none;
}
nav.nav_tabview_header .nav-tabs .nav-link {
    border-radius: 0;
}
nav.nav_tabview_header .nav-link.active {
    border: none;
}
.nav_tabview_content .tab-pane {
    background-color: white;
}
nav.nav_tabview_header .nav-link {
    background-color: #7367f0;
    color: #fff;
}
nav.nav_tabview_header #nav-tab button {
    margin-right: 2px;
}
.tab-form_wrapper {
    padding: 15px;
}
select.form-select {
    background-color: #ced4da;
    border-radius: 0;
}
@media (min-width: 1400px){
    .container{
        max-width: 90%;
    }
}

/*******************************************************************/
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header h4 {
    margin-bottom: 0;
}
.card-head_style {
    background-color: #7b70f1;
    color: #fff;
}
.cardheader {
    background-color: #c267f0;
    color: #fff;
}
.cardbar {
    background-color: #f0677a;
    color: white;
}



