:root {
    --primary-bg-color: #6259ca;
    --primary-bg-hover: #233ac5;
    --primary-bg-border: #5161c1;
    --dark-body: #292e4a;
    --dark-border: #30314e;
    --dark-primary: #6259ca;
    --transparent-primary: #6259ca;
    --transparent-body: #452293;
    --transparent-theme: rgba(0, 0, 0, 0.2);
    --transparent-border: rgba(255, 255, 255, 0.1);
    --blue: #1a1a3c;
    --dark-primary-hover: #233ac5;
    --primary-transparentcolor: #eaedf7;
    --darkprimary-transparentcolor: #2b356e;
    --transparentprimary-transparentcolor: rgba(255, 255, 255, 0.05);
    --indigo: #4b0082;
    --purple: #6f42c1;
    --pink: #fc5296;
    --orange: #fd7e14;
    --yellow: #FBB034;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #6259ca;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --primary01: rgba(98, 89, 202, 0.1);
    --primary02: rgba(98, 89, 202, 0.2);
    --primary03: rgba(98, 89, 202, 0.3);
    --primary06: rgba(98, 89, 202, 0.6);
    --primary09: rgba(98, 89, 202, 0.9);
}

.side-menu .is-active {
    background: red;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(to bottom right, var(--primary-bg-color) 0%, var(--primary06) 100%) !important;
    border-radius: 0 60px 60px 0;
    box-shadow: 0 7px 12px 0 var(--primary02);
}
.padding
{
    padding: 10px;
}
.view-filters label{
    font-weight: 500;
}

.view-filters  .js-form-item {
    width: 25%;
}
/*
.custom-invoice{max-width: 680px; margin:0 auto;
    border: 2px solid gray;
    padding: 11px;
}
*/
.logotype{background:#000;color:#fff;width:75px;height:75px;  line-height: 75px; text-align: center; font-size:11px;}
.column-title{background:#eee;text-transform:uppercase;padding:15px 5px 15px 15px;font-size:11px}
.column-detail{border-top:1px solid #eee;border-bottom:1px solid #eee;}
.column-header{
    background:#eee;padding:15px;font-size:11px;border-right:1px solid #eee;
    text-align: left;
}
.th-row{padding:7px 14px;border-left:1px solid #eee;border-right:1px solid #eee;border-bottom:1px solid #eee;}
.resultData {
    border-bottom: 2px solid black !important;
    padding: 0px 8px 0px 9px;
}
.supplyDate{
    padding-left: 20px;
}
.lang-ar {
    float: right;
}
.logotype img{
    width: 98px;
}

#print {
    display: inline-block;
    height: 38px;
    width: 100px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.avatar.profile-user.brround.cover-image {
    border: 1px solid gray;
}
.page-node-type-client .region.region-content, .path-node .region-content {
    border: 1px solid #8080808f;
    border-radius: 5px;
}
.view-all-clients .view-header, .view-all-invoices .view-header {
    width: 129px;
    position: relative;
    top: -59px;
    float: right;
}

.node-invoice-form input[type="submit"],
.node-invoice-edit-form input[type="submit"]
{
    color: #fff !important;
    background: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
    margin-left: 44px;
    height: 37px;

}

#edit-title-0-value {
    background: white;
}

#node-invoice-edit-form .tabledrag-toggle-weight-wrapper,
#node-invoice-form .tabledrag-toggle-weight-wrapper,
.node-invoice-form .card-header.bg-light.form-required,
.node-invoice-edit-form .card-header.bg-light,
.node-invoice-form .paragraph-type-label
.node-invoice-edit-form .paragraph-type-label

{display: none;}




/*login form start*/
.path-user {
    background: #80808036;
}
.section-login input {
    caret-color: red;
}
.section-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Adjust the height as needed */
    position: relative;
    width: 350px;
    height: 500px;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    background: #ecf0f3;
    /*  box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;*/
    box-shadow: 0px 0px 27px 9px white;
}
.brand-logo {
    height: 100px;
    width: 100px;
    background: url("https://img.icons8.com/color/100/000000/twitter--v2.png");
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
}

.brand-title {
    margin-top: 10px;
    font-weight: 900;
    font-size: 1.8rem;
    color: #1da1f2;
    letter-spacing: 1px;
}

.section-login .inputs {
    text-align: left;
    margin-top: 30px;
}
.section-login label,
.section-login input,
.section-login button {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.section-login label {
    margin-bottom: 4px;
}


.section-login label:nth-of-type(2) {
    margin-top: 12px;
}

.section-login input::placeholder {
    color: gray;
}

.section-login input {
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

.section-login button {
    color: white;
    margin-top: 20px;
    background: #1da1f2;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 900;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
}

.section-login button:hover {
    box-shadow: none;
}

.section-login a {
    position: absolute;
    font-size: 8px;
    bottom: 4px;
    right: 4px;
    text-decoration: none;
    color: black;
    background: yellow;
    border-radius: 10px;
    padding: 2px;
}

.section-login h1 {
    position: absolute;
    top: 0;
    left: 0;
}

.section-login input[type="submit"] {
    background: #ecf0f3;
    padding: 10px;
    padding-left: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: bold;
        box-shadow: 0 0 0 0 white;

}

.user-links a {
  position: relative;
  font-size: 10px;
  bottom: 7px;
  right: 3px;
  text-decoration: none;
  color: #1da1f2;
  background: #1da1f200;
  border-radius: 10px;
  padding: 4px;
}

.section-user-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  background: #ecf0f3;
  box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
  box-shadow: 0px 0px 27px 9px white;
}

.path-user input[type="file"] {
  background: white;
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid #d3d3d385;
  padding: 4px;
}

.path-user .description,
#user-form #edit-timezone 
{
  display: none;
}
.path-user label {
  float: left;
}
#user-form .confirm-parent, #user-form .password-parent {
  max-width: 100%;
}
/*login form end*/


.invoice-assigned-task .fieldset-wrapper .js-form-item {
  width: 50%;
  float: left;
  padding: 1px 6px 0px 0px;
  margin: 0px;
}
.invoice-assigned-task .form-submit{
    margin-top: 14px;
}







/*media query*/
@media only screen and (max-width: 600px) {
    #edit-field-select-client-or-add-new #edit-field-select-client-or-add-new-actions-ief-add,
    #edit-field-select-client-or-add-new #edit-field-select-client-or-add-new-actions-ief-add-existing 
    {

        margin: 0px 0px 8px 0;
        width: 100%;
    }
    .custom-view-filter .form-item {
        width: 100% !important;
        margin: 0px 0 8px 0px;
    }
    .view-all-clients .view-header, .view-all-invoices .view-header {
        width: 142px;
        position: relative;
        top: -25px;
        float: right;
    }
    .views-element-container {
        margin-top: -61px;
    }

}