@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

/*===========================
    01.Common css
===========================*/

/* width */
::-webkit-scrollbar {
    width: 0.3rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #ffba33;
    border-radius: 0.6rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #ffba33;
}

html {
    scroll-behavior: smooth;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100% !important;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* .toggle-icon-spedizioni{
    bottom: 10px;
     right: 10px;
} */

.deals {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 39px;
    color: white;
    background-color: #2d8647;
    border-radius: 4px 0px 0px 4px;
    margin-left: 10px;
}

.deals:hover {
 color: white !important;
 background-color: #2d8647 !important;
 border-color: #2d8647 !important;
}

.mobile-header{
    display:none;
}
.deal-icon {
    font-size: 20px;
}

.carrot-down-box:hover {
    color: black;
}


.response_icone{
    width:25px !important;
}
.carrot-down-box {
    cursor: pointer;
    height: 37px;
    background-color: #2d8647;
    border-radius: 0px 4px 4px 0px;
    margin-left: 1px;
    margin-top: 1px;
    width: 30px;
    padding-top: 4px;
    padding-left: 2px;
    font-size: 20px;
    color: white;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100% !important;
    transition: ease 0.1s;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color: #e1e1e1 !important;
    color: #555353;
    font-family: "Open Sans", sans-serif;
    direction: ltr;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.modal {
    --bs-modal-zindex: 99999999999999 !important;
}

.bg-light-blue {
    background-color: #00b0f1 !important;
}

.bg-gray {
    background-color: #f8f9fa;
}

.bg-dark {
    background: #181818 !important;
}

.bg-blue {
    background: #000000 !important;
}

.badge {
    border-radius: 0.25rem;
}

.btn {
    border-radius: 0.25rem;
}

.btn-info {
    background-color: #4fb8c9;
    border-color: #4fb8c9;
    color: white;
}

.modal-content {
    border-radius: 0.3rem;
}

.modal-header .btn-close:focus {
    outline: 0;
    box-shadow: none !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

a {
    text-decoration: none;
}

/* #create_shipping_centri_span span {
    width: 100% !important;
} */

ul.nav.nav-tabs {
    /*text-align: center !important;*/
}


table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {

    cursor: default !important;

}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after
{
    opacity: 0.5 !important;
      display: none !important;

}

.green-class {
    width: 45% !important;
    margin: auto;
}

.grey-class {
    width: 45% !important;
}

.step-app > .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    border-radius: 3px 3px 0 0 !important;
    overflow: hidden !important;
}

.step-app > .step-steps > li {
    background-color: #e5e5e5 !important;
}

.step-app > .step-steps > li.active {
    /*background-color: #32c5d2 !important;*/
    color: #fff;
}

.step-app > .nav-tabs > li.active {
    background-color: #32c5d2 !important;
    color: #fff !important;
}

/*shaukat-css*/
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.piano .select2-container .select2-selection--multiple{

    min-height: 28px !important;
}
.piano ⁣.select2-container--default .select2-selection--multiple{

    padding-bottom: 0px !important;
}

#select2-Piano-container .select2-selection__choice {
    margin: 4px 0 0px 3px!important;
}

#custom-suggestion-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px); /* Adjust as needed */
    left: 0;
    width: calc(100% - 2px); /* Adjust as needed */
    max-height: 200px; /* Adjust as needed */
    overflow-y: auto;
    z-index: 999;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.custom-suggestion {
    padding: 8px 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-suggestion:hover {
    background-color: #f0f0f0;
}
.custom-dropdown {
    position: relative;
}

.custom-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
}

.custom-dropdown .dropdown-menu li {
    padding: 5px 10px;
    cursor: pointer;
}

.custom-dropdown .dropdown-menu li:hover {
    background-color: #f0f0f0;
}

.input-price-fixed{
    position: relative;
}
.input-price-fixed .unit {
    position: absolute;
    display: flex;
    align-self: center;
    align-items: center;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    color: #219cd8;
}

.input-price-fixed .unittype {
    position: absolute;
    display: flex;
    align-self: center;
    align-items: center;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    color: #219cd8;
}




.suggestion:hover {
    background-color: #f0f0f0;
}
/* .piano .resume-box{
    padding: 0px !important;
} */
.step-app > .nav-tabs > li.active span {
    background-color: #000000!important;
}

.d-none {
    display: none !important;
}

.btn-outline-green {
    color: #219cd8;
    border-color: #219cd8;
    font-size: 14px;
}

.btn-outline-green:hover {
    color: white !important;
    border-color: #000000!important;
    background-color: #000000!important;
}

.btn-green {
    color: white !important;
    border-color: #000000!important;
    background-color: #000000!important;
    font-size: 14px;
}

.btn-warning {
    font-size: 14px;
}

.btn-outline-green:disabled {
    color: #219cd8;
    background-color: transparent;
    border-color: #219cd8;
    opacity: 0.65;
}

.bg-light {
    background-color: #eeeeee !important;
}

.container {
    max-width: 95% !important;
}

.FileFolderActive{
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    box-shadow: inset 0px 0px 25px #0000004d;
}

/*===========================
    02.Index page css
===========================*/

.m-link:hover {
    color: #000000 !important;
}

.top-header {
    background: none !important;
    background-color: #000000 !important;
}

.searchbar {
    background-color: #ffffff;
    border-radius: 5px 0px 0px 5px !important;
}

.searchbar-button-icon {
    cursor: pointer;
    background-color: transparent !important;
    border-style: none !important;
    align: center !important;
    width: 100% !important;
    color: #ffffff;
    font-weight: bold;
    font-size: 125%;
    text-align: center;
    padding: 0rem 1.1rem;
    
}

.searchbar-button {
    display: table-cell;
    background-color: #000000!important;
    border-radius: 0px 5px 5px 0px !important;
    align: center !important;
    width: fit-content !important;
    /* box-shadow: 0px 0px 10px 9px rgb(253 253 253 / 30%); */
    /* box-shadow:  0px 2px 8px 0px; */
    box-shadow:  0px 0px 15px rgba(255, 255, 255, 0.35) ;
}

.form-control {
    border: 1px solid #000000!important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000000!important;
}

.searchbar.form-control:focus {
    background-color: #000000!important;
}

.form-control::-webkit-input-placeholder {
    color: #000000!important;
}

.user-container > .dropdown > .dropdown-toggle::after {
    display: none;
}

.text-muted {
    color: #8c9db5 !important;
}

.sidebar {
    background: white;
}

.sidebar .menu-list {
    list-style: none;
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    width: 100% !important;
}

.sidebar .menu-list > li > .m-link {
    color: #555353;
    display: flex;
    align-items: center;
    padding: 1rem !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 100;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main {
    background-color: #e1e1e1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

table {
    caption-side: top;
    border-collapse: collapse;
    width: 100%;
}

caption {
    font-size: 16.8px;
    color: white !important;
    text-align: center;
    font-weight: bold;
}

.column-1 {
    vertical-align: top !important;
    width: 185px;
}

.column-2 {
    width: 35px;
}

.column-3 {
    vertical-align: top !important;
}

.column-header {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.btn.btn-outline-danger {
    color: #fc5a69;
    border-color: #fc5a69;
    border-radius: 0.25rem;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
}

.btn.btn-outline-danger:hover {
    color: white;
    border-color: #fc5a69;
    border-radius: 0.25rem;
    font-weight: bold;
    width: 100%;
    background-color: #fc5a69;
    font-size: 14px;
}

.list-group-item {
    background-color: #ffffff;
    border-color: #f0f0f0;
    color: #555353;
}

.form-check-input:checked {
    background-color: #219cd8;
    border-color: #219cd8;
}

.btn.btn-primary {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 100000000000 !important;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item button {
    background-color: transparent;
    border: none;
}

.dropdown-menu > li > .dropdown-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.tab-content {
    width: 100%;
}

.table tr th {
    border-bottom: 2px solid black;
    padding: 0.6rem 0.6rem;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
}

.table tr td {
    border-color: #f0f0f0;
    padding: 0.8rem 0.6rem;
    color: #555353;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa !important;
    border-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0;
}

.btn.show {
    background-color: transparent;
    border-color: transparent !important;
}

.bg-red {
    background-color: #dc3545 !important;
}

.bg-orange {
    background-color: #ffa500 !important;
}
.bg-primary {
    background-color: #ffc107 !important;
}

.bg-green {
    background-color: #000000!important;
}

.bg-dark-green {
    background-color: #198754 !important;
}

.color-blue {
    color: #000000 !important;
}

.color-green {
    color: #000000!important;
}

.badge-tag {
    color: black;
    background-color: #e9ecef !important;
    font-weight: 600;
}

.badge-tag:focus {
    background-color: #000000 !important;
    color: white !important;
}

/*===========================
    03.User-list page css
===========================*/

.userList-page-table > table > tbody > tr > td {
    vertical-align: middle;
}

.userData div .form-control {
    border-color: #f0f0f0;
}

.userData div .form-control:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: white;
    border-color: #219cd8;
    color: black;
}

.btn-success {
    background-color: #4dca88;
    border-color: #4dca88;
    font-size: 14px;
}

.btn.btn-danger {
    background-color: #fc5a69;
    border-color: #fc5a69;
    /* font-size: 14px; */
}

.btn-secondary {
    font-size: 14px;
}

.btn-link,
.btn-link:focus,
.btn-link:hover {
    border: none !important;
    outline: none !important;
}

/*===========================
    04.User-registration page css
===========================*/

.main-bg {
    background-color: #f4f7f6 !important;
    overflow-y: auto;
    height: 100% !important;
}

.user-registration div .form-control {
    border-color: #f0f0f0;
    font-size: 14px;
}

.user-registration div .form-control:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

.btn-outline-primary {
    font-size: 14px;
}

.card {
    border-color: #f0f0f0;
}

/*===========================
    05.Site-registration page css
===========================*/

.site-registration .form-control {
    border-color: #f0f0f0;
    font-size: 14px;
}

.site-registration .form-control:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

.site-registration .input-group-text {
    border-color: #f0f0f0 !important;
}

.site-registration .step-btn {
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.site-registration input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.site-registration input[type="number"] {
    -moz-appearance: textfield;
}

.step-app > .nav-tabs > li.active {
    background-color: transparent;
    color: #000000;
}

.step-app > .nav-tabs > li {
    /*background-color: #e5e5e5;*/
    color: #333;
    padding: 14px;
    margin-right: 24px;
    cursor: pointer;
}

.grey-class {
    background-color: #e5e5e5 !important;
    color: #333;
    padding: 14px;
    margin-right: 24px;
    cursor: pointer;
}

.green-class {
    background-color: #e5e5e5;
    color: #333;
    padding: 14px;
    margin-right: 24px;
    cursor: pointer;
}

.nav-tabs .nav-link {
    border-radius: 0 !important;
}

.step-app > .nav-tabs > li span {
    background-color: #bdbdbd;
    color: white;
    padding: 6px 12px;
    border-radius: 0.25rem;
    margin: 10px;
}

.step-app > .nav-tabs > li p {
    font-size: 18px;
}

.step-app > .nav-tabs > li.active span {
    background-color: #000000;
    color: white;
}

.step-app > .nav-tabs > li.completed span {
    background-color: #198754;
    color: white;
}

.step-app > .nav-tabs > li.completed p {
    color: #198754;
}

.site-registration .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.nav-tabs {
    --bs-nav-tabs-border-color: transparent;
}

.site-registration hr {
    border-top: 1px solid #b9acac;
}

/*===========================
    Modal Invite Via Email
===========================*/

.send-email .form-control {
    border-color: #f0f0f0;
    font-size: 14px;
}

.send-email .form-control:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: white;
    border-color: #219cd8;
    color: black;
}

/*===========================
    Site Detail Page
===========================*/

.site-detail-card {
    border-radius: 0;
    border-color: transparent;
}

.resume-box {
    margin: 0;
    padding: 30px 0px;
    list-style: none;
}

.resume-box .icon {
    color: #219cd8;
    background: white;
    position: absolute;
    border: 1px dashed;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    line-height: 40px;
    z-index: 1;
    border-radius: 50%;
}

.resume-box li {
    position: relative;
    padding: 0 20px 0 60px;
    margin: 0 0 30px;
}

.resume-box input {
    outline: none;
    border: none;
    color: #555353;
}

.resume-box select {
    outline: none;
    border: none;
    color: #555353;
    font-size: 14px;
}

.resume-box .form-check-input {
    background-color: #eeeeee !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.resume-box .form-check-input:checked {
    background-color: #000000!important;
    border-color: #000000!important;
}

.resume-box li:after {
    content: "";
    position: absolute;
    border-left: 1px dashed #219cd8;
    top: 0px;
    left: 20px;
    bottom: 0;
}

.site-detail-card .table-borderless {
    border-collapse: separate !important;
    border-spacing: 0 5px !important;
}

.table-borderless tr td:last-child,
.table-borderless tr th:last-child {
    border-radius: 0 0.25rem 0.25rem 0;
}

.table-borderless tr td:first-child,
.table-borderless tr th:first-child {
    border-radius: 0.25rem 0 0 0.25rem;
}

.site-detail-card .table-borderless tbody tr:hover {
    opacity: 1 !important;
}

.site-detail-card .table-borderless tbody tr {
    background: white;
    opacity: 0.8 !important;
}

.site-detail-card .table-borderless tr th {
    border-bottom: none !important;
}

.site-detail-card .table-borderless tr td {
    vertical-align: middle;
    white-space: nowrap;
    border-right: 0;
    border-left: 1px solid #f0f0f0;
    color: black !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.site-detail-card .table-borderless tr td:first-child {
    border-left: 0 !important;
}

.site-detail-card select {
    border: 1px solid #fafafa !important;
    border-radius: 3px;
}

.site-detail-card select:focus {
    border: 1px solid black !important;
}

.site-detail-card .card-header {
    border-radius: 0;
    border: none !important;
}

.note .form-control {
    border-color: #f0f0f0;
    font-size: 14px;
}

.note .form-control:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: #ffffff;
    border-color: #219cd8;
    color: #219cd8;
}

.note .border-top {
    border-color: #8c9db5 !important;
}

.site-detail-menu li {
    padding-left: 8px;
    padding-right: 8px;
}

.w-42 {
    width: 42px;
}

.w-70 {
    width: 70px;
}

.w-105 {
    width: 105px;
}

.w-140 {
    width: 140px !important;
}

.w-125 {
    width: 125px !important;
}

.w-200 {
    width: 200px !important;
}

.w-230 {
    width: 230px;
}

.w-250 {
    width: 250px;
}

.w-280 {
    width: 280px;
}

.w-300 {
    width: 300px;
}

.w-fit-content {
    width: fit-content !important;
}

.ms-52 {
    margin-left: 52px !important;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before {
    left: 80% !important;
}

.material-list-table select {
    border-color: transparent !important;
    display: flex;
    justify-content: center;
    padding-right: 15px !important;
}

.material-list-table select:focus {
    border-color: transparent !important;
}

.material-list-table .form-control {
    border: 1px solid #b7adad !important;
    font-size: 14px;
    color: black;
}

.material-list-table .form-control:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: white;
    border-color: #000000!important;
    color: black;
}

.toggleOn {
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 15px;
    background-color: #219cd8;
    height: 21px;
    width: 40px;
    padding: 0 3px;
    color: #219cd8;
    border: none;
    outline: none;
}

.toggleOff {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    background-color: red;
    height: 21px;
    width: 40px;
    padding: 0 0 0 3px;
    color: red;
    border: none;
    outline: none;
}

.toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    height: 15px;
    width: 15px;
}

.toggle-icon .fa {
    font-size: 11px !important;
}

.assistance-page-table input {
    outline: none;
    border: none;
    color: #555353;
}

.stato-page-table tr td,
.document-table tr td {
    vertical-align: middle !important;
}

.stato-page-table select {
    font-weight: 500;
    font-size: 14px;
}

.stato-page-table input:focus,
.stato-page-table select:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.stato-page-table input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none !important;
    display: none !important;
}

.document-page-header .form-control,
.image-page .form-control {
    border-color: #f0f0f0;
    font-size: 14px;
}

.document-page-header .form-control:focus,
.image-page .form-control:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: white;
    border-color: #219cd8;
    color: black;
}

.document-page-header a {
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.document-table button {
    font-size: 14px !important;
    display: flex;
    align-items: baseline;
    text-align: left;
}

.document-table input {
    font-size: 14px !important;
    border-color: #f0f0f0;
}

.site-detail-menu .dropdown-item:hover {
    background-color: rgba(126, 185, 63, 0.15);
    color: #219cd8;
    cursor: pointer;
}

.site-detail-menu .active {
    background-color: white !important;
    border-radius: 5px !important;
    color: black !important;
}

.site-detail-menu .nav-link {
    color: #000000;
    z-index: 100 !important;
}

.site-detail-menu li {
    cursor: pointer;
}

.tabpanel:not(:target):not(.visible) {
    display: none;
}

.gallery-img {
    height: 110px;
    width: 100%;
}

.img-dropdown-toggle::after {
    display: none;
}

.img-dropdown-toggle:focus {
    outline: transparent;
    border: transparent;
}

.demo-gallery > ul > li {
    float: left !important;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 210px;
}

.img-check {
    position: relative;
    top: 1.6rem;
    left: 10rem;
    border: none !important;
    outline: none !important;
    transform: scale(1.2);
}

/*===========================
    Modal-1
===========================*/

.modal1-content .form-select {
    outline: none;
    border: 1px solid #000000!important;
    width: 100% !important;
    border-radius: 5px;
    padding: 10px;
    text-align: left !important;
    font-size: 14px;
    color: black;
}

.modal1-content .form-select:focus {
    border-color: #000000!important;
    outline: none;
    box-shadow: none !important;
}

.modal1-content .form-control {
    outline: none;
    border: 1px solid #000000!important;
    width: 100% !important;
    border-radius: 5px;
    padding: 10px;
    text-align: left !important;
    font-size: 14px;
    color: black;
}

/*===========================
    Modal-2
===========================*/

.modal2-content .form-control {
    border-color: #f0f0f0;
    font-size: 14px;
}

.modal2-content .form-control:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: white;
    border-color: #219cd8;
    color: black;
}

/*===========================
   Toggle Modal
===========================*/

.alert-img {
    width: 96px;
    height: 96px;
    padding: 0;
}

.f-13 {
    font-size: 13px !important;
}

.f-17 {
    font-size: 17px !important;
}



/*===========================
   condomini-popup
===========================*/

#condomini-popup .btn-link {
    border: 1px solid #ccc;
    font-size: 14px;
    text-decoration: none;
}

#condomini-popup .btn-link1 {
    border: 1px solid #ccc;
    font-size: 14px;
    text-decoration: none;
}

#condomini-popup .btn-link1:focus {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

/*===========================
   LogIn Page
===========================*/

.body-log_in {
    overflow-y: auto;
    height: 100% !important;
    background: #000000 !important;
}

.hero {
    margin: 0;
    padding: 5em 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    background: #000000 !important;
}

.LogIn-block {
    background: white;
    border-radius: 0.25rem;
}

.LogIn-block p {
    text-align: center;
    padding: 20px 0 10px 0;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}

.LogIn-block .email {
    display: flex;
    padding-left: 20px;
    width: 73%;
    height: 50px;
    margin: auto;
    border: 1px solid #000000;
    border-radius: 0.25rem;
}

.LogIn-block .password {
    display: flex;
    padding-left: 20px;
    width: 73%;
    height: 50px;
    margin: auto;
    border: 1px solid #000000;
    margin-top: -20px;
    border-radius: 0.25rem;
}

.LogIn-block .email:focus,
.LogIn-block .password:focus {
    outline: none;
}

.LogIn-block .email::placeholder,
.LogIn-block .password::placeholder {
    color: #000000;
}

.LogIn-block .button {
    margin: auto;
    font-size: 1.6em;
    display: flex;
    width: 73%;
    height: 50px;
    background-color: #000000;
    color: white;
    font-weight: bold;
    border: 1px solid #000000;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    cursor: pointer;
}

.LogIn-block .button:hover {
    background-color: white;
    color: #000000;
    transition: 0.3s;
}

/*===========================
       Calender Page
===========================*/

.calender .btn-light {
    font-size: 14px;
    font-weight: 400;
    border-radius: 0.25rem;
}

.calender .dropdown-toggle::after {
    display: none;
}

/*===========================
      popup-assistenze
===========================*/

.popup-assistenze input {
    font-size: 14px;
}

.popup-assistenze input:focus {
    box-shadow: 0 0 10px rgb(25 24 24 / 15%);
    background-color: white;
    border-color: #219cd8;
    color: black;
}

.popup-assistenze input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none !important;
    display: none !important;
}

.unit {
    position: absolute;
    display: flex;
    align-self: center;
    align-items: center;
    right: 5%;
    top: 67%;
    font-weight: bold;
    color: #219cd8;
}

#btn-Address,
#btnTelephone {
    pointer-events: initial;
}

.toast-success {
    background-color: #000000 !important;
}

.toast-message {
    justify-content: center;
    display: flex;
    color: #f0f0f0 !important;
}

@media only screen and (max-width: 767px) {
    .dropdown-submenu .dropdown-menu {
        left: 0; /* Change this line */
        right: auto;
    }
    .hideInMobile {
        display: none !important;
    }

    .sidebar .menu-list > li:last-child > a {
        display: flex;
        justify-content: end;
    }

    .sidebar .menu-list > li:nth-child(2) > a {
        display: flex;
        justify-content: center;
    }

    .space {
        width: 100px;
    }

    .unit {
        right: 8%;
        top: 75%;
    }
    .showInMobile {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) {
    .step-app > .nav-tabs > li {
        margin-right: 14px !important;
    }

    .user-container {
        width: 13% !important;
        height: auto;
    }

    .logo-container {
        width: 20% !important;
        height: auto;
    }
    .logo-container-spedizi {
        width: 15% !important;
        height: auto;
    }
    /* .searchbar-container {
        width: 67% !important;
        height: auto;
    } */

    .container {
        padding: 0;
    }

    .hideInDesktop {
        display: none;
    }

    #btn-Address,
    #btnTelephone {
        pointer-events: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hideInTablet {
        display: none !important;
    }

    .space {
        width: 130px;
    }

    .unit {
        right: 8%;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .space {
        width: 200px;
    }
}

@media only screen and (min-width: 1200px) {
    .sidebar .menu-list > li {
        flex-grow: 1;
        border-left: 1px solid rgba(25, 24, 24, 0.08);
    }

    .sidebar .menu-list > li:last-child {
        border-right: 1px solid rgba(25, 24, 24, 0.08);
    }

    .space {
        width: 250px;
    }
}

/* shaukat-css */

svg.w-5.h-5 {
    width: 5%;
    color: #000000;
}

.flex.justify-between.flex-1.sm\:hidden {
    margin-bottom: 18px;
}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    color: #000000;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.mobileShowPhone {
    display: none;
}

.mobileHidePhone {
    display: block;
}

#top-header {
    padding-bottom: 1.5rem !important;
}

#top-header-spedizi{
    padding-bottom: 0.2rem !important; 
}

@media (max-width: 450px) {
    #top-header {
        padding-bottom: 0rem !important;
    }
    #top-header-spedizi{
        padding-bottom: 0rem !important; 
    }

    .con_name_mob {
        width: 150px;
    }

    .site-detail-card {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 576px) {
    .mobileShowPhone {
        display: block;
    }

    .mobileHidePhone {
        display: none;
    }
}

@media only screen and (min-width: 620px) {
    .table-responsive {
        overflow-x: hidden;
    }
}

.iti__flag-box {
    display: none !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0px !important;
}

.iti__flag {
    display: none !important;
}

.iti {
    display: block !important;
}
/* .mycustoomwidthh{
    width: 200px ;
    color: red;
} */
textarea.bg-gray.form-control.mb-0.mycustoomwidthh.note {
    width: 150px;
}

.select2-selection {
    background: #fafafa !important;
}

.footer_main {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.footer_text {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    margin-top: 20px;
    height: 34px;
}

@media (min-width: 1600px) {
    a,
    p,
    h6,
    strong,
    span button,
    .nav-link,
    td,
    input,
    label {
        font-size: 14px !important;
    }

    th {
        font-size: 15px !important;
    }
}

@media (max-width: 370px) {
    .nome_td {
        width: 150px !important;
        text-wrap: wrap !important;
    }
}
@media (max-width: 440px) {
    .Lavori_select {
        width: 180px !important;
    }
    .immobile_Via {
        width: 190px !important;
    }
}

@media (max-width: 768px) {
    .material-list-table {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        display: inline-block;
    }
    .showInMobile {
        display: inline-block !important;
    }

    .footer_logo img {
        height: 28px;
        margin-top: 16px;
    }
    .footer_text {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .material-list-table {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        display: inline-block;
    }
    /* .imprese_btn{
        padding: 4px;
    } */
}
@media (max-width: 900px) {
    .imprese_btn {
        padding: 4px;
    }
}

.reset-form {
    padding-left: 30px;
    padding-right: 30px;
}

.reset-input {
    height: 50px !important;
}

@media (min-width: 1044px) {
    .reset-button {
        height: 50px;
        width: inherit;
    }
}

@media (min-width: 430px) and (max-width: 991px) {
    .reset-button {
        height: 50px;
        width: inherit;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .searchbar-container {
        width: 47% !important;
        height: auto;
    }
    .user-container {
        width: 30% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1336px) {
    .searchbar-container {
        width: 55% !important;
        height: auto;
    }
    .user-container {
        width: 23% !important;
    }
}

@media (min-width: 1337px) {
    .searchbar-container {
        width: 63% !important;
        height: auto;
    }
}

.navbar-dropdown-menu {
    min-width: 200px;
}

.document-table input {
    width: 200px;
}
@media (min-width: 1337px) {
    .searchbar-container {
        width: 63% !important;
        height: auto;
    }
}
@media screen and (max-width: 620px) {
    .desktop-header{
        display:none;
    }
    .mobile-header{
        display:block;
    }
    .mobile-header-flex {
        display: flex;
        width: 100%;
        padding-top: 10px;
        /* padding-bottom: 10px;
        padding-left: 10px; */
    }   
    .mobile-logo-area{
        width:40%;
    }
    .mobile-user-area{
        width:60%;
    }
    .mobile-logo {
        width: 70%;
        margin-left: 15px;
    }
    .mobile-header {
        background: #000000;
    }
    /* .toggle-icon-spedizioni{
        bottom: 0px !important;
         right: 0px !important;
    } */
}