/*navbar*/



* {
    font-family: 'Poppins', sans-serif;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --primary-color: #669283;
    --light-color: #4d06c117;
}

:root {
    --bs-body-bg-rgb: 255,255,255;
    --bs-primary-rgb: 13,110,253;
    --bd-accent-rgb: 255,228,132;
    --bd-violet-rgb: 112.520718,44.062154,249.437846;
    --bd-pink-rgb: 214,51,132;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    /*background-color: rgb(77 6 193 / 6%);*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

/*.bd-masthead {
    --bd-pink-rgb: 214,51,132;
    background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%),radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%),radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%);
    padding: 3rem 0;
}*/



.bg-purple{
    background-color:var(--primary-color);
}


.card {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin:1.5rem;
    border-radius: 0.5rem;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    /*box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;*/
    /*background-color:var(--light-color);*/
    border: none;
}


/*.dx-datagrid {
    background-color: var(--light-color);
}

    .dx-datagrid.dx-theme-accent {
        background-color: var(--light-color);
    }*/
.loader-container {
    position: fixed;
    z-index: -99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition:  0.8s;
}

    .loader-container.show {
        opacity: 1;
        z-index:999999;
    }
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid var(--primary-color);
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0% )
    }

    12.5% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0% )
    }

    25% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100% )
    }

    50% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    62.5% {
        clip-path: polygon(50% 50%,100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    75% {
        clip-path: polygon(50% 50%,100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100% )
    }

    100% {
        clip-path: polygon(50% 50%,50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100% )
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

.navbar {
    background-color: var(--primary-color);
    padding: 5px 50px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.modal-header,
.card-header {
    color: #fff;
    background: var(--primary-color);
}
.card-header-mail {
    color: black;
    background: #f7f7f7;
}

.text-purple {
    color: var(--primary-color) !important;
}

.text-lightgrey {
    color: #d3d0d0;
}
button:focus {
    outline: none;
    outline: none;
}

.navbar .nav-item:hover .dropdown-menu,
.navbar .nav-item .dropdown-menu:hover {
    display: block;
}

.navbar .nav-item {
    position: relative;
}

    .navbar .nav-item .dropdown-menu {
        position: absolute;
        top: 90%;
        left: 0;
        display: none;
        z-index: 999;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: var(--primary-color);
    transition: 0.2s;
}

.nav-tabs .nav-link {
    color: grey;
    transition: 0.5s;
}


.dx-texteditor.dx-editor-filled {
    background-color: rgb(120 0 204 / 7%);
}

.dx-texteditor {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}
/*.nav-tabs {
    color: white;
    transition: 0.5s;
    background-color: #015b86;
    color: #fff;
}*/
/*.nav-link:hover {
    text-shadow: 1px 1px 8px #fff;
    transition: 0.5s;
}*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black;
    font-weight:bold;
    background-color: #fff;
    border-color: var(--primary-color) var(--primary-color) #fff;
}
.nav-tabs {
    border-bottom: 1px solid var(--primary-color);
}

.text-center a:hover {
    color: white !important;
    text-decoration: none;
    transition: 0.5s;
}

.navbar .nav-item.dropdown.menu-left .dropdown-menu {
    position: absolute;
    top: 90%;
    left: -30px;
    /*right: 10px;*/
    z-index: 999;
}





/*drop down*/

.dropdown-menu {
    line-height: 1.5;
    font-size: small;
    color: black;
    background: rgb( 255, 255, 255);
    border-radius: 3px;
    box-shadow: 0 8px 32px 0 rgb(67, 40, 246, 0.37);
}

#ui-datepicker-div {
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    border: 1px solid var(--primary-color);
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: var(--primary-color);
}

.dx-theme-generic-typography a {
    color: black;
}

.dropdown-menu.menu-left {
    right: auto;
    left: -20px;
}

.selectbox-container {
    position: relative;
}

    .selectbox-container label {
        position: absolute;
        top: -20px;
    }

element.style {
    text-align: left;
}

.dx-popup-content.dx-dialog-content {
    min-width: 188px;
    padding: 2rem;
}
.dx-popup-bottom.dx-toolbar {
    padding: 8px 16px;
    overflow: visible;
}
.dx-popup-title.dx-toolbar {
    padding: 0 8px 0 16px;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--primary-color);
    color: white;
}
/*#gridContainer .dx-header-row,
#ConflictGrid .dx-header-row,
#MessageGrid .dx-header-row {
    background-color: #015b8618;
    color: #306f8d;
    font-weight: 400;
    border-color: none !important;
}*/

.dx-htmleditor {
    border-radius: 0.25rem;
}


.my-max-width {
    max-width: 300px;
}


.card-title,
.h3{
    color: var(--primary-color);
    margin-bottom: 1rem;
    text-shadow: 0px 0px 2px #c9c9c9;
}
/*Buttons*/
.btn-purple {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    transition:0.5s;
}
.btn-secondary{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    transition:0.5s;

}

    .btn-purple:hover {
        color: #fff !important;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(77 6 193 / 25%) 0px 16px 16px;
        text-decoration: none;
    }

    .btn-secondary:hover{
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgb(2 0 4 / 0.25) 0px 16px 16px;
        text-decoration: none;

    }
.btn.focus, .btn:focus {
    outline: 0;
     box-shadow: none; 
}
.icon {
    font-size: 140%;
}

.status-grey {
    padding: 0.1rem 1rem;
    background-color: #ebebeb;
    margin-top: 2px;
    border-radius: 0.5rem;
    color: #959595;
    font-weight: bold;
    font-size: large;
}

.status-warning {
    padding: 0.1rem 1rem;
    background-color: #ffc11e33;
    margin-top: 2px;
    border-radius: 0.5rem;
    color: #ffc11e;
    font-weight: bold;
    font-size: large;
}

.status-success {
    padding: 0.1rem 1rem;
    background-color: #bcf694;
    margin-top: 2px;
    border-radius: 0.5rem;
    color: #45970c;
    font-weight: bold;
    font-size: large;
}

.viewbtn:hover {
    border-radius: 7px;
    border: 0.1px solid #93d0ee;
    background-color: #93d0ee;
    transition: 0.5s;
}

.card-text{
    overflow:auto;
}


.viewbtn {
    border-radius: 7px;
    border: 0.1px solid rgb(243, 200, 200, 0.00);
    /*background-color: #f6adad;*/
    transition: 0.5s;
}

.editbtn:hover {
    border-radius: 7px;
    border: 0.1px solid #efdebb;
    background-color: #efdebb;
    transition: 0.5s;
}

.pointer {
    cursor: pointer;
}

.editbtn {
    border-radius: 7px;
    border: 0.1px solid rgb(243, 200, 200, 0.00);
    /*background-color: #f6adad;*/
    transition: 0.5s;
}

.deletebtn:hover {
    border-radius: 7px;
    border: 0.1px solid #f6adad;
    background-color: #f6adad;
    transition: 0.5s;
}

.deletebtn {
    border-radius: 7px;
    border: 0.1px solid rgb(243, 200, 200, 0.00);
    /*background-color: #f6adad;*/
    transition: 0.5s;
}

.restorebtn:hover {
    border-radius: 7px;
    border: 0.1px solid #add8e6;
    background-color: #add8e6;
    transition: 0.5s;
}

.restorebtn {
    border-radius: 7px;
    border: 0.1px solid rgb(243, 200, 200, 0.00);
    /*background-color: #f6adad;*/
    transition: 0.5s;
}

.duplicatebtn:hover {
    border-radius: 7px;
    border: 0.1px solid #bcf694;
    background-color: #bcf694;
}

.duplicatebtn {
    border-radius: 7px;
    border: 0.1px solid rgb(243, 200, 200, 0.00);
    /*background-color: #f6adad;*/
    transition: 0.5s;
}

/*Modal*/

.close {
    color: #fff;
}


/*Synergized*/

.IncompleteProgram {
    padding: 1px 7px;
    background-color: #afadad;
    color: white;
    margin: 2px;
}

.CompleteMarProgram {
    padding: 1px 7px;
    background-color: #cd0a0a;
    color: white;
    margin: 2px;
}

.CompleteContProgram {
    padding: 1px 7px;
    background-color: #3a2f9a;
    color: white;
    margin: 2px;
}

.CompleteProgram {
    padding: 1px 7px;
    background-color: #3e6314;
    color: white;
    margin: 2px;
}

input[type=checkbox], input[type=radio] {
    margin-right: 10px !important;
}

#monthlyInput input[type=radio] {
    margin-left: 0px !important;
}

#yearlyInput input[type=radio] {
    margin-left: 0px !important;
}

.tab {
    /*overflow: hidden;*/
    background-color: #015b86;
    height: 3.1rem;
}

.border-blue {
    border: 1px solid #03557c;
    border-radius: 3px;
}

.Initial {
    background-color: inherit;
    float: left;
    border: none;
    color: white;
    cursor: pointer;
    padding: 14px 40px;
    font-size: 14px;
    transition: 0.2s;
}

    .Initial:hover {
        background-color: #7ac0da;
        color: white;
        transition: 0.2s;
    }

.DynamicTbl {
    text-align: center;
    margin-top: 10px;
}

    .DynamicTbl td {
        padding: 3px;
        border: 1px solid gainsboro;
        background-color: white;
    }

    .DynamicTbl th {
        border: 1px solid gainsboro;
        background-color: white;
        color: #949292;
        font-size: 11px;
        padding: 5px;
    }


.aspNetDisabled {

    width: 100% !important;
    padding: 0.375rem 0.75rem;

    line-height: 1.5;
    border-radius: 0.2rem;
}
label {
    /*display: inline-block;*/
    /*margin-bottom: 0.5rem;*/
    color: #959595;
}

::placeholder {
    color: #959595;
}

input[type="text"]::placeholder {
    color: #959595;
}

.form-control {
    border: 1px solid #d9d9d9;
    color: #859595;
}
    .form-control::placeholder {
        color: #d1d1d1 !important;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
    opacity: 1;
}


    .form-control:hover, .SumoSelect:hover {
        border: 1px solid #669283;
        outline: none !important;
        /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 12px 0px !important;*/
        transition: 0.2s ease-in;
    }
.form-control:focus, .SumoSelect:focus {
        border: 1px solid #b181ff;
    border-color: none !important;
    outline: none !important;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 12px 0px !important;
    transition: 0.2s ease-in;
}

.SumoSelect, SumoUnder {
    width: 100% !important;
    color: #495057;
    border-radius: 0.25rem;
    font-size: .875rem;
    line-height: 1.5;
}

    .SumoSelect > .CaptionCont {
        position: relative;
        border: 1px solid #A4A4A4;
        min-height: 12px;
        background-color: #fff;
        border-radius: 0.25rem;
        color: #495057;
        border-color: #ced4da;
    }

    .SumoSelect .select-all {
        border-radius: 3px 3px 0 0;
        position: relative;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        padding: 8px 0 3px 35px;
        /* height: 20px; */
        height: 100% !important;
        cursor: pointer;
    }



.modal-xl {
    max-width: 1250px;
    /*   padding:5rem;
    margin: auto;
    margin-left: auto;
    margin-right: auto;*/
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius:4px;
}

*::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 4px;
}

.dx-datagrid-rowsview .dx-row:hover {
    background-color: #f5f5f5;
    transition: 0.5s;
}

.tooltipContent div {
    text-align: left;
    font-size: large;
}

.hidden {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease, transform 0.5s ease;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.container [class*="col-"] > [class*="col-"] {
    margin: 0;
    padding: 0;
}

.truncate-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

span {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.row {
    margin: 0;
    padding: 0;
}

.merge-right {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.merge-left {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*.shadow {
    box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
}*/

.shadow {
    box-shadow: #669283 0px 7px 29px 0px;
}

/*.linecntr {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(7, 95, 138, 1) 0%, rgba(255, 255, 255, 1) 85%);
    margin-top: -25px;
    height: 2px;
}*/

.underline {
    /*background: rgb(255, 255, 255);*/
    /*background: linear-gradient(275deg, rgba(255, 255, 255,1) 34%, rgba(7,95,138,1) 76%);*/
    background: rgb(246,246,246);
    background: linear-gradient(275deg, rgba(255, 255, 255, 0) 36%, rgba(7,95,138,1) 87%, rgba(255, 255, 255, 0) 100%);
    margin-top: -1.5rem;
    /*margin-bottom: -20px;*/
    height: 2px;
}


/*form datePicker*/


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--primary-color) !important;
    background: #f6f6f6 !important;
    color: var(--primary-color) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: white!important;
}

.margin {
    margin: 35px;
}

@media (max-width: 768px) {
    .margin {
        margin: 0;
    }
}

.Chart {
    display: block;
    box-sizing: border-box;
    height: 80% !important;
    width: 80% !important;
}

.chart-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fade-in-out {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-slide {
    transition: all 1s;
}

.animate-slide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}

    .animate-slide.show {
        max-height: 500px;
        transition: max-height 1s ease-in-out;
        overflow: visible;
    }


/*
    for Recurrence
*/


.day-checkbox-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.day-checkbox {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
    /* Add margin if needed */
    /* margin-right: 10px; */
    background-color: rgb(219 219 219 / 0.82);
}

    /*.day-checkbox {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;*/
    /*background-color: rgb(219 219 219 / 0.82);*/
    /*}*/
    .day-checkbox.selected {
        background-color: #03557c;
        color: white;
        font-weight: 600;
    }



.toggle {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}

    .toggle.active {
        max-height: 500px;
        transition: max-height 1s ease-in-out;
        opacity: 1;
    }


.custom-dropdown {
    overflow-y: auto;
    max-height: 80px; /* Adjust the height as needed */
}


.chart-header {
    background-color: #03557c;
    color: white;
}

.box {
    /*border: 7px solid white;*/
    padding: 15px;
    height: 180px;
    box-sizing: border-box;
    max-width: 28rem;
}

    .box > .card {
        height: 150px;
    }

.card > a {
    color: black;
}


.box1 {
    background-color: #91C483;
    color: white;
}

.box2 {
    background-color: #F9D371;
}

.box3 {
    background-color: #a7a7a7;
}

.box4 {
    background-color: #287ded;
}

.box5 {
    background-color: #009eae;
}

.box6 {
    background-color: #8c75d1;
}

.box7 {
    background-color: #F8FB79
}

.box8 {
    background-color: #FDBDFB
}

.box9 {
    background-color: #C8FB79
}

.box10 {
    background-color: #F94C10;
}

.box11 {
    background-color: #B3FFAE;
}

.box12 {
    background-color: #FF7D7D;
}

.box13 {
    background-color: #59cef5;
}

.box14 {
    background-color: #cad757;
}

.box15 {
    background-color: #00FFD1;
}

.fc-view-container {
}

.fc-title {
    color: white;
}

.margin-res {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

@media (max-width: 768px) {
    .card,
    .table-column {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .table-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .margin-res {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}




.status {
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    border-radius: 0.25rem;
    color: black;
    margin: 2px;
}


.purple {
    background-color: rgba(19, 31, 53, 1) !important;
}



.purple-border {
    border: 2px solid rgba(19, 31, 53, 1) !important;
}



.table-purple > tbody > tr {
    border: 2px solid rgba(19, 31, 53, 1) !important;
}


    .table-purple > tbody > tr:first-child {
        background-color: rgba(19, 31, 53, 1) !important;
        color: white !important;
        border-color: none !important;
    }

.form-quarter {
    width: auto !important;
}

.purple {
    background-color: rgba(19, 31, 53, 1) !important;
    color: white !important;
}


.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    /*width: 100% !important;*/
}


.dx-htmleditor-content img {
    vertical-align: middle;
    padding-right: 10px;
}

.dx-htmleditor-content table {
    width: 50%;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    display: inline-block;
}

    .option > .dx-selectbox,
    .option > .label {
        display: inline-block;
        vertical-align: middle;
    }

    .option > .label {
        margin-right: 10px;
    }


/*.dx-popup-wrapper > .dx-overlay-content {
     border: none !important; 
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 6px;
}

.dx-popup-title.dx-toolbar {
    background-color: var(--purple) !important;
    padding: 6px 20px;
    color: white !important;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dx-overlay-shader {
    pointer-events: auto;
    background-color: rgb(183 183 183 / 80%)!important;
}*/

.ajax__fileupload_input {
    width: 200px;
}
::-webkit-file-upload-button {
    display: none;
    font: inherit;
    -webkit-appearance: button;
}


input[type="file"] {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 0.25rem;
    margin-right: auto;
    height: 2.4rem;
    width: 17rem;
}

.ajax__fileupload_uploadbutton {
    background-color: #007bff;
    color: #fff;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
}




.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.5 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-success {
    color: #28a745;
    background-color: #28a74512;
}

.badge-secondary {
    color: #6c757d;
    background-color: #6c757d1a;
}

.badge-warning {
    color: #ffc107;
    background-color: #ffc10714;
}


.ui-datepicker-trigger {
    position: absolute;
    right: 20px;
    bottom: 0.3px;
    border: none;
    background-color: rgb(255 255 255 / 0.00);
}

.icon-sm {
    font-size: 18px;
    
}


.table {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

    .table th a {
        color: #1b75cb !important;
        text-decoration: none;
    }

    .table th {
        background-color: rgb(72 27 203 / 0.04);
        color: var(--primary-color);
        padding: 0.6rem;
        vertical-align: top;
        border: none;
        border-top: 1px solid #dee2e6;
        text-decoration: none;
    }

    .table tbody tr {
        border-bottom: 1px solid #ccc;
    }

    .table td {
        padding: 0.6rem;
        border: none;
    }

    .table tbody tr:hover {
        background-color: rgb(72 27 203 / 0.04);
        transition: background-color 0.5s;
    }

.flow-detail-wrapper {
    border: none;
    border-radius: 2px;
    margin-top: 2rem;
}


.flow-detail-header {
    background-color: #4d06c11c;
    border-radius: 2px;
}


.add-condition-btn {
    background-color: #4d06c1;
    color: #ffffff;
    font-weight: 600;
    /* height: 17px; */
    width: 1.6rem;
    text-align: center;
    /* border: 1px solid #3d001f; */
    border-radius: 50%;
    float: right;
    margin-top: -3px;
    cursor: pointer;
}


.flow-detail-content {
    padding: 20px 20px;
    border: 3px solid #ebe3f8;
}


.dx-toast-info {
    background-color: #4d06c1 !important;
}


.SumoSelect > .CaptionCont {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.date {
    border-bottom: 1px solid rgb(224 224 224);
    display: block;
    margin-bottom: 2rem;
    font-size: small;
}


.tooltipcontent {
    background-color: #f1f1f1;
    color: #000;
}


.dx-tooltip-wrapper .dx-overlay-content {
    background-color: white !important;
    color: black !important;
    font-size: 0.7rem !important;
    padding: 0.7rem !important;

    border: 1px solid var(--primary-color) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px!important;
}

.dx-popup-content.dx-dialog-content {
    min-width: 188px;
    padding: 2rem !important;
}


.dx-popup-wrapper > .dx-overlay-content {
    /*padding: 10px;*/
    background: #fff;
    -webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    border-radius: 6px;
    border: 1px solid var(--primary-color);
}

.dx-popup-wrapper .dx-state-focused.dx-overlay-content{
    border: 1px solid var(--primary-color);

}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #58ff00 !important;
    background: #f6f6f6 !important;
    color: #03557c !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #58ff00 !important;
    background: #03557c !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
     background-color: white!important; 
    border-color: transparent;
    color: #333;
    opacity: 1;
}



.your-dropdown-class .dx-texteditor-input:focus {
    border-color: green!important;
}


.dx-editor-cell dx-focused{
    background-color:green;
    border:1px solid white!important;
}


#ContentPlaceHolder1_AsyncFileUpload1_ctl04{
    display:none;
}


.time{
    color:grey;
    font-size:small;
    font-weight:lighter;
}


.material-symbols-outlined.button {
    display: inline;
    vertical-align: middle;
}