:root {
    --main-color: #E25F27;
    --white: #ffffff;
    --black: #000;
    --gray: #eef1f6;
    --dark-blue: #272262;
    --mid-blue: #525f7f;
    --light-blue: #1d75bc;
}
.navbar{
    --bs-navbar-color: var(--dark-blue);
}
.nav{
    --bs-nav-link-color: var(--dark-blue);
}
.dropdown-menu{
    --bs-dropdown-font-size: 14px;
}
.card{
    --bs-card-cap-bg: #fff;
}
.table tbody{
    font-size: 13px;
}
.table{
    margin-bottom: 0px;
}
table.dataTable{
    margin-top: 0 !important;
}
.table .dropdown-toggle{
    line-height: 1;
    font-size: 12px;
    padding: .2rem .3rem;
}
body{
    font-size: 14px;
}
a{
    text-decoration: none;
    color: var(--light-blue);
}
a:hover, .nav-link:hover, .nav-item.active .nav-link{
    color: var(--main-color);
}
table a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button-tools .btn {
    margin-right: .5rem !important;
}
.button-tools .btn:last-child {
    margin-right: 0 !important;
}
body, .footer{
    background-color: var(--gray);
    color: #282830;
}
.main-content .container-fluid{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.navbar-expand-md .navbar-nav .nav-link{
    padding-left: 10px;
    padding-right: 10px;
}
#top-navbar{
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
    color: #282830;
}
.navbar-light .navbar-nav .nav-link {
    color: #8B8C90;
}
.showPersoanaJuridica{
    display: none;
}
.navbar-horizontal .navbar-brand img {
    height: 100px;
}
.bg-gradient-primary{
    background: var(--dark-blue) !important;
}
.btn:hover{
    transform: translateY(0);
}
.btn-primary{
    background: var(--dark-blue);
    border-color: var(--dark-blue);
}
.btn-primary:hover, .btn-secondary:hover{
    background: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}
.btn-outline-secondary{
    background: var(--white);
}
.dashboardHeight{
    max-height: 470px;
}
.secondary_product_stock{
    float: left;
    margin-top: 15px;
    text-align: center;
    margin-left: 20px;
}
.top-alert{
    right: 15px;
    top: 14px;
    z-index: 1051;
}
.menu-collapse-button{
    display: none;
    cursor:pointer;
}
.close_button{
    display: none;
}
.warning{
    border: solid 1px red !important;
}
.row_finishings{
    display:none;
}
.row_finishings .col-lg-6.col-xl-3{
    margin-bottom: 30px !important;
}
.remove_item, .remove_cutouts, .remove_secondary_products{
    float: right;
    margin-top: 33px;
    cursor: pointer;
}
.remove_payment{
    float: right;
    margin-left: 5px;
}
.remove_secondary_products{
    float: left;
}
.remove_item i, .remove_cutouts i, .remove_secondary_products i{
    font-size: 25px;
}
.hideFilters .filters{
    display: none;
}
.hideFilters .listContent{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.listContent .row{
    margin-left: -5px;
    margin-right: -5px;
}
.listContent .row .col-12,
.listContent .row .col-sm-6,
.listContent .row .col-md-4,
.listContent .row .col-sm-4,
.listContent .row .col-lg-3,
.listContent .row .col-lg-2,
.listContent .row .col-xl-2{
    padding-left: 5px;
    padding-right: 5px;
}
.autocomplete{
    background: #fff;
    top: 100%;
    left: 0;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    list-style-type: none;
    z-index: 2;
    max-height: 170px;
    overflow-y: scroll;
}
.autocomplete li{
    cursor: pointer;
    padding: 2px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete li:hover{
    background: #f6f9fc;
}
.main_overlay{
    display: none;
}
.loader, .main_loader{
    animation: infinit-spin 1.2s linear infinite;
}
.input-loader{
    bottom: 8px;
    right: 8px;
}
@keyframes infinit-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.delete-product{
    bottom: 0px;
    right: 5px;
    position: absolute;
    background: #fff;
    padding: 7px 7px 8px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.delete-product:hover{
    background: #988fc5;
    color: #fff;
}
.delete-file{
    cursor: pointer;
}
.navbar-nav .nav{
    display: none;
}
.navbar-nav .nav-item.active .nav{
    display: block;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
.overlay .ajax-loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
}
.overlay .ajax-loader span{
    font-size: 30px;
    color: #fff;
}
.finishing_box{
    width: 200px;
    height: 75px;
    border: 2px solid #5e72e4;
    position: relative;
    float: left;
    margin: 30px 115px 45px 0;
}
.finishing_width{
    position: absolute;
    top: -25px;
}
.finishing_depth{
    position: absolute;
    left: 100%;
    transform: rotate(100grad);
}
.pointer{
    cursor:pointer;
}
/*.product_menu_toggler{*/
/*    background: #fff;*/
/*    border-radius: 100%;*/
/*    color: rgba(0, 0, 0, .5);*/
/*    width: 30px;*/
/*    padding: 4px 0;*/
/*    cursor: pointer;*/
/*    text-align: center;*/
/*    margin-right: 10px;*/
/*    display: none;*/
/*}*/
/*.product_menu_toggler.active{*/
/*    padding: 7px 0 8px;*/
/*}*/
.product_menu_toggler .fa-times, .product_menu_toggler.active .fa-bars{
    display: none;
}
.product_menu_toggler.active .fa-times{
    display: block;
}
.dropdown-menu .dropdown-item:hover{
    color: var(--main-color);
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--main-color);
    background-color: transparent;
}
td p{
    font-size: 12px;
}
.sorting_disabled:before, .sorting_disabled:after{
    display: none !important;
}
.two-rows-min{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 42px; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.two-rows-min-message{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 42px; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one-rows-min-message{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 21px; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.message-card{
    cursor: pointer;
}
.two-rows-min i{
    font-size: 16px;
}
i.fa-file-pdf{
    color: #F40F02;
}
i.fa-file-word{
    color: #0078d7;
}
i.fa-file-excel{
    color: #1D6F42;
}
i.fa-file-image{
    color: #FFA500;
}
p{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.footer{
    padding: 25px 0 0;
}
.border-left-primary{
    border-left: 4px solid var(--dark-blue);
}
.border-left-secondary{
    border-left: 4px solid #27aae2;
}
.reply-icon{
    display: block;
    width: 30px;
    height: 29px;
    position: absolute;
    border-left: 2px solid #27aae2;
    border-bottom: 2px solid #27aae2;
    left: -30px;
    border-radius: 0 0 0 5px;
}
.reply-extended-icon{
    height: 45px;
    top: -16px;
}
.reply-extra-extended-icon{
    top: -51px;
    height: 80px;
}
.form-control{
    color: #000000;
}
.appointmentTableHeader {
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1001;
    background: #fff
}

.appointmentRow {
    position: relative
}

.appointmentTable .column {
    padding: 10px;
    border-right: 1px solid #dee2e6;
    width: 170px;
    margin: auto;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #dee2e6;
    min-height: 40px;
    font-size: 13px
}

.appointmentTable .badcolumn {
    padding: 10px;
    border-right: 1px solid #dee2e6;
    width: 170px;
    margin: auto;
    text-align: center;
    position: relative;
    min-height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
    background: #EAEEF2
}

.appointmentTableHeader .column:first-child,
.appointmentRow .column:first-child {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100px;
    border-bottom: 1px solid #dee2e6
}

.appointmentTableHeader .column:last-child,
.appointmentRow .column:last-child,
.appointmentRow .badcolumn:last-child {
    border-right: 0
}

.makeAppointment {
    cursor: pointer
}
.appointmentData span{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.appointmentData {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
    width: 100%;
    background: #2f4c76;
    border-radius: 3px;
    color: #fff;
    z-index: 1;
    border-bottom: 1px solid #dee2e6;
    font-size: 12px
}

.appointmentData.preferential {
    background: #4ca955
}

.appointmentData.reservedData {
    background: repeating-linear-gradient(45deg, #A60303, #A60303 5px, #ffffff 5px, #ffffff 10px)
}

.appointmentData a {
    color: #fff
}

.appointmentData.preferential.attended,
.appointmentData.attended {
    background: #fff
}

.appointmentData.attended {
    color: #2f4c76;
    border: 1px solid #2f4c76
}

.appointmentData.preferential.attended {
    color: #4ca955;
    border: 1px solid #4ca955
}

.appointmentData.preferential.canceled,
.appointmentData.canceled {
    background: #ffc107;
    color: #000
}
.nav-tabs.nav-header .nav-link{
    color: #fff;
}
.nav-tabs.nav-header .nav-link.active{
    color: var(--mid-blue);
}
/*Achizitii listare*/
.links-white a{
    color: #fff !important;
}
.breadcrumb{
    background: none;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid{
    border-color: #F40F02;
}

.input_group {
    padding: .2rem; 
}

.readonly_input:read-only {
    background-color: white;
    cursor: default;
}
.drop_button {
    background: transparent;
    border: none;
    padding: 10px;
}

.drop_button i {
    font-size: 25px;
    width: 100%;
    color: var(--light-blue);
}
.component-table.table tbody tr th,
.component-table.table tbody tr td{
    padding-top: 0;
    padding-bottom: 0;
}
.primary-component-mark{
    display: block;
    width: 10px;
    height: 30px;
    position: relative;
}
.primary-component-mark:before{
    width: 100%;
    height: 2px;
    background: #27aae2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    position: absolute;
}
.secondary-component-mark{
    display: block;
    width: 20px;
    height: 30px;
    position: relative;
}
.secondary-component-mark:before{
    width: 2px;
    height: 50%;
    background: #27aae2;
    right: 0;
    top: 0;
    content: " ";
    position: absolute;
}
.secondary-component-mark:after{
    width: 2px;
    height: 2px;
    background: #27aae2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    position: absolute;
}
.space-component-mark{
    display: block;
    width: 20px;
    height: 100%;
    margin-right: 20px;

}

/* new example: */

.tree-menu-2 ul {
  padding-left: 0px;
}

.tree-menu-2 ul li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  line-height: 2em;
}

.tree-menu-2 ul .tree-menu-2{
  position:relative;
}
.tree-menu-2 ul .tree-menu-2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 2px solid #27aae2;
  border-bottom: 2px solid #27aae2;
  border-radius: 0 0 0 0px;
  height: 100%;
}

.tree-menu-2 ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0px;
  border-top: 2px solid #27aae2;
  border-radius: 0px 0 0 0;
  width: 20px;
  height: 100%;
}

.tree-menu-2 ul .tree-menu-2:last-of-type:before {
  height: 1em;
}
.tree-menu-1st-example ul {
    padding-left: 0px;
  }
  
  .tree-menu-1st-example ul li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
    line-height: 2em;
  }
  
  .tree-menu-1st-example ul li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 2px solid #27aae2;
    border-bottom: 2px solid #27aae2;
    border-radius: 0 0 0 0px;
    height: 100%;
  }
  
  .tree-menu-1st-example ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    left: 0px;
    border-top: 2px solid #27aae2;
    border-radius: 0px 0 0 0;
    width: 20px;
    height: 100%;
  }
  
  .tree-menu-1st-example ul li:last-of-type:before {
    height: 1em;
  }
  
  /* new example: */
  
  .tree-menu-2 ul {
    padding-left: 15px;
  }
  
  .tree-menu-2 ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    line-height: 2em;
  }
  
  .tree-menu-2 ul .tree-menu-2{
    position:relative;
  }
  .tree-menu-2 ul .tree-menu-2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 2px solid #27aae2;
    border-bottom: 2px solid #27aae2;
    border-radius: 0 0 0 0px;
    height: 100%;
  }
  
  .tree-menu-2 ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    left: 0px;
    border-top: 2px solid #27aae2;
    border-radius: 0px 0 0 0;
    width: 20px;
    height: 100%;
  }
  
  .tree-menu-2 ul .tree-menu-2:last-of-type:before {
    height: 1em;
  }
  

.abso {
    transform: translateX(20px) translateY(16px);
}

.non-ul ul {
    padding-left: 0px!important;
}

.listing::before {
    border-bottom: none!important;
    border-right: none!important;
    display: none;
}

.listing:after {
    border-top: 2px solid #27aae200!important;
    display: none!important;
}

.listing {
    padding-left: 0px!important;
}

.font-full {
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 2.9px 0px 3.5px 7px;
    width: 100%;
    height: 35px;
}

.tb-head {
    background-color: transparent;
    display: flex;
    align-items: flex-end;
}
.tb-head p {
    color: var(--dark-blue);
    text-transform: uppercase;
    padding-right: 0.75rem;
    font-size: 13px;
    padding-left: 0.35rem;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    font-weight: 600;
}
.badge-circle{
    font-size: 10px;
    width: 1.1rem;
    height: 1.2rem;
}
.customsx {
    /* background-color: #f6f9fc; */
    border-radius: 5px;
}

.act_full {
    padding: 1px 0px 3px 0px!important;
}
.data-proiecte:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 75%;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    background: #2643e9;
}
.avatar-sm{
    font-size: 12px;
    width: 28px;
    height: 28px;
}
.avatar-group .avatar-sm.avatar{
    border: 1px solid #fff;
}
.card .avatar-sm{
    font-size: 9px;
    width: 22px;
    height: 22px;
}

.toggle_eye:hover {
    cursor: pointer;
    opacity: .8;
}
.card.special_card .row{
    margin-left: -5px;
    margin-right: -5px;
}
.card.special_card div[class^='col'], .card.special_card div[class*=' col']{
    padding-left: 5px;
    padding-right: 5px;
}
.card_pos {
    position: absolute;
    top: 0;
    display: none;
    width: 520px;   
    z-index: 999999999999999;
    transition: .3s all ease-in-out;
    border: none;
    border-radius: 30px;

}

.card_pos_hidden {
    display: flex;
    visibility: hidden;
}

.card_pos_right {
    right: 0;
}

.card_pos_left {
    left: 0;
}

.card_rel {
    position: relative;
    transition: .3s all ease-in-out;

}

.ck.ck-balloon-panel{
    z-index: 1051 !important;
}
@keyframes identifier {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.card_rel:hover .card_pos {
    display: flex;
    box-shadow: 0px 0px 65px #0000001f;
    animation-name: identifier;
    animation-duration: .5s;

}

.check_item {
    display:flex;
}

.toggle_eye_user:hover {
    cursor: pointer;
}
.list-group-item{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.icon_custom {
    background-color: transparent;

}

.icon_custom:hover {
    background-color: rgba(255, 255, 255, 0.411);
}

.minus_handler:hover {
    cursor:pointer;
}

.plus_handler:hover {
    cursor:pointer;
}

#contact_selector {
    display: none;
}

#plus_requirement {
    cursor: pointer;
}

.minus_requiement {
    cursor: pointer;
}
.document-name-container .delete-document{
    opacity: 0;
}
.document-name-container:hover .delete-document{
    opacity: 1;
    transition: 0.5s;
}
.float-right-button{
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
}
/* data tables */
.dataTables_filter{
    padding: 0.25rem 0.75rem;
}
/* end data tables */
/* pagination */
.page-link{
    color: var(--light-blue);
    font-size: 14px;
}
.active>.page-link, .page-link.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
div.dataTables_wrapper div.dataTables_info{
    padding: 0.75rem 0 0.25rem 0.75rem;
}
.dataTables_paginate{
    padding-right: 0.75rem;
}
/* end pagination */
/* list-group */
.list-group-item:first-child, .card > .list-group:first-child .list-group-item:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item {
    border-left: none;
    border-right: none;
}
/* end list-group */
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1200px;
    }
}
@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md .navbar-brand-img {
        max-height: 100px;
    }
    .pt-md-8, .py-md-8 {
        padding-top: 5rem !important;
    }
    .pb-8, .py-8 {
        padding-bottom: 5rem !important;
    }
}
@media (max-width: 1500px) and (min-width: 768px){
    #sidenav-main{
        left: auto;
        right: 100%;
    }
    .product_menu_toggler{
        display: inline-block;
    }
    .navbar-vertical.navbar-expand-md.fixed-left + .main-content{
        margin-left: 0;
    }
}
@media (max-width: 768px){
    .menu-collapse-button{
        display: block;
        float: left;
    }
    .filters_collapse{
        display: none;
    }
    .close_button{
        display: block;
        font-size: 25px;
    }
    .navbar-collapse {
        top: 30px;
        width: 100%;
        margin: 0;
    }
}

.invalid-input {
    border-color: #dc3545;
}

.selectize-dropdown {
    padding: 10px!important;
}

.order_line_tr:focus {
    background-color: #4a5d1c30;
}

/* FAB Button */


#floating-button {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background:#272264;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: .3s all ease-in-out;
}

.plus {
    color: white;
	position: absolute;
	top: 0;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 55px;
	font-size: 38px;
	font-family: 'Roboto';
	font-weight: 300;
	animation: plus-out 0.3s;
	transition: all 0.3s;
}

#container-floating {
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 30px;
	right: 30px;
	z-index: 99;
}

#container-floating:hover {
	height: 400px;
	width: 90px;
	padding: 30px;
}

#container-floating:hover .plus {
	animation: plus-in 0.15s linear;
	animation-fill-mode: forwards;
}

.edit {
	position: absolute;
	top: 0;
	display: block;
	bottom: 0;
	left: 0;
	display: block;
	right: 0;
	padding: 0;
	opacity: 0;
	margin: auto;
	line-height: 65px;
	transform: rotateZ(-70deg);
	transition: all 0.3s;
	animation: edit-out 0.3s;
}

#container-floating:hover .edit {
	animation: edit-in 0.2s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
}

#container-floating:hover #floating-button {
    background-color: #272264;
}


@keyframes edit-in {
	from {
		opacity: 0;
		transform: rotateZ(-70deg);
	}

	to {
		opacity: 1;
		transform: rotateZ(0deg);
	}
}

@keyframes edit-out {
	from {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	to {
		opacity: 0;
		transform: rotateZ(-70deg);
	}
}

@keyframes plus-in {
	from {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	to {
		opacity: 0;
		transform: rotateZ(180deg);
	}
}

@keyframes plus-out {
	from {
		opacity: 0;
		transform: rotateZ(180deg);
	}

	to {
		opacity: 1;
		transform: rotateZ(0deg);
	}
}

.nds {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: fixed;
	z-index: 99;
	transform: scale(0);
	cursor: pointer;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
}

.nd1 {
	background: white;
	right: 40px;
	bottom: 120px;
	animation-delay: 0.2s;
	animation: bounce-out-nds 0.3s linear;
	animation-fill-mode: forwards;
}

.nd1 i {
    font-size: 1.2rem;
    color: #272264;
}

.nd3 {
	background: #3c80f6;
	right: 40px;
	bottom: 180px;
	animation-delay: 0.15s;
	animation: bounce-out-nds 0.15s linear;
	animation-fill-mode: forwards;
}

.nd4 {
	background: #ba68c8;
	right: 40px;
	bottom: 240px;
	animation-delay: 0.1s;
	animation: bounce-out-nds 0.1s linear;
	animation-fill-mode: forwards;
}

@keyframes bounce-nds {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes bounce-out-nds {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0);
	}
}

#container-floating:hover .nds {
	animation: bounce-nds 0.1s linear;
	animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
	animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
	animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
	animation-delay: 0.2s;
}

.letter {
	font-size: 23px;
	font-family: 'Roboto';
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 40px;
}
    
.reminder {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	line-height: 40px;
}

.profile {
	border-radius: 50%;
	width: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}


.max-selector .selectize-input {
    max-width: 425px !important;
}

.max-selector .selectize-control {
    max-width: 425px !important;
}

.rawtree .jstree-ocl {
    display: none!important;
    background: none;
}

.rawtree .jstree-node {
    margin-left: 0!important;
    background: none;
}

.rawtree .jstree-icon {
    display: none;
}

.rawtree .jstree-hovered {
    background: transparent!important;
}

.rawtree .jstree-ocl {
    pointer-events: none!important;
}

#tree_complete .jstree-ocl {
    pointer-events: none!important;
    background-position: -64px 0px;
}

.jstree-node i {
    font-size: 12px;
}

.column_in {
    height: 43px;
}

.table-div {
    margin: auto;
}

.table-div .col-1, .table-div .col-2, .table-div .col-3, .table-div .col {
    padding: 0px;
    border: .5px solid #dee2e6;
}

.table-div .col-1 .column_in:first-of-type {
    font-weight: 500;
    height: 40px;
}

.table-div .col-2 .column_in:first-of-type {
    font-weight: 500;
    height: 40px;
}

.table-div .col-3 .column_in:first-of-type {
    font-weight: 500;
    height: 40px;
}

.table-div .col .column_in:first-of-type {
    font-weight: 500;
    height: 40px;
}


.column_in {
    padding: 5px;
    border-bottom: .5px solid #dee2e6;

}

.table-responsive {
    min-height: 300px!important;
}

.modal .table-responsive {
    min-height: 0px!important;   
}

.page-item:not(:first-child) .page-link {
    z-index: 0;     
}

.dtfc-fixed-right {
    z-index: 0!important;
    text-align: right;
    background-color: white;
    /* position: unset!important; */
}

.dropDownClass {
    z-index: 1!important;
}

th .sortable,
th .reset-filters{
    cursor: pointer;
}
th span {
    white-space: nowrap;
}
.clear-filter-btn {
    position: absolute; /* Or use flexbox for positioning */
    right: 5px;         /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 12px; /* Adjust size as needed */
    display: none;
}
.bootstrap-table-custom-filter-container:hover .clear-filter-btn{
    display: block;
}