@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,700&family=Rajdhani:wght@300;400;500;600;700&display=swap";
.CRM_dropdown.dropdown .dropdown-toggle:hover,
.CRM_dropdown.dropdown .dropdown-toggle:focus {
    background: -webkit-gradient(linear, left top, right top, from(#7C32FF), color-stop(70%, #A235EC), to(#C738D8));
    background: -o-linear-gradient(left, #7C32FF 0%, #A235EC 70%, #C738D8 100%);
    background: linear-gradient(90deg, #7C32FF 0%, #A235EC 70%, #C738D8 100%)
}

body {
    font-family: poppins, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: #eff1f7
}

@media(min-width:1200px) {
    .container {
        max-width: 1310px
    }
}



.body_white_bg {
    background: #fff
}

.br_5 {
    border-radius: 5px
}

.border_bottom_1px {
    border-bottom: 1px solid #efefef
}

  /* Add your custom styles here */
          .header {
        background-color: #436590;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px;
        box-shadow: 0 0 40px #434561;
    }
        .header-logo {
            margin-left: 368px;
            margin-right: auto;
        }

        .header-logo img {
            height: 180px;
            margin-right: 10px;
        }

        .header-text {
            text-align: center;
            flex-grow: 1;
        }

        .header-text h3 {
            font-size: 40px;
            margin-top: 0px;
            color: white;
            margin-bottom: 0;
            margin-right: -25px;
        }

        .header-text p {
            font-size: 20px;
            margin-top: 15px;
            margin-bottom: 0;
            margin-left: 300px;
        }
   .rectangle-box {
        background-color: white;
        width: 350px;
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
        border-radius: 10px;
        margin-top: -10px;
    }

    .rectangle-box p {
        margin: -10px;
    }
 .footer {
    background-color: #436590;
    color: white;
    text-align: center;
    padding: 16px 0;
    font-size: 18px;
    box-shadow: 0 0 40px #434561;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer a {
    color: white;
    text-decoration: none;
}



 .glow-button {
            display: inline-block;
            padding: 10px 20px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            color: #ffffff;
            background-color: #434561;
            border: none;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
            transition: box-shadow 0.3s ease-in-out;
            margin: 20px;
        }
        
        .glow-button:hover {
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
        }
        
        .glow-button:focus {
            outline: none;
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
        }
        
        .glow-button:active {
            transform: translateY(2px);
        }
.message_submit_form:focus {
    outline: none
}


        .glow-button {
            display: inline-block;
            padding: 10px 20px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            color: #ffffff;
            background-color: #434561;
            border: none;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
            transition: box-shadow 0.3s ease-in-out;
            margin: 10px;
        }
        
        .glow-button:hover {
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
        }
        
        .glow-button:focus {
            outline: none;
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
        }
        
        .glow-button:active {
            transform: translateY(2px);
            box-shadow: 0 0 10px blue;
        }

        .single_quick_activity {
            cursor: pointer;
            transition: box-shadow 0.3s ease-in-out;
            margin: 10px;
            width: 600px; /* Adjust the width as per your preference */
            margin-left: 170px;
        }

        .single_quick_activity.mobiles:hover,
        .single_quick_activity.mobiles:focus {
            box-shadow: 0 0 10px blue;
        }

        .single_quick_activity.accessories:hover,
        .single_quick_activity.accessories:focus {
            box-shadow: 0 0 10px red;
        }

        .single_quick_activity.cover:hover,
        .single_quick_activity.cover:focus {
            box-shadow: 0 0 10px purple;
        }

        .single_quick_activity.report:hover,
        .single_quick_activity.report:focus {
            box-shadow: 0 0 10px green;
        }

input:hover,
input:focus {
    outline: none !important;
    box-shadow: 0 0 0 0 transparent !important
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: transparent;
    box-shadow: none
}

.form-control {
    border-color: #bbc1c9
}

.form-control:focus {
    box-shadow: 0 0 0 0 transparent !important;
    border-color: #bbc1c9
}

.dropdown-menu {
    margin: 0;
    padding: 0
}

.section_padding {
    padding: 120px 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_padding {
        padding: 80px 0
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .section_padding {
        padding: 70px 0
    }
}

@media(max-width:575.98px) {
    .section_padding {
        padding: 70px 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section_padding {
        padding: 70px 0
    }
}

.padding_top {
    padding-top: 120px
}

@media(max-width:1100px) {
    .padding_top {
        padding-top: 70px
    }
}

@media only screen and (min-width:1100px) and (max-width:1200px) {
    .padding_top {
        padding-top: 80px
    }
}

.padding_bottom {
    padding-bottom: 120px
}

@media(max-width:1100px) {
    .padding_bottom {
        padding-bottom: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .padding_bottom {
        padding-bottom: 80px
    }
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: rajdhani, sans-serif;
    font-weight: 600;
    line-height: 1.2
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8
}

li {
    list-style: none
}

ul,
ol {
    margin: 0;
    padding: 0
}

p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #828bb2;
    font-family: poppins, sans-serif;
    font-weight: 300
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s
}

.p_30 {
    padding: 30px
}

@media(max-width:1100px) {
    .p_30 {
        padding: 20px
    }
}

.p_20 {
    padding: 20px
}

.p_15 {
    padding: 20px 20px 15px
}

.pb_20 {
    padding-bottom: 20px
}

.mt_60 {
    margin-top: 60px
}

@media(max-width:1100px) {
    .mt_60 {
        margin-top: 30px
    }
}

.mt_25 {
    margin-top: 25px
}

.mt_30 {
    margin-top: 30px
}

@media(max-width:1100px) {
    .mt_30 {
        margin-top: 15px
    }
}

.mt_10 {
    margin-top: 10px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_15_imp {
    margin-bottom: 13px !important
}

.mb_20 {
    margin-bottom: 20px !important
}

.mb_20_imp {
    margin-bottom: 20px
}

.mb_25 {
    margin-bottom: 20px
}

.mb_50 {
    margin-bottom: 50px
}

@media(max-width:575.98px) {
    .mb_50 {
        margin-bottom: 30px
    }
}

.mt_50 {
    margin-top: 50px
}

@media(max-width:575.98px) {
    .mt_50 {
        margin-top: 25px
    }
}

.mt_20 {
    margin-top: 20px
}

.mb_10 {
    margin-bottom: 10px !important
}

th:focus,
td:focus {
    outline: -webkit-focus-ring-color auto 0
}

table.dataTable tbody th,
table.dataTable tbody td {
    vertical-align: middle
}

.mt_40 {
    margin-top: 40px
}



.dropdown .dropdown-toggle.lms_drop_1 {
    background: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    color: #7e7172;
    display: inline-block;
    width: 102px;
    border: 0;
    border: 1px solid #eee1e2;
    position: relative;
    transition: .3s
}

.dropdown .dropdown-toggle.lms_drop_1::after {
    content: "\f0d7";
    font-family: "font awesome 5 free";
    position: absolute;
    right: 0;
    top: 12px;
    color: #cec1c2;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    border: 0;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px
}

.dropdown .dropdown-toggle.lms_drop_1.lms_drop_2 {
    min-width: 140px
}

.dropdown.show .dropdown-toggle.lms_drop_1 {
    background: #2daab8;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    color: #7e7172;
    display: inline-block;
    width: 102px;
    border: 0;
    color: #fff;
    border: 1px solid #2daab8
}

.dropdown.show .dropdown-toggle.lms_drop_1::after {
    content: "\f0d8"
}

.dropdown .dropdown-menu {
    border: 0;
    border: 1px solid #eee1e2;
    padding: 12px 0 20px;
    margin: 0;
    border-radius: 0 !important
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 300;
    padding: 4px 20px;
    color: #7f7778
}

.dropdown .dropdown-menu .dropdown-item:hover {
    color: #2daab8;
    background: 0 0
}

.dropdown .dropdown-menu.dropdown-menu-w140 {
    min-width: 140px
}

.white_btn_line {
    white-space: nowrap;
    height: 50px;
    background: 0 0;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    padding: 0 19px;
    border-radius: 3px;
    border: 1px solid #eee1e2;
    color: #7e7172;
    transition: .3s
}

.white_btn_line i {
    font-size: 13px;
    color: #7e7172;
    margin-right: 6px
}

.white_btn_line:hover {
    background: #2daab8;
    color: #fff;
    border: 1px solid #2daab8
}

.white_btn_line:hover i {
    color: #fff;
    transition: .3s
}

.white_btn_line2 {
    white-space: nowrap;
    height: 30px;
    background: 0 0;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    text-transform: capitalize;
    border: 0;
    border: 1px solid #eee1e2;
    color: #7e7172;
    transition: .3s;
    border-radius: 30px;
    line-height: 28px;
    padding: 0 18px
}

.white_btn_line2:hover {
    background: #2daab8;
    color: #fff !important;
    border: 1px solid #2daab8
}

.white_btn_line2:hover i {
    color: #fff;
    transition: .3s
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child::before {
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    content: "\e61a";
    font-family: themify;
    font-size: 8px;
    line-height: 14px;
    font-weight: 600;
    background-color: #fef1f2;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .08), -6px -6px 12px #fff
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
    content: "\e622";
    box-shadow: inset 6px 6px 12px rgba(0, 0, 0, .08), inset -6px -6px 12px #fff
}

.CRM_dropdown.dropdown .dropdown-toggle {
    background: 0 0;
    color: #415094;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #7c32ff;
    border-radius: 32px;
    padding: 5px 20px;
    text-transform: uppercase;
    overflow: hidden;
    transition: .3s
}

.CRM_dropdown.dropdown .dropdown-toggle:after {
    content: "\e62a";
    font-family: themify;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 0;
    font-size: 10px;
    position: relative;
    top: 3px;
    left: 0;
    font-weight: 600;
    transition: .3s
}

.CRM_dropdown.dropdown .dropdown-toggle:hover,
.CRM_dropdown.dropdown .dropdown-toggle:focus {
    color: #fff;
    border: 1px solid transparent;
    box-shadow: none
}

.CRM_dropdown.dropdown .dropdown-menu {
    border-radius: 5px 5px 10px 10px;
    border: 0;
    padding: 15px 0;
    box-shadow: 0 10px 20px rgba(108, 39, 255, .3)
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #828bb2;
    text-align: right;
    font-size: 12px;
    padding: 4px 1.5rem;
    text-transform: uppercase;
    cursor: pointer
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
    color: #2e4765
}

.dropdown-menu.option_width_8 {
    min-width: 150px
}

.header_iner {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 30px;
    position: relative;
    border-radius: 0
}

@media(max-width:575.98px) {
    .header_iner {
        justify-content: flex-end !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner {
        justify-content: flex-end !important
    }
}

@media(max-width:1100px) {
    .header_iner {
        padding: 20px;
        margin: 0
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .header_iner {
        margin: 0 10px
    }
}

@media(max-width:575.98px) {
    .header_iner {
        margin: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner {
        margin: 0
    }
}

@media only screen and (min-width:1200px) {
    .header_iner {
        margin-bottom: 20px
    }
}

.header_iner .page_tittle h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 2px
}

@media(max-width:1100px) {
    .header_iner .page_tittle h3 {
        margin-right: 15px
    }
}

.header_iner .page_tittle .page_subtitle {
    font-size: 12px;
    font-weight: 300;
    color: #7e7172;
    margin-bottom: 0
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr {
    color: #7e7172
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr.active_subcat {
    color: #fe1724;
    white-space: nowrap
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr i {
    margin-left: 10px;
    margin-right: 7px;
    font-size: 12px
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
    position: relative;
    margin: 0 7px 0 10px;
    top: -1px
}

@media(max-width:575.98px) {
    .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
        margin: 0 2px
    }
}

.header_iner .btn_1 {
    margin: 0 30px
}

@media(max-width:1100px) {
    .header_iner .notification {
        margin: 0 10px
    }
}

.header_iner .notification i {
    color: #707070;
    position: relative;
    font-size: 20px
}

.header_iner .notification i:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    height: 9px;
    width: 9px;
    background-color: #2e4765;
    border-radius: 50%
}

@media(max-width:767.98px) {
    .header_iner .serach_field-area {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .header_iner .serach_field-area {
        width: auto;
        left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .header_iner .serach_field-area {
        width: auto;
        margin-right: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header_iner .serach_field-area {
        width: auto;
        margin-right: 70px
    }
}

.header_iner .header_right .header_notification_warp {
    margin-right: 50px;
    margin-left: 40px
}

@media(max-width:575.98px) {
    .header_iner .header_right .header_notification_warp {
        margin-right: 25px;
        margin-left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .header_iner .header_right .header_notification_warp {
        margin-right: 35px;
        margin-left: 25px
    }
}

.header_iner .header_right .header_notification_warp li {
    display: inline-block
}

.header_iner .header_right .header_notification_warp li:last-child a {
    margin-right: 0
}

.header_iner .header_right .header_notification_warp li a {
    font-size: 20px;
    color: #929bb5;
    position: relative;
    margin-right: 29px;
    display: inline-block
}

@media(max-width:575.98px) {
    .header_iner .header_right .select_style {
        display: none !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner .header_right .select_style {
        display: none !important
    }
}

.header_iner .nice_Select {
    color: #929bb5
}

.profile_info {
    position: relative
}

.profile_info img {
    max-width: 69px;
    max-height: 69px;
    border-radius: 50%;
    cursor: pointer
}

@media(max-width:1100px) {
    .profile_info img {
        max-width: 30px
    }
}

.profile_info .profile_info_iner {
    position: absolute;
    right: 0;
    background-color: #2e4765;
    text-align: right;
    width: 215px;
    padding: 30px 30px 20px;
    opacity: 0;
    visibility: hidden;
    top: 77px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.profile_info .profile_info_iner::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    top: -14px;
    right: 10px;
    border-width: 0 15px 20px;
    border-color: transparent transparent #2e4765 transparent
}

.profile_info .profile_info_iner a {
    display: block
}

.profile_info .profile_info_iner p {
    font-size: 12px;
    font-weight: 300
}

.profile_info .profile_info_iner h5 {
    font-size: 12px;
    color: #fff
}

.profile_info:hover .profile_info_iner {
    opacity: 1;
    visibility: visible;
    top: 77px
}

.profile_info .profile_info_details {
    margin-top: 20px;
    border-top: 1px solid #79838b;
    padding-top: 10px
}

.profile_info .profile_info_details a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 0
}

.profile_info .profile_info_details a:hover {
    color: #fff
}

.profile_info .profile_info_details a:hover i {
    color: #fff
}

.profile_info .profile_info_details i {
    color: #ccc;
    font-size: 12px;
    margin-left: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar_icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 20px
}

@media(max-width:575.98px) {
    .sidebar_icon {
        right: auto;
        left: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .sidebar_icon {
        right: auto;
        left: 20px
    }
}

.sidebar_icon i {
    font-size: 20px
}

.serach_field-area {
    width: 480px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .serach_field-area {
        width: 400px
    }
}

.serach_field-area .search_inner input {
    color: #000;
    font-size: 17px;
    height: 55px;
    width: 100%;
    padding-left: 82px;
    border: 0;
    padding-right: 15px;
    border-bottom: 1px solid #f4f7fc;
    background: #f5f7fd;
    border-radius: 30px
}

.serach_field-area .search_inner input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #818e94;
    font-family: poppins, sans-serif
}

.serach_field-area .search_inner input:focus {
    outline: none
}

.serach_field-area .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: 0 0;
    font-size: 12px;
    border: 0;
    padding-left: 40px;
    padding-right: 11px
}

.serach_field-area .search_inner button i {
    font-size: 14px;
    color: #818e94
}

.serach_field-area2 {
    width: 480px;
    position: relative
}

@media(max-width:1100px) {
    .serach_field-area2 {
        width: auto
    }
}

.serach_field-area2 .search_inner input {
    color: #000;
    font-size: 17px;
    height: 55px;
    width: 100%;
    padding-left: 82px;
    border: 0;
    padding-right: 15px;
    border-bottom: 1px solid #f4f7fc;
    background: #f5f7fd;
    border-radius: 30px
}

.serach_field-area2 .search_inner input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #818e94;
    font-family: poppins, sans-serif
}

.serach_field-area2 .search_inner input:focus {
    outline: none
}

.serach_field-area2 .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: 0 0;
    font-size: 12px;
    border: 0;
    padding-left: 40px;
    padding-right: 11px
}

.serach_field-area2 .search_inner button i {
    font-size: 14px;
    color: #818e94
}

.serach_field_2 {
    width: 430px;
    position: relative;
    margin-right: 0
}

@media(max-width:575.98px) {
    .serach_field_2 {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .serach_field_2 {
        width: 190px
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .serach_field_2 {
        width: 230px
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .serach_field_2 {
        width: 300px
    }
}

.serach_field_2 .search_inner input {
    color: #000;
    font-size: 13px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding-left: 55px;
    border: 1px solid #2daab8;
    padding-right: 15px
}

.serach_field_2 .search_inner input::placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172
}

.serach_field_2 .search_inner input:focus {
    outline: none
}

.serach_field_2 .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: 0 0;
    font-size: 12px;
    border: 0;
    padding-left: 19px;
    padding-right: 11px
}

.serach_field_2 .search_inner button i {
    font-size: 12px;
    color: #2daab8
}

.serach_field_2 .search_inner button::before {
    position: absolute;
    width: 1px;
    height: 24px;
    content: '';
    background: #2daab8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

table.dataTable {
    width: 100% !important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0 !important
}

.sidebar {
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99;
    padding-bottom: 50px;
    position: fixed;
    width: 270px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    transition: .5s;
    background: #fff;
    box-shadow: 0 0 40px #eff1f7
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar.hide_vertical_menu {
        left: -20%
    }
}

@media(min-width:1201px) {
    .sidebar.hide_vertical_menu {
        left: -270px
    }
}

@media(max-width:1100px) {
    .sidebar {
        left: -280px;
        -webkit-transition: .5s;
        transition: .5s;
        top: 0;
        width: 280px;
        background: #fff
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar {
        width: 20%
    }
}

.sidebar .logo {
    margin: 30px;
    background: #fff;
    padding: 33px 30px;
    border-radius: 7px
}

.sidebar .logo img {
    width: 100%
}

@media(max-width:1100px) {
    .sidebar .logo {
        padding: 30px
    }
}

.sidebar .single_sidebar_tittle i {
    font-size: 18px;
    margin-right: 12px;
    color: #f8dbdd;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar .single_sidebar_tittle a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 10px 25px 10px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .3s;
    position: relative;
    z-index: 0;
    border-top: 1px solid transparent;
    background: 0 0
}

.sidebar .single_sidebar_tittle a::before {
    position: absolute;
    right: 0;
    background: #2e4765;
    width: 0;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    transition: .3s;
    right: 0;
    visibility: hidden
}

.sidebar .single_sidebar_tittle a.current_active i {
    color: #2e4765
}

.sidebar .single_sidebar_tittle a.current_active::before {
    opacity: 1;
    width: 3px;
    visibility: visible
}

.sidebar .single_sidebar_tittle a:hover::before {
    opacity: 1;
    right: 0;
    visibility: visible;
    width: 3px
}

.sidebar .single_sidebar_tittle a.normal_title {
    padding: 28px 25px 18px 40px;
    background: #fff7f8;
    border-top: 1px solid #eee1e2
}

.sidebar .single_sidebar_tittle a.normal_title:after {
    position: absolute;
    right: 40px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f0d8";
    font-family: "font awesome 5 free";
    color: #cec1c2;
    font-weight: 600;
    font-size: 14px
}

.sidebar .single_sidebar_tittle a.normal_title.collapsed {
    padding: 10px 25px 10px 40px;
    background: #fff;
    border-top: 1px solid transparent
}

.sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0d7";
    font-family: "font awesome 5 free";
    color: #cec1c2;
    font-weight: 600;
    font-size: 14px
}

.sidebar .single_sidebar_tittle:hover {
    background-color: #192434
}

.sidebar .single_sidebar_tittle:hover i {
    color: #2e4765
}

.sidebar .single_menu_item {
    padding-left: 36px;
    margin: 6px 0;
    line-height: 21px
}

.sidebar .single_menu_item:hover {
    padding-left: 55px !important
}

.sidebar .sidebar_iner ul li {
    list-style: none
}

.sidebar .sidebar_iner ul li .submenu {
    background: #fff7f8;
    padding: 0 0 0 70px !important;
    border-bottom: 1px solid #eee1e2
}

.sidebar .sidebar_iner ul li .submenu li a {
    font-size: 13px;
    line-height: 36px;
    color: #7e7172;
    font-weight: 400
}

.sidebar .sidebar_iner ul li .submenu li:last-child {
    padding-bottom: 18px
}

@media(max-width:1100px) {
    .active_sidebar {
        left: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
    }
}

.sidebar_close_icon i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 29px;
    cursor: pointer;
    color: #222
}

.sidebar_widget .white_box {
    padding: 30px
}

@media(max-width:1100px) {
    .sidebar_widget .white_box {
        padding: 25px 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .sidebar_widget .white_box {
        padding: 15px
    }
}

@media only screen and (min-width:1440px) and (max-width:1679px) {
    .sidebar_widget .white_box {
        padding: 25px 15px
    }
}

.sidebar_widget .white_box .btn_2 {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    padding: 16px 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar_widget .white_box .btn_2 {
        padding: 12px 7px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .sidebar_widget .white_box .btn_1 {
        padding: 8px 10px;
        font-size: 11px
    }
}

.sidebar_widget .date_range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0 18px
}

.sidebar_widget .date_range .btn_3 {
    border-radius: 5px;
    font-size: 13px;
    font-weight: 300
}

.sidebar_widget .date_range i {
    display: none
}

.sidebar_widget .date_range .start_date,
.sidebar_widget .date_range .end_date {
    width: 115px
}

.sidebar_widget .date_range .start_date input,
.sidebar_widget .date_range .end_date input {
    width: 100%;
    border: 1px solid #e4e8ec;
    color: #7e7172;
    font-size: 13px;
    padding: 11px 20px;
    border-radius: 5px;
    font-weight: 300
}

.sidebar_widget .date_range .start_date ::placeholder,
.sidebar_widget .date_range .end_date ::placeholder {
    color: #7e7172
}

.sidebar #sidebar_menu li.side_menu_title span {
    font-size: 20px;
    font-weight: 700;
    color: #2daab8;
    font-family: rajdhani, sans-serif;
    padding: 15px 25px 5px 30px;
    display: block
}

.sidebar #sidebar_menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #676b84;
    padding: 15px 25px 15px 30px;
    background: #fff;
    transition: .3s;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 26px auto;
    grid-gap: 15px;
    align-items: center;
    position: relative;
    background: 0 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar #sidebar_menu li a {
        padding: 18px 25px 18px 30px
    }
}

.sidebar #sidebar_menu li a i {
    font-size: 15px;
    margin-right: 12px;
    color: #a5adc6;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar #sidebar_menu li a:hover::before {
    width: 6px;
    opacity: 1;
    visibility: visible
}

.sidebar #sidebar_menu li.mm-active>a {
    color: #16bbe5
}

.sidebar #sidebar_menu li.mm-active.metis_dropmenu>a {
    padding-top: 29px;
    padding-bottom: 30px;
    color: #a5adc6
}

.sidebar #sidebar_menu li.mm-active>a i {
    color: #a5adc6
}

.sidebar #sidebar_menu li.mm-active>a::before {
    opacity: 1;
    width: 6px;
    visibility: visible
}

.sidebar #sidebar_menu li ul {
    padding: 0 0 0 70px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar #sidebar_menu li ul {
        padding: 0 0 0 55px
    }
}

.sidebar #sidebar_menu li ul li:last-child a {
    padding-bottom: 30px
}

.sidebar #sidebar_menu li ul li a {
    font-size: 13px;
    color: #676b84;
    font-weight: 400;
    padding: 0;
    white-space: nowrap;
    padding: 0;
    padding: 10px 0 !important
}

.sidebar #sidebar_menu li ul li a::before {
    display: none
}

.sidebar #sidebar_menu li ul li a.active {
    color: #16bbe5
}

.sidebar #sidebar_menu li ul li ul {
    padding-left: 5px
}

.admin_profile_Wrap {
    margin-bottom: 30px
}

.admin_profile_Wrap ul li {
    background: #fff7f8;
    border-top: 1px solid #eee1e2;
    border-bottom: 1px solid #eee1e2;
    padding: 30px 0 30px 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li {
        padding: 30px 0 30px 20px
    }
}

.admin_profile_Wrap ul li a {
    display: block
}

.admin_profile_Wrap ul li a .admin_profile_inner .thumb img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext {
    margin-left: 15px
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 1px;
    white-space: nowrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
        font-size: 12px
    }
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
    display: block;
    font-size: 12px;
    color: #7e7172;
    font-weight: 300;
    white-space: nowrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
        font-size: 11px
    }
}

.admin_profile_Wrap ul li ul {
    padding-left: 70px
}

.admin_profile_Wrap ul li ul li {
    padding: 0;
    border: 0
}

.admin_profile_Wrap ul li ul li a {
    font-size: 13px;
    color: #7e7172;
    font-weight: 400;
    padding-bottom: 17px
}

.admin_profile_Wrap ul li ul li:last-child a {
    padding-bottom: 0
}

.admin_profile_Wrap ul li ul li:first-child a {
    margin-top: 29px
}

.admin_profile_Wrap .metismenu .has-arrow::after {
    top: 38%
}

.sidebar::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background-color: #ddd
}

.sidebar::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 6px;
    background-color: #ddd
}

.sidebar::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: #f8dbdd
}

body::-webkit-scrollbar {
    width: 8px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .metismenu .has-arrow::after {
        right: 25px
    }
}

.body_content {
    display: flex
}

.main-title h3 {
    font-family: rajdhani, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #2e4765;
    line-height: 1.2
}

.main-title span {
    font-size: 12px;
    font-weight: 400;
    color: #a3a0fb;
    display: block;
    margin-top: 6px
}

.box_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center
}

@media(max-width:575.98px) {
    .box_header.box_header_block {
        flex-direction: column;
        align-items: flex-start !important
    }
}

@media(max-width:575.98px) {
    .box_header.box_header_block .main-title {
        margin-bottom: 15px
    }
}

.box_header .title_info p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #a3a0fb
}

.legend_style li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 10px
}

.legend_style li span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4400eb;
    margin-right: 4px
}

.legend_style li.inactive {
    opacity: .29
}

.title_btn {
    margin-bottom: 20px
}

.title_btn ul li {
    display: inline-block
}

.title_btn ul li a {
    display: inline-block;
    padding: 4px;
    background: #fff;
    font-size: 11px;
    text-transform: capitalize;
    color: #706f9a;
    border-radius: 5px;
    line-height: 25px;
    padding: 0 10px;
    transition: .3s
}

.title_btn ul li a:hover {
    background: #a66dd4;
    color: #fff
}

.title_btn ul li a.active {
    background: #a66dd4;
    color: #fff
}

.radial_footer .radial_footer_inner .left_footer {
    padding-left: 10px;
    margin-bottom: 20px
}

.radial_footer .radial_footer_inner .left_footer h5 {
    font-size: 13px;
    color: #43425d;
    font-weight: 500;
    margin-bottom: 0;
    position: relative
}

.radial_footer .radial_footer_inner .left_footer h5 span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #a4a1fb;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 6px
}

.radial_footer .radial_footer_inner .left_footer p {
    font-size: 12px;
    color: #4d4f5c;
    opacity: .5;
    font-weight: 400;
    margin-bottom: 0
}

.radial_footer .radial_bottom {
    border-top: 1px solid #efefef;
    text-align: center;
    padding-top: 15px;
    margin-top: 4px
}

.radial_footer .radial_bottom p a {
    font-size: 12px;
    color: #3b86ff;
    font-weight: 600
}

.main_content {
    padding-left: 270px;
    width: 100%;
    padding-top: 0 !important;
    transition: .5s;
    position: relative;
    min-height: 100vh;
    padding-bottom: 90px;
    overflow: hidden
}

.main_content.main_content_padding_hide {
    padding-left: 0;
    padding-top: 100px !important
}

@media(max-width:1100px) {
    .main_content {
        padding: 90px 0 100px
    }
}

@media(max-width:575.98px) {
    .main_content {
        padding: 120px 0 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .main_content {
        padding: 120px 0 100px
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .main_content {
        padding: 120px 0 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main_content {
        padding-left: 20%
    }
}

.main_content .main_content_iner {
    min-height: 68vh;
    transition: .5s;
    margin: 20px 30px 30px
}

@media(max-width:1100px) {
    .main_content .main_content_iner {
        margin: 0
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 30px
    }
}

@media only screen and (min-width:1440px) and (max-width:1679px) {
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 60px
    }
}

@media(min-width:1680px) {
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 135px
    }
}

@media(max-width:575.98px) {
    .main_content .main_content_iner {
        margin-bottom: 20px
    }
}

.address_book_hint p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px
}

.single_element h4 {
    margin-bottom: 30px
}

.single_element .quick_activity_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px
}

@media(max-width:575.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media(min-width:768px) and (max-width:1100.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

.single_element .single_quick_activity {
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 43px 30px;
    position: relative;
    align-items: center;
    justify-content: center
}

.single_element .single_quick_activity::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
    background-image: url(../img/diamond.png)
}

@media(max-width:575.98px) {
    .single_element .single_quick_activity {
        padding: 20px 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_element .single_quick_activity {
        padding: 20px 15px
    }
}

.single_element .single_quick_activity .icon {
    width: 60px;
    height: 160px;
    flex-basis: 60px;
    text-align: right
}

.single_element .single_quick_activity .icon img {
    width: 100%
}

.single_element .single_quick_activity .count_content {
    margin-left: 30px;
    flex-basis: 50%;
    text-align: left
}

.single_element .single_quick_activity .count_content.count_content2 {
    width: 100%;
    text-align: center;
    flex-basis: 100%;
    margin: 0 !important
}

.single_element .single_quick_activity .count_content.count_content2 .blue_color {
    color: #16bbe5 !important
}

.single_element .single_quick_activity .count_content.count_content2 .red_color {
    color: #ea5d5d !important
}

.single_element .single_quick_activity .count_content.count_content2 .yellow_color {
    color: #fcad73 !important
}

.single_element .single_quick_activity .count_content.count_content2 .green_color {
    color: #2daab8 !important
}

.single_element .single_quick_activity h3 {
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    color: #2e4765;
    margin-bottom: 0;
    font-family: rajdhani, sans-serif;
    line-height: 1
}

.single_element .single_quick_activity p {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 19px;
    font-weight: 500;
    color: #b2b5c0;
    font-family: rajdhani, sans-serif;
    line-height: 1
}

.dashboard_part .notification_tab {
    padding: 27px 25px;
    background-color: #f5ecec;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    -webkit-transition: .5s;
    transition: .5s
}

.dashboard_part .notification_tab p {
    font-size: 16px;
    color: #222
}

.dashboard_part .notification_tab p a {
    color: #2e4765
}

.dashboard_part .hide_icon {
    cursor: pointer
}

.dashboard_part .hide_icon i {
    color: #2e4765;
    font-size: 10px
}

.white_box {
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

@media(max-width:575.98px) {
    .white_box {
        padding: 30px 25px
    }
}

.white_box .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width:1100px) {
    .white_box .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.white_box2 {
    padding: 40px 40px 25px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

@media(max-width:575.98px) {
    .white_box2 {
        padding: 30px 25px
    }
}

.white_box2 .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width:1100px) {
    .white_box2 .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.chart_box .white_box_tittle {
    margin-bottom: 20px
}

.chart_box .white_box_tittle h4 {
    margin-bottom: 2px
}

@media(max-width:1100px) {
    .chart_box .white_box_tittle h4 {
        margin-bottom: 15px
    }
}



