.main-header .logo .logo-lg {
    line-height: 60px;
    display: inline-block;
}

.input-group-div {
    display: flex;
}

.swal-invoice-wide {
  width: 1100px !important;
  overflow-x: hidden;
}

.swal-invoice-wide .swal2-html-container {
  overflow-x: hidden;
}

[data-role="invoice-modal"] {
  padding-bottom: 30px;
}

.swal-invoice-wide .swal2-actions {
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  bottom: 0;
}

.input-group-div span {
    border-left: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    min-width: 50px;
    background-color: #efefef;
}


.bg-ultra-blue {
  background-color: #caf8ff !important;
  color: #000000;
}

.copy {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    top: 130px;
    transform: translateX(-50%);
    z-index: 9999;
    background: #fedb3b;
    padding: 2px 10px;
    transition: .4s;
}

.copied {
  opacity: 1;
  visibility: visible;
  top: 140px;
}

.main-header .logo .logo-lg .light-logo svg {
    height: 48px;
}

.btn-primary{
    background-color: #4d7bc9;
    border-color:#4d7bc9;
}

.modal{
    z-index: 1041;
}

/* SM SECOND START */
.sm-second{
    background-color: #fff !important;
    box-shadow: 0px 0px 4px 0px rgb(19 23 38 / 5%);
    z-index: 1;
}

@media(max-width:765px){
    .sm-second .nav-link{
        padding: 15px 15px !important;
    }
}
/* SM SECOND END */


/* CUSTOM TAB START */
.custom-tab{
    margin-top: 20px;
    box-shadow: 0px 0px 7px 0px rgb(19 23 38 / 5%);
}

.custom-tab .custom-tab-sidebar{
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    position: relative;
}

.custom-tab .load-more{
    /* position: absolute; */
    /* margin: 0; */
    /* bottom: 0; */
    margin-top: 0;
    box-shadow: 0 0rem 0.4rem rgb(0 0 0 / 15%);
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list{
    max-height: calc(100vh - 249px);
    overflow-y: auto;
    position: relative;
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list-item{
    position: relative;
    color: rgb(87, 87, 87);
    border: 1px solid transparent;
    border-bottom-color: #e5e5e5;
    width: 100%;
    display: block;
    padding: 13px 13px 13px 20px;
    transition:.4s;
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list-item .btn-group{
    position: absolute;
    right: 12px;
    top: 10px;
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list-item.unread::before{
    position: absolute;
    content: '';
    left: 0;
    top:0;
    height: 100%;
    width: 4px;
    background-color: #4d7bc9;
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list-item.unread span{
    color: #4d7bc9;
    font-weight: bold;
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list-item.current{
    border-color: #4d7bc9;
    background-color: #d8e6ff65;
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list-item:hover{
    background-color: #d8e6ff65;
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list-item h6{
    margin-bottom: 3px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.custom-tab .custom-tab-sidebar .custom-tab-sidebar-list-item span{
    text-transform: uppercase;
    font-size: 12px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* fallback */
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}


.custom-tab .custom-tab-main{
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: auto;
    background-color: #fff;
    padding: 15px;
    position: relative;
}

.custom-tab .custom-tab-main table{
    background-color: #f9f9f9;
}

.custom-tab .table-mini-title{
    font-weight: 600;
}

.custom-tab .custom-tab-main.loading::before,
.custom-tab .custom-tab-sidebar.loading::before{
    position: absolute;
    content: '';
    background-color: #ffffffdb;
    background-image: url("/assets/globals/image/gif/mini-loading.gif");
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 20px;
    z-index: 1;
}

.custom-tab .custom-tab-main.loading,
.custom-tab .custom-tab-sidebar.loading{
    padding-right: 5px;
    overflow-y: hidden;
}

.custom-tab .custom-tab-main table td,
.custom-tab .custom-tab-main table th{
    padding-top: 0;
    padding-bottom: 0;
}

.custom-tab .custom-tab-main table th{
    text-transform: uppercase;
}

.custom-tab .custom-tab-sidebar-list::-webkit-scrollbar {
    width: 10px;
}
/* CUSTOM TAB START */


.mini-searchbox .custom-checkbox label:before{
    margin: 0;
    height: 33.5px;
    width: 33.5px;
    border-radius: 0 3px 3px 0;
    border-left: none;
}

.mini-searchbox .custom-checkbox input:checked+label:after{
    top: 6px;
    left: 14px;
}

.mini-searchbox input{
    border-radius: 3px 0 0 3px;
}

/* Warning bar start */
.warning-bar {
    background-color: #fd9800;
    z-index: 999;
    width: 100%;
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .warning-bar p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
  }

  @media (max-width: 991.9px) {
    .warning-bar p {
        font-size: 13px;
    }
  }

  .warning-bar i {
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
  }

  .warning-bar button {
    height: 30px;
    color: #c3ab31;
    border: none;
    height: 30px;
    width: max-content;
    padding: 0 10px;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    border-radius: 6px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    background-color: #fff;
  }

  .warning-bar button:hover {
    background: #f1edd6;
  }

  .warning-bar button p,
  .warning-bar button i{
    color: #fd9800;
  }

  @media (max-width: 991.9px) {
    .warning-bar button p {
        font-size: 10px;
    }
  }
  /* Warning bar end */


.cs_background_red {
	background-color: #f9e3e3 !important;
}

.cs_background_red:nth-child(2n+1) > td, .cs_background_red:nth-child(2n+1) > th {
		background-color: #f9e3e3 !important;
}

.cs_background_yellow {
	background-color: #f7f9d6 !important;
}

.cs_background_yellow:nth-child(2n+1) > td, .cs_background_yellow:nth-child(2n+1) > th {
    background-color: #f7f9d6 !important;
}



.nav-tabs {
	margin-bottom: 20px;
    background: #eee;
}

.nav-tabs ul {
	padding: 0px;
}

.nav-tabs li {
    padding: 0px 20px !important;
	margin-bottom: 2px;
	padding: 10px 10px !important;
	list-style: none;
	font-size: 13px;
	color: #000;
	margin-right: 2px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
    flex-basis: auto !important;
}

.nav-tabs li a {
	color: #000;
}


.cs_active_brend {
	/* background-color: #007bff !important; */
        /* background-color: #4d7bc9 !important;
        color: #fff !important; */

    background-color: #ffffff !important;
}

.cs_active_brend a {
    color: #fff !important;
}

.nav-tabs .nav-link.cs_active_brend::before {
  width: 100%;
}


.cs_input_change_color {
	background-color: #FFF759;
}

.cs_circle_green_bold {
	color: #22B14C;
	/* font-size: 20px; */
}

.cs_circle_red {
	color: #FF534F;
	/* font-size: 20px; */
}

.cs_color_red {
	color: #ff0000;
}

.cs_changebackcolor {
	background-color: #22b14c;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cs_changebackcolor {
	color: #fff !important;
}


.zoom-container {
  position: fixed;
  z-index: 1000;
  display: flex;
  bottom: 0;
  right: 89px;
  align-items: center;
  gap: 5px;
  width: 250px;
    /* padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 8px; */
  background-color: #fff;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  visibility: hidden;
  box-shadow: 0 3px 8px 2px #c3c3c3;
  padding: 3px 19px 3px 19px;
  visibility: hidden;
}


.zoom-container button {
  width: 24px;
  height: 24px;
  font-size: 16px;
  color: #666;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  outline: none;
}
.zoom-container button:hover {
  background-color: #f5f5f5;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  background: #d0d0d0;
  border-radius: 2px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #777;
  margin-top: -5px;
  border: none;
  box-shadow: none;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 4px;
  background: #d0d0d0;
  border-radius: 2px;
}

input[type="range"]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #777;
  border: none;
  box-shadow: none;
}

input[type="range"]::-webkit-fill-lower-track {
  background: #d0d0d0;
  border-radius: 2px;
}

.zoom-container span {
  width: auto;
  min-width: 40px;
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #555;
}

.table-wrapper {
  overflow: auto;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.resizable-table {
  border-collapse: collapse;
  width: 100%;
  transition: zoom 0.2s ease-in-out;
}

.resizable-table th,
.resizable-table td {
  border: 1px solid #ddd;
  padding: 8px;
  white-space: nowrap;
}
table th {
  background-color: #d7d7d7e6 !important;
  text-align: left;
  font-size: 15px;
}

.table-h-icon svg{
  width: 22px;
  height: auto;
}

/* table tbody tr:not(.collapse-row):nth-child(even){
  background-color: #f2f2f2;
} */

table tr:hover {
    background-color: #e0e0df !important;
}

