/* General Styles */

* {
    font-family: "Poppins", sans-serif;
}

.mh10p0 {
    min-height: 10px;
    padding: 0px;
    float: left;
}

.mh10p5 {
    min-height: 10px;
    padding: 5px;
    float: left;
}

.mh10p10 {
    min-height: 10px;
    padding: 10px;
    float: left;
}

.mh10p15 {
    min-height: 10px;
    padding: 15px;
}

.mh10p20 {
    min-height: 10px;
    padding: 20px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* General Styles */

/* Login Page Start */

.login_page_outer {
    width: 100%;
    min-height: 100vh;
    background-color: #333;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: auto;
    padding: 50px 0px;
}

.login_page_bg {
    width: 100%;
    height: 100vh;
    background-color: #333;
    position: fixed;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: all 0.5s ease;
}

.login_page_center_outer {
    width: 400px;
    min-height: 50px;
    float: left;
    z-index: 4;
    position: relative;
}

.login_page_center {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    float: left;
}

.login_page_center_title {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 400;
    color: #110068;
    letter-spacing: 2px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
}

.login_page_center_title i {
    margin-right: 7px;
    font-size: 20px;
    float: left;
    margin-top: 3px;
}

.login_page_form_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    padding: 20px;
}

.login_page_form_outer .mh10p5 {
    padding: 0px 5px;
}

.login_input_line {
    width: 100%;
    min-height: 10px;
    float: left;
    margin-bottom: 15px;
}

.login_input_line p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    float: left;
    margin: 0px;
    margin-bottom: 5px;
}

.login_input_line input {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    float: left;
    margin: 0px;
    padding-bottom: 7px;
}

.login_input_line select {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    float: left;
    margin: 0px;
    padding-bottom: 7px;
}

.login_input_line textarea {
    width: 100%;
    height: 90px;
    font-size: 13px;
    font-weight: 300;
    float: left;
    margin: 0px;
    padding-bottom: 7px;
    resize: none;
    padding: 7px 9px;
}

.login_input_line .password_input {
    width: calc(100% - 50px);
}

.password_eye {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    padding-top: 3px;
    background-color: #fff;
    border: 1px solid #dadada;
    color: #777;
}

.login_input_line_link {
    width: 100%;
    float: left;
    margin-top: -5px;
    margin-bottom: 20px;
}

.login_input_line_link a {
    float: right;
    font-size: 12px;
    font-weight: 300;
    color: #110068;
    text-decoration: none;
}

.login_input_line_link_left {
    float: left;
    font-size: 12px;
    font-weight: 300;
    color: #110068;
    text-decoration: none;
    cursor: pointer;
}

.login_input_line_link_left input {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.login_button {
    width: 100%;
    height: 40px;
    background-color: #142141;
    color: #fff;
    float: left;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 3px;
    letter-spacing: 1px;
    cursor: pointer;
}

.login_input_line_title {
    width: 100%;
    height: 15px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.login_input_line_title:before {
    content: '';
    width: 100%;
    height: 0.5px;
    position: absolute;
    left: 0px;
    background-color: #110068;
    opacity: 0.3;
}

.login_input_line_title span {
    font-size: 12px;
    font-weight: 300;
    color: #110068;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.login_mini_link {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    color: #110068;
    margin-top: 15px;
    float: left;
}

.login_social_title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-top: 12px;
}

.login_social_title span {
    font-size: 13px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
    padding: 0px 15px;
    margin-top: 3px;
}

.login_social_title:before {
    content: '';
    flex: 1;
    height: 0.5px;
    background-color: #fff;
    opacity: 0.3;
}

.login_social_title:after {
    content: '';
    flex: 1;
    height: 0.5px;
    background-color: #fff;
    opacity: 0.3;
}

.login_social_buttons_outer {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    float: left;
    gap: 10px;
}

.login_social_btn {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    padding-top: 1px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.login_social_btn:hover::before {
    width: 100%;
}

.login_social_btn:before {
    content: '';
    width: 0%;
    height: 100%;
    background-color: orange;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease;
}

.login_social_btn i {
    position: relative;
    z-index: 2;
}

.facebook_btn:before {
    background-color: #4867aa;
}

.twitter_btn:before {
    background-color: #1d9bf0;
}

.instagram_btn:before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.linkedin_btn:before {
    background-color: #0274b3;
}

.login_page_wp_btn {
    width: 50px;
    height: 50px;
    background: rgb(67, 229, 94);
    background: linear-gradient(180deg, rgba(67, 229, 94, 1) 0%, rgba(31, 197, 63, 1) 100%);
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    font-size: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    cursor: pointer;
}

.login_page_wp_btn i {
    position: relative;
    z-index: 9;
}

.login_page_wp_btn:before {
    content: '';
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    float: left;
    position: absolute;
    z-index: 1;
    margin-top: -3px;
    transition: all 0.5s ease;
    animation-name: loginWp1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.login_page_wp_btn:after {
    content: '';
    width: 85px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    float: left;
    position: absolute;
    z-index: 1;
    margin-top: -3px;
    transition: all 0.5s ease;
    animation-name: loginWp2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes loginWp2 {
    from {
        width: 50px;
        height: 50px;
        opacity: 1;
    }

    to {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

@keyframes loginWp1 {
    from {
        width: 50px;
        height: 50px;
        opacity: 1;
    }

    to {
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@media only screen and (max-width: 600px) {
    .login_page_center_outer {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.login_page_infobox {
    width: 100%;
    min-height: 20px;
    background-color: #110068;
    float: left;
    padding: 10px;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 7px;
    border-radius: 5px;
}

/* Login Page End */

/* Page Alert Start */

.page_alert_outer {
    width: 380px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.page_alert_content {
    width: 350px;
    min-height: 10px;
    background-color: rgba(0, 0, 0, 1);
    float: left;
    margin: 15px;
    margin-bottom: 0px;
    position: relative;
}

.page_alert_content_text_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    padding: 12px;
    position: relative;
}

.page_danger_alert .page_alert_content_text_outer:before {
    background: rgb(255, 0, 0);
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.6) 0%, rgba(255, 0, 0, 0) 100%);
}

.page_warning_alert .page_alert_content_text_outer:before {
    background: rgb(255, 102, 0);
    background: linear-gradient(90deg, rgba(255, 102, 0, 0.6) 0%, rgba(255, 102, 0, 0) 100%);
}

.page_info_alert .page_alert_content_text_outer:before {
    background: rgb(0, 110, 255);
    background: linear-gradient(90deg, rgba(0, 110, 255, 0.6) 0%, rgba(0, 110, 255, 0) 100%);
}

.page_success_alert .page_alert_content_text_outer:before {
    background: rgb(0, 255, 149);
    background: linear-gradient(90deg, rgba(0, 255, 149, 0.6) 0%, rgba(0, 255, 149, 0) 100%);
}

.page_danger_alert .page_alert_content_bar_inner {
    background: rgb(255, 0, 0);
}

.page_warning_alert .page_alert_content_bar_inner {
    background: rgb(255, 102, 0);
}

.page_info_alert .page_alert_content_bar_inner {
    background: rgb(0, 110, 255);
}

.page_success_alert .page_alert_content_bar_inner {
    background: rgb(0, 255, 149);
}

.page_alert_content_text_outer:before {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.page_alert_content_text_outer h3 {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin: 0px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.page_alert_content_text_outer p {
    width: 100%;
    font-size: 11px;
    font-weight: 200;
    color: #fff;
    margin: 0px;
    position: relative;
    z-index: 3;
    opacity: 0.9;
}

.page_alert_content_bar_outer {
    width: 100%;
    height: 3px;
    float: left;
}

.page_alert_content_bar_inner {
    width: 0%;
    height: 3px;
    float: left;
    transition: all 3s ease;
}

/* Page Alert End */

/* Login Text Start */

.login_text_content_outer {
    width: 100%;
    min-height: 20px;
    float: left;
}

.login_text_content_outer h6 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.login_text_content_outer p {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 300;
    color: #333;
}

/* Login Text End */

/* Dashboard Start */
.dashboard_outer {
    height: 100vh;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_left_menus_outer {
    width: 270px;
    height: 100vh;
    background-color: #142141;
    float: left;
}

.dashboard_left_menus_outer_mini {
    width: 70px;
    height: 100vh;
    background-color: #142141;
    float: left;
}

.dashboard_left_menus_outer_mini .search_title {
    display: none;
}

.dashboard_left_menus_outer_mini .dashboard_left_menus_top span {
    display: none;
}

.dashboard_left_menus_outer_mini .dashboard_left_menus_top i {
    margin: 0px;
}

.dashboard_left_menus_outer_mini * .dasboard_search_line {
    display: none;
}

.dashboard_left_menus_outer_mini * .dashboard_left_contents_title span {
    display: none;
}

.dashboard_left_menus_outer_mini * .dashboard_left_contents_title {
    text-align: center;
}

.dashboard_left_menus_outer_mini * .dashboard_left_contents_title i {
    font-size: 15px;
}

.dashboard_left_menus_outer_mini * .dashboard_left_menubox_text {
    display: none;
}

.dashboard_left_menus_outer_mini * .dashboard_left_menubox_right {
    display: none;
}

.dashboard_right_contents_outer {
    flex: 1;
    height: 100vh;
    background-color: #fff;
    float: left;
}

.dashboard_left_menus_top {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
}

.dashboard_left_menus_top i {
    float: left;
    font-size: 14px;
    margin-right: 5px;
}

.dashboard_right_top_line {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #f4f6f9;
}

.dashboard_right_top_boxes {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px;
    float: left;
    gap: 16px;
}

.dashboard_right_top_boxes:first-child {
    justify-content: flex-start;
}

.dashboard_right_top_boxes:last-child {
    justify-content: flex-end;
}

.dashboard_right_top_btn {
    width: 30px;
    height: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #FA9548;
    font-size: 16px;
}

.dashboard_top_image {
    width: 30px;
    height: 30px;
    background-color: #dadada;
    border-radius: 50%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.dashboard_top_image:hover .dashboard_top_image_dropdown {
    display: block;
}

.dashboard_top_image_dropdown {
    width: 220px;
    min-height: 50px;
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 3;
    border: 1px solid #f4f6f9;
    border-radius: 4px;
    padding: 5px 7px;
    display: none;
}

.dashboard_top_image_dropdown_line {
    width: 100%;
    min-height: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 5px;
    border-bottom: 1px solid #eeeeee;
    text-decoration: none !important;
}

.dashboard_top_image_dropdown_line:hover .dashboard_top_image_dropdown_line_text {
    color: #3d2c96;
}

.dashboard_top_image_dropdown_line:last-child {
    border-bottom: 0px;
}

.dashboard_top_image_dropdown_line_icon {
    width: 20px;
    height: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #142141;
}

.dashboard_top_image_dropdown_line_text {
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    color: #a7a7a7;
    transition: all 0.3s ease;
    padding-bottom: 1px;
}

.dashboard_top_image_dot {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #00c400;
    border-radius: 50%;
    border: 3px solid #fff;
}

.dashboard_right_top_icons {
    width: 20px;
    height: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a7a7a7;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
}

.dashboard_right_top_icons_badge {
    width: 13px;
    height: 13px;
    position: absolute;
    right: -4px;
    top: -4px;
    background-color: #FA9548;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding-top: 1px;
}

.dashboard_left_contents {
    width: 100%;
    height: calc(100vh - 50px);
    padding: 10px;
    float: left;
    overflow: auto;
}

.dashboard_left_contents::-webkit-scrollbar {
    width: 5px;
}

.dashboard_left_contents::-webkit-scrollbar-track {
    background: #bbaefd;
}

.dashboard_left_contents::-webkit-scrollbar-thumb {
    background: #251866;
}

.dashboard_left_contents::-webkit-scrollbar-thumb:hover {
    background: #090324;
}

.dashboard_left_contents_title {
    width: 100%;
    min-height: 20px;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 4px;
    margin-top: 8px;
    float: left;
}

.dashboard_left_menubox {
    width: 100%;
    min-height: 40px;
    float: left;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    gap: 7px;
    padding: 7px;
    cursor: pointer;
    margin-bottom: 7px;
}

.dashboard_left_menubox_select {
    background-color: #fa9548;
}

.dashboard_left_menubox_select .dashboard_left_menubox_icon {
    background-color: #142141;
    color: #fff;
}

.sidebar_dropdown {
    width: 100%;
    float: left;
    padding-left: 15px;
}

.dashboard_left_menubox_icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #142141;
    font-size: 14px;
    padding-top: 2px;
}

.dashboard_left_menubox_text {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.dashboard_left_menubox_right {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    padding-top: 1px;
}

.dasboard_search_line {
    width: 100%;
    height: 30px;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dasboard_search_line input {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    border: 0px !important;
    ;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 10px;
    padding-top: 1px;
    outline: 0px !important;
}

.dasboard_search_line button {
    width: 30px;
    height: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background-color: #ffffff00;
    font-size: 13px;
    padding-top: 1px;
}

.dashboard_right_menus_outer {
    height: calc(100vh - 100px);
    background-color: #f4f6f9;
    float: left;
    overflow: auto;
    padding: 15px;
}

.dashboard_right_menus_outer::-webkit-scrollbar {
    width: 5px;
}

.dashboard_right_menus_outer::-webkit-scrollbar-track {
    background: #bbbbbb;
}

.dashboard_right_menus_outer::-webkit-scrollbar-thumb {
    background: #696969;
}

.dashboard_right_menus_outer::-webkit-scrollbar-thumb:hover {
    background: #242424;
}

.dashboard_right_menus_title {
    min-height: 20px;
    background-color: #fff;
    float: left;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.dashboard_right_menus_title_btn {
    width: 38px;
    height: 38px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #333;
    border-radius: 3px;
    padding-top: 1px;
    border: 1px solid #dadada;
    cursor: pointer;
}

.dashboard_right_menus_title_texts {
    flex: 1;
    min-height: 10px;
    float: left;
}

.dashboard_right_menus_title_texts h3 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    margin: 0px;
    margin-bottom: 3px;
}

.dashboard_right_menus_title_texts p {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 300;
    color: #b1b1b1;
    margin: 0px;
}

.dashboard_form_outer {
    min-height: 20px;
    float: left;
    padding: 0px;
    border-radius: 4px;
}

.dashboard_form_title_outer {
    min-height: 20px;
    background-color: #fff;
    float: left;
    border-radius: 4px 4px 0px 0px;
    border-top: 3px solid #142141;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 7px;
    border-bottom: 1px solid #e4e4e4;
}

.dashboard_form_title_outer .btn {
    height: 25px;
    font-size: 11px;
    padding: 4px 11px;
}

.dashboard_form_title_outer .btn-info {
    background: rgb(0, 129, 255);
    background: linear-gradient(90deg, rgba(0, 129, 255, 1) 0%, rgba(0, 93, 184, 1) 100%);
    color: #fff;
}

.dashboard_form_title_outer .btn-success {
    background: rgb(0, 212, 99);
    background: linear-gradient(90deg, rgba(0, 212, 99, 1) 0%, rgba(0, 150, 70, 1) 100%);
    color: #fff;
}

.dashboard_form_title_outer .btn-danger {
    background: rgb(255, 76, 0);
    background: linear-gradient(90deg, rgba(255, 76, 0, 1) 0%, rgba(176, 52, 0, 1) 100%);
    color: #fff;
}

.dashboard_form_title_outer .btn-warning {
    background: rgb(255, 115, 0);
    background: linear-gradient(90deg, rgba(255, 115, 0, 1) 0%, rgba(195, 88, 0, 1) 100%);
    color: #fff;
}

.dashboard_form_title_icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_form_title_text {
    flex: 1;
    min-height: 10px;
    float: left;
    font-size: 14px;
    font-weight: 200;
    color: #333;
    padding-bottom: 1px;
}

.dashboard_form_contents {
    min-height: 50px;
    background-color: #fff;
    padding: 10px;
    float: left;
}

.dashboard_alert_box {
    min-height: 10px;
    float: left;
    background-color: Red;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    gap: 7px;
}

.alertbox_delete_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.dashboard_alert_box_icon {
    width: 30px;
    height: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    padding-top: 3px;
}

.dashboard_alert_box_text {
    flex: 1;
    min-height: 10px;
    font-size: 12px;
    float: left;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.dashboard_alert_box_text h3 {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    margin-bottom: 10px;
}

.dashboard_alert_box_text p {
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    margin: 0px;
    margin-top: 10px;
}

.alert_box_danger {
    background: rgb(255, 76, 0);
    background: linear-gradient(90deg, rgba(255, 76, 0, 1) 0%, rgba(176, 52, 0, 1) 100%);
}

.alert_box_info {
    background: rgb(0, 129, 255);
    background: linear-gradient(90deg, rgba(0, 129, 255, 1) 0%, rgba(0, 93, 184, 1) 100%);
}

.alert_box_warning {
    background: rgb(255, 115, 0);
    background: linear-gradient(90deg, rgba(255, 115, 0, 1) 0%, rgba(195, 88, 0, 1) 100%);
}

.alert_box_success {
    background: rgb(0, 212, 99);
    background: linear-gradient(90deg, rgb(0 195 91) 0%, rgb(0 142 66) 100%);
}

.alert_box_primary {
    background: rgb(61, 44, 150);
    background: linear-gradient(90deg, rgba(61, 44, 150, 1) 0%, rgba(38, 27, 98, 1) 100%);
}

.dashboard_form_bottom {
    min-height: 10px;
    border-top: 1px solid #e4e4e4;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    gap: 10px;
    background-color: #fff;
}

.dashboard_form_bottom button {
    font-size: 13px;
    font-weight: 400;
    border: 0px !important;
    outline: 0px !important;
}

.dashboard_form_bottom .btn-info {
    background: rgb(0, 129, 255);
    background: linear-gradient(90deg, rgba(0, 129, 255, 1) 0%, rgba(0, 93, 184, 1) 100%);
    color: #fff;
}

.dashboard_form_bottom .btn-success {
    background: rgb(0, 212, 99);
    background: linear-gradient(90deg, rgba(0, 212, 99, 1) 0%, rgba(0, 150, 70, 1) 100%);
    color: #fff;
}

.dashboard_form_bottom .btn-danger {
    background: rgb(255, 76, 0);
    background: linear-gradient(90deg, rgba(255, 76, 0, 1) 0%, rgba(176, 52, 0, 1) 100%);
    color: #fff;
}

.dashboard_form_bottom .btn-warning {
    background: rgb(255, 115, 0);
    background: linear-gradient(90deg, rgba(255, 115, 0, 1) 0%, rgba(195, 88, 0, 1) 100%);
    color: #fff;
}

.dashboard_right_bottom_line {
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f4f6f9;
}

.dashboard_right_bottom_line_box {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

.dashboard_right_bottom_line_box:last-child {
    justify-content: flex-end;
}

.dashboard_right_bottom_line_box span {
    font-size: 12px;
    font-weight: 300;
    color: #9a9a9a;
    float: left;
    letter-spacing: 0.5;
}

.dashboard_right_bottom_line_box span a {
    font-weight: 400;
    color: #142141;
    text-decoration: none;
}

.dasboard_messages_box_outer {
    min-height: calc(100vh - 203px);
    background-color: #fff;
    border-radius: 4px;
    float: left;
    border-top: 3px solid #142141;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dasboard_messages_box_left {
    width: 300px;
    min-height: calc(100vh - 206px);
    float: left;
    border-right: 1px solid #f4f6f9;
}

.dasboard_messages_box_right {
    flex: 1;
    min-height: calc(100vh - 206px);
    float: left;
}

.dasboard_messages_box_outer * .dashboard_form_title_outer {
    border-top: 0px;
}

.messages_users_outer {
    width: 100%;
    height: calc(100vh - 251px);
    float: left;
    padding: 10px;
    overflow: auto;
}

.messages_users_outer::-webkit-scrollbar {
    width: 5px;
}

.messages_users_outer::-webkit-scrollbar-track {
    background: #bbbbbb;
}

.messages_users_outer::-webkit-scrollbar-thumb {
    background: #696969;
}

.messages_users_outer::-webkit-scrollbar-thumb:hover {
    background: #242424;
}

.messages_users_box {
    width: 100%;
    min-height: 10px;
    float: left;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
}

.messages_users_dot {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -3px;
    top: -3px;
    background-color: orange;
    border-radius: 50%;
    border: 3px solid #fff;
}

.messages_users_select {
    width: 20px;
    height: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.messages_users_box:last-child {
    border: 0px;
}

.messages_users_box_image {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    float: left;
    border-radius: 50%;
    position: relative;
}

.messages_users_box_text {
    flex: 1;
    min-height: 10px;
    float: left;
}

.messages_users_box_text h3 {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #142141;
    float: left;
    margin: 0px;
    margin-bottom: 5px;
}

.messages_users_box_text p {
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    color: #787878;
    float: left;
    margin: 0px;
}

.messages_form_bottom {
    width: 100%;
    height: 54px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px;
    border-top: 1px solid #f4f6f9;
}

.messages_form_bottom input {
    flex: 1;
    height: 40px;
    float: left;
    border-radius: 4px;
    border: 1px solid #efefef;
    outline: 0px !important;
    font-size: 13px;
    font-weight: 300;
    padding: 0px 10px;
    padding-bottom: 1px;
}

.messages_form_bottom button {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 4px;
    border: 0px;
    outline: 0px;
    font-size: 20px;
    color: #919191;
    background-color: #fff;
    border: 1px solid #efefef;
}

.messages_form_center {
    width: 100%;
    height: calc(100vh - 305px);
    float: left;
    padding: 10px;
    overflow: auto;
}

.messages_form_center::-webkit-scrollbar {
    width: 5px;
}

.messages_form_center::-webkit-scrollbar-track {
    background: #bbbbbb;
}

.messages_form_center::-webkit-scrollbar-thumb {
    background: #696969;
}

.messages_form_center::-webkit-scrollbar-thumb:hover {
    background: #242424;
}

.messages_form_line {
    width: 100%;
    min-height: 10px;
    float: left;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.messages_form_image {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    background-color: #dadada;
    background-size: cover;
    background-position: center;
}

.messages_form_text_outer {
    width: 60%;
    min-height: 40px;
    background-color: #f4f6f9;
    float: left;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    position: relative;
}

.messages_form_text_outer:before {
    content: '';
    width: 8px;
    height: 10px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    left: -7px;
    bottom: 15px;
    background-color: #f4f6f9;
}

.messages_form_text_outer p {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 10px;
    font-weight: 500;
}

.sender_message {
    flex-direction: row-reverse;
}

.sender_message .messages_form_text_outer:before {
    left: auto;
    right: -7px;
    bottom: 15px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #142141;
}

.sender_message .messages_form_text_outer {
    background-color: #142141;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .dashboard_left_menus_outer {
        display: none;
    }
}

.dashboard_table_outer {
    width: 100%;
    min-height: 10px;
    float: left;
}

.dashboard_table_outer table {
    margin: 0px;
}

.dashboard_table_outer table * input {
    font-size: 13px;
    font-weight: 300;
}

.dashboard_table_outer table thead tr td {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background-color: #3d2c96;
    border-color: #6b56d9;
}

.dashboard_table_outer table tbody tr td p {
    width: 100%;
    margin: 3px 0px;
}

.dashboard_table_outer table tbody tr td p b {
    font-weight: 500;
}

.dashboard_table_outer table thead tr {
    border-color: #6b56d9;
}

.dashboard_table_outer table thead {
    border-color: #6b56d9;
}

.dashboard_table_outer table tbody tr td {
    font-size: 11px;
    font-weight: 300;
    color: #333;
    vertical-align: middle;
}

.dashboard_table_top_line_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.dashboard_table_top_line_outer * input {
    width: 100%;
    height: 30px;
    float: left;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    padding: 9px;
}

.dashboard_table_top_line_outer * select {
    width: 100%;
    height: 30px;
    float: left;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    padding: 0px 9px;
}

.dashboard_table_top_line_outer * button {
    width: 100%;
    height: 30px;
    float: left;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding-top: 5px;
}

.dashboard_table_top_line_outer * .btn-info {
    background: rgb(0, 129, 255);
    background: linear-gradient(90deg, rgba(0, 129, 255, 1) 0%, rgba(0, 93, 184, 1) 100%);
    color: #fff;
}

.dashboard_table_top_line_outer * .btn-success {
    background: rgb(0, 212, 99);
    background: linear-gradient(90deg, rgba(0, 212, 99, 1) 0%, rgba(0, 150, 70, 1) 100%);
    color: #fff;
}

.dashboard_table_top_line_outer * .btn-danger {
    background: rgb(255, 76, 0);
    background: linear-gradient(90deg, rgba(255, 76, 0, 1) 0%, rgba(176, 52, 0, 1) 100%);
    color: #fff;
}

.dashboard_table_top_line_outer * .btn-warning {
    background: rgb(255, 115, 0);
    background: linear-gradient(90deg, rgba(255, 115, 0, 1) 0%, rgba(195, 88, 0, 1) 100%);
    color: #fff;
}

.dashboard_table_top_line_outer * span {
    width: 100%;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 11px;
    font-weight: 300;
    color: #333;
    padding-left: 5px;
}

.dashboard_table_top_line_outer * span b {
    font-weight: 500;
}

.dashboard_table_bottom_line_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    gap: 10px;
}

.dashboard_table_number_btn {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    padding-top: 1px;
}

.dashboard_table_number_btn_arrow {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    background: rgb(0, 129, 255);
    background: linear-gradient(90deg, rgba(0, 129, 255, 1) 0%, rgba(0, 93, 184, 1) 100%);
    color: #fff;
    padding-top: 1px;
    font-size: 10px;
}

.table_number_select {
    background-color: #142141;
    border-color: #142141;
    color: #fff;
}

.table_btn {
    width: 100%;
    height: 25px;
    float: left;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    border: 1px solid #e4e4e4 !important;
    color: #656565;
    font-weight: 300 !important;
}

.dropdown-menu {
    display: none;
    border-radius: 4px;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    right: 0px;
    top: 28px;
    left: auto;
}

.dropdown-item {
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}

.dropdown-item i {
    width: 18px;
}

.password_modal_outer {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    float: left;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password_modal_inner {
    width: 450px;
    min-height: 20px;
    float: left;
}

.dashboard_tab_box_contents {
    border: 1px solid #dee2e6;
    border-radius: 0px 4px 4px 4px;
    padding: 10px;
    float: left;
}

.dashboard_tab_box_buttons_outer {
    min-height: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.dashboard_tab_box_btn {
    min-width: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    color: #333;
    padding: 0px 15px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #dee2e6;
    border-bottom: 0px;
    border-top: 3px solid #142141;
    letter-spacing: 0.5px;
}

.dashboard_tab_box_btn_select {
    background-color: #3d2c96;
    color: #fff;
    font-weight: 200;
}

.dashboard_link_btn {
    width: 100%;
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.user_profile_image_outer {
    width: 100%;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.user_profile_image {
    width: 80px;
    height: 80px;
    background-color: #dadada;
    border-radius: 50%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.user_profile_image_chanage {
    width: 30px;
    height: 30px;
    background-color: #142141;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.user_profile_image_chanage input {
    display: none;
}

.stock_tabs_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    overflow-x: scroll;
    gap: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.stock_tabs_outer::-webkit-scrollbar {
    height: 3px;
}

.stock_tabs_outer::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.stock_tabs_outer::-webkit-scrollbar-thumb {
    background: #888;
}

.stock_tabs_outer::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.stock_tab_btn {
    min-width: 10px;
    height: 30px;
    background-color: #f4f4f4;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 300;
    color: #333;
    border-radius: 4px;
    padding: 0px 15px;
    cursor: pointer;
}

.stock_tab_btn_select {
    background-color: #142141;
    color: #fff;
}

/* Dashboard End */

/* Custom Pages Start */
.custom_index_outer {
    min-height: 100vh;
    background-color: rgb(32, 32, 32);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0px;
}

.custom_index_outer h1 {
    width: 100%;
    font-size: 33px;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

.custom_index_outer p {
    width: 80%;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 0px 10%;
    margin-bottom: 45px;
    line-height: 25px;
}

.custom_index_outer p code {
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    font-weight: 600 !important;
}

.custom_index_outer h3 {
    width: 100%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    margin-bottom: 35px;
}

.custom_index_outer a {
    text-decoration: none !important;
}

.custom_index_button {
    width: 80%;
    min-height: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0px 10%;
    padding: 15px;
    font-size: 18px;
    color: #fff !important;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 200;
    cursor: pointer;
    transition: all 0.5s ease;
}

.custom_index_button:hover {
    background-color: rgb(255, 60, 0);
}

.custom_index_line {
    width: 80%;
    height: 1px;
    background-color: rgb(255, 60, 0);
    margin: 35px 10%;
    opacity: 0.2;
}

.custom_page_bottom_text {
    width: 100%;
    min-height: 10px;
    background-color: rgba(255, 255, 255, 0.06);
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 90px;
    margin-bottom: -80px;
    padding: 20px 0px;
    font-weight: 200;
    letter-spacing: 1px;
}

/* Slick Slider Start */
.demo_slider_outer_box {
    width: 80%;
    min-height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0px 10%;
    padding: 30px;
    border-radius: 5px;
}

.demo_slider_box {
    width: 100%;
    height: 250px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
}

/* Slick Slider End */
/* Aos Master Start  */
.demo_aos_line_outer {
    width: 80%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 15px;
    border-radius: 5px;
    margin: 20px 10%;
    display: flex;
    align-items: center;
}

.demo_aos_line_box {
    width: 45%;
    height: 120px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo_aos_line_outer:nth-child(odd) {
    justify-content: flex-end;
}

.demo_aos_line_outer:nth-child(even) {
    justify-content: flex-start;
}

/* Aos Master End  */

/* Lightgallery Start */
.lightgallery_demo_outer {
    width: 80%;
    min-height: 200px;
    background-color: rgba(255, 255, 255, 0.03);
    margin: 0px 10%;
    border-radius: 5px;
    padding: 5px;
}

.lightgallery_demo_outer .mh10p5 {
    float: left;
}

.lightgallery_demo_outer * img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background-color: #f2f2f2;
    border-radius: 3px;
}

/* Lightgallery End */
/* Sweet Alert Start */
.sweet_alert_buttons_outer {
    width: 80%;
    min-height: 20px;
    background-color: rgba(255, 255, 255, 0.03);
    margin: 0px 10%;
    border-radius: 5px;
    padding: 5px;
    float: left;
}

.sweet_alert_buttons_outer .mh10p5 {
    float: left;
}

.custom_sweet_button {
    width: 100%;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.swal2-html-container {
    text-align: center !important;
}

.custom_tas {
    background-color: #fff;
    padding: 0px 5px;
    font-size: 16px;
}

/* Sweet Alert End */

/* Custom Homepage */

.homepageTopLineOuter {
    width: 100%;
    height: 70px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.homepageTopLineBtn {
    flex: 1;
    height: 70px;
    margin: 8px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
    color: #142141;
    letter-spacing: 1px;
    border-top: 2px solid #142141;
    transition: all 0.3s ease;
}

.homepageTopLineTitleContents {
    width: 200px;
    height: 70px;
    float: left;
    background-color: #fff;
}

.homepageTopLineContentsTitle {
    width: 100%;
    height: 25px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background-color: #142141;
}

.homepageTopLineContentsBoxes {
    width: 100%;
    height: 45px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.homepageTopLineContentsBoxesLine {
    width: 100%;
    flex: 1;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.homepageLeftLineOuter {
    width: 240px;
    height: calc(100vh - 210px);
    float: left;
    margin-top: 10px;
    overflow: auto;
}

.homepageCalendarOuter {
    width: 100%;
    min-height: 20px;
    background-color: #fff;
    float: left;
}

.homepageCalendarTitle {
    width: 100%;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #142141;
}

.homepageCalendarContents {
    width: 100%;
    min-height: 20px;
    float: left;
    padding: 10px;
}

.homepageClendarDays {
    width: 100%;
    height: 25px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepageCalendarDaysBox {
    flex: 1;
    height: 25px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #142141;
}

.homepageCalendarDayboxOuter {
    width: 100%;
    min-height: 20px;
    float: left;
    margin-top: 5px;
}

.homepageCalendarDaybox {
    width: calc(100% / 7);
    height: 25px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    color: #333;
}

.homepageCalendarDayboxDefault {
    width: calc(100% / 7);
    height: 25px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    color: #333;
    opacity: 0.5;
}

.homepageLeftTitle {
    width: 100%;
    height: 30px;
    float: left;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 500;
    color: #142141;
    gap: 8px;
    margin-bottom: 10px;
}

.homepageLeftMenu {
    width: 100%;
    height: 50px;
    float: left;
    background-color: #fff;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #142141;
    padding: 0px 15px;
    border-top: 2px solid #142141;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.homepageLeftMenu:hover {
    background-color: #142141;
    color: #FA9548;
    border-top: 0px;
}

.homepageTopLineBtn:hover {
    background-color: #142141;

    border-top: 0px;
}

.homepageTopLineBtn:hover a {
    color: #FA9548;
}

.navbar-nav .nav-link.active,
.navbar-nav a.show {
    color: #FA9548 !important;
}

.navbar-nav .nav-link {
    color: #0274b3 !important;
}

.homepageTopDropdown:hover {

    /*  background:#142141!important ; */
}

.homepageTopDropdownMenu {
    min-width: 250px;
}

.dropdown-menu>li:hover>.submenu {
    min-width: 250px;
}

.homepageTopDropdownMenu .dropdown-item {
    color: #0274b3 !important;
    font-weight: 500;
}

.customScroll::-webkit-scrollbar {
    width: 3px;
}

.customScroll::-webkit-scrollbar-track {
    background: #fff;
}

.customScroll::-webkit-scrollbar-thumb {
    background: #eaeaea;
}

.customScroll::-webkit-scrollbar-thumb:hover {
    background: #dadada;
}

.homepageRightBtn {
    width: 100%;
    min-height: calc(((100vh - 210px) / 6) - (50px / 6));
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #142141;
    color: #142141;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.homepageRightBtnSelect {
    background-color: #142141;
    color: #fff;
    border-top: 0px;
}

.homepageRightBtn:hover {
    background-color: #142141;
    color: #fff;
    border-top: 0px;
}

.homepageRightBtn:last-child {
    margin-bottom: 0px;
}

.homepageCenterArea {
    width: calc(100% - 480px);
    height: calc(100vh - 200px);
    float: left;
    overflow: auto;
}

.homepageCenterAreaBox {
    width: calc((100% / 5) - 20px);
    min-height: calc(((100vh - 200px) / 5) - 20px);
    margin: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    float: left;
}

.homepageCenterAreaBoxTitle {
    width: 100%;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background-color: #142141;
}

.homepageCenterAreaBoxContents {
    width: 100%;
    flex: 1;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding: 15px;
}

.cari_top_line_outer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    float: left;
}

.cari_top_line_btn {
    flex: 1;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease 0.3s all;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.cari_top_line_btn:hover {
    background-color: #142141;
    color: #fff;
}

.custom_line {
    width: 100%;
    height: 1px;
    background-color: #dadada;
    margin-bottom: 10px;
    float: left;
}

.cari_top_line_search {
    width: 270px;
    height: 40px;
    float: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 7px;
}

.cari_top_line_search_btn {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border: 0px;
    outline: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #333;
    padding-bottom: 2px;
}

.cari_top_line_search input {
    flex: 1;
    height: 30px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border: 0px;
    outline: 0px;
}

.cari_table_outer {
    width: 100%;
    min-height: 50px;
    float: left;
}

.cari_table_outer table thead tr td {
    background-color: #142141;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-color: #142141;
}

.cari_table_outer table thead tr {
    border-color: #142141;
}

.cari_table_outer table tbody tr td {
    font-size: 14px;
    font-weight: 400;
}

.cari_pivot_line {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
}

#calendar {
    /*  width: 200px; */
    margin: 0 auto;
    font-size: 10px;
}

.fc-toolbar {
    font-size: .9em;
}

.fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
}

/* click +2 more for popup */
.fc-more-cell a {
    display: block;
    width: 85%;
    margin: 1px auto 0 auto;
    border-radius: 3px;
    background: #142141;
    color: transparent;
    overflow: hidden;
    height: 4px;
}

.fc-more-popover {
    width: 100px;
}

.fc-view-month .fc-event,
.fc-view-agendaWeek .fc-event,
.fc-content {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}

.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}

.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.fc-button-content {
    padding: 0;
}

.modal-content {
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.modal-header {
    background-color: #142141;
    color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.NewCariFormLabel {
    color: #142141;
    font-weight: 600;
    margin-bottom: 5px;
}

.NewCariFormControl,
.NewCariFormSelect {
    border-color: #142141;
    border-radius: 8px;
}

.NewCariFormControl:focus,
.NewCariFormSelect:focus {
    border-color: #142141;
    box-shadow: 0 0 0 0.2rem rgba(20, 33, 65, 0.25);
}

.NewCariFormNavTabs {
    border-bottom: 1px solid #142141;
    margin-top: 20px;
}

.NewCariFormNavTabs .NewCariFormNavLink {
    color: #142141;
}

.form-check-input.check-lg {
    width: 20px;
    height: 20px;
    background-color: white;
    border-color: #142141;
    color: #142141;
}

.form-check-input.check-lg:checked {
    color: #142141;
    background-color: #142141;
}

.NewCariFormNavTabs .NewCariFormNavLink.active {
    color: #ffffff;
    background-color: #142141;
    border-color: #142141;
}

.NewCariFormBtnPrimary {
    background-color: #142141;
    border-color: #142141;
    color: #ffffff;
}

.NewCariFormBtnPrimary:hover,
.NewCariFormBtnPrimary:focus {
    background-color: #1e3266;
    border-color: #1e3266;
}

/**/
.NewCurrentFormLeft{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:15px 10px;
}
.NewCurrentLeftElem{
    border: 2px solid #1e3266;
    border-radius:8px;
}
.NewCurrentTd{
    font-size:12px;
    width: 100px;
}
.NewCurrentTr{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center;
}
.currentCrudButtonWrapper{
    display:flex;
    gap:5px;
}
.currentCrudButton{
    display:flex;
    align-items:center;
    justify-content:center;
}
.NewCurrentRight{
    border:2px solid #1e3266;
    border-radius: 8px;
    border-collapse:collapse;
    width: 100%;
}
/**/


/* MEDIA */

@media only screen and (max-width: 900px) {
    .homepageTopLineOuter {
        display: block;
        height: auto;
    }

    .homepageTopLineBtn {
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
    }

    .homepageTopLineTitleContents {
        width: 100%;
        margin-bottom: 10px;
    }

    .homepageLeftLineOuter {
        width: 100%;
        height: auto;
    }

    .homepageCenterArea {
        width: 100%;
        height: auto;
    }

    .homepageCenterAreaBox {
        width: calc((100% / 1) - 20px);
        height: auto;
    }

    .cari_top_line_outer {
        height: auto !important;
        display: block !important;
    }

    .cari_top_line_btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .cari_top_line_search {
        width: 100%;
    }
}

/* ============ TOPBAR MENU desktop view .end// ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

}

.customNavbarCollapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f6f9;
}




    table.dataTable tbody td {
        padding: 1px;
    }

    table.dataTable tbody tr:hover {
        background-color: #f1f1f1;
    }

    /* Sayfalama, filtreleme, vb. bileşenlerin düzenlenmesi */
    .dataTables_filter {
        margin-bottom: 10px;
    }

    .dataTables_length,
    .dataTables_filter,
    .dataTables_info,
    .dataTables_paginate {
        padding: 1px;
    }

    .dataTables_paginate {
        margin-top: 1px;
    }
    #dataTable tbody tr {
        border-bottom: 1px solid #ddd; /* Çizgi rengini istediğiniz gibi değiştirebilirsiniz */
    }


/* ============ TOPBAR MENU view .end// ============ */
/* Custom Homepage */
