@import "font-awesome/css/font-awesome.min.css";

body {
  min-height: 500px;
  font-family: "Open Sans", serif;
  background: white;
  text-align: right;
  direction: rtl;
  display: flex;
  flex-direction: column;
}


p {
    margin: 0;
}


#main-board{
 width: 100%;
 position: relative;
 overflow: hidden;
 padding-right: 8vh;
}

.container{
    margin: auto;
}


/* FULL SCREEN MODE  */

.full-screen .header-app {
    min-height: 74px;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
}

.full-screen .container {
    max-width: 100%;
}

.full-screen  .card_tables {
    box-shadow: none;
}



::-webkit-scrollbar-thumb {
    background: #d7d7d7 !important;
    border-radius: 45px !important;
    border: 3px solid transparent !important;
    background-clip: content-box !important;
}



hr {
  border-top: 1px dashed rgba(0, 0, 0, .1);  
}


.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}


.tools-bar-mobile{
    display: none;
}

.card-block {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background: white;
}


.no_background{
    background: none !important;
}




.c-btn-primary{
    background: linear-gradient(201deg, #2be2ff, #00aeef) !important;  
    color: white !important;  
}




/*----------------------------------------------------------
 Fade 
----------------------------------------------------------*/



.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

.fade-enter-to, .fade-leave-from {
  opacity: 1;
}

/* Prevents flash of elements before the transition starts */
.fade-enter-from .modal,
.fade-leave-to .modal {
  display: none;
}






/*----------------------------------------------------------
 Inputs 
----------------------------------------------------------*/


label {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #59878f;
}


.required_badge {
    background: #ff4b4b;
    border-radius: 10px;
    width: 6px;
    height: 6px;
    position: relative;
    top: -5px;
    left: -7px;
    display: inline-block;
}


.form-control {
    font-size: 1rem;
    height: 2.5rem;
}




textarea.form-control {
    height: auto;
}


select{
    border-radius: 12px;
    width: 51px;
/*    margin-right: 10px;*/
}


form .form-control ,  form .v-field__input{
    margin-bottom: 15px;
}


.v-field__input {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    padding: 7px !important;
    min-height: 40px !important;
}


/* CHECKBOX  */

.mdi-checkbox-marked::before {
    content: "\F012C" !important;
    background: linear-gradient(201deg, #2be2ff, #00aeef);
    border-radius: 5px;
    color: white;
}

.v-list-item--variant-text .v-list-item__overlay {
    background: rgb(169 169 169 / 80%) !important;
}



/*----------------------------------------------------------
 Button 
----------------------------------------------------------*/


button {
    outline: none;
    border: none;
    background: none;
}


button.btn{
  direction: rtl;
  font-size: 1.78vh;
  color: white;
  border-radius: 10px;
  border: none;  
}



.btn.btn-primary {
    background: linear-gradient(201deg, #2be2ff, #00aeef);
}


.btn.btn-secondary {
    background: linear-gradient(201deg, #f1c12ede, #ffa083);
}


.btn.btn-delete {
    background: linear-gradient(201deg, #ff5b5bde, #f1277a);
}


.btn-danger {
    background: #ff3535;
    color: white;
    padding-right: 24px;
    padding-left: 24px;
    font-weight: bold;
    border-color: #ff3535;
}


.btn-danger:hover {
    color: white;
    background-color: #ff3535;
    border-color: #ff3535;
}



.btn-warning {
    color: #ffffff;
    background-color: #00aeef;
    border-color: #00aeef;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #00aeef;
    border-color: #00aeef;
}

button.btn.btn-success {
    margin-right: 5px;
}

.modal-footer {
    flex-direction: row-reverse;
}

button.btn.btn-danger {
    margin-right: 5px;
}

.btn-success {
    color: #fff;
    background-color: #33d8ff;
    border-color: #33d7ff;
}

.btn-success:hover {
    color: #fff;
    background-color: #33d8ff;
    border-color: #33d7ff;
}



.action-btn-wraper{
    display: flex;
    flex-direction: row-reverse;
    width: 15vh;
}

.action-btn {
    margin-left: 15px;
    text-align: center;
    color: white;
}



.add-btn{
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 55px;
    padding: 0;
    background: linear-gradient(201deg, #00dcff, #00aeef);
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle; 
}


.import-excel{
    line-height: 50px;
    border-radius: 10px;
    display: block;
    background: linear-gradient(201deg, #2be2ff, #00aeef);
    margin: 0;
}






a:hover {
    color: unset;
    text-decoration: none;
}



form{
   width: 100%;  
}

.form_label {
    font-size: 17px;
}




/*----------------------------------------------------------
Icons
----------------------------------------------------------*/


.c-icon-status{
  color: #db7639;
}

.c-icon-delete{
  color: #ed314a;
}



/*----------------------------------------------------------
Select Menu
----------------------------------------------------------*/



.select-menu{
    width: 380px;
    margin: 140px auto;
}
.select-menu .select-btn{
    display: flex;
    height: 55px;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1111111111;
    position: relative;
}
.select-btn i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menu.active .select-btn i{
    transform: rotate(-180deg);
}
.select-menu .options{
    position: relative;
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    transition: transform .5s, opacity .5s;
    transform: translateY(-20%);
    opacity: 0;
}
.select-menu.active .options{
    opacity: 1;
    transform: translateY(0%);
}
.options .option{
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}
.options .option:hover{
    background: #F2F2F2;
}
.option i{
    font-size: 25px;
    margin-right: 12px;
}
.option .option-text{
    font-size: 18px;
    color: #333;
}    



/*----------------------------------------------------------
Header
----------------------------------------------------------*/

/****  Navbar  ****/

/*.navbar {
    height: 75px;
    display: flex;
    position: fixed;
    width: 172vh;
    left: 0;
    right: 0;
    top: 3%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
*/

.navbar {
    height: 73px;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
/*    margin: auto;*/
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    background: white;
    padding-right: 10vh;
    padding-left: 10vh;
}

.navbar.active {
    z-index: 99999;
}






ul {
    list-style-type: none;
}

.action-btn ul>li {
    display: inline-block;
    margin: 15px 0px 0 0;
}

.btn-large {
    height: 54px;
    line-height: 56px;
}

.action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: initial;
    width: 500px;
}
.action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
/*     bottom: 0; */
    margin: 0;
    visibility: hidden;
    padding-right: 0px;
}

.action-btn.active ul {
    visibility: visible;
}


/*.navigation-top {
    background: white;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    height: 7vh;
    border-radius: 40px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 20px -4px #6e767a5c;
}
*/

.navigation-top {
    background: white;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    height: 7vh;
    border-radius: 40px;
    display: flex;
    align-items: center;
    /* box-shadow: 0px 2px 20px -4px #6e767a5c; */
    /* border-radius: 22px; */
}



.navigation-top a {
    text-decoration: none;
    width: inherit;
}

.navigation-item {
    display: flex;
    position: relative;
    min-width: 130px;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: 20px;
    margin-left: 40px;
    justify-content: center;
}


.navigation-item.active {
    background: #00dfff;
}




.navigation-top a:last-child .navigation-item {
    margin-left: 0px;
}

.navigation-item:hover {
    background: aliceblue;
}


/*.navigation-item::after {
    content: "";
    position: absolute;
    background: #59878f;
    height: 13px;
    width: 2px;
    left: -15%;
    border-radius: 40px;
}*/


.navigation-item::after {
    content: "";
    position: absolute;
    background: #59878f38;
    height: 75px;
    width: 1px;
    left: -15%;
    border-radius: 40px;
}

/*.navigation-top a:last-child .navigation-item::after {
    opacity: 0;
}*/

.navigation-item-icon {
    font-size: 3.2vh;
    color: #59878f;
    margin-left: 25px;
}

.navigation-item.active .navigation-item-icon{
    color: white;   
}

.navigation-item:hover .navigation-item-icon{
    color: #59878f;  
}

.navigation-item-text {
    color: #31585f;
    font-size: 1.9vh;
    margin-left: 10px;
    margin-right: 25px;
}

.navigation-item.active .navigation-item-text{
    color: white;    
}

.navigation-item:hover .navigation-item-text{
    color: #59878f;  
}

.header-client{
    min-height: 450px;
    background-image: url(/assets/image/background.jpg);
    background-size: cover;
    background-position-y: -430px;
}

.header-profile{
    min-height: 600px;
    background-image: url(/assets/image/background.jpg);
    background-size: cover;
    background-position-y: -430px;
}



.header-app {
    min-height: 50vh;
    background: linear-gradient(to top, #00d0ff, #01edff);
    margin-bottom: -35vh;
    background-image: url(/assets/image/header-app.png);
    box-shadow: inset 0 0 0 2000px rgb(215 244 255 / 52%);
}


ul.navbar-nav.login-logout.float-right {
    background: #90eefd;
    height: 80px;
    display: flex;
    width: max-content;
    padding-right: 30px;
    border-bottom-right-radius: 60px;
    position: absolute;
    top: 0;   
    left: 0;
    transition: height 1s; 
}



/****  Notifications  ****/


/*.notification-holder {
    height: 7vh;
    display: flex;
    border-radius: 60px;
    transition: height 1s;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    color: #59878f;
    background: white;
    box-shadow: 0px 2px 20px -4px #6e767a5c;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
*/

.notification-holder {
    height: 7vh;
    display: flex;
    border-radius: 60px;
    transition: height 1s;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    color: #59878f;
    background: white;
    /* box-shadow: 0px 2px 20px -4px #6e767a5c; */
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}


.notification-icon {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}


.notification-icon i {
    position: relative;    
    font-size: 2.75vh;
}


.notification-badge {
    box-sizing: border-box;
    font-family: 'Trebuchet MS', sans-serif;
    background: #00dfff;
    cursor: default;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 1.2vh;
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: -7px;
    right: -11px;
    position: absolute;
    text-align: center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    z-index: 1;
    /* animation: pulse 1.5s 1; */
}


.badge-num:after {
  content: '';
  position: absolute;
  top:-2px;
  left:-2px;
  border:2px solid rgba(0,155,243,.5);
  opacity:0;
  border-radius: 50%;
  width:100%;
  height:100%;
/*  animation: sonar 1.5s 1;*/
}




.notification .notification-dropdown {
    position: absolute;
    left: 10vh;
    padding: 10px;
    margin-top: 16px;
    border-radius: 45px;
    background: #fbfbfb;
    box-shadow: 0px 9px 20px 12px rgb(0 0 0 / 9%);
    display: block;
    transition: transform .2s, opacity .2s;
    transform: translateY(-5%);
    opacity: 0;
    width: 429px;
    z-index: -1;
}

.notification.active .notification-dropdown{
    z-index: 2;
    opacity: 1;
    transform: translateY(0%);
}



.remove_notify {
    color: #59878f;
    cursor: pointer;
    margin-top: 5%;
}

.remove_notify:hover {
    text-decoration: underline;
}



.general_notify_icon {
    width: 44px;
    background: white;
    font-size: 28px;
    border-radius: 30%;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
}


.notification-content {
    overflow: auto;
    height: 600px;
    list-style: none;    
}

.notification-content.loading {
    position: relative;
    overflow: hidden;
}


.notification-content .status_color{
    font-size: 12px;
}


.notify_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: white;
    padding: 1px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    color: #59878f;
}


.notification-header {
    font-weight: 700;
    color: #494545;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
    display: flex;
    align-items: center;
}



@keyframes sonar { 
  0% {transform: scale(.9); opacity:1;}
  100% {transform: scale(2);opacity: 0;}
}
@keyframes pulse {
  0% {transform: scale(1);}
  20% {transform: scale(1.4); } 
  50% {transform: scale(.9);} 
  80% {transform: scale(1.2);} 
  100% {transform: scale(1);}
}
#badge-envelope :before {
    font-size: 42px;
    text-decoration: none;
}
.icon-hover {
  color: rgba(255, 255, 255, 0.85);
  transition: color 500ms ease;
  cursor: pointer;
}
.icon-hover:hover {
  color: white;
}


.open_notification {
    cursor: pointer;    
}

.open_notification {
    cursor: pointer;
    box-shadow: -1px 0px 30px -5px #73737321;
    margin: 13px;
    background: white;
    border-radius: 15px;
}


.notify-holder {
    width: 100%;
    margin: auto;
}

.notify-img {
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    font-size: 33px;
    background: aliceblue;
}

.notify-img img {
    width: 50px;
}

.type_notify_img {
    width: 40px;
    display: inline-block;
    margin-right: -20px;
    margin-left: -7px;
    z-index: 1;
}


.notify-tags p {
    border: 3px solid white;
    display: inline-block;
    background: #f1f1f1;
    padding: 1%;
    padding-right: 3%;
    padding-left: 3%;
    text-align: center;
    font-weight: 400;
    color: #9d9d9d;
    border-radius: 16px;
    margin-right: -8px !important;
    margin-top: 7px !important;
    margin: 0;
    font-size: 14px;
}


.notify_task_details {
    border: 3px solid white;
    display: inline-block;
    background: #f1f1f1;
    padding: 2%;
    text-align: center;
    font-weight: 400;
    color: #9d9d9d;
    border-radius: 16px;
    margin-right: -8px !important;
    margin-top: 7px !important;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    box-shadow: 0px 4px 8px -4px #dcdcdc;
}

.notify-content{
  color: dimgrey;
  margin: 0;  
  font-size: 15px;
}





a.rIcon {
    margin-right: 5px;
}


/*----------------------------------------------------------
SideBarNavigation
----------------------------------------------------------*/


.sidebar a {
    text-decoration: none;
}



.sidebar-wrapper{
    width: 8vh;
}

/*nav#sidebar {
    background: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    height: 106%;
    width: 8vh;
    box-shadow: -4px 0px 6px -3px rgb(0 0 0 / 12%), -7px 2px 15px -28px rgba(59, 206, 228, 0.36);
    z-index: 999999999;
    border-top-left-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
*/

nav#sidebar {
    background: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    height: 106%;
    width: 8vh;
    /* box-shadow: -4px 0px 6px -3px rgb(0 0 0 / 12%), -7px 2px 15px -28px rgba(59, 206, 228, 0.36); */
    z-index: 999999999;
    /* border-top-left-radius: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #e3e3e3;
}


nav#sidebar.modal-mode {
    box-shadow:none;
    border-top-left-radius: 0;
    border-left: 0.5px solid #a5a5a545;
}


.sidebar-item-logo {
    font-size: 4.3vh;
    margin-top: 20%;
    margin-bottom: 80%;
    color: #3787cd;
}


.sidebar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20%;
    color: #9ea3a3;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.sidebar-account-options{
     margin-top: auto;
     margin-bottom: 17vh;  
     position: relative; 
}


.sidebar-item.active {
    background: aliceblue;
    color: #59878f;
}

.sidebar-item:hover {
    background: aliceblue;
    cursor: pointer;
    color: #59878f;
}


.sidebar-item-icon {
    font-size: 2.5vh;
}

.sidebar-item-text {
    font-size: 1.4vh;
    line-height: 1.7vh;
    text-align: center;
}


.sidebar-dropdown{
    position: absolute;
    top: -5px;
    right: 80px;
    opacity: 0;
    transition: all .2s ease;
    transition-delay: .2s, .1ms;
    visibility: hidden;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 20px 80px 0 rgba(35, 68, 90, .2);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    padding: 15px;
    display: flex;
}



.sidebar-item:hover .sidebar-dropdown{
    opacity: 1;
    right: 90px;
    visibility: visible;
}


.sidebar-account-dropdown{
    position: absolute;
    top: 0;
    right: 80px;
    opacity: 0;
    transition: all .45s ease;
    transition-delay: .2s, .1ms;
    visibility: hidden;
    top: auto;
    bottom: -20px;
    transition-delay: unset;
    width: 400px;
}


.sidebar-account-options:hover .sidebar-account-dropdown{
    opacity: 1;
    right: 90px;
    visibility: visible;
}



.sidebar-account-dropdown-header {
    border-bottom: 1px dashed #cdcdcd;
    width: 100%;
    padding: 10px;
    padding-top: 0;
    display: flex;
}

.sidebar-account-dropdown-header img {
    border-radius: 60px;
    height: 6.5vh;
    width: 6.5vh;
    margin-left: 1vh;
}



/*********   Bottom Navigation Bar  *******/


.bottom_nav_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 75px;
    box-shadow: -1px -6px 18px rgb(0 0 0 / 6%);
    background-color: white;
    display: flex;
    z-index: 111111111;
    padding: 10px;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #aeaeae;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    margin: 1px;
    border-radius: 15px;
    margin-right: 1%;
    margin-left: 1%;

}

a.nav_add_button{
  background: #1ee0ff !important;
  cursor:pointer;
}

.nav__link_active {
  background: #1eacff !important;
  color: white !important;
}

.nav__icon {
    font-size: 18px;
}

.nav__text{
    font-size: 16px;
    margin-top: 3px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90px;
  }


.bottom_nav_search_holder , .bottom_nav_actions_holder {
    height: 60px;
    position: fixed;
    bottom: 75px;
    width: 100%;
    z-index: -1;
}

.bottom_nav_actions_holder{
    display: none;
    padding: 10px; 
    box-shadow: -1px -6px 18px rgb(0 0 0 / 6%); 
}

.z-index{
      z-index: 111111111111111 !important;
}

input.bottom_nav_search {
    z-index: -1;
    direction: rtl;
    text-align: revert;
    border: 0;
    width: 100%;
    height: 39px;
    border-radius: 99px;
    overflow: hidden;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    box-shadow: -1px 0px 5px rgb(0 0 0 / 8%), -1px 13px 6px -5px rgb(0 0 0 / 5%);
    margin-top: 13px;
    padding-right: 20px;
}



span.close_nav_search {
    position: absolute;
    background: #ff3c3c;
    left: 16px;
    bottom: 14px;
    color: white;
    font-weight: bold;
    width: 23px;
    text-align: center;
    border-radius: 11px;
}




@media screen and (min-width: 1200px) {
.bottom_nav_bar {
    display: none;
}
}



/*----------------------------------------------------------
Tab Toggle
----------------------------------------------------------*/


.tab_wrapper{
    width: 15%;
    background: #fff;
    line-height: 50px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 11%);
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.tab_wrapper nav {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tab_wrapper nav label{
    flex: 1;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.tab_wrapper nav label a{
  position: relative;
  z-index: -1;
  color: #808080;
  font-size: 15px;
  font-weight: bolder;
  text-decoration: none;
  transition: color 0.6s ease;
}
.tab_wrapper nav #milstones:checked ~ label.milstones a,
.tab_wrapper nav #monthly:checked ~ label.monthly a,
.tab_wrapper nav #manual:checked ~ label.manual a,
{
  color: #6d6d6d;
}


.tab_wrapper nav input{
  display: none;
}






/*----------------------------------------------------------
Left Side Preview
----------------------------------------------------------*/


/*.preview {
    height: 100%;
    width: 640px;
    position: fixed;
    top: 0;
    left: 0;
    right: unset;
    z-index: 999999;
    opacity: 0;
    overflow-x: hidden;
    box-shadow: 0px 11px 30px rgba(0, 0, 0, .08);
    transform: translate(-100%);
    transition: transform .5s, opacity .5s;
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
}

.preview--opened{
    opacity: 1;
    transform: translate(0);  
}


.preview-header {
    display: flex;
    padding: 4%;
    padding-top: 2%;
    margin-bottom: 5%;
}


.preview-close {
    font-size: 30px;
    color: #f53432;
    cursor: pointer;
}


.preview-close:hover {
    color: #59878f;
}
*/



/*----------------------------------------------------------
Accordion
----------------------------------------------------------*/


.accordion {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.accordion-item {
    display: flex;
    height: 50px;
    width: 100%;
    background: aliceblue;
    margin-bottom: 7px;
    padding: 5px;
}


.accordion-button {

}


.accordion-body {

}



/*----------------------------------------------------------
Modal
----------------------------------------------------------*/


.modal-overlay {
  display: flex; /* Ensures it doesn't collapse */
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; /* Ensures it's above other content */
}



.modal {
    overflow-y: hidden !important;
    margin: auto;
    z-index: 111111111;
    padding: 0 !important;
    margin-right: 8vh;
    width: -webkit-fill-available;
}



.modal-header {
    background: white;
    border-bottom: 0.5px solid #a5a5a545;
    align-items: center;
    border-radius: 0;
}


.modal-header .close {
    padding: 0; 

}



.adaptive-modal-body {
    display: flex;
    flex-direction: row;
    direction: rtl;
    height: 0;
}



.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: -webkit-fill-available;
}




.modal-dialog.xl_modal .modal-content {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
    height: 100%;
}

.modal-backdrop {
    background-color: #fefefe;
    z-index: 100000;
}


.modal-board {
    width: 30%;
}


.modal-sidebar{
    width: 70%;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-left: 0.5px solid #a5a5a545;
 }



.modal-sidebar h2 {
    padding: 10px;
    background: #03a9f4;
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.modal-main {
    width: 100%;
    display: flex;
}


#NoticeModal:before , #PaymentsMethodSettingsModal:before{
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: #26262770;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#NoticeModal .modal-content , #PaymentsMethodSettingsModal .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 1.125rem;
}



/*Loader Css*/
.preloader_2 {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.preloader_table {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    border-radius: 85px;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}
.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #36d4ff;
  -webkit-animation: ball-pulse-sync 1s 0s infinite ease-in-out;
  animation: ball-pulse-sync 1s 0s infinite ease-in-out;
}
.lds-ellipsis span:nth-child(1) {
  -webkit-animation:ball-pulse-sync 1s -.14s infinite ease-in-out;
  animation:ball-pulse-sync 1s -.14s infinite ease-in-out
}
.lds-ellipsis span:nth-child(2) {
  -webkit-animation:ball-pulse-sync 1s -70ms infinite ease-in-out;
  animation:ball-pulse-sync 1s -70ms infinite ease-in-out
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform:translateY(10px);
    transform:translateY(10px)
 }
  66% {
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform:translateY(10px);
    transform:translateY(10px)
  }
  66% {
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}




/* Add Modal */

#addModal .modal-content {
    border-radius: 25px;
    border: none;
    box-shadow: 1px 6px 14px #9d9d9d59;
}


#addModal .modal-header {
    background: white;
    border-bottom: 0.5px solid #a5a5a545;
    align-items: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


/*----------------------------------------------------------
ADS
----------------------------------------------------------*/

#ofBar {
    background: #1ee0ff;
    z-index: 999999999;
    font-size: 16px;
    color: #fff;
    padding: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 45px;
    width: 65%;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 2%), 0 8px 16px -8px rgb(0 0 0 / 33%), 0 -6px 16px -6px rgba(0,0,0,0.025);
}

#btn-bar {
    color: white;
    border: double;
    padding: 8px;
    border-radius: 10px;
}

#close-bar {
    border: 1px solid;
    border-radius: 16px;
    position: absolute;
    line-height: 10px;
    height: 20px;
    padding: 4px;
    text-align: center;
    top: 3px;
    right: 10px;
}


#ofBar-content {
    direction: rtl;
    font-size: 20px;
}

#count-down {
    text-align: center;
    font-size: 22px;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
}


/*----------------------------------------------------------
Drag & Drop Upload
----------------------------------------------------------*/



.drop {
  width: 75%;
  height: 75%;
  border: 3px dashed #DADFE3;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*&:hover
   * cursor: pointer
   * background: #f5f5f5 */
}
.drop .cont {
  width: 500px;
  height: 170px;
  color: #8E99A5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.drop .cont i {
  font-size: 400%;
  color: #8E99A5;
  position: relative;
}
.drop .cont .tit {
  font-size: 400%;
  text-transform: uppercase;
}
.drop .cont .desc {
  color: #A4AEBB;
}
.drop .cont .browse {
  margin: 10px 25%;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  background: #09f;
}
.drop input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: red;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#list {
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
#list .thumb {
  height: 75px;
  border: 1px solid #323a44;
  margin: 10px 5px 0 0;
}


button.btn.send {
    z-index: 1111111111;
}



/*----------------------------------------------------------
Wrap Drag & Drop Upload
----------------------------------------------------------*/

.wrap_drop {
  width: 96%;
  height: 96%;
  border: 3px dashed #DADFE3;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: relative;
}

.wrap_drop .wrap_cont {
  color: #8E99A5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
}


.wrap_drop .wrap_cont i {
  font-size: 400%;
  color: #8E99A5;
  position: relative;
}

.wrap_drop .wrap_cont .desc {
  color: #A4AEBB;
}

.wrap_drop .wrap_cont .browse {
  margin: 10px 25%;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  background: #09f;
}

.wrap_drop .wrap_cont .tit {
  font-size: 285%;
  text-transform: uppercase;
}


.wrap_drop input {
  width: 100% ;
  height: 100% !important;
  cursor: pointer;
  background: red;
  opacity: 0;
  margin: auto;
  position: absolute;
    left: 0;
    top: 0;
}












/*----------------------------------------------------------
GENERAL
----------------------------------------------------------*/

.selector-item {
    display: inline-block;
    margin: 1px;
    background: aliceblue;
    padding: 10px;
    border-radius: 10px;
    min-height: 50px;
    color: #818181;
    font-weight: 500;
    line-height: 26px;
    cursor: pointer;
}


.tbody_scroll {
    height: 420px;
    width: 101%;
}


.table{
    width: max-content;
    min-width: 100%;
}


.row__title{
  color: #53646f;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

.row--top-40{
  margin-top: 40px;
}

.row--top-20{
  margin-top: 20px;
}
.table th {
    color: #9eabb4;
    font-weight: 500;
    background: white;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border:0 !important;
    padding: 15px 8px !important;
}

.table-row:hover {
    background: aliceblue;
}

.table-row {
    border-bottom: 1px solid #e4e9ea;
    background-color: #fff;
    width: max-content;
    display: table-row;
}
.table__th:hover {
    color: #01b9d1;
}

.table--select-all {
    width: 18px;
    height: 18px;
    padding: 0 !important;
    border-radius: 50%;
    border: 2px solid #becad2;
}
.table-row__td {
    padding: 12px 8px !important;
    vertical-align: middle !important;
    color: #53646f;
    font-size: 13px;
    font-weight: 400;
  position:relative;
    line-height: 18px !important;
  border:0 !important;
}

.table-row__img{
   width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   vertical-align: middle;
}


.table_custome{
    border-collapse: separate;
    border-spacing: 0px 8px;
    padding: 1%;
    padding-top: 0;
    width: max-content;
    min-width: 100%;    
}

.tr_custome{
  box-shadow: 0px 2px 7px -3px #2929292e;
}


.task_type_badge {
    position: absolute;
    right: -12px;
    top: -3px;
    background: white;
    padding: 3px;
    border-radius: 15px;
    box-shadow: 0px 2px 7px -3px #29292963;
}

.doing_td{
    width: max-content;
    display: table-cell;
    margin: auto;   
  }


.task_desc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    transition: max-width 0.3s;   
}


.task_desc:hover{
    white-space: unset !important;
}



.table-row--chris .table-row__img {
    background-image: url('https://images.pexels.com/photos/428333/pexels-photo-428333.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');
}

.table-row--angie .table-row__img {
    background-image: url('https://images.pexels.com/photos/785667/pexels-photo-785667.jpeg?w=940&h=650&auto=compress&cs=tinysrgb');
}

.table-row--ronald .table-row__img {
    background-image: url('https://images.pexels.com/photos/211050/pexels-photo-211050.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');
}

.table-row--june .table-row__img {
    background-image: url('https://images.pexels.com/photos/709802/pexels-photo-709802.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');
}

.table-row--ben .table-row__img {
    background-image: url('https://images.pexels.com/photos/736716/pexels-photo-736716.jpeg?w=940&h=650&auto=compress&cs=tinysrgb');
}

.table-row--natalie .table-row__img {
    background-image: url('https://images.pexels.com/photos/38554/girl-people-landscape-sun-38554.jpeg?w=940&h=650&auto=compress&cs=tinysrgb');
}

.table-row--thomas .table-row__img {
    background-image: url('https://images.pexels.com/photos/415326/pexels-photo-415326.jpeg?w=940&h=650&auto=compress&cs=tinysrgb');
}



.table-row__info {
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle;
    background: #d5ee74;
    border-radius: 10px;
    padding: 2px;
    padding-right: 10px;
    padding-left: 10px;
}

.table-row__name {
    color: #53646f;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: bold;
    word-break: break-word;
    max-width: 215px;
}

.table-row__small {
    color: #9eabb4;
    font-weight: 300;
    font-size: 12px;
}

.table-row__policy {
    color: #53646f;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
}

.task_related {
    border: 1px solid;
    border-radius: 12px;
    color: #53646f;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
}

.table-row__p-status {
    margin-bottom: 0;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
  color: #9eabb4;
}

.temperory_tbody{
  display: none;
}


.table-row__status{
    margin-bottom: 0;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    color: #9eabb4;
}


.table-row__progress{
    margin-bottom: 0;
    font-size: 17px !important;
    vertical-align: middle;
    display: inline-block;
    color: #707579;
}

.status:before{
   content: '';
  margin-bottom: 0;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 7px;
  border-radius: 50%; 
}

.status--red:before{
  background-color: #e36767;
}

.status--red{
  color: #e36767;
}

.status--blue:before{
  background-color: #3fd2ea;
}

.status--blue{
  color: #3fd2ea;
}

.status--yellow:before{
  background-color: #ecce4e;
}

.status--yellow{
  color: #ecce4e;
}

.status--green{
  color: #6cdb56;
}
.status--green:before{
  background-color: #6cdb56;
}

.status--grey{
  color: #9eabb4;
}
.status--grey:before{
  background-color: #9eabb4;
}

.table__select-row {
    appearence: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    margin: 0 0 0 5px !important;
    vertical-align: middle;
    border: 2px solid #beccd7;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1 !important;

}

.table__select-row:hover{
  border-color:#01b9d1;
}

.table__select-row:checked {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjMDFiOWQxIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-size: 7px;
    background-repeat: no-repeat;
    border-color: #01b9d1;
}

.table-row--overdue {
    width: 3px;
    background-color: #e36767;
    display: inline-block;
    position: absolute;
    height: calc(100% - 24px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.table-row__edit {
    width: 26px;
    margin-left: 8px;
    display: inline-block;
    border-radius: 18px;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.table-row__bin {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.table-row__bin g g path {
    fill: rgb(255 81 77) !important;
}

.table-row--red {
    background-color: #fff2f2;
}



/*----------------------------------------------------------
FANCY SEARCH BOX 
----------------------------------------------------------*/



.search-box {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    display: inline-block;
    position: sticky;
    top: 0;
    z-index: 1111;
    background: aliceblue;
}
.search-icon, .go-icon {
  position: absolute;
  top: 0;
  height: 60px;
  width: 86px;
  line-height: 61px;
  text-align: center;
}

.si-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}


#search {
    font-family: 'Montserrat Alternates', sans-serif;
    margin: auto;
    margin-top: 10px;
    margin-right: 29px;
    border: none;
    border-bottom: 2px solid #36d4ff;
    background: rgba(255,255,255,0);
    padding-right: 11px;
    color: #787878;
    font-weight: 400;
    outline: none;
    height: 39px;
    width: 170px;
}

#search::-webkit-input-placeholder {color: #787878;font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;}
#search::-moz-placeholder {color: #787878;font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;}
#search:-ms-input-placeholder {color: #787878;font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;}
#search:-moz-placeholder {color: #787878;font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;}
#search::-moz-selection {color: #787878; background: rgba(0,0,0,0.25);font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;}
#search::selection {color: #787878; background: rgba(0,0,0,0.25);font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;}



.close_case_counter{
    background: #ff78bd;
    border-radius: 10px;
    color: white;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: -2px 9px 6px -8px rgba(0, 0, 0, 0.32);
}






.payments_open_list_counter {
    position: absolute;
    background: #69e2ff;
    border: solid #2ac4f2;
    color: #ffffff;
    font-weight: bold;
    padding: 0px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
    top: -8px;
    right: -3px;
    border-radius: 16px;
}


.open_case_counter{
    background: #00ffe7;
    border-radius: 10px;
    color: #1e6b5a;
    display: block;
    font-size: 18px;
    font-weight: 600;
    box-shadow: -2px 9px 6px -8px rgba(0, 0, 0, 0.32);
    text-decoration: none;   
}



.tooltip_doing {
  display: inline-block;
  position: relative;
  margin-left: -10px;
  box-shadow: -2px -1px 8px 0px rgb(153 153 153 / 28%);
  border: 2px solid white;  
}


.tooltip_doing:hover:after{
    visibility: visible;
    transition: opacity 0.3s;
    opacity: 1;
}

.tooltip_doing:after{
    width: max-content;
    opacity: 0;
    z-index: 111111;
    visibility: hidden;
    position: absolute;
    top: -59px;
    -webkit-justify-content: center;
    background: #444;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    font-size: 16px;
    padding: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    left: 50%;
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    border-radius: 10px;
    margin-bottom: 2px;
    color: white;
    box-shadow: 0px 0px 12px 0px #2929291a;
    font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;
    border: solid #7fe9fa;
}

.tooltip_doing:hover:before{
    visibility: visible;
    transition: opacity 0.3s;
    opacity: 1;
}


.tooltip_doing:before{
    opacity: 0;
    visibility: hidden;
    border: solid;
    z-index: 5;
    border-color: #7fe9fa transparent;
    border-width: 9px 7px 0 7px;
    content: "";
    left: 45%;
    transform: translateY(-255%);
    position: absolute;
}







.tooltip1 {
  display: inline;
  position: relative;
}


.tooltip1:hover:after{
    visibility: visible;
    transition: opacity 0.3s;
    opacity: 1;
}

.tooltip1:after{
    width: max-content;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -59px;
    -webkit-justify-content: center;
    background: #444;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    font-size: 16px;
    padding: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    left: 50%;
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    border-radius: 10px;
    margin-bottom: 2px;
    color: white;
    box-shadow: 0px 0px 12px 0px #2929291a;
    font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;
    border: solid #7fe9fa;
}

.tooltip1:hover:before{
    visibility: visible;
    transition: opacity 0.3s;
    opacity: 1;
}


.tooltip1:before{
    opacity: 0;
    visibility: hidden;
    border: solid;
    z-index: 5;
    border-color: #7fe9fa transparent;
    border-width: 9px 7px 0 7px;
    content: "";
    left: 45%;
    transform: translateY(-255%);
    position: absolute;
}




.tooltip_custom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip_custom .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #c6afaf;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    border-radius: 10px;
    margin-bottom: 2px;
    color: white;
    box-shadow: 0px 0px 12px 0px #2929291a;
    font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;
    border: solid;
}

.tooltip_custom .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #35d5ff transparent transparent transparent
}

.tooltip_custom:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

:focus {
    outline: none;
}



.review_holder {
    text-align: center;
    direction: rtl;
    font-weight: 100;
    font-size: 33px;
}



/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    z-index: 111111111111111 !important;
}


.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #31caed;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #31caed;
    color: #ffffff;
    border-radius: 0;
    display: inherit;
    width: 100%;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker-days {
    direction: rtl;
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}


.client_login_details_holder {
    background: #f9f9f9;
    padding: 20px;
}






/*----------------------------------------------------------
 Main Table
----------------------------------------------------------*/






.table-tool-bar-center {
    background: aliceblue;
    padding: 1vh;
    border-radius: 15px;
}


.table-tool-bar-item {
    margin-left: 2vh;
    margin-right: 2vh;
}


.lawyers-selection {
    background: #ffffff;
    padding: 8px !important;
    border-radius: 10px;
    height: 40px;
}




tbody.dataTableBody {
    vertical-align: middle;
}


.table-striped>tbody>tr:nth-of-type(odd)>* {
    /* --bs-table-color-type: var(--bs-table-striped-color); */
    --bs-table-bg-type: aliceblue;
}

table#table{
    display: table;
    overflow: auto;
    border-color: white !important;
}

.table-bordered td, .table-bordered th {
    border: 0px dashed #dee2e6;
}


table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border: none;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
}

#table thead th {
    border: none;
}


#table thead th div {
    padding: 10px;
    border-bottom: 0;
    border-left: 1px dashed #cdcdcd;
}



tr:first-child th:last-child { border-top-left-radius: 10px; }
tr:first-child th:first-child { border-top-right-radius: 10px; }
tr:last-child td:last-child { border-bottom-left-radius: 10px; }
tr:last-child td:first-child { border-bottom-right-radius: 10px; }


table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{
        position: relative;
        vertical-align: inherit;
        padding: 1.1vh;
        padding-bottom: 1.3vh;
        padding-top: 1.3vh;
}


#table thead th {
    font-size: 1.65vh;
    color: #656565;
    padding-right: 1px !important;
    padding-left: 1px;
}


tbody tr {
    transition: box-shadow .3s ease, transform .3s ease, background-color .3s ease;
    border-bottom: 1px #dee2e6;
    border-style: dashed;
}

tbody tr:hover {
    box-shadow: -2px 3px 20px 11px #0000001c;
    z-index: 1;
    position: relative;
}


td {
    font-size: 1.75vh;
    color: black;
}


tbody tr:hover td {
    background: white;
    cursor: pointer;
}


.fa-question-circle:before {
    content: "\f059";
    font-size: 18px;
    line-height: 28px;
    color: #62c8f1;
}


.hide {
    display: none;
}


.modal.fade .modal-dialog {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,0%);
}


.xl_modal {
    max-width: 100%;
}

.lg_modal {
    max-width: 80%;
}

.fade {
    transition: opacity .10s linear;
}


/*div {
    scrollbar-width: none;
}*/


body::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    background: #ffffff;
    border-radius: 45px;
    border: 3px solid transparent;
    background-clip: content-box;
}


.dataTables_scrollBody::-webkit-scrollbar {
    display: none;
}


.filter-option-inner-inner {
    text-align: right;
}


table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
    text-align: right;
}


table{
  text-align: center;
}


a.client_link {
    font-weight: bold;
}

@media only screen and (max-width: 1207px){
#table_wrapper , #table{
   display: none !important;
}

.desktop_search{
   display: none !important; 
}
}

.fade-scale.show::-webkit-scrollbar {
    display: none;
}

.fade-scale {
  /*transform: scale(0.7);*/
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}



span.row-case-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 18ch;
    display: block;
    margin: auto;
    padding: 10px;
    border: #2FDDFE 1px solid;
    border-radius: 5px;
    color: #00a9ca;
}






.actions-table {
    visibility: hidden;
    display: flex;
}

tr:hover .actions-table {
    visibility: visible;
}

.actions {
    width: 42px;
    font-size: 23px;
    margin-left: 10%;
    cursor: pointer;
    color: #57858d;
    border: none;
    background: transparent;
}


.actions:active {
    background: #00aeef;
    color: white;
    border-radius: 20px;
    font-size: 20px;
    line-height: 48px;
}





/*----------------------------------------------------------
 Workspace Model
----------------------------------------------------------*/


.workspace-sidebar {
    width: 100%;
}


.workspace-sidebar-header {
    display: flex;
    width: 100%;
}


.workspace-sidebar-header-item {
    background: white;
    padding: 1vh;
    padding-right: 1.8vh;
    padding-left: 1.8vh;
    width: min(90vw, 600px);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #9ea3a3;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;    
}

.workspace-sidebar-header-item:last-child  {
    border-left: 0;
}


.workspace-sidebar-header-item.active {
    background: #00dfff;
    color: white;
}


.workspace-sidebar-header-item-icon{
    font-size: 1vw;
}


.workspace-board {
    background: #f9f9f9f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}


.workspace-chat{
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.workspace-chat-item {
    position: relative;
    width: 84%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;

}

.workspace-chat-item::after {
  content: "";
  display: block;
  clear: both;
}


.center-line-workspace {
  content: "";
  background: #ffffff;
  width: 6px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  border-radius: 30px;
  height: 100%;
}



.workspace-chat-box {
  border-top: 0;
  padding: 1em;
  position: relative;
  box-shadow: 0px 1px 27px -15px rgba(0, 0, 0, 0.3);
  direction: rtl;
  display: flex;
  background: white;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}


.workspace-chat-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://images.unsplash.com/photo-1495808985667-ba4ce2ef31b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80) fixed;
  z-index: -1;
}
.workspace-chat-box .btn-icon {
  position: relative;
  cursor: pointer;
}
.workspace-chat-box .btn-icon svg {
  stroke: #FFF;
  fill: #FFF;
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.workspace-chat-box .chat__conversation-board {
  padding: 1em 0 2em;
  height: calc(100vh - 55px - 2em - 25px * 2 - .5em - 3em);
  overflow: auto;
}
.workspace-chat-box .chat__conversation-board__message-container.reversed {
  flex-direction: row-reverse;
}
.workspace-chat-box .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble {
  position: relative;
}
.workspace-chat-box .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble span:not(:last-child) {
  margin: 0 0 2em 0;
}
.workspace-chat-box .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person {
  margin: 0 0 0 1.2em;
}
.workspace-chat-box .chat__conversation-board__message-container.reversed .chat__conversation-board__message__options {
  align-self: center;
  position: absolute;
  left: 0;
  display: none;
}
.workspace-chat-box .chat__conversation-board__message-container {
  position: relative;
  display: flex;
  flex-direction: row;
}
.workspace-chat-box .chat__conversation-board__message-container:hover .chat__conversation-board__message__options {
  display: flex;
  align-items: center;
}
.workspace-chat-box .chat__conversation-board__message-container:hover .option-item:not(:last-child) {
  margin: 0 0.5em 0 0;
}
.workspace-chat-box .chat__conversation-board__message-container:not(:last-child) {
  margin: 0 0 2em 0;
}
.workspace-chat-box .chat__conversation-board__message__person {
  text-align: center;
  margin: 0 1.2em 0 0;
}
.workspace-chat-box .chat__conversation-board__message__person__avatar {
  height: 35px;
  width: 35px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  ms-user-select: none;
  position: relative;
}
.workspace-chat-box .chat__conversation-board__message__person__avatar::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.workspace-chat-box .chat__conversation-board__message__person__avatar img {
  height: 100%;
  width: auto;
}
.workspace-chat-box .chat__conversation-board__message__person__nickname {
  font-size: 9px;
  color: #484848;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
.workspace-chat-box .chat__conversation-board__message__context {
  max-width: 55%;
  align-self: flex-end;
}
.workspace-chat-box .chat__conversation-board__message__options {
  align-self: center;
  position: absolute;
  right: 0;
  display: none;
}
.workspace-chat-box .chat__conversation-board__message__options .option-item {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  height: 16px;
  width: 16px;
  outline: none;
}
.workspace-chat-box .chat__conversation-board__message__options .emoji-button svg {
  stroke: var(--chat-options-svg);
  fill: transparent;
  width: 100%;
}
.workspace-chat-box .chat__conversation-board__message__options .more-button svg {
  stroke: var(--chat-options-svg);
  fill: transparent;
  width: 100%;
}
.workspace-chat-box .chat__conversation-board__message__bubble span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-table;
  word-wrap: break-word;
  background: var(--chat-bubble-background);
  font-size: 13px;
  color: var(--chat-text-color);
  padding: 0.5em 0.8em;
  line-height: 1.5;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
}
.workspace-chat-box .chat__conversation-board__message__bubble:not(:last-child) {
  margin: 0 0 0.3em;
}
.workspace-chat-box .chat__conversation-board__message__bubble:active {
  background: var(--chat-bubble-active-background);
}

.workspace-chat-box .chat__conversation-panel {
    display: inline-block;
    background: white;
    border-radius: 12px;
    padding: 0 1em;
    margin: 0.5em 0 0;
    width: 90%;

}

.workspace-chat-box .timeline-chat-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  gap: 20px;
}
.workspace-chat-box .timeline-chat-box .panel-item:not(:last-child) {
  margin: 0 1em 0 0;
}
.workspace-chat-box .chat__conversation-panel__button {
  background: grey;
  height: 20px;
  width: 30px;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.workspace-chat-box .chat__conversation-panel .emoji-button {
  min-width: 23px;
  width: 23px;
  height: 23px;
  background: transparent;
  border-radius: 50%;
}
.workspace-chat-box .chat__conversation-panel .emoji-button svg {
  width: 100%;
  fill: transparent;
  stroke: #54575c;
}

.send-message-button {
  background: linear-gradient(201deg, #2be2ff 25%, #1dc7eb 67%);
  height: 60px;
  min-width: 50px;
  border-radius: 25%;
  font-size: 20px;
}

.send-message-button i{
  color: white;
}



.send-message-button:active {
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
}
.send-message-button svg {
  margin: 1px -1px;
}

.workspace-chat-box textarea {
    width: 100%;
    min-height: 61px;
    outline: none;
    position: relative;
    font-size: 13px;
    border: 0;
    resize: none;
    background: #f4f7fa;
    border-radius: 15px;
    padding: 15px;
}

@media only screen and (max-width: 600px) {
  .workspace-chat-box {
    margin: 0;
    border-radius: 0;
  }
  .workspace-chat-box .chat__conversation-board {
    height: calc(100vh - 55px - 2em - .5em - 3em);
  }
  .workspace-chat-box .chat__conversation-board__message__options {
    display: none !important;
  }
}








/*----------------------------------------------------------
 Payments Model
----------------------------------------------------------*/



/******
  Form
 ******/


#register {
  background: #fff;
  position: relative;
  padding: 2px 15px 20px 15px;
  transition: transform .1s ease-in-out;
}

#register.close {
  width: 0;
  padding: 0;
  overflow: hidden;
  transition: .8s ease-in-out;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0);
}


#inputContainer {
  position: relative;
  opacity: 0;
  width: 350px;
  margin-top: 25px;
  transition: opacity .3s ease-in-out;
}

#inputContainer input {
  width: 100%;
  padding: 0 5px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  outline: 0;
  background: transparent;
  box-shadow:none;
  text-align: right;
  color: #5b5b5b;
}

#inputLabel {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  font-weight: 200;
  transition: .2s ease-in-out;
}

#inputContainer input:valid + #inputLabel {
    top: -30px;
    font-size: 22px;
    font-weight: 100;
    color: #9e9e9e;
}

#inputContainer textarea:valid + #inputLabel {
    top: -34px;
    font-size: 22px;
    font-weight: 100;
    color: #9e9e9e;

}

textarea {
    border: none;
    resize: none;
    transition: height .05s linear;
}




.details_content {
    text-align: center;
    color: aliceblue;
    font-size: 30px;
    line-height: 2.3;
    font-weight: bold;
    text-shadow: 0px 3px 6px #00000040;
    direction: ltr;
}


.sum_price , .sum_expenses {
    font-size: 20px;
    line-height: 70px;
}


.payments_info_holder {
    background: white;
    position: relative;
    background: linear-gradient(to right, #ffffff 35%, #ffffff73 70%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 0%), 0 4px 24px 0 rgb(117 216 233 / 42%);
    height: -webkit-fill-available;
    overflow: auto;
    position: absolute;
    width: 100%;
    display: none;
    z-index: -1;
}


.payments_statistics_button{
    position: absolute;
    height: 50px;
    width: 48px;
    background: #ffffff;
    left: 0;
    top: 50%;
    box-shadow: 12px 2px 6px -4px #29292912;
    cursor: pointer;
    z-index: 10;
    padding: 9px;
}

.close_payments_statistics{
    width: 100px;
    background: #6d6d6d;
    color: white;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    font-weight: bold;
    font-size: 19px;
    cursor: pointer;
    z-index: 1111;
}

.payments_statistics {
    width: 34%;
    position: absolute;
    left: 30px;
}


.payment_statistics_details {
    background: #69e3ff;
    height: 78px;
    border: 6px solid #e1fbff;
    border-radius: 46px;
    box-shadow: 1px 6px 6px -4px #29292912, 0px 1px 11px 0px #29292917;
    margin-top: 4px;
}

.details_title {
    text-align: center;
    border-bottom: 2px dashed #e8e8e8;
    color: #909090;
    padding-bottom: 10px;
    margin-top: 20px;
}


.expenses_price {
    height: 30px;
    padding-right: 3%;
    padding-left: 3%;
    border: 2px solid white;
    color: white;
    float: left;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-align: center;
    border-radius: 26px;
}


.item_price {
    height: 25px;
    padding-right: 3%;
    padding-left: 3%;
    border: 2px solid white;
    color: white;
    float: left;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-align: center;
    border-radius: 26px;
}




.payments_status {
    height: 45px;
    width: 142px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5px;
    background: #30dcff;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    color: white;
    font-size: 21px;
    line-height: 45px;
    padding-right: 12px
}


.payments_list_holder {
    width: 260px;
    margin: 25px;
    margin-bottom: 0;
}


.col-9::-webkit-scrollbar {
    display: block;
    background: white;
    border-radius: 10px;
}

.col-9::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
}

.payments_list_checkbox{
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
    border: 2px solid #94efff;
    border-radius: 10px;
    position: relative;
    top: 7px;
    right: 7px;
}

.payments_list_checkbox.active{
    background: #45ff8f;
    border: none;
}

ul.payments_list {
    padding: 10px;
    max-height: 600px;
    overflow: auto;
    background: #beedf5;
    border-radius: 11px; 
    box-shadow: 0px 7px 6px -4px #29292912, 0px -2px 11px 0px #29292912;       
}


.payments_list_header {
    font-size: 27px;
    border-bottom: 1px solid white;
    color: #2b707c;
}

.list_payment_date{
    display: block;
    font-size: 15px;
    position: relative;
    text-align: center;
    color: #007793;
    height: 96%;
    width: 100%;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #ffffff;
    margin: auto;
    bottom: 9px;
    margin-top: 0;
    background: #f0f8ff;
}

.list_item_radius_date{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.list_title{
    width: 50%;
    background: #ffffff;
    color: #5d5d5d;
    border-radius: 23px;
    font-size: 17px;
    padding-right: 13px;

}


.expenses_list_title{
    width: 50%;
    background: #ffffff;
    color: #5d5d5d;
    border-radius: 23px;
    font-size: 20px;
    padding-right: 13px;

}


li.payments_list_item {
   background: white;
    margin-bottom: 10px;
    border-radius: 12px;
    user-select: none;
    overflow: hidden;
}


.payments_list_input {
    background: white;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #80e9fb;
}


textarea.new_item_input {
    border: none;
    background: none;
    border: none;
    box-shadow: none;
    height: auto;
    margin-bottom: 4px;
    max-height: 162px;
    min-height: 54px;
    overflow-y: auto;
    padding-right: 2% !important;
    text-align: right;
    width: 100%;
    color: #888888;
    padding-right: 8%;
}





span.payments_expense_delete {
    cursor: pointer;
    float: left;
    padding: 5px;
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
    border-radius: 10px;
    right: -13px;
    display: none;
    line-height: 12px;
}



span.payments_item_delete {
    cursor: pointer;
    float: left;
    padding: 5px;
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
    border-radius: 10px;
    right: -5px;
    display: none;
    line-height: 12px;
    color: red;
}

span.payments_item_delete:hover {
    background: white;

}


span.payments_expense_delete:hover {
    background: white;

}

.payments_list_item:hover .payments_item_delete{
   display: inline-block;   
}


.payments_list_item:hover .payments_expense_delete{
   display: inline-block;   
}

.payments_list_item:hover{
    cursor: pointer;
    background: #f0f8ff;
    
}


li.payments_list_add {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    list-style: none;
    margin-top: 25%;
}

li.payments_item_add {
    text-align: center;
    background: #32d8ff;
    color: white;
    border-radius: 10px;
    position: relative;
    list-style: none;
    margin-top: 22%;
}


li.payments_item_add:hover {
    background: #7ee7ff !important;
    cursor: pointer;
}


li.payments_list_add:hover {
    box-shadow: 1px 6px 6px -4px #29292912, -1px -1px 11px 0px #29292908;
    cursor: pointer;
}

.list_title:hover {
    color: white;
    background: #c4c4c4;
    cursor: pointer;
}


.list_price:hover {
    cursor: pointer;
    color: #33d7ff;
    background: #ffffff !important;
}

.list_price{
    height: 30px;
    padding-right: 3%;
    padding-left: 3%;
    border: 2px solid white;
    color: white;
    float: left;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-align: center;
    border-radius: 26px;
}




.price_not_done{
     background: #fb2071 !important;
}



.expense_icons_holder {
    background: aliceblue;
    padding-right: 4% !important;
    padding: 1px;
    height: 26px;
    color: #909090;
}

.item_icons_holder {
    background: aliceblue;
    padding-right: 4% !important;
    padding: 1px;
    height: 26px;
    color: #909090;
}





/******
  Monthly Payment
 ******/

.monthly-payment-plan{
    color: white;
    padding: 10px;
    margin: 2px;
    line-height: 20px;
    width: 100%;
    text-align: center;
}


.accordion-info {
    width: 70%;
    display: flex;
}


.monthly-payment-info, .manual-payment-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.monthly-payment-info h2 ,.manual-payment-info h2{
    background: aliceblue;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    padding: 5px;
    font-weight: 100;
    font-size: 23px;
}


.monthly-payment-info .button-holder {
    position: relative;
    top: 14px;
}


.payment_method_holder {
    padding-top: 15px;
    direction: ltr !important;
}

.credit_last_digit {
    display: inline-block;
    border-radius: 9px;
    padding: 10px;
    margin-right: 12px;
    margin-left: 8px;
    background: #f0f8ff;
    font-weight: bold;
    color: #6d7889;
    width: 95px;
    text-align: center;
}


.set_payment_method , .add_payment_method , .succeeded{
    background: white;
    padding: 6px;
    padding-right: 11px;
    padding-left: 11px;
    display: inline-block;
    font-size: 20px;
    border-radius: 12px;
    margin-right: 0;
    font-weight: bold;
    color: white;
    background: #5cff87;
    float: revert;
}


.faild{
    background: white;
    padding: 6px;
    padding-right: 11px;
    padding-left: 11px;
    display: inline-block;
    font-size: 20px;
    border-radius: 12px;
    margin-right: 0;
    font-weight: bold;
    color: white;
    background: #ff5c5c;
    float: revert;
}





.add_payment_method{
   background: #2ce0ff;
}



.set_payment_method:hover , .add_payment_method:hover{
    cursor: pointer;
    background: #f0f8ff;
    color: #a5a5a5;
}

.payment_method_main:hover {
    color: #f1fbff;
    background: #4d6069;
    box-shadow: none;
    cursor: pointer;
}


.payment_method_main {
    background: #03a9f4;
    line-height: 40px;
    border-radius: 40px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 900;
    color: #f1fbff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.payment_method_main i{
    font-size: 20px;
    margin-left: 10px; 
}


.payment-method-settings-container {
    background: #ffffff;
    margin: 15px;
    padding: 20px;
    padding-bottom: 0;   
    border-radius: 15px;
}






/*----------------------------------------------------------
Task Table
----------------------------------------------------------*/



.add_task_button{
    position: absolute;
    left: 0;
    z-index: 1111;
}



.task_card{
    width: 100%;
    background: white;
    margin: 10px;
    border-radius: 22px;
    padding-right: 13px;
    padding-left: 10px;
    margin-right: 0;
    position: relative;
    margin-bottom: 10px;
    display: flow-root;
}

.task_deadline_alert{
    animation: gradient 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}


/*.task_deadline_alert_orange{
 background: linear-gradient(-45deg,#ffffff, #fec04f);
 background-size: 1000% , 400%;
}
*/
.task_deadline_alert_red{
 background: linear-gradient(-45deg,#ffffff, #ff688a);
 background-size: 1000% , 400%; 
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.task_title_mobile {
    color: #53646f;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    word-break: break-word;
    max-width: 140px;
    min-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.task_mobile_badge{
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    padding: 2px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 12px;
    border: 2px solid white; 
    background: white; 
}


.task-card-expand-top {
    position: absolute;
    top: 9px;
    left: 10px;
    background: #f0f8ff;
    padding: 3px 7px;
    border-radius: 17px;
    font-size: 17px;
    color: #b2b2b2 !important
}


.task_type_badge_mobile {
    position: relative;
    top: 5px;
    background: white;
    padding: 3px;
    border-radius: 15px;
    box-shadow: 0px 2px 7px -3px #29292963;
}

.priorty_dots_holder {
    position: absolute;
    right: 10px;
    top: 38px;
}

span.priority_dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #7c7b89;
    border-radius: 100%;
    border: 2px solid #7c7b89;
}

.task_time_bar_holder {
    width: 220px;
    height: 7px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 9px;
    margin-right: 47px;
    border-radius: 30px;
    background: aliceblue;
    background: rgb(255,0,116);
    background: linear-gradient(90deg, rgb(255 15 124 / 56%) 0%, rgb(252 255 56) 52%, rgb(93 255 195) 100%);
    box-shadow: 1px 1px 4px 0px #2929291a;
}


i.fas.fa-skull {
    color: #9e9e9e;
    font-size: 15px;
    top: -5px;
    left: -23px;
    z-index: 111;
    position: absolute;
    display: inline-block;
}

.task_time_bar {
    height: 7px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: white;
    margin-right: auto;
}


.status_task , .task_priority{

    padding: 8px;
    border-radius: 11px;
    color: white !important;
    font-weight: bold;
    text-shadow: 0px 3px 6px #00000040;
    font-size: unset;
    text-align: center;
    border: unset;
    border-top: unset;
}

.status_task:hover {
    box-shadow: 1px 3px 2px -1px #be893cad;
    cursor: pointer;
}


.edit_task_status , .edit_general_task_status ,.edit_multiple_case_task_status{
color:white;
font-size:15px;
margin: 0;
cursor: pointer;
}


.edit_multiple_general_task_status {
    margin: 0;
    color: white;
}


.multiple_button_holder{
  display: none;
}

.task_statistics_label_holder {
    display: inline-block;
    border-left: 1px solid white;
    padding-left: 7%;
}


.task_statistics_mumber_holder {
    display: inline-block;
    vertical-align: top;
}

.statistics_item {
    text-align: center;
    padding: 10px;
    background: aliceblue;
    border-radius: 10px;
}

.statistics_item:hover {
    cursor: pointer;
    box-shadow: 0px 2px 7px -1px #2929291c;
}


.statistics_item i {
    font-size: 45px;
    margin-top: 8px;
    display: block;
}


.statistics_header {
    color: #919191;
    border-bottom: solid 1px #e3e3e34f;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.task_statistics_number{
    display: inline-block;
    font-size: 40px;
    margin-right: 10px;
    color: #52f7c0;
}

.task_type_badge.new_task_badge{
    right: 33px;
    top: -8px;
    width: 116px;
    color: #ffffff;
    border: 2px solid #ffffffed;
    font-weight: bold;
    background: #43f7b5ed;
    text-shadow: 0px 0px 6px #00000040;
    z-index: 11111111;
}















/* docs-modal */


.delete-docs-holder{
    display:none;
}

.docs_actions {
    margin-bottom: 3%;
    background: #ffffff99;
    padding: 1%;
    border-radius: 10px;
    box-shadow: 1px 6px 6px -4px #29292912, 0px 1px 11px 0px #29292917;
}


.month_docs_date {
    display: inline-block;
    margin: 0;
}

.docs_date {
    font-size: 17px;
    margin-right: 5px;
    background: #ffffffa3;
    width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 6px 6px -4px #29292912, 0px 1px 11px 0px #29292908;
}

.card-header {
    background-color: rgb(255, 255, 255);
}

.singal_category{
 margin-top: 2%;   
 display:none;     
}


.docs_cat{
 display: block;
 padding: 1%;
}

.doc_title {
    font-size: 14px;
    display: flex;
    margin: 0;
    overflow: hidden;
    max-height: 70px;
    background: white;
    margin-top: 10px;
    flex-direction: column-reverse;
    text-align: center;
    border-radius: 5px;
    padding: 1px;
}

.cards_item-docs {
    width: 80px;
    display: inline-block;
    margin: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.btn_docs {
    color: #ffffff;
    padding: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    width: 45%;
    margin: auto;
    min-height: 67px;
    cursor: pointer;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.btn_docs img{
    width: 35px;
}

.btn_docs:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 20%;
  }
}


.modal-title-docs {
    background: #2fdeff;
    padding: 15px;
    padding-right: 2rem;
    padding-left: 2rem;
    color: white;
    border-radius: 30px;
    box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.15);
}

.card_docs {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: visible;
    margin: auto;
    width: 100%;
    text-align: center;
}


.card_content {
  position: relative;
  padding: 1rem;
  background: linear-gradient(201deg, #2be2ff, #3acfff);
}

.card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    margin-bottom: 25px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}



/* bubbly-button */


.bubbly-button {
    font-family: 'Helvetica', 'Arial', sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: -5px;
    width: 32%;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    border: 2px solid white;
    color: #fff;
    border-radius: 35px;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 5px rgb(16, 194, 198);
}
.bubbly-button:focus {
  outline: 0;
}

.ec {
    font-size: 20px;
}

.bubbly-button:active {
  transform: scale(0.9);
  background-color: #e60074;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}


/* time-line - checkbox */

.no-results{
    display: none;
    position: absolute;
    font-size: 16px;
    border: 2px solid;
    z-index: 100000000;
    color: red;
    background: #ffffffbd;
    bottom: 241px;
    right: 0;
    margin-right: 60px;
    direction: rtl;
    text-align: center;
    width: 242px;
    border-radius: 99px;
    overflow: hidden;
}

.insert {
    width: auto;
    height: 80px;
    max-width: 100%;
}


.img-preview-holder {
    display: block;
    margin-top: 5%;
}

.img-preview {
    background: white;
    vertical-align: text-bottom;
    display: inline-block;
    margin: 5px;
    border-radius: 15px;
    box-shadow: 4px 4px 11px -5px rgba(0,0,0,.18), 0px 7px 10px -8px rgba(0,0,0,.15);
    overflow: hidden;
    position: relative;
}


.button-send {
    font-size: 26px;
    overflow: visible;
    position: relative;
    padding-right: 30px;
    background-color: #50d7e2;
    border: 2px solid #ffffff;
    color: #ffffff;
    display: block;
    margin: 4% auto;
    height: 60px;
    width: 200px;
    cursor: pointer;
    border-radius: 30px;
    line-height: 55px;
}

.button-send:hover {
    background-color: #1cc8d6eb;
    box-shadow: -1px 6px 10px -10px rgba(103, 103, 103, 0.75);
}
.button-send:hover svg {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  transition: transform 0.15s;
}
.button-send svg {
  position: absolute;
  top: 13px;
  right: 25px;
  height: 30px;
  width: auto;
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  transition: transform 0.15s;
}
.button-send svg path {
  fill: #2d7586;
}
.button-send.clicked {
  background-color: #cff5b3;
  border: 2px solid #cff5b3;
  color: #6aaa3b;
  padding-right: 6px;
  -webkit-animation: bounce-in 0.3s;
  -moz-animation: bounce-in 0.3s;
  -o-animation: bounce-in 0.3s;
  -ms-animation: bounce-in 0.3s;
  animation: bounce-in 0.3s;
  cursor: default;
}
.button-send.clicked svg {
  -webkit-animation: flyaway 1.3s linear;
  -moz-animation: flyaway 1.3s linear;
  -o-animation: flyaway 1.3s linear;
  -ms-animation: flyaway 1.3s linear;
  animation: flyaway 1.3s linear;
  top: -80px;
  right: -1000px;
}
.button-send.clicked svg path {
  fill: #6aaa3b;
}
@-moz-keyframes flyaway {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes flyaway {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes flyaway {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes flyaway {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@-webkit-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {    width: 100%;
    padding-left: 6px;
  }
}
@-o-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}

 /* button -send - chat ---end--- */

/*  צ'בוקס מותאם אישית מודלים */

.checkbox-custome {
    margin: auto;
    display: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.itl-cbx{
float:left;
}

.cbr{
    float:right;    
}

.cbx{
     float:left;     
}

.checkbox-custome span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-custome span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}
.checkbox-custome span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-custome span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506EEC;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-custome span:last-child {
  padding-left: 8px;
}
.checkbox-custome:hover span:first-child {
  border-color: #506EEC;
}

.inp-checkbox-custome:checked + .checkbox-custome span:first-child {
  background: #506EEC;
  border-color: #506EEC;
  animation: wave 0.4s ease;
}
.inp-checkbox-custome:checked + .checkbox-custome span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-checkbox-custome:checked + .checkbox-custome span:first-child:before {
  transform: scale(0);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}



/*  צ'בוקס מותאם אישית מודלים */


/* itl - chat */




.itl_comment_holder {
    background: aliceblue;
    color: #6d6d6d;
    font-size: 24px;
    font-weight: 100;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    margin-top: 7px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    width: 90%;
    display: inline-block;
    line-height: 30px;
    word-break: break-word;
    border-right: 3px solid #36d4ff;
    text-align: right;
}


.itl_comment_title {
    font-size: 18px;
    margin: 0;
    margin-top: 8px;
}


.comment_input_holder {
    background: #bef5ff;
    width: 100%;
    position: absolute;
/*    bottom: 0;*/
    transform: translateY(-5px);
    padding-right: 17px;
    transition: translateY 0.5s, transform 0.5s;
}

.close_comment {
    float: left;
    margin-left: 4% !important;
    margin-top: 2% !important;
    background: aliceblue !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
    border-radius: 13px;
}

.itl_comment_content.text-box-timeline {
    font-size: 19px;
    text-align: right;
    padding: 0;
    margin-top: 2px;
    min-width: 35%;
    display: inline-block;
    line-height: 30px;
    word-break: break-word;
    font-weight: 100;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    border-radius: 10px;
}







row.img-preview-holder-workspace {
    display: block;
    margin-top: 30px;
}




.img-preview-workspace {
    background: white;
    vertical-align: text-bottom;
    display: inline-block;
    margin: 5px;
    line-height: 75px;
    border-radius: 15px;
    overflow: hidden;
}




span#count-checked-checkboxes-workspace {
    margin-right: 5px;
}

.multiple-actions-holder-workspace{
    display:block;
    position: absolute;
    bottom: 12%;
    height: 55px;
    background: #ffffff;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    z-index:-1;
    max-width:100%;
}



/*.workspace-chat-item:hover .msg-dlt-btn-workspace{
  display: block;
}

.msg-dlt-btn-workspace{
    position: absolute;
    left: 0;
    margin-left: 5%;
    margin-top: 5%;
    border: solid #ff000085 2px;
    font-family: sans-serif;
    color: white;
    padding: 0px;
    background: #ff4b4b;
    line-height: 23px;
    text-align: center;
    font-weight: bolder;
    border-radius: 100%;
    height: 28px;
    width: 28px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.3);
    display: none;
}*/


/*.workspace-chat-item:hover .file-dlt-btn-workspace{
  display: block;
}

.file-dlt-btn-workspace {
    position: absolute;
    left: 0;
    margin-left: 5%;
    margin-top: 5%;
    border: solid #ff000085 2px;
    font-family: sans-serif;
    color: white;
    padding: 0px;
    background: #ff4b4b;
    line-height: 23px;
    text-align: center;
    font-weight: bolder;
    border-radius: 100%;
    height: 28px;
    width: 28px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.3);
    display: none;
}*/


.chat-files-option {
    position: absolute;
    bottom: -28px;
    display: none;
}


.timeline-content-chat-workspace:hover  .chat-files-option {
    display: block;
}



.timeline-img-workspace {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    position: absolute;
    left: 85%;
    transform: translateX(-50%);
    margin-top: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.message_actions {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    color: #878787;
}


.message_actions:after {
    content: '\2807';
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
    pointer-events: all;
}

.timeline-content-chat-workspace>.text-box-timeline {
    font-size: 15px;
    display: block;
    word-break: normal;
    text-align: right;
    margin-left: 80px;
}


.timeline-content-chat-workspace>h2 {
    font-size: 17px;
    background: linear-gradient(173deg, #2be2ff, #3acfff);
    color: #ffffff;
    margin: auto;
    padding-right: 7%;
    padding-left: 7%;
    float: right;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    top: -20px;
    right: 0;
}


.file_time{
    float: left;
    width: 100%;
    text-align: left;
    display: block;
    bottom: 0px;
    position: absolute;
    background: linear-gradient(0deg,rgba(0,0,0,.3),transparent);
}

.img_content_preview_holder {
    overflow: hidden;
    max-height: 240px !important;
    display: block;
    width: 100%;
}

img.img_content_preview {
    width: 100%;
}


.timeline-content-chat-workspace {
    position: relative;
    color: white;
    margin: auto;
    font-size: 19px;
    margin-top: 50px;
    margin-bottom: 15px;
    margin-right: 18%;
    width: fit-content;
    height: fit-content;
    text-align: center;
    padding: 1%;
    float: right;
    background: #fffffff5;
    border-radius: 13px 0px 13px 13px;
    box-shadow: 0px 6px 4px -2px rgb(0 0 0 / 5%);
}


.bnt-more-file-workspace {
    background: white;
    padding: 7px;
    border-radius: 12px;
    position: absolute;
    margin-top: -50px;
    left: 85%;
    transform: translateX(-50%);
    font-size: 15px;
    min-width: 92px;
    text-align: center;    
    font-weight: 100;
    border-top: 5px solid #50b9e2;
    box-shadow: 0px 6px 4px -2px rgba(0, 0, 0, 0.14);
}


.bnt-more-workspace {
    background: white;
    padding: 7px;
    border-radius: 12px;
    position: absolute;
    margin-top: -50px;
    left: 85%;
    transform: translateX(-53%);
    font-size: 15px;
    min-width: 92px;
    text-align: center;    
    font-weight: 100;
    border-top: 5px solid #e2a74f;
    box-shadow: 0px 6px 4px -2px rgba(0, 0, 0, 0.14);
}

.box-timeline-img-chat-workspace {
    position: absolute;
    left: 84%;
    transform: translateX(20%);
    color: #ffffff;
    padding: 15px;
    height: 60px;
    width: 60px;
    margin-top: 25px;
    border-radius: 100%;
    background-size: cover;
    border: 2px solid white;
    background-position: center;
}




/* time-line - chat */

.bnt-more {
    background: white;
    padding: 7px;
    border-radius: 12px;
    position: sticky;
    right: 46.7%;
    top: 20px;
    margin: auto;
    font-size: 12px;
    border-top: 5px solid #e2a74f;
    box-shadow: 0px 6px 4px -2px rgb(0 0 0 / 14%);
    min-width: 75px;
    text-align: center;
}

.file-desc{
    margin: auto;
    color: #4cccf4;
    font-size: 14px;
    background: white;
    padding: 2%;
    width: max-content;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25ch;
    display: block;
}

/*.center-line{
    content: "";
    background: #ffffff;
    width: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-78%);
    border-radius: 30px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.08), 0px 3px 20px -5px rgba(0, 0, 0, 0.05);
}*/

.search-workspace {
    position: absolute;
    z-index: -1;
    bottom: 200px;
    right: 0px;
    opacity: 0;
    margin-right: 60px;
    display: flex;
    direction: rtl;
    text-align: center;
    border: 0;
    width: 242px;
    height: 39px;
    border-radius: 99px;
    overflow: hidden;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    box-shadow: 0px 5px 9px rgb(0 0 0 / 8%), 0px 3px 20px -5px rgb(0 0 0 / 5%);
}


.toltip {
    position: absolute;
    left: auto;
    right: 70px;
    background: #797878;
    top: 23px;
    height: 26px;
    line-height: 23px;
    color: white;
    width: max-content;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
}

.timeline-actions {
    position: relative;
    z-index: 9999;
    display: inline-block;
}

.timeline-actions div {
  position: relative;
  line-height: 65px;
}

.timeline-actions div.sywh-open-services {
  background: linear-gradient(201deg, #2be2ff 41%, #1dc7eb 87%);
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 32px;
  width: 45px;
  height: 66px;
  text-align: center;
  border-radius: 18%;
  display: inline-block;
}

.timeline-actions div.sywh-open-services i {
  line-height: 44px;
}

.timeline-actions div.sywh-open-services i.fa-times {
  display: none;
}

.timeline-actions .sywh-services {
    width: 55px;
    height: auto;
    position: absolute;
    bottom: 70px;
}


.timeline-actions .sywh-services div {
  display: none;
}

.timeline-actions .sywh-services div i {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}


.timeline-actions .sywh-services div.file_act i {
  background-color: #0084ff;
}

.timeline-actions .sywh-services div.select_act i {
  background-color: #25d366;
}

.timeline-actions .sywh-services div.search_act i {
  background-color: #ff6600;
}



.hover-client-chat:before , .hover-client-chat:after {
 background-color: #ffffff !important;   
}

.hover-client-chat>span{
    color:#ffffff !important;
}



@keyframes bounce {
  40% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.draw-border {
    transition: color 0.25s 0.0833333333s;
    position: relative;
    width: 75px;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    color: white;
    border-radius: 9px;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  border-radius: 9px;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.draw-border::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border:hover::before, .draw-border:hover::after {
  border-color: #40b4e4;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.btn1 {
    border: none;
    cursor: pointer;
    line-height: 1.5;
    padding: 9px;
}

span#count-checked-checkboxes {
    margin-right: 5px;
}

.count-checkboxes-wrapper {
    display: inline-block;
}

.multiple-actions-holder {
    display: block;
    position: absolute;
    bottom: 25%;
    height: 55px;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 25px;
    background: #ffffff;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    z-index: -1;
    max-width: 100%;
}


.delete-files {
    padding-top: 4px !important;
    padding-bottom: 5px!important;
    box-shadow: 0px 4px 4px 0px #29292924 !important;
    
}

.workspace-chat-item:hover .msg-dlt-btn {
    display: unset !important;
}

.workspace-chat-item:hover .file-dlt-btn {
    display: unset !important;
}

.file-dlt-btn , .msg-dlt-btn{
    position: absolute;
    cursor: pointer;
    border: solid #ff000085 2px;
    font-family: sans-serif;
    color: white;
    padding: 0px;
    font-weight: bolder;
    background: #ff4b4b;
    line-height: 23px;
    text-align: center;
    border-radius: 100%;
    height: 28px;
    width: 28px;
    box-shadow: 0px 7px 14px 0px rgb(0 0 0 / 30%);
    display: none;
}


.modal-header-timeline {
    margin-bottom: -30px;
    z-index: 1;
}

.upload-file>.form-control {
    border-radius: 16px;
    text-align: center;
    height: 35px;
    background: aliceblue;
    margin-top: 10px;
}
   
   /* button -send - chat */
   
   
.by_upload, .by_archive, .by_upload_itl, .by_archive_itl {
    cursor: pointer;
    font-size: 30px;
    font-weight: 100;
    color: #6f6f6f;
} 
 
button:focus {
    outline: none;
    outline: none;
}   


.workspace-chat-item-chat {
    width: 100% !important;
}

.js--fadeInRight>.box-timeline-img-chat{
    right: 0;
}


.file-timeline-filter{
    background-image: url(/assets/image/doc-timeline.png);
}

.text-timeline-filter{
    background-image: url(/assets/image/text-timeline.png);
}

.timeline-img {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 44px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px !important;
    height: 45px !important;
}

.modal-body-timeline {
    max-height: 725px;
    border-radius: 35px;
    margin-bottom: 16px;
    overflow: auto;
    background-image: linear-gradient(0deg, #89dfffde, #adf7ffe6),url(/assets/image/timeline-back.jpg);
    background-repeat: repeat;
    background-size: 440px;
    box-shadow: 0px -5px 4px -6px rgb(0 0 0 / 10%), 0 6px 20px -5px rgb(0 0 0 / 10%);
}


@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}


#chat {
    box-sizing: border-box;
    border-top: 0;
    padding: 1em;
    border-radius: 12px;
    position: relative;
    overflow: visible;
    direction: rtl;
    display: block;
}

/* #chat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://images.unsplash.com/photo-1495808985667-ba4ce2ef31b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80) fixed;
  z-index: -1;
}
*/
#chat .btn-icon {
  position: relative;
  cursor: pointer;
}
#chat .btn-icon svg {
  stroke: #FFF;
  fill: #FFF;
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#chat .chat__conversation-board {
  padding: 1em 0 2em;
  height: calc(100vh - 55px - 2em - 25px * 2 - .5em - 3em);
  overflow: auto;
}
#chat .chat__conversation-board__message-container.reversed {
  flex-direction: row-reverse;
}
#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble {
  position: relative;
}
#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble span:not(:last-child) {
  margin: 0 0 2em 0;
}
#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person {
  margin: 0 0 0 1.2em;
}
#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__options {
  align-self: center;
  position: absolute;
  left: 0;
  display: none;
}
#chat .chat__conversation-board__message-container {
  position: relative;
  display: flex;
  flex-direction: row;
}
#chat .chat__conversation-board__message-container:hover .chat__conversation-board__message__options {
  display: flex;
  align-items: center;
}
#chat .chat__conversation-board__message-container:hover .option-item:not(:last-child) {
  margin: 0 0.5em 0 0;
}
#chat .chat__conversation-board__message-container:not(:last-child) {
  margin: 0 0 2em 0;
}
#chat .chat__conversation-board__message__person {
  text-align: center;
  margin: 0 1.2em 0 0;
}
#chat .chat__conversation-board__message__person__avatar {
  height: 35px;
  width: 35px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  ms-user-select: none;
  position: relative;
}
#chat .chat__conversation-board__message__person__avatar::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
#chat .chat__conversation-board__message__person__avatar img {
  height: 100%;
  width: auto;
}
#chat .chat__conversation-board__message__person__nickname {
  font-size: 9px;
  color: #484848;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
#chat .chat__conversation-board__message__context {
  max-width: 55%;
  align-self: flex-end;
}
#chat .chat__conversation-board__message__options {
  align-self: center;
  position: absolute;
  right: 0;
  display: none;
}
#chat .chat__conversation-board__message__options .option-item {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  height: 16px;
  width: 16px;
  outline: none;
}
#chat .chat__conversation-board__message__options .emoji-button svg {
  stroke: var(--chat-options-svg);
  fill: transparent;
  width: 100%;
}
#chat .chat__conversation-board__message__options .more-button svg {
  stroke: var(--chat-options-svg);
  fill: transparent;
  width: 100%;
}
#chat .chat__conversation-board__message__bubble span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-table;
  word-wrap: break-word;
  background: var(--chat-bubble-background);
  font-size: 13px;
  color: var(--chat-text-color);
  padding: 0.5em 0.8em;
  line-height: 1.5;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
}
#chat .chat__conversation-board__message__bubble:not(:last-child) {
  margin: 0 0 0.3em;
}
#chat .chat__conversation-board__message__bubble:active {
  background: var(--chat-bubble-active-background);
}

#chat .chat__conversation-panel {
    display: block;
    background: white;
    border-radius: 12px;
    padding: 0 1em;
    height: 80px;
    margin: 0.5em 0 0;
    width: 100%;
    box-shadow: -2px 1px 20px 5px rgb(179 179 179 / 25%), 0 0px 6px -5px rgb(0 0 0 / 6%);
    background: #ffffff;
}

#chat .timeline-chat-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

#chat .timeline-chat-box input::placeholder {
    color: #458a9b;
    font-size: 21px;
    font-family: 'Open Sans Hebrew','sofia-pro', sans-serif;
}

#chat .timeline-chat-box .panel-item:not(:last-child) {
  margin: 0 1em 0 0;
}
#chat .chat__conversation-panel__button {
  background: grey;
  height: 20px;
  width: 30px;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}
/*
#chat .chat__conversation-panel .add-file-button {
  height: 23px;
  min-width: 23px;
  width: 23px;
  background: var(--chat-add-button-background);
  border-radius: 50%;
}
#chat .chat__conversation-panel .add-file-button svg {
  width: 70%;
  stroke: #54575c;
}
*/
#chat .chat__conversation-panel .emoji-button {
  min-width: 23px;
  width: 23px;
  height: 23px;
  background: transparent;
  border-radius: 50%;
}
#chat .chat__conversation-panel .emoji-button svg {
  width: 100%;
  fill: transparent;
  stroke: #54575c;
}
#chat .chat__conversation-panel .send-message-button {
    background: #50d7e2;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    transition: 0.3s ease;
}

#chat .chat__conversation-panel .send-message-button:active {
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
}
#chat .chat__conversation-panel .send-message-button svg {
  margin: 1px -1px;
}
#chat .chat__conversation-panel__input {
  width: 100%;
  height: 100%;
  outline: none;
  position: relative;
  color: #5c5c5c;
  font-size: 16px;
  background: transparent;
  border: 0;
  font-family: "Lato", sans-serif;
  resize: none;
}

@media only screen and (max-width: 600px) {
  #chat .chat__conversation-board {
    height: calc(100vh - 55px - 2em - .5em - 3em);
  }
  #chat .chat__conversation-board__message__options {
    display: none !important;
  }
}

@media (min-width: 576px){
.modal-dialog-timeline{
    max-width: 750px;
    margin: 0.5rem auto;
}
}
/* time-line */

.js--fadeInRight>.time {
    text-align: right;
}

.time {
    text-align: left;
    color: #000000;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 12px;
}


.carousel-inner .item {

  transition: opacity 1s ease-in-out, height 1s !important;
}

.carousel-inner .item {
  opacity: 0;
  transition: none;
  transform: translate3d(0,0,0) !important;
  height: auto;
}

.carousel-inner .active {
  transition: opacity 1s ease-in-out, height 1s;
  opacity: 1;
  height: auto;
}

.timeline-content-chat>.text-box-timeline {
    font-size: 19px;
    font-weight: 500;
    display:block;
}

.text-box-timeline{
    color: #6d6d6d;
    font-size: 18px;
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    margin-top: 7px;
    margin-bottom: 5px;
    padding-right: 36px;
    padding-left: 50px;
    display: inline-block;
    line-height: 30px;
    word-break: break-word;
    text-align: right;
    width: 100%;
}

.download-btn {
    border-radius: 100%;
    height: auto;
    background: #ffffff;
    color: #31bbfd;
    border: 2px solid #d4f7ff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 45px;
    font-size: 21px;
    box-shadow: 0px 4px 4px 2px rgb(0 0 0 / 5%);
}


.file_actions_holder {
    position: absolute;
    bottom: -13px;
    background: white;
    border-radius: 50px;
    padding: 3px;
}

.file-box-timeline {
    color: #50c1ff;
    font-size: 16px;
    font-weight: 100;
    margin-right: auto;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    min-height: 43px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 34px;
    text-decoration: underline;
}

.timeline {
    display: block !important;
    opacity: 1;
    padding-top: 0;
    width: 100%;
    height: unset;
    right: 0;
    background-image: url('https://previews.123rf.com/images/balabolka/balabolka1609/balabolka160900337/62711874-cartoon-cute-hand-drawn-italian-food-seamless-pattern-line-art-with-lots-of-objects-background-endle.jpg');
    background-repeat: repeat;
    background-size: 440px;

}

.timeline::before {
  content: "";
  background: #c5cae9;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;  
}



.js--fadeInRight>.box-timeline-img{
    float: right;
    margin-right: -129px;
}





.timeline-content.js--fadeInRight {
    border-bottom-right-radius: 0 !important;
    border-radius: 70px;
    float: right;
    background: #def9ffbf;
}


.timeline-content-chat {
    position: relative;
    color: white;
    margin: auto;
    margin-top: -10px;
    width: fit-content;
    height: fit-content;
    text-align: center;
    border: 2px solid #ffffff;
    border-top-right-radius: 200px;
    border-radius: 70px;
    border-bottom-left-radius: 10px;
    max-width: 460px;
    padding: 0px;
    padding-top: 0;
    overflow: hidden;
    box-shadow: 1px 7px 8px -6px rgb(0 0 0 / 10%);    
}



.timeline-content-chat-inner {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    border-top-right-radius: 200px;
    border-radius: 70px;
    border-bottom-left-radius: 10px;
}


.file_general_chat{
   background-image: url('/assets/image/doc-timeline.png');
}
.text_general_chat{
    background-image: url('/assets/image/text-timeline.png');  
}



.file-timeline{
    background-image: url('/assets/image/doc-timeline.png');
}

.text-timeline{
    background-image: url('/assets/image/text-timeline.png');
}

.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 20px;
}

.workspace-chat-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-img-header h2 {
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3f51b5;
  padding: 0 20px;
}


.timeline-content-chat-inner>h2 {
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    margin: auto;
    padding: 2%;
    margin-top: -2px;
    width: 100%;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*    max-width: 25ch;*/
    display: block;
}

.box-timeline-img{
    background: #ffffff;
    display: block;
    color: #ffffff;
    float: left;
    padding: 15px;
    HEIGHT: 110PX;
    WIDTH: 110PX;
    border-radius: 100%;
    box-shadow: 0 20px 6px -15px rgba(0, 0, 0, 0.3);
    background-size: contain;
    border: 3px solid;
    margin-left: -129px;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .workspace-chat-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .workspace-chat-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}

.timeline-content.js--fadeInLeft {
    float: left;
}


/* custome css */
.lawyer_color{
    color: #606060;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}



span.row_client_name {
    color: #666666;
    border: 1px solid #999999;
    border-radius: 10px;
    padding: 5px;
    font-weight: 600;
    font-size: 14px;
    display: block;
}


/*.client_type_badge{
   position: absolute;
    right: -11px;
    top: 5px;
    color: aliceblue;
    border-radius: 33px;
    max-width: 200px;
    padding: 0;
    min-width: 67px;
}*/

.client_type_badge {
    position: absolute;
    right: 0px;
    top: 10%;
    color: aliceblue;
    max-width: 1px;
    padding: 0;
    min-width: 3px;
    height: 75%;
    font-size: 0;
    border-radius: 50px;
}


.client_type_kanban{
    position: relative;
    right: -28px;
    bottom: -10px;
    border: 5px;
    color: aliceblue;
    border-radius: 33px;
    max-width: 94px;
    padding: 0;
}






.ui-widget-header .ui-icon {
    background-image: url(http://www-scf.usc.edu/~mdemirji/acad275/images/arrow.png);
    background-size: 34px;
    background-position: bottom;
}


.ui-icon {
    width: 16px;
    height: 30px;
}

.payments_modal {
    min-width: 85%;
}


.day-counter {
    background: #a9a9a9;
    color: white;
    font-size: 13px;
    border-radius: 10px;
    padding: 4px;
    position: relative;
}

.priority-badge {
    background: #ff6b6b;
    padding-right: 10px;
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #ff765e, #FF416C);
    padding-left: 10px;
    font-size: 18px;  
    color: white;
    border-radius: 10px;
    padding: 4px;
    margin-right:10px;
    position: relative;
    cursor: pointer;
    filter: grayscale(1);
    opacity: 0.3;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;    
}

.priority-badge-active{
    filter: grayscale(0) !important;
    opacity: 1 !important;    
}



.form-row {
    margin: 0 -30px;
}
display-flex, .signup-content, .form-row, .label-flex, .form-radio-group {
    display: flex;
    display: -webkit-flex;
}

.form-row .form-group {
    width: 50%;
    padding: 0 30px;
}

a.card.p-2.px-3.w-50.list-group-item-action {
    min-height: unset;
}

.alert-success {
    color: #2fddff;
    background-color: #ffffff;
    border: 2px #e1e1e1b8 dashed;
    border-radius: 15px;
    padding: 20px;
    padding-top: 15px;
    width: 50%;
    display: inline-block;
    float: left;
    margin-top: 0%;
    height: 567px;
}

    @media (max-width: 1100px) {
    .alert-success { 
      width: 100%;
      height: unset;
      }
    }



.social{
    margin-bottom:29px;
}

.btn-face,
.btn-google {
  font-size: 18px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
/*  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.btn-google::before,
.btn-face::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: #a64bf4;
  background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
  background: linear-gradient(45deg, #00dbde, #fc00ff);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-face {
  color: #fff;
  background-color: #3b5998;
}

.btn-face i {
  font-size: 30px;
  margin-right: 17px;
  padding-bottom: 3px;
   font: normal normal normal 37px/1 FontAwesome;
}

.btn-google {
  color: #555555;
  background-color: #fff !important;
}

.btn-google img {
  width: 26px;
  margin-right: 15px;
  padding-bottom: 3px;
}

.btn-face:hover:before,
.btn-google:hover:before {
  opacity: 1;
}

.btn-face:hover,
.btn-google:hover {
  color: #fff;
}




input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.top-layer-reg>.logo-reg {
    height: auto;
    position: relative;
    width: 215px;
    margin: auto;
}

.top-layer-login>img {
    height: auto;
    width: 85%;
    margin: auto;
}

.top-layer-reg {
    text-align: center;
    padding: 20px;
    background: #41d3ff;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
}

.top-layer-login {
    text-align: center;
    padding: 20px;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    
}

.button-sign-up-in {
    /* background: #f5f5f594 !important; */
    background: linear-gradient(154deg, #7aedff, #00dcff);
    box-shadow: -1px 15px 15px -10px #9292923d;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    width: 195px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 33px !important;
    border: solid white !important;
    margin: auto;
}

.card.card-block.card-login {
     background-color: #ffffff !important;
     width: 360px;
}

/*.card.card-block.card-login:after {
    content: '';
    position: absolute;
    width: 116%;
    height: 169%;
    background-image: url(https://preview.cruip.com/sienna/images/illustration-element-07.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 10%;
    top: -69%;
    z-index: -1;
}*/


.no-background {
    background-color: #5bd7eb00 !important;
}

.button-home {
margin-bottom: 50px !important;
}

a.register-link {
    font-size: 35px;
    color: #01558f;
    font-weight: 300;
    text-decoration: underline;
}

a.login-link {
    font-size: 35px;
    color: #02c2da;
    font-weight: 300;
    text-decoration: underline;
}


.home-background {
    background-image: url(/assets/image/Home-background.png);
    background-position-y: -420px;
    background-position-x: 67%;
    background-repeat: no-repeat;
    overflow: auto;
}

/*
button.btn.btn-secondary {
    color: grey;
    margin-bottom: 28px;
    width: 241px;
    background: #f9f9f9;
    border-radius: 27px !important;
    border: 3px solid #ebebeb;
    font-size: 17px;
    box-shadow: 0px 10px 6px -8px rgba(0, 0, 0, 0.32), inset 1px -8px 6px -8px rgba(130, 129, 129, 0.68);
}*/

.table-bordered {
    border: none !important;
}

.dataTables_scrollHeadInner {
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    border-radius: 8px;
    margin-bottom: 10px;
    color: white;
    padding: 0 !important;

}


.page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}



@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

tr.even {
    background: white;
}

.dataTables_scrollBody {
    border: 1px solid #50d7e2;
    border-radius: 10px;
    box-shadow: 0px 18px 5px -13px #2929291f;
}
td {
    border: 0.2px solid #dee2e6;
}



.show-load{
      display: flex !important;
}


#loader-wrapper-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: #ffffff
}


#loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;    
    background: #ffffffba;
}


.thanks_review {
    padding: 25%;
    direction: rtl;
    font-size: 35px;
    font-weight: 100;
}

.effect5{
    background: #ffffff;
    width: 500px;
    margin-top: 100px;
    margin-left: 15%;
    text-align: center;
    box-shadow: 1px 0px 65px -9px #00000038;
    border-radius: 15px;
}

.review_holder {
    text-align: center;
}

.send_review{
    margin: auto;
    display: block;
    background: linear-gradient(154deg, #7aedff, #00dcff);
    box-shadow: -1px 15px 15px -10px #9292923d;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    width: 195px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 33px !important;
    border: solid white !important;
    margin: auto;
    cursor: pointer;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 80px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
    color: #ffec95;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}


.gegga {
  width: 0;
}
.snurra {
  filter: url(#gegga);
}
.stopp1 {
  stop-color: #f700a8;
}
.stopp2 {
  stop-color: #ff8000;
}
.halvan {
  animation: Snurra1 10s infinite linear;
  stroke-dasharray: 180 800;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 23;
  stroke-linecap: round;
}
.strecken {
  animation: Snurra1 3s infinite linear;
  stroke-dasharray: 26 54;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 23;
  stroke-linecap: round;
}
.skugga {
  filter: blur(5px);
  opacity: 0.3;
  position: absolute;
  transform: translate(3px, 3px);
}


@keyframes Snurra1 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -403px;
  }
}




th.table-cell-edit.sorting_disabled {
    width: 62px !important;
}

img.img-fluid {
    width: 30%;
}

.grid-doc>figure {
    display: inline-block;
}


div#navbarBottomContent {
    text-align: center;
}

ul.navbar-nav {
    display: -webkit-inline-box;
}


.date-filter-holder {
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    padding: 7PX !important;
    border-radius: 30PX;
    margin-top: 0 !important;
    height: 52px;
}

.datepicker-group>input {
    WIDTH: 39% !IMPORTANT;
    TEXT-ALIGN: CENTER;
    background-color: #fff;
    border-radius: 5.25rem !IMPORTANT;
     border: 1px solid #ffffff00;
}

.img-filter {
    padding-right: 10px;
    height: auto;
    width: 37px;
}

.input-group-text {
    PADDING-RIGHT: 0;
    WIDTH: 52PX;
    background-color: #50d7e2;
    border: 1px solid #50d7e2;
}



.switch {
  position: relative;
  display: inline-block;
  width: 45px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 17px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #50d7e2;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 50px;
    width: 100%;
    height: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.img-btn {
    border-right: 1px solid;
    padding-right: 10px;
    width: 48px;
    margin-right: 10px;
    height: auto;
    width: 37px;
}

.new-btn {
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    color: white;
    font-size: 15px;
    max-height: 50px;
    min-height: 45px;    
    border-radius: 56px;
/*    box-shadow: 0px 18px 6px -13px #29292938;*/
    min-width: 50px;
    border: 2px solid #ffffff87;
    direction: ltr;
}


.bootstrap-select>.dropdown-toggle:after {
    margin-right: 9px;
}

.selectpicker_filter_{
    display: inline-block !important;
    max-width: 235px !important;
    width: fit-content !important;
    width: -moz-fit-content !important;
    border-radius: 48px;
}

.selectpicker_filter_._status button, .selectpicker_filter_._type button, .selectpicker_filter_._lawyers button {
    border: var(--bs-border-width) solid var(--bs-border-color);
    background: white;
}


.status_filter_holder{
    width: max-content;
}


.clean_status_filter , .clean_type_filter ,.apply_filter{
    color: #898989;
    font-weight: bold;
}


.img-nav {
    height: auto;
    box-shadow: 1px 8px 7px 0px #3ab8cc, inset 1px 1px 19px 20px #ffffff;
    width: 49px;
    display: block;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    border: 3px solid white;
    border-radius: 46px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.avatar_employee {
    border-radius: 300px;
    border: 2px solid #fcb857;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: auto;
}


.employees_nav.active>button{
    box-shadow: 0px 6px 2px -2px #2fb9ce;
    background: linear-gradient(to right, #ffb13e, #efb83f, #FFB75E);
}

.clients.active>button{
    box-shadow: 0px 6px 2px -2px #2fb9ce;
    background: linear-gradient(23deg, #ef95d7, #c796e5, #c762d8c7);
}

.close_cases.active>button{
    box-shadow: 0px 6px 2px -2px #2fb9ce;
    background: linear-gradient(to right, #ff4783, #f95390);
}

.projects.active>button{
    box-shadow: 0px 6px 2px -2px #2fb9ce;
    background: linear-gradient(326deg, #3bf2ffbd, #94c9ff);
}

.control_panel.active>button{
    box-shadow: 0px 6px 2px -2px #2fb9ce;
    background: linear-gradient(to right, #6dfbc16b, #40ffcc9e, #00ffff8f);
}


a>button.new-btn {
    width: 100%;
}

li.nav-item.dropdown {
    margin-right: 25px;
    margin-left: 25px;
     display: inline-block;
}

input.form-control {
    text-align: right;
}

.input-group-text {
    background-color: #50d7e200;
    border: 1px solid #50d7e200;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 1px;
}


table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0.75rem !important;
}

table.dataTable{
border-collapse: collapse !important;    
}

ul.updates-bar {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
    display:flex;
}

.updates-container {
    display: -webkit-box;
    flex-grow: 1;
  
}

.updates-center {
    width: 50%;
    display: flex;
    flex-flow: row-reverse;
}

.updates {
    background: #ffffff;
}

.updates:before {
    display: block;
    color: #50d7e2;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
   font-size: 21px;
     animation-name: ring;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}c

.leftfilter {
    margin-right: 30px;
}

form#frmLogin {
    text-align: -webkit-center;
}



.btn-info {
    background-color: #2ddeff;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    border-color: #2fddff;
    box-shadow: 0px 3px 1px 0px #2929291f;
}

.btn-info:hover {
    background-color: #2ddeff;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    border-color: #2fddff;
   box-shadow: 0 0 0 0.2rem rgb(255, 255, 255), 0px 2px 7px 2px #00000080 !important;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #d8a873;
    border-color: #ffffff;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}

.btn-primary {
    background-color: #00aeef !important;
    border-color: #00aeef !important;
}

.page-item.active .page-link {
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    border-color: transparent !important;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
}


div.dataTables_wrapper div.dataTables_filter label {
    direction: rtl;
}

div#textDataTable_wrapper>.row:first-child {
direction:ltr;
}

div#fileDataTable_wrapper>.row:first-child{
direction:ltr;
}

.modal-body label{
    font-size: 16px;
    color: #050505;
}


.modal-header>h4{
    font-weight: 800;
    font-size: 13px;
    background: linear-gradient(201deg, #2be2ff, #00aeef);
    color: #ffffff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
}


.modal-body>.form-control {
    margin-bottom: 14px;
    padding: 5px;
}

h4{
direction: rtl;
}



/* custome css */
.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 16px !important;
    border-radius: 100px;
    text-align: center;
    margin-left: 10px;
    padding-right: 25px;
    padding-left: 25px;
    box-shadow: 0px 10px 6px -8px rgba(0, 0, 0, 0.32);
    border: 2px #ffffff solid;
    background: none;
}

.menu_icon {
    color: #1ee0ff;
    padding: 4px;
    padding-right: 5px;
}

.call {
  font-size: 27px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.call span {
  font-size: 13px;
  direction: rtl;
  float: right;
}

.mobile-call {
  list-style: none;
  font-size: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mobile-call span {
  font-size: 7px;
  direction: rtl;
  float: right;
}

.navbar-right .fa {
  font-size: 30px;
}

.navbar-right .nav-item {
  margin-left: 25px;
}

.navbar-right span {
  font-size: 13px;
}


.sticky+.content {
  padding-top: 60px;
}

/* content start */

#content {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;

}

#content .card {
  /* z-index: -100; */
  background-color: #ffffff;
}

.reg-input input {
    font-size: 20px;
    font-weight: 300;
    border-radius: 6px;
    margin-bottom: 7px;
    background-color: #fbfbfb !important;
    direction: rtl;
    border-color: aliceblue;
    text-align: center;
    height: 60px;
}

#frmLogin input , #frmRgister input {
    height: 50px;
    margin-bottom: 20px;
}

#frmLogin ::-webkit-input-placeholder {
  text-align: center;
}

#frmLogin :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

#frmLogin ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

#frmLogin :-ms-input-placeholder {
  text-align: center;
}

#frmLogin .btn {
  background-color: #6853ff;
}

/* content end */

/* content-common */


#content-common .center-content {
    position: relative;
    min-height: 555px;
}

/* .dataTables_wrapper>.row:nth-child(2) {
  height: 400px;
  overflow-y: scroll;
  position: relative;
} */
/* tbody{
  height: 400px;
  overflow-y: scroll;
  position: relative;
} */


#content-common .card {
  /* height: 450px;
  
  overflow-y: scroll; */

}

/* content-common end */

/* footer start */

footer {
  background-color: #182433;
  text-align: center;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

footer .fa {
  font-size: 45px;
  color: #ffffff;
  text-align: center;
}

footer h5 {
  padding-top: 10px;
  color: #c18f59 !important;
}
.dataTables_scrollBody{
  /* margin-right: 1.2em; */
  direction: ltr;
}
.dataTables_scrollBody table{
  direction: rtl;
}
/* footer end */

/* .modal-header .close {
  margin-left: 0px;
}
.modal{
  direction: rtl;
  text-align: right;
} */

.dataTables_info {
    text-align: right;
}

@media (min-width: 576px) {
  .mobile-call {
    display: none;
  }
/*  body {
    overflow-y: hidden;
  }*/
}

@media (min-width: 768px) and (max-width: 1000px) {
  
  body {
    overflow-y: visible;
  }
  #content-common .center-content {
    margin: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    -ms-transform: none;
    transform: none;
    margin-top: 260px;
  }
  footer {
    margin-top: 20px;
    position: relative;
    width: 100%;
    bottom: 0;
  }
}



@media (min-width: 992px){
.container {
    max-width: 1150px;
}
}



@media (min-width: 1200px) {
  
  .container {
    max-width: 1600px;
  }
  /* content-common */
  
  #content-common .center-content .card {
    /* max-height: 450px; */
  
  /* overflow-y: scroll; */ 
  }
}


@media (max-width: 768px) {
  
  .mobile-call {
    display: none;
  }
  #content-common .center-content {
    margin: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    -ms-transform: none;
    transform: none;
    margin-top: 260px;
  }
  footer {
    margin-top: 20px;
    position: relative;
    width: 100%;
    bottom: 0;
  }
}

.text-golden {
  color: #c18f59 !important;
}

#fileDataTable {
  direction: rtl;
}

button.btn.btn-default.mb-3.mt-3 {
  border-color: #343a40;
}

.btn:focus, .btn:hover {
    box-shadow: 0px 6px 2px -2px #9292923d !important;
}



select.form-control.form-control-sm {
    background: #33d7ff;
    border: none;
    background: linear-gradient(201deg, #2be2ff, #3acfff);
    color: white !important;
    margin-right: 5px;
    padding: 2px;
    margin-left: 4px;
}

.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 5.2vh;
    padding: 3px;
    border-bottom: 2px solid #50d7ff;
}

    .search_input{
    color: #747272;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.2s linear;
    }

    .search_input.active{
     width: 200px;
    caret-color:red;
    transition: width 0.2s linear;
    margin-right: 10px;
    }

    .search_icon.active{
    background: white;
    color: #50d7ff !important;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    }

.active>button {
    background: #47c8e5;
    box-shadow: 0px 6px 2px -2px #929292;
}

.card {
  background-clip: border-box;
  border: unset !important;
  margin: 0 auto;
  min-height: 300px;
  display: block;
  border-top-right-radius: 65px;
  border-top-left-radius: 65px;
  height: 100%;
}

.card_tables{
    box-shadow: 0px -6px 50px 0px rgb(0 0 0 / 11%), 4px -34px 20px -28px rgb(235 235 235 / 36%);
    height: 110%;
}


.modal .card {
  box-shadow: none;
  border-color: #efefef;
}

.datepicker-group {
  margin-top: 16px;
}

.ui-datepicker {
  z-index: 100;
}




input[type=email],
input[type=number] {
  direction: ltr;
}

input[type=email], input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance:textfield;
}

.badge-info{
position: absolute;

}

.custome-badge {
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    position: absolute;
    line-height: 21px;
    height: 22px;
    top: 10px;
    right: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: #848484;
    background: wheat;
    text-shadow: 0 1px rgb(0 0 0 / 25%);
    border: 1px solid;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), 0 1px 1px rgb(0 0 0 / 8%);
}


.filters-section{
  text-align: center;
  direction: rtl;
}
#table_wrapper .row:first-child{
  direction: ltr;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content1 {
    margin: auto;
    display: block;
    width: 80%;

}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content1, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close1 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close1:hover,
.close1:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/*    */



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}



/*
Author       : Dreamguys
Template Name: PreClinic - Medical and Hospital Admin Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Header
6. Sidebar
7. Content
8. Login
9. Dashboard
10. Activity
11. Select2
12. Nav tabs
13. Holidays
14. Edit Profile
15. Chat
16. Focus Label
17. Leave
18. Employee
19. Events
20. Profile
21. Notifications
22. Roles & Permissions
23. Chat Right Sidebar
24. Invoice
25. Doctors
26. Add Doctor
27. Payslip
28. Attendance
29. Inbox
30. Mail View
31. Blog
32. Blog View
33. UI Kit
34. Error
35. Lock Screen
36. Voice call
37. Video Call
38. Incoming call
39. Notification settings
40. Chat Sidebar
41. Gallery
42. Responsive

========================================*/

/*-----------------
   modal
-----------------------*/

.md-form input[type=date]:focus:not([readonly])+label, .md-form input[type=datetime-local]:focus:not([readonly])+label, .md-form input[type=email]:focus:not([readonly])+label, .md-form input[type=number]:focus:not([readonly])+label, .md-form input[type=password]:focus:not([readonly])+label, .md-form input[type=search-md]:focus:not([readonly])+label, .md-form input[type=search]:focus:not([readonly])+label, .md-form input[type=tel]:focus:not([readonly])+label, .md-form input[type=text]:focus:not([readonly])+label, .md-form input[type=time]:focus:not([readonly])+label, .md-form input[type=url]:focus:not([readonly])+label, .md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #4285f4;
}

.md-form label.active {
    transform: translateY(-14px) scale(.8);
}

.holder-avatar{
    line-height: 150px;
    background: white;
    cursor: pointer;
    height: 150px;
    margin: 0 auto 15px;
    position: relative;
    width: 150px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 1px 1px 2px rgb(29, 190, 216), 0 7px 5px -1px rgb(183, 183, 183);
}

.modal-dialog.cascading-modal.modal-avatar .modal-header img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 !important;
}

.modal-dialog.cascading-modal.modal-avatar .modal-header {
    box-shadow: none;
    margin: -6rem 0 -1rem;
}

.modal-dialog.cascading-modal.modal-avatar {
    margin-top: 6rem;
}

.modal-dialog.cascading-modal.modal-avatar .modal-header {
    box-shadow: none;
    margin: -6rem 0 -1rem;
    background: #f5f5dc00;
}







.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.md-form label {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    transition: transform .2s ease-out,color .2s ease-out;
    transform-origin: 0 100%;
    transform: translateY(12px);
    cursor: text;
    color: #757575;
}

.modal-dialog.cascading-modal .modal-body, .modal-dialog.cascading-modal .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #616161;
    padding-top: 0;    
}

.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-sizing: content-box;
    background-color: transparent;
}

.btn-cyan{
background-color: #00bcd4!important;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
}



/*-----------------
  1. General
-----------------------*/

.row.doctor-grid {
    flex-direction: row-reverse;
}

.form-control:focus {
  border-color: #009efb;
  box-shadow: none;
  outline: 0 none;
}
a {
  color: #009ce7;
}



input[type="file"] {
  height: auto;
  padding: 6px 0.75rem;
}
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.form-control {
  resize: vertical;
}

.form-group {
  margin-bottom: 20px;
}
.display-block {
  display: block;
}
.btn.rounded {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.btn.focus,
.btn:focus {
  box-shadow: inherit !important;
}
.list-group-item {
  border: 1px solid #eaeaea;
}


/*-----------------
  6. Sidebar
-----------------------*/
.filter-header{
    background: white;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.1);
    border:none;
}

h6.title {
    display: inline-block;
}

i.fas.fa-hammer {
    display: inline-block;
    background: #ffe164;
    color: azure;
    padding: 10px;
    border-radius: 100%;
    margin-left: 5px;
}

i.fas.fa-globe-americas {
    display: inline-block;
    background: #64d4ff;
    color: azure;
    padding: 10px;
    border-radius: 100%;
    margin-left: 5px;
}

.filters {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 987;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    PADDING: 0;
    TEXT-ALIGN: CENTER;
    
}
.filters.opened {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar-inner {
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu li a {
  color: #888;
  display: block;
  font-size: 15px;
  height: auto;
  padding: 0 20px;
}
.sidebar-menu li a:hover {
  color: #009efb;
}
.sidebar-menu li.active a {
  color: #009efb;
  background-color: #f3f3f3;
}
.menu-title {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
}
.menu-title > i {
  float: right;
  line-height: 40px;
}
.sidebar-menu li.menu-title a {
  color: #009efb;
  display: inline-block;
  float: right;
  padding: 0;
}
.sidebar-menu li.menu-title a.btn {
  color: #fff;
  display: block;
  float: none;
  font-size: 15px;
  line-height: inherit;
  margin-bottom: 15px;
}
.sidebar-menu ul ul a.active {
  color: #009efb;
  text-decoration: underline;
}
.mobile-user-menu {
  color: #fff;
  display: none;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 50px;
  z-index: 10;
}
.mobile-user-menu > a {
  color: #fff;
  padding: 0;
}
.mobile-user-menu > a:hover {
  color: #fff;
}
.mobile-user-menu > .dropdown-menu > a {
    line-height: 23px;
}
.profile-rightbar {
  display: none !important;
  color: #009efb;
  font-size: 26px;
  margin-left: 15px;
}
.fixed-sidebar-right {
  position: fixed;
  top: 60px;
  right: 0;
  width: 300px;
  margin-right: -300px;
  bottom: 0;
  z-index: 101;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile_btn {
  display: none;
}
.sidebar .sidebar-menu > ul > li > a span {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
  color: #fff;
  margin-left: auto;
}
.sidebar-menu ul ul a {
  display: block;
  font-size: 14px;
  padding: 9px 10px 9px 50px;
  position: relative;
}
.sidebar-menu ul ul {
  background-color: #f3f3f3;
  display: none;
}
.sidebar-menu ul ul ul a {
  padding-left: 70px;
}
.sidebar-menu ul ul ul ul a {
  padding-left: 90px;
}
.sidebar-menu > ul > li {
  position: relative;
}
.sidebar-menu .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: 'FontAwesome';
  text-rendering: auto;
  line-height: 40px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  line-height: 18px;
  top: 15px;
}
.sidebar-menu .menu-arrow:before {
  content: "\f105";
}
.sidebar-menu li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-menu ul ul a .menu-arrow {
  top: 6px;
}
.sidebar-menu a {
  transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  -webkit-transition: unset;
}
.sidebar-menu > ul > li > a {
  padding: 12px 20px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul li a i {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  min-height: 24px;
  line-height: 18px;
  width: 20px;
  transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul li.menu-title a i {
  font-size: 16px;
  margin-right: 0;
  text-align: right;
  width: auto;
}




/*-----------------
  25. Doctors
-----------------------*/

.show-prof{
    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
    PADDING: 7px;
    padding-top: 2px;
    padding-bottom: 2px;    
}

.doc-button {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    background: #5bd7eb;
    color: white;
    border: none;
}

span.badge-portal {
    position: absolute;
    background-image: url(/assets/image/pupolar.png);
    background-size: cover;
    width: 62px;
    color: #f0f8ff00;
    height: 62px;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -13px;
    left: 9px;
    z-index: 2;
    transform: rotate(-14deg);
}

.user-country {
    background: aliceblue;
    padding: 9px;
}

i.fas.fa-map-marker-alt {
    color: #dc8b35;
    font-size: 25px;
    margin-left: 7px;    
}

.avatar>img {
    width: 80px;
}

.doctor-img {
   cursor: pointer;
    height: 80px;
    margin: 0 auto 15px;
    position: relative;
    width: 80px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 1px 1px 2px rgb(29, 190, 216), 0 7px 5px -1px rgb(183, 183, 183);
}
.doctor-img .avatar {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  width: 80px;
}
.doc-prof {
    color: #0087ff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 7px;
    text-decoration: overline;
    text-decoration-color: #656565;
}
.doctor-name {
  margin: 0;
}
.doctor-name a {
  color: #333;
}
.see-all {
  margin-top: 30px;
  text-align: center;
}
.see-all .see-all-btn {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #777;
  display: inline-block;
  padding: 10px 20px;
}

/*-----------------
  26. Add Doctor
-----------------------*/

.profile-upload {
  display: flex;
}
.upload-img {
  margin-right: 10px;
}
.upload-img img {
  border-radius: 4px;
  height: 40px;
  width: 40px;
}
.upload-input {
  width: 100%;
}
.gen-label {
  display: block;
  margin-bottom: 18px;
}
.submit-btn {
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.delete-modal .modal-body .btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 90px;
  color: #333;
}
.delete-modal .modal-body .btn.btn-danger {
  color: #fff;
}
.delete-modal .modal-body > h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0;
}
.custom-badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  min-width: 95px;
  padding: 1px 10px;
  text-align: center;
}
.status-red,
a.status-red {
  background-color: #ffe5e6;
  border: 1px solid #fe0000;
  color: #fe0000;
}
.status-green,
a.status-green {
  background-color: #e5faf3;
  border: 1px solid #00ce7c;
  color: #00ce7c;
}
.status-orange,
a.status-orange {
  background-color: #fef5e4;
  border: 1px solid #ff9b01;
  color: #ff9b01;
}
.status-blue,
a.status-blue {
  background-color: #e5f3fe;
  border: 1px solid #008cff;
  color: #008cff;
}
.status-purple,
a.status-purple {
  background-color: #f3e7fd;
  border: 1px solid #8f13fd;
  color: #8f13fd;
}
.status-pink,
a.status-pink {
  background-color: #ffe5f6;
  border: 1px solid #ff01a2;
  color: #ff01a2;
}
.status-grey,
a.status-grey {
  background-color: #ddd;
  border: 1px solid #818181;
  color: #818181;
}
.btn-grey {
  background-color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.invoices-view {
  width: 70%;
  float: right;
}

/*-----------------
  34. Error
-----------------------*/

.error-box {
  background-color: #fff;
  border-radius: 5px;
  line-height: 1;
  margin: 0 auto;
  max-width: 475px;
  padding: 50px 30px 55px;
  text-align: center;
  width: 100%;
}
.error-heading {
  font-size: 3.5em;
  font-weight: bold;
}
.error-title {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 1.5rem;
}
.error-wrapper {
  background-color: #fff;
  margin: 0;
  color: #4F5155;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.error-box h1 {
  font-size: 150px;
}
.error-box p {
  margin-bottom: 30px;
}
.error-box .btn {
  text-transform: uppercase;
}

/*-----------------
  35. Lock Screen
-----------------------*/

.lock-user {
  margin-bottom: 20px;
}
.lock-user img {
  margin-bottom: 15px;
  width: 100px;
}

/*-----------------
  18. Employee
-----------------------*/

.action-icon {
  color: #777;
  font-size: 18px;
  padding: 0 10px;
  display: inline-block;
}
.table .dropdown-menu {
  font-size: 12px;
}
.profile-widget {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 20px;
  min-height: 280px;
  text-align: center;
  position: relative;
}
.profile-widget .user-name > a {
  color: #333;
}

.dropdown-menu {
    text-align: right;
}

.dropdown.profile-action {
  position: absolute;
  left: 5px;
  text-align: right;
  top: 10px;
}
.profile-action .dropdown-toggle:after {
  display: none;
}
.profile-img {
  cursor: pointer;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 80px;
}
.profile-img .avatar {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  width: 80px;
}
.mobile-no > a {
  color: #777;
  display: inline-block;
}
.staff-mail > a {
  color: #777;
  display: inline-block;
  margin-top: 5px;
}
.staff-action-btns {
  margin-top: 10px;
}
.staff-id {
  margin-top: 5px;
}
.view-icons {
  float: right;
  margin-right: 10px;
}
.view-icons .btn {
  color: #888;
  font-size: 18px;
  margin-right: 5px;
  padding: 4px;
}
.view-icons .btn.active {
  color: #333;
}

/*-----------------
  19. Events
-----------------------*/

.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-view {
  margin-top: 30px;
}
a.fc-event:not([href]) {
    color: #fff;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
  font-family: 'Rubik', sans-serif;
}
.fc-day {
  background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc th.fc-widget-header {
  background: #eeeeee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}
.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}
.fc-state-hover {
  background: #f3f3f3;
}
.fc-state-highlight {
  background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #009efb;
  color: #fff;
  text-shadow: none;
}
.fc-cell-overlay {
  background: #f0f0f0;
}
.fc-unthemed .fc-today {
  background: #fff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px;
  text-align: center;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}


/*-----------------
  42. Responsive
-----------------------*/

@media only screen and (min-width: 991px) {
  #toggle_btn {
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 50px;
    padding: 0 10px;
  }
  .mini-sidebar .header-left .logo span {
    display: none;
  }
  .mini-sidebar .header .header-left {
    padding: 0 5px;
    width: 60px;
  }
  .mini-sidebar .sidebar {
    width: 60px;
  }
  .mini-sidebar.expand-menu .sidebar {
    width: 230px;
  }
  .mini-sidebar .menu-title {
    visibility: hidden;
    white-space: nowrap;
  }
  .mini-sidebar.expand-menu .menu-title {
    visibility: visible;
  }
  .modal-open .mini-sidebar .sidebar {
    z-index: 1051;
  }
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span {
    display: none;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: inline;
    opacity: 1;
  }
  .mini-sidebar .page-wrapper {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md {
    width: 500px;
  }
  .nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-top > li > a,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  .nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-top > li > a,
  .nav-tabs.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  .nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px;
  }
  .nav-tabs.nav-tabs-top > li > a.active,
  .nav-tabs.nav-tabs-top > li > a.active:hover,
  .nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #009efb;
  }
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #009efb;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #009efb;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
  .nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
  }
  .nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-solid > li > a:hover,
  .nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
  }
  .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
  }
  .nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified.nav-tabs-top > li > a,
  .nav-tabs-justified.nav-tabs-top > li > a:hover,
  .nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .invoices-view {
    width: 90%;
    float: right;
  }
}
@media only screen and (max-width: 991.98px) {
  .profile-rightbar {
    display: inline-block !important;
  }
  .chat-profile-view {
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 0;
    transform: translateX(0px);
    z-index: 1041;
    width: 300px;
    position: fixed;
    margin-right: -300px;
    display: table-cell;
    top: 0;
    padding-bottom: 60px;
    margin-top: 50px;
  }
  .message-view.chat-view {
    width: 100%;
  }
  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }
  .chat-main-row {
    left: 0;
  }
  .header .header-left {
    position: absolute;
    width: 100%;
  }
  .mobile_btn {
    display: block;
  }
  .page-title-box {
    display: none;
  }
  .sidebar {
    margin-left: -225px;
    width: 225px;
  }
  .page-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .slide-nav .sidebar {
    margin-left: 0;
  }
  a.mobile_btn {
    color: #fff;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 10;
  }
  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }
  .invoices-view {
    width: 100%;
    float: none;
  }
  #toggle_btn {
    display: none;
  }
  .sidebar {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .page-wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media only screen and (max-width: 767.98px) {
  .profile-info-left {
    border-right: none;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav .open .dropdown-menu {
    float: left;
    position: absolute;
  }
  .notifications {
    right: -48px;
  }
  .notifications:before,
  .notifications:after {
    right: 60px;
  }
  .modal-body.card-box {
    background-color: #fff;
    border: none;
    border-radius: inherit;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 15px;
  }
  .roles-menu {
    margin-bottom: 20px;
  }
  .left-action {
    text-align: center;
    margin-bottom: 15px;
  }
  .right-action {
    text-align: center;
  }
  .top-action-left .float-left {
    float: none !important;
  }
  .top-action-left .btn-group {
    margin-bottom: 15px;
  }
  .top-action-right {
    text-align: center;
  }
  .top-action-right a.btn.btn-white {
    margin-bottom: 15px;
  }
  .mail-sent-time {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified > li > a.active,
  .nav-tabs.nav-justified > li > a.active:hover,
  .nav-tabs.nav-justified > li > a.active:focus {
    border-color: transparent transparent transparent #009efb;
    border-left-width: 2px;
  }
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .nav-tabs > li > a {
    border-width: 2px;
    border-left-color: transparent;
  }
  .nav-tabs .nav-link {
    border-width: 2px;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active,
  .nav-tabs > li > a.active,
  .nav-tabs > li > a.active:hover,
  .nav-tabs > li > a.active:focus {
    background-color: #f5f5f5;
    border-color: transparent transparent transparent #009efb;
    border-left-width: 2px;
  }
  .nav-tabs > li.open:not(.active) > a,
  .nav-tabs > li.open:not(.active) > a:hover,
  .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs.nav-tabs-solid {
    padding: 5px;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0!important;
  }
  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified > li > a.active,
  .nav-tabs-justified > li > a.active:hover,
  .nav-tabs-justified > li > a.active:focus {
    border-width: 0 0 0 2px;
    border-left-color: #009efb;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.17em;
  }
  h4 {
    font-size: 1.12em;
  }
  h5 {
    font-size: .83em;
  }
  h6 {
    font-size: .75em;
  }
  .page-title {
    font-size: 1.2em;
    padding-top: 10px;
  }
  .card-title {
    font-size: 1.12em;
  }
  .blog-view .blog-title {
    font-size: 24px;
  }
  .widget h3 {
    font-size: 18px;
  }
  .my-video ul li {
    width: 80px;
  }
  .voice-call-avatar .call-avatar {
    width: 120px;
    height: 120px;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .header .has-arrow .dropdown-toggle > span:nth-child(2) {
    display: none;
  }
  .header .has-arrow .dropdown-toggle:after {
    display: none;
  }
  .btn-white {
    margin: 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-cat {
    padding-right: 70px;
  }
  .user-menu {
    display: none;
  }
  .mobile-user-menu {
    display: block;
  }

  .filter-row {
    margin-bottom: 15px;
  }
  .page-wrapper > .content {
    padding: 15px;
  }
  .profile-view .profile-basic {
    margin-left: 0;
  }
  .profile-img-wrap {
    position: relative;
    margin: 0 auto;
  }
  .profile-view .profile-img-wrap {
    margin: 0 auto 10px;
    height: 100px;
    width: 100px;
  }
  .profile-view .profile-img {
    height: 100px;
    width: 100px;
  }
  .profile-view .profile-img .avatar {
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    width: 100px;
  }
  .profile-info-left {
    text-align: center;
  }
  .profile-basic {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-title {
    font-size: 18px;
  }
  .fc-toolbar .fc-right {
    display: inline-block;
    float: none;
    margin: 10px auto 0;
    width: 200px;
    clear: both;
  }
  .fc-toolbar .fc-left {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .upload-text {
    font-size: 18px;
  }
  .call-duration {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    position: inherit;
  }
  .end-call {
    margin-top: 10px;
    position: inherit;
  }
  .chat-right .chat-content {
    max-width: 90%;
  }
  .chat-right .chat-body {
    padding-left: 0;
    padding-right: 0;
  }
  .chat-left .chat-content {
    max-width: 90%;
  }
  .chat-left .chat-body {
    padding-left: 0;
    padding-right: 0;
  }
  .chat-avatar .avatar {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .account-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .content {
    padding: 0 50px;
  }
  .custom-menu.navbar-nav > li > a {
    margin-left: 10px;
  }
  .error-box h1 {
    font-size: 50px;
  }
  .submit-btn {
    min-width: 150px;
  }
  .ui-kit-wrapper button {
    margin-bottom: 5px;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: .5rem !important;
  }
}
@media only screen and (max-width: 479px) {
  .compose-btn button {
    padding: 0.365rem 0.5rem;
  }
  .attachments li {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
   .over1 {
      padding: 0;
    }
}


.navbar-toolbar {
    display: none;
}


/*----דאשבורד----*/


.dashboard_toolbar {
    background: #ffffff;
    height: 71px;
    margin-bottom: 30px;
    margin-top: -33px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 9px -2px #b9b9b959;
    direction: rtl;
    border-radius: 35px;
    display: flex;
    z-index: 1111;
}


.lock_report {
    margin: auto;
    display: inline-block;
    text-align: center;
    background: white;
    padding: 4px;
    font-size: 42px;
    width: 14%;
    color: #00e4ff;
    border-radius: 36px;
    border: 2px solid #d7d7d7;
    box-shadow: -1px 3px 5px 0px #29bca2;
}


.main_sum_holder {
    border-radius: 11px;
    margin: 10px;
}


.main_sum_holder span{
    height: 15px;
    width: 15px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: -11px;  
}



.preloader_graph{
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
}


.info_card {
    height: 100%;
    background: white;    
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 9px -2px #b9b9b959;
    padding: 20px;
} 

span.menu-value {
    opacity: 0;
    margin-bottom: 14%;
    width: -webkit-fill-available;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 400%;
    font-weight: bold;
    color: #1e8dff;
    direction: rtl;
/*    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; */   
}


.info_card_main_holder {
    margin-top: 45px;
    height: 240px;
}

.value_leads {
   height:73%
}


.row.dashboard_date_filter_holder {
    width: 90%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    direction: rtl;
}

.dashboard_date_filter_holder .col{
  text-align: center;
}

.user_dashboard_date_filter {
    margin: auto;
    color: #434343;
    border-radius: 10px;
    min-width: 56px;
    display: inline-block;
    text-align: center;
    border: 1px solid #1e8dff;
    cursor: pointer;
    box-shadow: 0px 7px 6px -5px #84808024;
}

.user_dashboard_date_filter:hover {
    background: #1e8dff;
    border: none;
    color: white;
}


.user_dashboard_date_filter.active {
    background: #1e8dff;
    border: none;
    color: white;
}



.header-dashboard{
    margin-top: 13px;
    padding: 10px;
}

.over1 {
    height: auto;
    MARGIN-TOP: 0%;
}

.main-dashboard{
    background: #f4f9fd;
    border-radius: 50px;
    padding: 4%;
    padding-top:0;
}

.menu-text.clearfix {
    background: #7086a6;
    color: #ffffff;
    margin: auto;
    position: absolute;
    padding: 5px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 7px 6px -5px #84808024;
    margin-top: 10px;
    width: 44%;
    top: 0;
    right: 0;
    z-index: 11;
}


.menu-text.sum_badge_leads {
    display: block;
    background: rgb(255, 255, 255);
    left: 30px;
    right: unset;
    color: rgb(94, 114, 228);
    font-weight: bolder;
    width: fit-content;
    direction: rtl;
    padding-right: 2%;
    padding-left: 2%;
}

.vd_status-widget .menu-value {
    color: #6d6a6a;
    line-height: 25px;
    font-size: 29px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}


#content-common1 {
    background-size: contain;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.dt-buttons {
    background: aliceblue;
    padding: 1%;
    border-radius: 10px;
    width: 16%;
    text-align: center;
    float: right;
    margin: 2%;
    margin-right: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
}

i.fa.fa-lock.pointer {
    border-radius: 21px;
    float: left;
    margin-top: -1px;
    border: solid 2px #ffffff;
    padding: 5px;
    padding-right: 6px;
    padding-left: 6px;
    box-shadow: 0px 2px 4px 0px #2929291c;
}


.profile-chart {
    margin-top: 87px;
}

.row {
    margin-bottom: 20px;
}

.text-left.vd_info-parent {
    float: left;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 5px 4px 0px #76767640;
    background: white;
    margin-bottom: 25px;
}


/*----- main screen-----*/
.row.second-toolbar {
    margin-bottom: 2px;
}

.collapse1, .collapse2 {
    position: absolute;
    z-index: 2;
    margin-top: 10px;
    left: 0;
    right: 0;
}


@media screen and (min-width: 1703px) {
.row.col-sm-12.datepicker-holder {
    max-width: 63%;
}
}

@media screen and (max-width: 1703px) {
a
.lawyers-selection {
    margin-right: 3%;
}

.filter-toggle-holder {
    font-size: 14px;
}

.navbar-toolbar {
    display: block;
    width: 100%;
}

.toolbar{
display: none;    
}

  
.second-toolbar {
    width: 85%;
    flex: unset;
    position: static;
    padding-right: 5% !important;
}

.navbar-toolbar>.navbar-collapse >.navbar-nav {
    background: aliceblue;
    padding: 15px;
    width: 100%;
    text-align: -webkit-center;    
}

.nav-tool {
    display: inline-block;
    width: 100%;
    text-align: -webkit-center;
    margin-bottom: 12px;
    margin-right: auto;
}

.nav-tool>button {
    border-radius: 0;
    width: 100%;
}

}



@media screen and (min-width: 1420px){
.mobile-filter-toggle {
    display: none !important;
    
}
}


@media screen and (max-width: 1420px){
.desktop-filter-toggle {
    display: none !important;
    
}
}




@media screen and (min-width: 1200px){
.login-logout-mobile {
    display: none !important;
    
}
}


@media screen and (max-width: 1200px){

.navbar-expand-lg .navbar-toggler {
    display: block;
}

.img-nav {
    display: none;
}

.login-logout-mobile {
    display: block !important;
    width: 100%;
    margin: auto;
}

.login-logout-mobile>li.nav-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

i.fa.fa-bell {
    vertical-align: middle;
}

li.dropdown {
    display: inline-block;
}

ul.navbar-nav.login-logout.float-right {
    display: inline-block;
    width: unset;
    height: 60px;
}

#myHeader {
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
}

.login-logout .nav-item {
    display: none;
}

.notify-drop ,.message-drop ,.general-drop{
    position: fixed !important;
    width: 100%;
}

.badge-num {
    font-size: 11px;
    height: 23px;
    line-height: 19.4px;;
    width: 23px;

}

.navbar-brand{
      display: none;  
}

.row.gap {
    display: none;
}

#content-common .center-content {
    margin-top: 200px;
    height: 100%;
}

.card {

     border-top-right-radius: 0px; 
     border-top-left-radius: 0px; 

}

.tools-bar{
    display: none;
}

.tools-bar-mobile{
    display: flex;
    background: aliceblue;
    margin-bottom: 0px;
    padding: 7px;
    padding-right: 0;
    padding-left: 0;
}

.header-app {
    min-height: 80px!important;
}

nav#navbar {
 display: none; 
 /*z-index: 11111;
 background: #65e5f9 !important;*/
}

li.nav-item.dropdown {
    display: inline-block;
    width: 100% !important;
    margin: 0;
}


.box-timeline-img-chat-workspace {
    left: 84%;
    transform: translateX(20%);
    height: 50px;
    width: 50px;
}

.timeline-img-workspace {
    width: 40px;
    height: 40px;
}



.timeline-content-chat-workspace {
    margin-right: 22%;
    max-width: 76%;
}



 .modal-white-background {
    background-color: #6ee8ff;
}


.modal-dialog .modal-content {
    border: solid white;
}

#chat {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.task_counter {
    background: #f0f8ff;
    width: 60px;
    padding: 2px;
    border-radius: 17px;
    color: #7ea9ba !important;
    border: 1px solid #dacd8359 !important;
    border-radius: 28px !important;
    text-align: center;
}

.task_counter:hover {
    background: #ffedbc;
    cursor: pointer;
}

}




@media (min-width: 1200px){
.bg-custom-second>.container> .navbar-collapse {
    display: -ms-flexbox!important;
    display: block!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}


@media screen and (max-width: 992px){

.filter-navber {
    display: none;

}

.xl_modal {
    max-width: 100%;
}

/****** payments modal ******/

.payments_statistics{
  width: 100%;
  left: 0;
}

.close_payments_statistics{
   position: absolute;
}


.payments_info_holder{
  background: white;
}

/****** payments modal ******/

/****** task modal ******/


.statistics_item i {
    font-size: 30px;
}


.task_statistics_number{
    font-size: 25px;
    margin: 0;
}

.selector{
  width: 100%;
  text-align: center;
}


.search-box-holder{
flex-direction: column-reverse;

}

.statistics_item i {
    display: none;
}

.task_statistics_label_holder{
    display: none;  
}

/****** task odal ******/


}





@media screen and (min-width: 913px){
.filter-navber {
    display: none;
}
}


@media screen and (max-width: 913px){
.second-toolbar {
    display: none;
}
}

@media screen and (max-width: 768px){

.profile-chart{
   margin-bottom: 25px;
}

.timeline-img{
display:none;    
}
a.bnt-more {
    display: none;
}

.center-line{
display: none;    
}


}

@media (min-width: 768px){
.col-md-5 {
    -ms-flex:unset;
    flex: unset;
    max-width: unset;
    
}
.col-md-7 {
    -ms-flex:unset;
    flex: unset;
    max-width: unset;
}

}


@media screen and (max-width: 576px) {
.workspace-chat-item.workspace-chat-item-chat{
    margin-bottom:30px;
}    
    
.box-timeline-img-chat {
    display: none;
}
    
.modal-body-tasks{
 padding: 0;
}

.modal-dialog{
  margin: 0 !important;
}

}

@media screen and (max-width: 420px) {
.card.card-block.card-login {
   width: 100%;
/*   border-radius: 10px;*/
}

.info_card_main_holder {
  height: auto;
}



/****** user dashboard ******/

.dashboard_toolbar {
    margin-bottom: 0;
    margin-top: 12px;
}

.top-layer-login>img {
    width: 50%;
    top: 25px;
}


span.menu-value {
    font-size: 220%;
}


/****** user dashboard ******/

#frmLogin input {
    width: 100%;
}

}


@media (max-width: 576px){

.over1 {
    padding: 5%;
}

.p-xs-1 {
    padding-right: 5px;
    padding-left: 5px;
}

.p-xs-2 {
    padding-right: 10px;
    padding-left: 10px;
}

}

@media (min-width: 1387px){
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-md-5 {
    width: 41.66666667%;

   
}
}
@media only screen and (max-width: 1450px){
.circule-tooltip-holder{
    display:none;
}
}



/*login page*/

@media only screen and (max-width: 1200px){
.card.card-block.card-login:after{
 display: none
}
}




.new_footer_area {
    background: #62e9ff;
    position: relative;
    display: none;
}


.new_footer_area .footer_bottom {
    padding-top: 0;
    padding-bottom: 0;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}



.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}
