:root {
    --border-color: #6e7f4a;
    --side-nav-bg: #6e7f4a;
    --control-bg-color: #fafafa;
    --control-border: 1px solid #b9b7b7;
    --sign-bg-color: #b6cbe94a;
    --active-color: #e5e9e0;
    --active-bg-color: #5b683d;
    --bg-color: #efefee;
    --lable-color: #a3a998;
    --link-color: #0d6ef8;
    --nav-link-color: #E8E3CE;
    --filter-color: #e7e3d0;
    --btn-bg-color: #d9d9d2;
    --btn-color: #444;
    --btn-hover-color: #0d76ab;
    --tab-bg-color: #859dad;
    --tab-color: #0e0e18;
    --header-color: #fff;
    --bg-color-box: #f7eee85c;
    --bx-shadow-color: #dee2ed;
    --bx-info-color: #fff;
    --box-header-color: #aaa;
    --box-header-bg-color: #013324;
    --box-text-color: #104569;
    --model-header-color: #fff;
    --line-bg: linear-gradient(90deg, #a9b3b9 0%, #c8d1d787 50%, #a9b3b9 100%);
    --line-shadow: 1px 0px 1px inset #93939385, 0px 1px 8px rgb(76 78 93 / 55%);
    --line-border: 1px solid rgb(123 75 75 / 19%);
    --line-color: #0a0a0ce0;
    --menu-shadow: 1px 2px 6px 0px #7e8a976e;
    --menu-border: 1px solid #777778;
    --modal-header-bg-color: #013324;
    --modal-header-color: #e9e2cf;
    --box-wrap-bg-color: #f5f4f0;
    --table-row-active: #e3ebef;
}
html {
  font-size: 14px;
}
select {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--control-bg-color);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: fit-content;
    max-width: 220px;
    display: inline-block;
}

.act:hover {
    cursor: pointer;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
    outline: none;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  
}
.site-container{
    position:relative;
}
#popupmodal {
    z-index: 3199;  
    top:20px;
    max-height: calc(100vh - 30px);
}
.modal-body {    
    min-height: 350px;
    overflow-y: auto;
    max-height: calc(100vh - 185px);
    background-color:var(--active-bg-color);
}
.user-account{
    margin:10px;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}
.hb {
    direction: rtl;
}
.rtl {
    direction: rtl;
}
.ltr {
    direction: ltr;
}
.navbar-toggler collapsed{
    margin-top:10px;
}
header {
    direction: rtl;    
}
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}
.errorMsg{
    font-size:18px;
    color:#bd3232;
    width:100%;
    border:2px solid #999;
    border-radius:12px;
    margin-right:15px;
    margin-top:15px;
    padding:10px;
    direction:rtl;
    font-weight:600;
    box-shadow:2px 2px 4px 0px #aaa;
    background-color:#f3f1c2;
    
}
.file-load-done-text {
    font-size: 18px;
    color: #23623f;
    width: 100%;
    border: 2px solid #999;
    border-radius: 12px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 10px;
    direction: rtl;
    font-weight: 600;
    box-shadow: 2px 2px 4px 0px #aaa;
    background-color: #f3f1c2;
}

/*################## SCROLL BAR START ############################*/

.scroll-content {
    /*
    width: 600px;
    height: 400px;
    */
    margin: 0;
    padding: 0;
    background: white;
    position: relative;
    scrollbar-gutter: auto;
}

.scroll-content-container {
    /*width: 100%;*/
    height: 100%;
    border: 1px solid black;
    overflow: scroll;
}

.scroll-content::after {
    content: "";
    position: absolute;
    width: calc(100% - 6px); /*6px difference from your custom scrollers (1px is from the border)*/
    height: 20px;
    bottom: 6px; /*6px difference from your custom scrollers (1px is from the border)*/
    left: 0;
    z-index: 1;
}

.scroll-inner {
    height: 220px;
    background-color: red;
    transform: translateZ(0);
}

::-webkit-scrollbar {
    width: 18px;
    height: 12px;
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
}

/*################## SCROLL BAR END ############################*/
.autoresizing{
    display: block;
    overflow: hidden;
    resize: none;
}



.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
.center{
    text-align:center;
}
.group-box-side {
    margin-top: -10px;
    width: 100%;
    padding-right: 20px;
}
.smal-form-extend {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form-full-header-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
    padding: 20px;
    margin-bottom: 10px;;
    border-radius: 12px;
    background-color: var(--box-header-bg-color);
    position: sticky;
    top: 40px;
    margin-top: 10px;
    z-index: 999;
}
.form-full-header-wrapper .mybtn{
    margin-top: unset !important;
    box-shadow: 2px 2px 8px 0px #0f1d19;
}
.form-full h1{
    margin-right: 210px;
    color: var(--active-color);
    line-height: 30px;
}
.dorpdown-with-other{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
    width: 100%;    
}
.frm-ctl-other{    
    border-radius: 6px;
    border: 1px solid #aaa;
    width: 89%;
    line-height: 35px;
    padding: 0px;
    max-height: 35px;
    padding: 2px;
    padding-right: 5px;
    margin-right: 30px;
    margin-left: 30px;
}

.system-form-controls {
    background-image: linear-gradient(to top right, #c6dcd1, #fcfbf9);
    border-radius: 8px;
    padding: 10px;
    box-shadow: 4px 4px 12px 0px #384025;
    
}
.system-form-controls input {
    min-height: 21px;
}
.system-form-controls input[type="datetime-local" i] {
    max-width: 200px;
    min-height: 21px;
}
.system-form-controls input[type="number" i] {
    max-width: 200px;
}
.system-form-controls input[type="date" i] {
    max-width: 200px;
}
.system-form-controls input[type="time" i] {
    max-width: 200px;
}
.system-form-controls input[type="tel" i] {
    max-width: 200px;
}
.system-form-controls input.short {
    max-width: 200px;
}
.system-form-controls select {
    min-width: 200px;
}
.system-form-controls .form-control {
    display: inline-block !important;
    width: 89% !important;
    margin-bottom: 10px;
}

.system-form-controls .control-label {
    display:block;
    vertical-align: top !important;
}
fieldset {
    margin: 8px;
    border: 1px solid #8f8383;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    border-radius: 8px;
    width: auto;
    direction: rtl;
}
legend {
    padding: 2px;
    float: none !important;
    width: auto !important;
    font-size: medium;
    font-weight: 600;
}
.my-edit-fields {
    direction: rtl;
    max-width: 500px;
}
.my-form-control {
    width:100%;
    display: inline-block;
    padding: .375rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--control-bg-color);
    background-clip: padding-box;
    border: var(--control-border);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input[type=text] {
    direction: rtl;
    text-align: right;
}

.act-do-external-link{
    color: #046594;
    text-decoration: underline;
}
.toast-header {
    justify-content: space-between;
}

.toast {
    position: fixed;
    top: 50px;
    right: 0;
    min-height: 100px;
    z-index: 9999;
}
div#spinner {
    display: none;
    width: 130px;
    height: 130px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

div#spinnerShow {
    display: block;
    width: 130px;
    height: 130px;
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #666;
    z-index: 2;
    overflow: auto;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}
.customer.data-list {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    border: 2px solid #aaa;
    box-shadow: 0px 0px 14px 1px #aaa;
    margin-top:20px;
    border-radius:12px;
}
.modal-content {
    position: absolute;
    width: 880px;
    left:-200px;
    background-color: var(--bg-color);
    border-radius: 14px;
    box-shadow: 0px 0px 2px inset #93939361, 0px 0px 4px rgb(63 63 63);
    border: 5px solid var(--active-bg-color);
}
.model-header-wraper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  
    background-color: var( --active-bg-color);  
}
.modal-header {
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: var( --active-bg-color);
    border-bottom:unset;
}
.inv-info-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
    width: 100%;
    padding-left: 10px;
}
.popup-close {
    caret-color: transparent;
    caret: unset;
    margin-bottom: auto;    
}
.action-link {
    display: inline-block;
    color: var(--border-color);
    font-weight:500;
    text-decoration: unset;
    caret-color: transparent;
    caret: unset;
}
    .action-link.active {
        background-color: #013324;
        color: #e4ebf1;
        border: 1px solid #333;
        border-radius: 8px;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
        box-shadow: 2px 2px 8px 0px #999;
        margin-bottom: 10px;
    }

/* ##############  SIDE NAV START ##################*/
.side-menu-view {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}
.side-menu-view .info {
  margin-right:220px;
}
.side-menu-view .info .list-block {
    margin-top:20px;
    min-width:500px;
}


.side-menu-view.he-il {
    flex-direction: row-reverse;
}
.customer-detail-box-header {
    display: none;
    color: #6e7f4a;
    font-weight: 600;
    width: 100%;
    direction: rtl;
    font-size: 28px;
    padding-left: 15px;
    padding-right: 10px;
    
}
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 40px;
    background: var(--border-color);
    overflow-x: hidden;
    padding-top: 10px;
}

.sidenav2 {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 84px;
    background: var(--border-color);
    overflow-x: hidden;
    padding-top: 10px;
}
.sidenav.he-il {
    direction: rtl;
    right: 0;
}

.sys-filter-box {
    margin: 10px;
    border: 1px solid #c7c5c5;
    border-radius: 12px;
    box-shadow: 2px 2px 8px 1px #5e6063b5;
    position: sticky;
    top: 60px;
    z-index: 299;
    background-color: #d2d5db;
}


.type-filter-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    row-gap: 10px;
    
    /*background-color: var(--tab-bg-color);*/
}

    .type-filter-section.he-il {
        flex-direction: column;
    }

.type-filter-item {
    color: var(--filter-color);
    padding: 5px;
    min-width: 80px;
    text-align: center;
    line-height: 38px;
    caret-color: transparent;
    caret: unset;
    font-size: 24px;
    text-align: right;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}
    .type-filter-item:hover {
        cursor: pointer;
        color: var(--active-color);
    }

    .type-filter-item.active {
        color: var(--active-color) !important;
        background-color: var(--active-bg-color);
    }
.login-box{
    position:absolute;
    bottom:70px;
    right:10px;    
}
.filter-spacer {
    display: block;
    height: 10px;
}
/* ##############  SIDE NAV END ##################*/
/* ##############  APP HEADER START ##################*/
.app-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    direction:ltr;
    margin-left:10px;
    direction:rtl;
}
.app-nav-menu{
    display:flex;
    flex-direction:column;
    justify-content:flex-start ;

}
.navbar-nav {
    color: #a5b6bf;
    direction: ltr;
    margin-left:5px;
}
.navbar-toggler {
    margin-top: 10px;
    border-color: #a39f9f;
}
.navbar-toggler-icon {
    border-color: #a39f9f;    
    background-image: url('../images/mobile-lines.png');
}

.app-menu-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-block-end: unset;
    direction: rtl;
    padding:0px;
    width:100%;
}

.app-menu-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    line-height: 50px;
}

.nav-link {
    font-weight: 600;
    color: #e5e9e0;
}

    .nav-link:hover {
        color: var(--active-color);
    }

.navbar-brand {
    color: var(--nav-link-color);
}

.nav-header {
    position: sticky;
    top: 0px;
    z-index: 880;
    background: var(--border-color);
    height: 40px;
}

.nav-item:hover {
    color: var(--active-color);
}

.nav-item a:hover {
    color: var(--active-color);
}

.nav-header.app {
}

.nav-link-cl {
    color: var(--nav-link-color);
}

.nav-header.he-il {
    background-image: linear-gradient(to left, #1c1a1a, #353333);
}

.app-menu {
    margin-left: 20px;
    min-width: 110px;
    text-align: center;
    font-size: 24px;
    height: 100%;
    /*
    border: var(--menu-border);
    box-shadow: var(--menu-shadow);
    border-radius: 18px;
    
    */
}

.app-menu-link.dark {
    color: #57554e;
}

.app-menu-link {
    color: var(--filter-color);
    font-weight: 300;
}

    .app-menu-link:hover {
        color: #92c0d1 !important;
    }

    .app-menu-link.dark:hover {
        color: #477b8e !important;
    }

.app-menu:hover {
    color: #477b8e;
}

.app-menu.active {
    background-color: var(--active-bg-color);
    color: var(--active-color) !important;
}

    .app-menu.active > a {
        color: var(--active-color) !important;
    }
.logo-mobile .logo-img {
    background-image: url('../images/logo-full-w.png');
    height: 40px;
    width:110px;
    margin-top:2px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.logo-img {
    background-image: url('../images/logo-full-w.png');
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.logo-box {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;    
}
/* ##############  APP HEADER END ##################*/
.page-header{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;;
}
.page-header h1{
    margin-top: auto;
    margin-bottom: auto;
}
.page-header .details-line{
    margin-top: auto;
    margin-bottom: auto;
    font-size: 32px;    
}
.info-box-content{
    padding-bottom: 20px;
}
.link-action-button{
    font-size: 28px;;
}
.info-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 1px #cbcbcb;
    margin-left: 10px;
    direction: rtl;    
    margin-top: 10px;    
    margin-bottom: 30px;
}
.refresh{    
    background-image: url(../images/refresh.svg);
    height: 25px;
    width: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: auto;
}
.arrow-expand{
    background-image: url(../images/arrow-down-g.png);
    height: 40px;
    width: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: auto;
}
.arrow-expand.active{
    background-image: url(../images/arrow-up-g.png);   
}
.info-box-title-wrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
}
.info-line{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 20px;           
}
.info-line.last{
    margin-bottom: 20px;
}
.customer-calender-row{
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
    color: #fff;;
    padding-left: 15px;;
    padding-right: 15px;;
    column-gap:10px;
}
.customer-calender-row label{
    color:#000;
    font-size: 28px;
    margin-top: auto;
    margin-bottom: auto;
}
.customer-calender-row .details-line{
    max-width: 50%;
    min-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.customer-calender-row .details-line div{
    font-size: 24px;
    margin-top: auto;
    margin-bottom: auto;
}
.info-box-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}
.info-box-header-text{
    font-size: 32px;   
    margin-bottom: auto;
}
.info-box-header-action{
    padding-left: 10px;
}

.customer-note-row{
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color:var(--border-color);
    color: #fff;;
    padding: 15px;;
    column-gap:10px;
    margin-left: 10px;
    margin-right: 10px;;
}
.col-date{
    max-width: 90px;
}
.col-data{
    width: 100%;
}
.col-action{
    max-width: 50px;;
}

table {
    direction: rtl;            
}

.date-td{
    direction:ltr;
    text-align:right;
}

.table{
    
}
.table tbody {
    font-size: 18px;
}
.table tr {
    border-style: none;
    border: none;
    
    margin-bottom: 4px;
    border-radius: 12px;
    padding-bottom: 10px;
}
.table td {
    border-style: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 4px;
    padding-bottom: 10px;
}
.table th {
    border-bottom: 1px solid #6e7f4a;    
}
.table-row.active > td {
    background-color: var(--table-row-active);
}
.action-link:hover {
    cursor: pointer
}
.btn-add-plus {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    caret-color: transparent;
    caret: unset;
}

.btn-add-plus-text {
    line-height: 44px;
    font-size: 18px;
    color: var(--border-color);
    font-weight:600;

}

.btn-plus {
    width: 44px;
    height: 44px;
    background-image: url(../images/btn-plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    caret-color: transparent;
    caret: unset;
    box-shadow: 1px 2px 8px 2px #aaa;
    border-radius:22px;
}
.btn-plus:hover{
    cursor:pointer;
}
.act {
    caret-color: transparent;
    caret: unset;
}
.act:hover {
    cursor: pointer;
}
.close {
    background-image: url(../images/close-g.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 43px;
    box-shadow: 2px 2px 8px 0px #4e6029;
    border-radius: 22px;
    border: none;
}
.modal-bottom-line {
    position: absolute;
    bottom: 25px;
    right: 15px;
}
.lable-header {
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-title {
    font-size: 28px;
    font-weight: 500;
    color: var(--modal-header-color);
}
.mybtn.save {
    background-color: var(--active-bg-color) !important;
    color: #f1f3f9;
}
.mybtn.delete {
    background-color: #e0715c !important;
    color: #f1f3f9;
}

.mybtn {
    min-width: 90px;
    font-weight: 600 !important;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 2px 2px 6px 0px #989a93;
    background-color: var(--active-bg-color);
    color: #f7f7f7;
    max-width: 250px;
    border-radius: 12px;
    font-size: 20px;
}
    .mybtn:hover {
        background-color: #013324;
        color:#fff;
    }
.customer-detail-header {
    direction: rtl;
    margin-right: 70px;
    margin-top: 10px;
}
.customer-schedule-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;   
    column-gap: 10px;
    row-gap: 10px;
    margin-right:10px;
    margin-left:20px;
    margin-top:15px;
  
}
.customer-schedule-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
    row-gap: 10px;
    min-height: 50px;
    height:fit-content;
    box-shadow: 2px 2px 8px 0px #aaa;
    padding: 10px;
    border-radius: 8px;
    background-color: #f1f2f4;
}
/*######################### Fields #################################*/
.field-phone {
    direction: ltr;
    max-width: 60px;
    text-align: right;
}
.field-date {
    direction: ltr;
    max-width: 60px;
    text-align: right;
}
.field-time {
    direction: ltr;
    max-width: 60px;
    text-align: right;
}
.field-datetime {
    direction: ltr;
    max-width: 80px;
    text-align:right;
    /*aaa*/
}
.is-form-summary{
    background-color:#88bfda;

}
.is-form-summary td{
    background-color: unset;
}

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin-left: 0.1em;
    margin-right: -1px !important;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
  
/*######################### Fields End #################################*/

/*######################### HOME START #################################*/
.container-today {
    margin-right: 200px; /* Same as the width of the sidenav */
    background-color: #f1f2f4;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    padding-top: 10px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.today-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    column-gap: 20px;        
    height:100%;
    
    
}
.today-calender-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 20px;
    width: 40%;
    max-width: 400px;
    background-color: #fff;
    border-radius:18px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 70px;
    box-shadow: 0px 0px 22px 6px #ddd;
}
.today-list-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 0px;
    width: 40%;
    max-width: 600px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 70px;
    /*
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0px 0px 22px 6px #ddd;
    */
}
.today-list-header-wraper {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background-color:#fff;
}
.today-list-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
    padding: 20px;
    color: var(--box-header-color);
    background-color: var(--box-header-bg-color);
    border-radius: 18px;
    width: 100%;
    direction: rtl;
    font-size: 22px;
    height: 100px;    
}

    .today-list-header .act-search {
        margin-top: auto;
        margin-bottom: auto;
    }
    .today-list-header .header-date {
        margin-top: auto;
        margin-bottom: auto;
    }
    
.search-row{
    direction: ltr;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.act-search-dic-data{
    text-decoration: underline;
}
.act-search-dic-data:hover{
    cursor: pointer;
}
.today-list-header input[type=text] {
    width: 220px;
    font-size: 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: inset 2px 2px 18px 0px #aaa;
}
.today-list-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    row-gap: 20px;
    height: 100vh;    
    overflow-y: auto;
    margin-left: 0px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 2px 2px 4px 0px #ddd;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom:20px;
}
.today-list-timeline {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  
    min-width:100px;    
    position:absolute;
}
.today-list-timeline-line{
    
    height:90px;
    position:relative;
}
.today-list-timeline-time {
    height: 60px;
    padding-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #6e7f4a;
}
.vl {
    border-left: 4px solid #6e7f4a;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 20px;
}
.today-list-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 40px;
    width: 100%;
    margin-right:100px;
}
.today-list-action {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 1px;    
    width:100%;
    position:sticky
}

.home-schedule-row {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 10px;
    row-gap:0px;
    box-shadow: 2px 2px 8px 0px #aaa;
    padding: 10px;
    border-radius: 8px;
    background-color: #f1f2f4;
    height:110px;   
    width:100%;
    direction:rtl;
}
.home-schedule-row-title{    
    font-weight:600;
}
.home-schedule-row-split{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
}
.home-calender-row-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    font-size: 20px;
}
.home-schedule-row-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
}
.home-schedule-row-content-title{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    row-gap:10px;
}
.home-schedule-row-name {
    color: #104569;
    font-weight: 500;
}
.home-schedule-row-phone {
    direction: ltr;
    color: #444;
    margin-right:40px;
}
.home-schedule-row-title-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;    
    padding-top:0px;
}
.dot-group {
    position: absolute;
    top: 0px;
    width: 25px;
    height: 15px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    direction: ltr;
    align-items: center;
}
/**
<div class="dot-group">
<span class="action-group-sign">&nbsp;</span>
</div>
<div class="action-group">
<div class="action-calender">&nbsp;</div>
<div class="action-customer">&nbsp;</div>
<div class="action-edit">&nbsp;</div>
</div>

*/
.action-group-sign-close {
    background-image: url('../images/dot2-g.png');
    background-repeat: no-repeat;
    background-size:cover;
    width: 40px;
    height: 40px;
}
.action-group-sign-open {
    background-image: url('../images/line-g.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
}
.action-calender {
    background-image: url('../images/calender-g.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-left:20px;
    margin-top:5px
}
.action-customer {
    background-image: url('../images/customer-g.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-top: 5px
}
.action-calender-w {
    background-image: url('../images/calender-w.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;    
}

.action-customer-w {
    background-image: url('../images/customer-w.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;    
    margin-top:10px;
}
.action-edit {
    background-image: url('../images/edit-g.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-top: 5px
}


.calender-month-box{
    display:flex;
    justify-content:flex-end;
}
.calender-month-box .today-calender-month-list{
    height:unset;
    min-height:400px;
}
.calender-month-box .today-calender-container
{
    margin-top:0px;
}

.today-list-box .home-schedule-row .action-link {
    font-size: 18px;
}
.dot {
    height: 5px;
    width: 5px;
    background-color: #104569;
    border-radius: 50%;
    display: inline-block;
}
.home-schedule-row .action-link {
    text-decoration: none;
}

/*calender today*/
.calender-dot {
    height: 5px;
    width: 5px;
    background-color: #6e7f4a;
    border-radius: 50%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.today-calender-month{
    border-radius:18px;
}
.today-calender {    
    max-width: 400px;
    width: 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 15px;
    border-bottom:1px solid #444;
}

    .today-calender .header {        
        min-height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .today-calender .arrow {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100px;
        font-size: 28px;
        margin-right: 20px;
        color: #222;
    }

    .today-calender .title {
        color: #222;
        font-size: 28px;
        margin-left: 10px
    }

    .today-calender .days {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .today-calender .day {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 35px;
        height: 35px;
    }
    .today-calender .day:hover{
        cursor:pointer;
    }
        .today-calender .week-row {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            direction: rtl;
            padding: 5px;
        }

    .today-calender .in {
        
    }

    .today-calender .out {

    }

    .today-calender .today {
        background-color:#6e7f4a;
        border-radius:50%;
        color:#fff;
    }
    .today-calender .active {
        background-color: #013324;
        border-radius: 50%;
        color: #fff;
    }
   

    .today-calender .out .day-date {
        color: #afbec7 !important;
    }

    .today-calender .day-date {                
        font-weight: 600;        
        margin-left:auto;
        margin-right:auto;
    }

    .today-calender .day-header.today {
        font-size:20px;
        font-weight:600;
    }

    .today-calender .day-header.past {
        
        color: #fff7f7;
    }

    .today-calender .day-header.future {

    }

.today-calender-month-list{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    direction:rtl;
    row-gap:10px;
}
.calender-day-list-hour{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    position:relative;
    margin-right:20px
}
    .calender-day-list-hour.hour{

    }
    .calender-day-list-hour .line {
        border-top: 1px solid #6e7f4a;
        width: 100%;
        position: relative;
        top: 50%;
        margin-left: 35px;
        top: 12px;
        right:20px
    }
.calender-day-list-empty{
    min-height:60px;
    width:100%;
}
.calender-day-list-appointment {
    min-height: 60px;    
    background-color:var(--border-color);
    border-radius:8px;
    margin-right:70px;
    margin-left:10px;
    color:#fff;
    padding:10px;
    caret-color:transparent;
    caret:unset;
}
.calender-day-list-appointment:hover{
    cursor:pointer;
}
.today-calender-month-list{
    height:100vh;
    overflow-y:auto;
}
.calender-day-list{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;  
}
.calender-spacer{
    min-height:10px;
}
/*====== MONTH ======*/
.calender-month .day {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;
    width: 100%;
    border: 1px solid #ccc;
}

.calender-month .day-header {
    color: #fff;
    height: 30px;
    text-align: center;
    width: 100%
}
.add-file-btn {
    width: 80px;
    height: 80px;
    background-image: url('../images/addfileover.png');
    
    background-size: contain;
    background-repeat: no-repeat;
}
    .add-file-btn:hover {
        background-image: url('../images/addfile.png');
        cursor: pointer;
    }
.add-customer-btn {
    width: 80px;
    height: 80px;
    
    background-image: url('../images/addcustomerover.png');
    background-size: contain;
    background-repeat: no-repeat;
}
    .add-customer-btn:hover {
        background-image: url('../images/addcustomer.png');
        cursor: pointer;
    }
.edit-customer-btn {
    width: 80px;
    height: 80px;
    background-image: url('../images/customer-g.png');    
    background-size: contain;
    background-repeat: no-repeat;
}
.add-schedule-btn {
    width: 80px;
    height: 80px;
    background-image: url('../images/addscheduleover.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.add-schedule-btn:hover {        
    background-image: url('../images/addschedule.png');
    cursor: pointer;
}
.today-list-action-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 2px 2px 4px 0px #ddd;    
}
.customer-detail-action-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    min-width: 300px;
    background-color: #fcfbfa;
    border-radius: 18px;
    box-shadow: 2px 2px 4px 0px #ddd;
}
.today-action-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    border-left: 2px solid #bccc9b;  
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}
.today-action-btn.left {
    border-left: unset;
}
.today-action-btn .title {
    margin-left: auto;
    margin-right: auto;
    font-weight:500;
    color:#6e7f4a;
}
.today-action-btn .title-action {
    font-size: 16px;
    font-weight: 600;
    color: #6e7f4a;
    text-align:center;
}

/*######################### HOME END #################################*/
.general-action-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;            
    padding-top:10px;    
}

.act-time {
    color: #046594;
    direction: ltr;
}
.act-name {
    color: #2f3f47 !important;
    font-weight: 500
}
.customer-schedule{
    direction:rtl;
    margin-right:10px;
    margin-bottom:20px;
    font-size:18px;
}
.customer-schedule .home-schedule-box{
    max-width:unset;
    margin-left:10px;
}
    .serach-header {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        direction: rtl;
        border: 2px solid #aaa;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 2px 2px 12px 0px #aaa;
        column-gap: 20px;
    }
.serach-header.customer    
{
   justify-content:space-between; 
   border:unset;
   box-shadow: unset;
   padding: unset;
   padding-left: 20px;
   padding-right: 20px;
}
.form-search-header{
    display: flex;    
    padding-left: 30px;
    padding-right: 30px;    
}
.form-search-header input{
    border-radius: 8px;                
    font-size: 24px;
    border: 1px solid #ddd;
    
}
.search-box-dic-input{
   min-width: 400px;

}
.muscle{
    color: #e0715c;
}
.nerve{
    color:#787bd0;
}
.search-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;    
    background-color: #d9d9d9;
    box-shadow: 2px 2px 8px 0px #aaa;
    border-radius: 8px;
    border: 1px solid #999;
    margin-top: auto;
    margin-bottom: 10px;   
}
.search-box-btn{
   border-right: 1px solid #999;
   padding-right: 5px;
}
.search-box-btn div{
     padding: 5px;
}
.serch-input{        
    max-width:180px;
    background-color: #d9d9d9;
    border-radius: 8px;
    border:unset;
    line-height:30px;
     padding: 5px;
}
    /*######################### TAB #################################*/
    .tab-bottom-btn {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px;
        column-gap: 20px;
        direction: rtl;
    }
.tbl-link {
    width: 140px;
}
.tab-search-block {
    width: 100%;
    background-color: var(--border-color);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-right: 20px;
    padding-top: 10px;
    height: 80px;
}
.container{
    margin-bottom:0px;
    
}
.tab-containers {
    box-shadow: inset 0 0 6px rgb(181 142 135 / 39%), 2px 2px 10px 2px rgb(115 95 95 / 17%);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding-bottom: 18px;
    caret-color: transparent;
}
.tabs-header {
    width: 100%;
    display: flex;
    list-style: none;
    flex-direction: row-reverse;
    border-bottom: 6px solid var(--active-bg-color);
    margin-top: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
}

#tab-control {
}

.tab {
    text-decoration: none;
    background-color: var(--tab-bg-color);
    width: 140px;
    margin-left: 4px;
    margin-right: 2px;
    height: 38px;
    display: inline-block;
    text-align: center;
    box-shadow: #dcdcdc 2px 2px 9px 3px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    color: var(--tab-color);
    padding-top: 5px;
    box-shadow: 1px -1px 1px 1px #aaa;
    caret-color: transparent;
    caret: unset;
}

.tabactive {
    color: var(--active-color);
    background-color: var(--active-bg-color);
    box-shadow: 1px -1px 1px 1px #5f6a99;
}

.tab:hover {
    cursor: pointer;
}

.table-header-line {
    position: sticky;
    top: 0;
    border-bottom-style: groove;
    border-bottom-color: #e3cfca;
    border-bottom-width: 1px;
    box-shadow: 0px 1px 0px 0px #e3cfca;
    background-color: #000;
    color: #cfd1c1;
    z-index: 2;
    font-size: 22px;
}
.table-header-line th{
    background-color:inherit;
    color: inherit;

}
.bx-info.customerr-details{
    margin-top:10px;
}
.buy-item-box.bx-info {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
}
/*######################### TAB END #################################*/
.act-get-data-expand {
    background-image: url('../images/arrow-down-g.png');
    height:40px;
    width:40px;
    background-size:cover;
    background-repeat:no-repeat;
}
    .act-get-data-expand.active {        
        background-image: url('../images/arrow-up-g.png');
        height: 40px;
        width: 40px;
        background-size: cover;
        background-repeat: no-repeat;
    }
.mylogin {
    margin-left: auto;
    margin-right: auto;
}
.mylogin h2 {
    box-shadow: 0px 4px 4px -4px #555;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align:center;
}

.expand-data {
    border: 2px solid #6e7f4a;
    border-radius: 12px;
    padding: 10px;    
}

.expand-data2 {
    border: 2px solid #919191;
    border-radius: 18px;
    padding: 10px;
    margin: 20px;
    box-shadow: inset 2px 2px 8px 0px #bfbfbf, 2px 2px 8px 0px #bfbfbf;
}
/*######################### BOX START #################################*/
.buy-item-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    row-gap: 20px;
    margin-top:20px    
   
}
.customer-schedule-row div{
    line-height:40px;
}
.edit-icon {
    background-image: url('../images/edit-g.png');
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: inline-block;
}
.edit-icon-w {
    background-image: url('../images/edit-w.png');
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: inline-block;
}
.edit-text{
    margin-top:auto;
    margin-bottom:auto;
}
.details-line label {
    margin-left: 10px;
    font-weight: 600;
    
}
.today-list-box .home-schedule-row .action-link{
    padding-top:5px;
}
.box-rows {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    row-gap: 10px;
}
.box-rows .searchbox {
    margin-bottom:20px;
    margin-right:10px;
}
.box-rows .searchbox input{
    border-radius:8px;
    background-color:#f0f0fb;
    box-shadow:2px 2px 8px 0px #aaa;
}
.box-rows .searchbox label {
    color: var(--border-color);
    font-weight: 600;
}
.searchbox label{
    margin-top:auto;
    margin-bottom:auto;
    margin-left:10px;
}


.buy-wrap {
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.box-wrap {
    background-color: var(--box-wrap-bg-color);
    box-shadow: 4px 4px 18px 0px #a9a6a6;
    border-radius: 22px;
}
.buy-item {
    /*
    max-width: 760px;
    min-width: 760px;
    */
    position: relative;
    min-height: 160px;
    margin-left: auto;
    margin-right: auto;
}

.box-style {
    border: 4px solid var(--border-color);
    border-radius: 6px;
    position: relative;
    box-shadow: 2px 4px 4px 0 #9f9d9d;
}
.buy-item-header {
    position: absolute;
    right: 10px;
    top: -20px;
    width: auto;
    background-color: var(--box-wrap-bg-color);
}

.box-style-title {
    text-decoration: none !important;
    color: var(--border-color) !important;
    font-size: 20px;
    text-shadow: 1px 1px #aaa;
    font-weight: 500;
    caret-color: transparent;
    background-color: var(--bg-color);
    padding-left: 5px;
    padding-right: 5px;
}
.buy-item-box .bx-info.he-il {
    justify-content: flex-end;
    direction: rtl;
    padding-right: 15px;
    padding-left: 10px;
    caret-color: transparent;
    caret: unset;
}

.buy-item-box .bx-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 20px;    
}
.buy-list-divider {
    display: block;
    width: 100%;
    height: 40px;    
    margin: auto;
    margin-top: 20px;
}
.buy-list-divider-line {
    border-top: 4px solid var(--active-bg-color);
    box-shadow: 0px 4px 8px 0px #939393;
    margin-left: 15px;
    margin-right: 15px;
}


.buy-list-divider-text {
    margin-right: 15px;
    font-size: 24px;
    font-weight: 700;
    color: var(--active-bg-color);
    direction:rtl;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    column-gap:15px;
}
.buy-list-divider-text-label.active {
    color: #104569;
    border-bottom: 3px solid #104569;
}
.buy-item-box {
    direction: rtl;
    padding-top: 20px;
}
/*######################### BOX END #################################*/
/*######################### Search END #################################*/
.search-result {
    margin-bottom: 20px;
    margin-top: 55px !important;
    border: 2px solid #999;
    max-width: 200px;
    padding: 15px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-radius: 6px;
    overflow-y: auto;
    max-height: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: fixed;
    z-index: 999;
    background-color: #eff0f2;
    color: #222;
}
.search-result-dic {
    margin-bottom: 20px;
    margin-top: 45px !important;
    border: 2px solid #999;    
    padding: 15px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-radius: 6px;
    overflow-y: auto;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: fixed;
    z-index: 999;
    background-color: #eff0f2;
    color: #222;
    min-width: 600px;
    min-height: 400px;;
}
.act-search-dic{
    direction: ltr !important;
    text-align: left !important;
}
.searchbox {
    display: flex;
}
/*######################### Search END #################################*/
/*######################### Calender Start #################################*/
.day-appointment{
    direction:rtl;
}
.day-appointment-time{
    direction:ltr;
}
.ltr{
    direction:ltr;
}
.day-appointment-text{
    flex-wrap:wrap;
}
.next {
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/rightarrow.png');
}
.prev {
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/leftarrow.png');
}
.next-w {
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/rightarrow-w.png');
}

.prev-w {
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/leftarrow-w.png');
}
.calender{
    background-color: #f2f2f2;
    max-width: 1200px;
    width: 100%;    
    box-shadow:2px 2px 12px 0px #aaa;
}
.calender .header {
    background-color: var(--active-bg-color);
    min-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.calender.calender-month .calender-dot {
    margin-left: 5px;
        
    margin-bottom: 2px;
    margin-right: 2px;
}
.calender.calender-week .calender-dot {
    margin-left: 5px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.calender .arrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100px;
    font-size: 28px;
    margin-right: 20px;
    color: #fff;
}
.calender .title {
    color: #fff;
    font-size: 32px;
    margin-left:10px
}
.calender .days {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
}
.calender.calender-day .day-appointment {
    padding-right: 10px;
    font-size:18px;
    display:flex;
    flex-direction:row;
    column-gap:20px;    
}
.day-appointment-text{
    
}
.calender.calender-day .calender-dot {
    margin-left: 5px;
    margin-bottom: 2px;
    margin-right: 2px;
}
.calender .week-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    direction: rtl;
}
.calender .in {
    background-color: #fcfcfc;
}
.calender .out {
    background-color: #eef3f7;
}
.calender .in.today {
    background-color: #c4e4fd;
}

.calender .out.today {
    background-color: #b3cfe6;
}

.calender .out .day-date {
    background-color: #afbec7 !important;
}
.calender .day-date {
    background-color: #dee5e8 !important;
    padding-left: 5px;
    font-weight: 600;
    color: var(--border-color);
    padding-right: 4px;
}
.calender .day-header.today {
    background-color: var(--border-color);
}

    .calender .day-header.past {
        background-color: #a8a5a5;
        color: #fff7f7;
    }

    .calender .day-header.future {
        background-color: #0670bc;
    }
/*====== MONTH ======*/
.calender-month .day {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;        
    width: 100%;
    border:1px solid #ccc;
}
.calender-month .day-header {    
    color: #fff;
    height: 30px;
    text-align: center;
    width: 100%
}

/*====== WEEK ======*/
.calender-week .day {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 450px;
    width: 100%;
    border: 1px solid #ccc;
}

.calender-week .day-header {    
    color: #fff;
    height: 30px;
    text-align: center;
    width: 100%
}

/*====== DAY ======*/
.calender-day .day {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 450px;
    width: 100%;
    border: 1px solid #ccc;
}
.calender-day .day-header {    
    color: #fff;
    height: 30px;
    text-align: center;
    width: 100%
}

/*######################### Calender END #################################*/
/*######################### customer form start #################################*/
.form-tag-link{
    color: #fff;
}
.my-check-box-item {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 25px;
}
.my-check-box-group{
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
    line-height:25px;
}
.my-check-box-control{
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-start;
    column-gap:5px;
}
.my-group-check-box {
    margin-top:3px;
}
.my-radio-button-group {
    display: flex;
    column-gap:15px;
    flex-wrap:wrap;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 25px;
}
.my-radio-button-control {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 5px;
}
.customer-forms{
    padding-right: 20px;;
}
.customer-forms-list {
    padding-right: 6px;;
}
.customer-forms .action-link {
    color: #757575;
    font-weight: 400;;
}
.bx-info{
    padding-bottom: 10px;;
}
.customer-forms .action-link.active {
    color: #f3f3f3;
}
    .customer-forms .action-link.use {
        color: #59693b;
        font-weight: 600;;
    }
.customer-forms .action-link.use.active {
    color: #f3f3f3;
}
.form-heeader {
    display: flex;
    flex-direction: row;
    justify-content: center;
    direction: rtl;
    column-gap: 20px;
    width: 100%;
}
.form-heeader .customer-name {
    font-size: 32px;
    font-weight:600;
}
    .form-heeader .form-name {
        font-size: 24px;
        margin-bottom: auto;
        margin-top: auto;
    }
/*######################### customer form end #################################*/
@media (max-width: 1400px) {
    #popupmodal {        
         top: 0px; 
    }
    .modal-dialog{
        margin-top:0px;
    }
}
    @media (min-width: 992px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1240px;
        }
    }

    @media (min-width: 1200px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1240px;
        }

        .buy-wrap {
            max-width: 1100px;
            width: 100%;
        }
    }

    @media (max-width: 1200px) {

        .home-schedule-row-title-link {
            padding-left: 0px;
        }

        .home-schedule-row-phone {
            margin-right: 20px;
        }

        .buy-wrap {
            max-width: unset;
            min-width: unset;
            width: 100%;
        }

        .buy-list-divider {
            max-width: unset;
            min-width: unset;
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }

        .container, .container-md, .container-sm {
            max-width: 1200px;
        }

        .user-account .col-md-6 {
            width: 75%;
        }
    }

    @media (max-width: 768px) {
        .modal-content {
            width: unset;
            left: unset;
        }

        .wide {
            display: none;
        }

        .box-rows {
            padding: unset;
        }

        .bx-info {
        }

        .buy-item-box .bx-info {
            padding: unset;
        }

        .buy-item-header.box-style-title {
            display: none;
        }

        .system-form-controls input {
            min-height: 35px;
        }

            .system-form-controls input[type="datetime-local" i] {
                min-height: 35px;
            }
    }

    @media (min-width: 480px) {
        .mobile {
            display: none;
        }
    }

    @media (max-width: 480px) {

        .frm-ctl-other{
            margin-right: 0px;
            margin-left: 0px;;
            margin-top: 10px;            
        }
        .dorpdown-with-other{
            flex-wrap: wrap;
        }
        .search-box-dic-input{
           min-width: unset;
           width: 100%;
        }
        .form-full-header-wrapper{
            flex-direction: column-reverse;
            column-gap: 10px;;
            padding-left: 2px;
            padding-right: 2px;
            top: 55px;
        }
        .form-full h1{
            margin-right: 30px;
            line-height: 50px;;
        }
        .form-search-header{
            padding-left: 5px;;
            padding-right: 5px;
            width: 100%;            
        }
        .form-full-header-wrapper .form-group{
            width: 100%;
            margin-bottom: 20px;;
        }
        .search-result-dic{
            min-width: unset;
            max-width: unset;            
        }
        .customer-calender-row label{
            margin-top: unset;
        }
        .customer-calender-row .details-line div{
            margin-top: unset;
        }
        .customer-calender-row label{
            font-size:18px;
        }
        .customer-calender-row .details-line div{
                        font-size:18px;
        }
        .user-account {
            margin: 10px;
        }
       .link-action-button{
        font-size: 22px;;
       }
        .page-header .details-line{
            font-size: 22px;;
        }

        .nav-link {
            color: #6e7f4a;
            font-weight: 400;
        }

        .modal.show .modal-dialog {
            top: 0;
        }

        .modal-dialog {
            margin: 0;
        }

        .close.top-close {
            margin-left: 5px
        }

        .modal-title {
            margin-right: 5px;
            font-size: 22px;
        }

        .modal-content {
            width: 100%;
            border-radius: 0;
        }

        .modal-header {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            padding: 1rem 0rem;
        }

        .modal-body {
            max-height: calc(100vh - 90px);
        }

        #popupmodal {
            top: 0;
            max-height: 100vh;
        }

        .box-rows {
            flex-direction: column;
        }

        .side-menu-view .info {
            margin-right: 5px;
        }

            .side-menu-view .info .list-block {
                margin-top: 20px;
                max-width: 400px;
                min-width: unset;
            }

        .customer-detail-box-header {
            display: flex;
            margin-top: -20px;
        }

        .today-calender-container {
            max-width: unset;
        }

        .today-calender-month-list {
            overflow: unset;
            height: 100%;
        }

        .serach-header {
            padding: 5px;
        }

        .container-today {
            margin-right: unset;
            position: unset;
            overflow: unset;
            width: unset;
            padding-top: unset;
        }

        .today-container {
            flex-wrap: wrap;
        }

        .today-list-header {
            font-size: 24px;
        }

            .today-list-header input[type=text] {
                width: 195px;
            }

        .today-list-container {
            width: 100%;
            min-height: 200px;
            margin-bottom: 20px;
        }

        .today-list-container2 {
            width: 100%;
            min-height: 200px;
            margin-bottom: 20px;
        }

        .today-calender-container {
            width: 100%;
        }

        .today-list-container {
            margin-right: 0px;
        }

        .today-calender-container {
            margin-right: 0px;
        }

        .today-list-item {
            row-gap: 30px;
        }

        .today-list-box {
            /* margin-left:20px;*/
            height: unset;
        }

        .home-schedule-row {
            padding: 5px;
        }

        .home-schedule-row-content {
            font-size: 16px;
        }

        .home-schedule-row-title {
            font-size: 16px;
        }

        .home-schedule-row-phone {
            margin-left: 0px;
        }

        .customer-detail-header {
            margin-right: 10px
        }

        .filter-box.sidenav {
            display: none;
        }

        .main.he-il {
            margin-right: 0px;
        }

        .expand-data2 {
            padding: 0;
            margin: 0;
            box-shadow: unset;
            border: unset;
            border-radius: unset;
        }

        .table tr {
            line-height: 35px
        }

        .buy-wrap {
            padding: 5px;
        }

            .buy-wrap.box-wrap .box-style {
                border: unset;
                box-shadow: unset;
            }

        .serch-input {
            max-width: 140px
        }

        .wide {
            display: none;
        }

        .mobile {
            display: unset;
        }

        .nav-header {
            height: 55px;
        }

        .navbar-nav {
            direction: rtl
        }

        .buy-item-list {
            margin-top: 10px
        }

        header {
            direction: unset;
        }

        .navbar-collapse {
            direction: rtl;
            background-color: #fff;
            margin-top: 5px;
            border: 1px solid #999;
            font-size: 18px;
        }

        .system-form-controls input[type="tel" i] {
            max-width: unset;
        }

        .system-form-controls input.short {
            max-width: unset;
        }

        .system-form-controls input[type="datetime-local" i] {
            max-width: unset;
        }

        .calender .title {
            font-size: 24px
        }

        .calender .arrow {
            font-size: 24px
        }

        .calender .header {
            min-height: 40px;
        }
    }

    @media print {    
    .no-print * { display: none; }    
        textarea {
        field-sizing: content;
        }   
        fieldset{
         page-break-inside: avoid   
        } 
        .form-full h1{
            margin-right: 10px;
            color: #000;
        }
        .system-form-controls{
            box-shadow: none;
            border: none;
            background-color: #fff;
        }
    }

