﻿html, body {
   /* height:100vh;*/
    height: 99%;
    overflow: hidden;
    /*font-family: Arial, Helvetica, sans-serif !important;*/
}
.height {
    height: 100%;
}
div h3 {
    font-weight:bold;
    padding: 10px 5px 0px 0px;
}
.label_default {
    font-size: 14px !important;
    color: #000000;
    font-weight: 400 !important;
}
.label_Color {
    color: #222831 !important;
}
.label_default_2x {
    font-size: smaller;
    color: #22283180;
}
.label_default_1x {
    font-size: 12px;
    color: #000000;
}
.label_default_large {
    font-size: large;
    color: #000000;
}
.label_Success {
    color: #009C13;
}
.login_label {
    font-family: Arial,'Arial Unicode MS','Microsoft Sans Serif';
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 15px;
}
.banner_image {
    height: 100vh;
    width:157vh;
}
.label_centerAlign {
    text-align: center;
    position: relative;
}
.input-Validation {
    color: red;
    font-size: 12px;
    display: inline;
}
.inputBox{
    height:33px !important;
}
.ancherLink {
    font-size: 14px;
    color: #EE4045;
}
.lnk_default {
    font-size: 14px;
}
.label_display_off{
    display:none;
}
.control_display_off {
    display: none;
}
.control_display_on{
    display:block;
}
.ancherLink:hover{
    color: #EE4045 !important;
}
.ancherLink_color_default {
    color: #222831;
    font-weight: 200 !important;
}
.ancherLink_color {
    color: #EE4045;
}
.ancherLink_font_weight{
    font-size:14px;
    font-weight:500;
}
.ancherLink_position {
    float: right;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}
.label_float_left{
    float:left !important;
}
.login-button {
    font: 12px;
    background: #EE4045;
    border-color: #EE4045;
    color:#ffffff;
}
.login-button:hover, .login-button:after {
    color: #ffffff;
    background-color: #ee4045;
    border-color: #ee4045;
}
.login-button:not(:hover) {
    color: #ffffff;
    background-color: #ee4045;
    border-color: #ee4045;
}
.loginSection {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}
.input_box {
    height: 55px;
    position: relative;
    margin-top: 2px;
    top: 0px;
    left: 0px;
}
.input_box .icon {
    position: absolute;
    top: 33%;
    left: 9px;
    font-size: 17px;
    transform: translateY(-50%);
    color: grey;
}
.input_box input {
    width: 100%;
    outline: none;
    border: 1px solid #CBD5E1 !important;
    border-radius: 3px;
    padding-left: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.img_hspl_login_logo {
    margin: 5px 95px 5px 95px;
    position:relative;
    top:-9px;
}
.btn-danger-top
{
    top:2px !important;
    position:relative;
}
.btn-width-auto{
    width:auto !important;
}
.span-style {
    color: red;
    position: relative;
    top: 0;
}
.info-box .info-box-icon {
    border-radius: 45px !important;
    width: 65px;
    background-color: #FFF0F2;
    color: #E40520;
}
.info-box {
    box-shadow: none;
    border: 1px solid #EBE7E7;
}
/*------------ UserResetLink Page CSS Start ------------------*/
.contentBackground {
    background: #f8fafc;
}
#message {
    display: block;
    background: #F8FAFC;
    color: #000;
    position: relative;
    padding: 0px;
    margin-top: 0px;
}

#message p {
    padding: 0px 10px;
    font-size: 11px;
}

.valid {
color: #222831;
}

.valid:before {
    position: relative;
    left: 0px;
    content: url("../images/check_circle_FILL1_wght400_GRAD0_opsz48-Green.png");
    padding: 0px 10px 0px 0px;
    top: 2px;
}

.invalid {
color: #222831;
}

.invalid:before {
    position: relative;
    left: 0px;
    content: url("../images/check_circle_FILL1_wght400_GRAD0_opsz48.png");
    padding: 0px 10px 0px 0px;
    top:2px;
}


/*------------ UserResetLink Page CSS End --------------------*/

/*------------ PJP management Page CSS  --------------------*/

.rounded-link {
    border: 1px solid #000; /* Border properties */
    border-radius: 40px; /* Adjust the border radius for rounded corners */
    padding: 3px 30px; /* Padding */
    color: black; /* Text color */
    /* Additional styles */
}

/*------------ PJP management Page CSS End --------------------*/

/*------------ Dashboard page Navigations css ----------------*/

/* Google Fonts Import Link */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');*/

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}*/

/*.sidebar {
    position: absolute;
    left: 0;
    height: 100%;
    width: 260px;
    background: #000000;
    z-index: 100;
    transition: all 0.5s ease;
}

    .sidebar.close {
        width: 45px;
    }

.sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 0px 0 150px 0;
    overflow: auto;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}

    .sidebar .nav-links li:hover {
        background: #1d1b31;
    }

    .sidebar .nav-links li .iocn-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.sidebar.close .nav-links li .iocn-link {
    display: block
}

    .sidebar .nav-links li i {
        height: 50px;
        min-width: 40px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .sidebar .nav-links li a .link_name {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        transition: all 0.4s ease;
    }

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

    .sidebar .nav-links li .sub-menu {
        padding: 6px 6px 14px 0px;
        margin-top: -10px;
        background: #1A2534;
        display: none;
    }

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu a {
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    white-space: normal;
    word-wrap: break-word;
    text-shadow:none;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 10px;
    border-radius: 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 12px;
    opacity: 1;
    display: block;
    text-shadow: 0 0 black;
}

    .sidebar .nav-links li .sub-menu.blank {
        opacity: 1;
        pointer-events: auto;
        padding: 3px 10px 3px 10px;
        opacity: 0;
        pointer-events: none;
    }

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

    .sidebar .nav-links li .sub-menu {
        padding: 6px 6px 14px 0px;
        margin-top: -10px;
        background: #1A2534;
        display: none;
    }

ul.sub-menu > li {
    padding: 0px 0px 0px 40px;
}


.one {
    margin-left: 10%;
    background-color: black;
    height: 400px;
}

.sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1b31;
    padding: 12px 0;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details {
    background: none;
}

.sidebar.close .profile-details {
    width: 78px;
}

.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}

.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
    padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
    display: none;
}

.sidebar .profile-details .job {
    font-size: 12px;
}

.home-section {
    overflow:hidden;
    position: absolute;
    background: #E4E9F7;
    height: auto;
    left: 0px;
    transition: all 0.5s ease;
}

.sidebar.close ~ .home-section {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content {
    height: 100vh;
    overflow: auto;
    margin-left: 45px;
    width:99%;
    padding: 0px 15px 0px 0px;
    flex-direction: column;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
    color: #11101d;
    font-size: 35px;
}

.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}

.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 420px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }
}
#mainSidebar1 {
    position: static;
}*/

/*------------ End--------------*/

/*-------- right side user's navigation ------------------*/
/* Profile Picture */
/*.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

    .profile-pic img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.profile-menu .dropdown-menu {
    right: 0;
    left: unset;
}

.profile-menu .fa-fw {
    margin-right: 10px;
}

.toggle-change::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}*/

/*---------------- End -----------------------------------*/

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #ee4045;
    vertical-align: middle;
    margin-right: 0em;
    color: white;
}
.parentSidebar {
    /*position: static;*/
    position:absolute;
    /* top: 0; */
    left: 0;
    height: 100%;
    /* width: 260px; */
    background: #1A2534;
    z-index: 100;
    transition: all 0.5s ease;
}
.div-btn {
    /* margin: 8px 0px 1px 0px !important;*/
    margin: 5px 0px 5px 0px !important;
    float:right;
}
.div-border-bottom {
    border-bottom: 1px solid #e7eaec;
}
.btn-default {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:14px;
    background: #e40520;
    border: 1px solid #e40520;
}
.btn-default:hover {
    background: #cb384a;
    border: 1px solid #cb384a;
}
.link-label{
    font-size:14px;
    position:relative;
    top:4px;
    left:10%;
}
.fileformat-text {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: small;
    margin-bottom: 30px;
    color: Red;
    width: 60%;
}
.label_Plain_bold {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.input_style {
    height: 30px !important;
    font-size: 14px !important;
}
.div_form-group {
    border-top: 1px solid #dddbdb;
}
.input_validation{
    color:red;
    font-size:14px;
}
.customTable > tbody > tr, .customTable > tbody > tr > th, .customTable > tbody > tr > td {
    border: 1px solid #dddbdb;
}
.customTable > tbody > tr {
    background-color: #f2f2f2;
}
.btn-primary {
    background-color: #424b57 !important;
    border-color: #424b57 !important;
    border-radius: 20px !important;
}

.page_header_content {
    background: #eff6ff;
    border-bottom: 1px solid #e7eaec;
}

.Custom-Footer {
    padding: 8px .5rem !important;
    bottom: 0px !important;
    width: 100% !important;
    background-color: #edecec !important;
    border: 1px solid #E3E6E9;
}

.btn-success {
    background-color: forestgreen !important;
    width: 100px !important;
    border-radius: 20px !important;
}

.btn-close {
    border-radius: 20px !important;
    width: 100px !important;
    color: forestgreen !important;
    border: 1px,solid !important;
    background-color: #ffff;
}



.label-spacing {
    margin-bottom: 5px !important;
    display: block !important;
}
.RadGrid_Default {
    background-color: #ffff !important;
}

.btnHidden {
    background: none !important;
    color: white !important;
    padding: 0rem !important;
    border: none !important;
    margin-left: 5px !important;
    text-align:center !important;
}
.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
}
.btnHidden {
    background: none !important;
    color: white !important;
    padding: 0rem !important;
    border: none !important;
    margin-left: 5px !important;
}

.custom-h4 {
    margin-top: 24px;
    margin-left: 35px;
}

/*----------------------- User_Add related css Start ---------------------------*/

.page_content {
    background-color: #F6F6F6 !important;
}

/*----------------------- Distributor_Add related css End  For---------------------------*/
.container-fluid {
    max-height: 510px !important;
    overflow-y: auto !important;
}

.parent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.child {
    width: 100%;
    height: 411px;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}


    .container-fluid:hover {
        overflow-y: auto !important;
        
    }

    .container-fluid::-webkit-scrollbar {
        display:none !important;
    }

.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
}
.btn-danger {
    background: #EE4045 !important;
    width: 80px !important;
    border-radius: 20px !important;
}
/*__________________ Product Management_______________*/
.download-pill {
    border-radius: 20px !important;
    border: 1px,solid,#000000 !important;
    width: 500px !important;
    height: 40px !important;
    align-content: center !important;
    background-color: #ffff !important;
}
.modal-dialog.modal-dialog-rights {
    margin-top: 58px !important;
    width: 350px !important;
    height: 100px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.modal-title {
    margin-left: 18px !important;
    margin-top: 10px !important;
    font-size: 22px !important;
}

btn-custom {
    text-align: center !important;
}

/*--------------------------------  ADD Site Management------------------------------------------*/



.select-btn {
    border: 1px,solid,#067e15 !important;
    color: #ffff !important;
    background-color: #067e15 !important;
    font-size: 13px !important;
    width: 120px !important;
    height: 25px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-top: 10px !important;
}
/*---------------------------------------- Terminology setup scrollbar----------------------------------------*/
.container1 {
    max-height: 520px !important;
    overflow-y: auto !important;
}

    .container1:hover {
        overflow-y: auto !important;
    }

    .container1::-webkit-scrollbar {
        display: none !important;
    }
/*    ---=------------------------- site management csss----------------------------------------*/

input[id="cb1"] + label {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #ff0000 !important;
    cursor: pointer !important;
    border-radius: 2px !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

input[id="cb1"]:checked + label:after {
    position: relative !important;
    top: -4px !important;
    left: 1px !important;
    content: '\2714' !important;
    font-size: 12px !important;
}

input[id="cb1"] {
    display: none !important;
}




.required {
    color: red !important;
}
/*.custom-modal-closebtn {
    width: 28% !important;
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    padding: 5px 10px !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    background-color: #ffffff !important;
}*/

.custom-modal-closebtn {
    width: 10% !important;
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    padding: 5px 10px !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    background-color: #ffffff !important;
}
 
.custom-modal-footer {
    background-color: #eff6ff !important;
    width: 100% !important;
    margin-right: 70px !important;
}
.modal-open ::-webkit-scrollbar {
    display: none !important;
}
.RadPicker .RadInput .riTextBox {
    font-style: normal !important;
    border-radius: 2px !important;
    border-color: #ced4da !important;
}



.RadCalendar_Sunset .rcTitlebar {
    border-color: #0d121a !important;
    color: #fff !important;
    background-color: #0d121a !important;
    background-image: linear-gradient(#0d121a, #0d121a) !important;
}

.RadCalendar_Sunset .rcTitle {
    background-color: #0d121a !important;
}

.RadCalendar_Sunset .rcSelected a {
    background-color: #1d9936 !important;
    color: #ffffff !important;
    text-align: center !important;
    border-radius: 2px !important;
    padding-left: 3px;
    padding-right: 3px;
}


.RadCalendarPopup.RadCalendarPopupShadows {
    font-size: 12px !important;
}


.RadCalendar_Sunset .rcTitlebar a:hover {
    border: 1px,solid,#0d121a !important;
    background: #b22222 !important;
    color: #ffff !important;
}

.RadCalendar_Sunset .rcMainTable tr .rcHover a {
    background-color: #b22222 !important;
    color: #ffffff !important;
    text-align: center !important;
    border-radius: 2px !important;
    padding-left: 3px;
    padding-right: 3px;
}

.RadCalendar_Sunset {
    width: 240px !important;
    background: #fff none repeat scroll 0 0 !important;
}
.custom-footer-closebtn {
    width: 100px;
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    padding: 5px 10px !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    background-color: #ffffff !important;
}


.custom-modal-footer {
    background-color: #eff6ff !important;
    width: 100% !important;
    margin-right: 70px !important;
}

.custom-excelbtn {
    display: inline-block;
       width: 19% !important;
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    padding: 5px 10px !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    background-color: #ffffff !important;
    position: absolute;
}
.fa-icon-danger
{
    color:red;
}

/*--------------------------------------- Distributor Approval ----------------------------------*/
.truncate-text {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px;
    margin-top: 18px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 440px;
}

.truncate-texts {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 80px;
    margin-top: -10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 440px;
}

.truncate-text:hover {
    width: auto;
}

.fa-upload {
    border-radius: 50%;
    color: #ff0000;
    padding: 3px;
    pointer-events: none;
    cursor: pointer;
    margin-left: 280px;
}

.checkmark {
    display: none;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 20px;
    height: 20px;
    left: 530px;
    bottom: 30px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .checkmark::after {
        content: '\2713';
        color: white;
        position: absolute;
        right: 4px;
    }

.AddConatiner {
    position: relative !important;
    width: 250px !important;
    height: 80px !important;
    border: 2px dashed #ccc !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    margin-right: 5px !important;
    background-color: white !important;
}

.AddSign {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
}

.fa-plus {
    color: #ffffff;
}

.rounded-image {
    box-shadow: 1px 1px 1px #808080;
    border-radius: 100%;
    border: 1px,solid,#ccc;
    background-color: #ffffff;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 50px;
    align-content: center;
    cursor: unset;
    pointer-events: all;
}

.fa-edit {
    margin-left: 1020px;
    /*color: red;*/
}

#upload-button {
    position: fixed;
    display: none;
}

.container-imageupload {
    position: relative !important;
    width: auto !important;
    height: 80px;
    border: 1px solid #ccc !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    margin-right: 3px !important;
    background-color: #F8F8F8 !important;
    border-radius: 5px;
}
figure {
    margin: 0 0 1rem;
    height: 60px;
    padding: 2px;
    background: #fff;
    border: 1px solid #d8cdcd;
    border-radius: 2px;
    margin: 5px;
    top: 0px;
    position: relative
}
.img_style {
    top: 0px;
    left: 2px;
    position: relative;
    height:54px;
    width:54px;
}

/*--------------------------------------- End ---------------------------------------------------*/

/*--------------------------------------- RadCheckBoxList css -----------------------------------*/
.RadListBox .rlbCheckAllItemsCheckBox, .RadListBox .rlbCheck {
    margin-right: 5px;
}
/*--------------------------------------- RadCheckBoxList css End -----------------------------------*/

.pointssvg {
    position: absolute;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.modal-footer_ {
    /*display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: end;
            justify-content: flex-end;*/
    padding: 0.75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.btn-DPN {
    border-radius: 5px !important;
}

.wrap-text {
    word-wrap: break-word;
    overflow: hidden;
    inline-size: 238px;
}
.dashboard_chart_box {
    border: 1px solid #EBE7E7;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px;
    height: 400px;
}
.lblBold {
    font-weight: bold;
    font-size: larger;
    color: #212529;
}


/*.btn-Scheme {
    border-radius: 20px !important;
    width: 200px !important;
    color: red !important;
    border: 1px,solid !important;
    background-color: #ffff;
}

.custom-modal-footers {
    background-color: #eff6ff !important;
    width: 100% !important;
    margin-right: 00px !important;
}

.bodycolour {
    background-color: white
}

.modal-dialog.modal-right {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    width: 1200px;
    height: 100%;
}

.container-imageuploads {
    position: relative !important;
    width: auto !important;
    height: 100px !important;
    border: 2px dashed #ccc !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    margin-right: 5px !important;
    background-color: white !important;
}

.image-containers {
    flex: 0 0 auto;
    width: 90px;
    height: 90%;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}

#chosen-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    cursor: pointer;
    width: 80px;
    height: 80px;
}


#upload-button {
    position: fixed;
    display: none;
}

#filenames {
    margin-left: 100px;
    margin-top: -40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 600px;
}


#upload-label {
    position: fixed;
    margin-left: 10px;
    margin-top: -20px;
    font-size: 14px;
    color: #333;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 100px;
    top: 60px;
    width: 95%;
    height: 90%;
    overflow: auto;
    background-color: rgb(0,0,0,0.1);
}

.modal-content {
    margin-top: 80px;
    margin: auto;
    display: block;
    width: 90%;
    max-width: 900px;
    max-height: 90%;
}

.close {
    color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: -10px;
    right: 250px;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: rgba(0, 0, 0, 0.9);
        text-decoration: none;
        cursor: pointer;
    }

.container-imageuploads {
    position: relative;
}

.image-containers {
    cursor: unset;
}

.required {
    color: red;
}

.fa-upload {
    border-radius: 50%;
    color: #ff0000;
    padding: 3px;
    pointer-events: none;
    cursor: pointer;
}

.default-images {
    height: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: white;
    margin-left: 10px;
    margin-top: 10px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    cursor: pointer;
    width: 70px;
    height: 65px;
}

.select-btn {
    border: 1px,solid,#067e15;
    color: #ffff;
    background-color: #067e15;
    font-size: 13px;
    width: 120px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}

.image-containers {
    position: absolute;
    display: inline-block;
    pointer-events: all;
    cursor: pointer;
}

    .image-containers img {
        display: block;
    }

    .image-containers i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.rounded-image {
    box-shadow: 1px 1px 1px #808080;
    border-radius: 100%;
    border: 1px,solid,#ccc;
    background-color: #ffffff;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    align-content: center;
    cursor: unset;
    pointer-events: all;
}

#download-link {
    color: red;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}

.truncate-texts {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 150px;
    margin-top: -40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    position: absolute;
}

    .truncate-texts:hover {
        width: auto;
    }

.container-imageuploads {
    position: relative;
}


.checkmarks {
    display: none;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 20px;
    height: 20px;
    left: 530px;
    bottom: 30px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .checkmarks::after {
        content: '\2713';
        color: white;
        position: absolute;
        right: 4px;
    }

.notifications {
    display: none;
    position: absolute;
    top: 80px;
    left: 280px;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 80px;
    padding: 1px;
    border-radius: 5px;
}*/

.file-infos {
    position: relative;
    border: 2px dashed #ccc;
    border-top-style: none;
    margin-right: 3px;
    background-color: white;
}

/*.ml-1 {
    display: inline-block;
    margin-right: 10px;
}

.file-infos-label {
    margin-top: 5px;
    margin-left: 8px;
}*/

/*.notifications p, label {
    margin-bottom: 1px;
}

.icon-positions {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 30px;
    height: 30px;
    left: 430px;
    bottom: 30px;
    justify-content: center;
    align-items: center;
}

.time-textbox {
    width: 250px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}*/

