
*{
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
  }
body{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-color: var(--bs-body-dark);
}

/* scroll-css */
.style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.123);
	background-color: #AEB9D1;
}
.style-3::-webkit-scrollbar
{
	width: 5px;
    border-radius: 15px;
	background-color: #1d1c1c;
}
.style-3::-webkit-scrollbar-thumb
{
	background-color: #586a8d;
}
.top-categories img{
    border-radius: 10px;
}
/* end */
a{
    text-decoration: none;
    color: #ffffff;
}
.text-gray{
    color: var(--bs-gray);
}
.content {
    padding: 1.5rem;
}
.card{
    border: 0;
    border-radius: 10px;
}
.border{
    border: 1px solid #363e42 !important;
}
.border-top{
    border-top: 1px solid #363e42 !important;
}
.border-bottom{
    border-bottom: 1px solid #363e42 !important;
}
.border-left{
    border-left: 1px solid #363e42 !important;
}
.border-right{
    border-right: 1px solid #363e42 !important;
}
.bg-dark{
    background-color: var(--bs-dark) !important;
}
.ebay-btn-disabled{
    background-color:var(--bs-gray-dark);
    padding: 12px 35px;
    text-align: center;
    border-radius: 60px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 1rem;
}
.ebay-btn-disabled:hover{
    background-color: #2E3A3F;
    color: #ffffff;
}
.ebay-btn-danger{
    background-color:var(--bs-danger);
    padding: 12px 35px;
    text-align: center;
    border-radius: 60px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 1rem;
}
.ebay-btn-danger:hover{
    background-color: #dc3545;
    color: #ffffff;
}
.ebay-btn{
    background-color:var(--bs-blue);
    padding: 12px 35px;
    text-align: center;
    border-radius: 60px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    border: 0;
}
.ebay-btn:hover{
    background-color: #2951a1;
    color: #ffffff;
}

.border-btn{
    background-color: var(--bs-dark);
    border: 1px solid#273336;
    color: var(--bs-gray);
}

.border-btn:hover{
    background-color: #273336;
}
.small-border-btn{
    background-color: var(--bs-dark);
    border: 1px solid #273336;
    border-radius: 15px;
    padding: 7px 35px;
    text-align: center;
    border-radius: 60px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 0.8rem;
}
.small-border-btn:hover{
    color: #fff;
}
.iti__selected-dial-code{
    color: #ffffff;
}
.small-btn{
    background-color: var(--bs-blue);
    border: 1px solid #273336;
    border-radius: 15px;
    padding: 7px 35px;
    text-align: center;
    border-radius: 60px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 0.8rem;
}
.small-btn:hover{
    background-color: #2951a1;
    color: #fff;
}
/* footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
} */
.text-light-purple{
    color: #D3C1FF;
}
.check-b{
    background-color: var(--bs-dark);
    border: 1px solid #403f3f;
}
.form-check-input:focus{
    border-color:var(--bs-gray) !important ;
    box-shadow: unset;
}
.field-icon {
    position: absolute;
    top: 35%;
    right: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}
.adx-textbox{
    background-color: var(--bs-dark);
    border: 1px solid #273336;
    padding: 10px 15px;
    border-radius: 60px;
    font-size: 0.8rem;
    color: #ffffff;
    position: relative;
}
.adx-textbox:focus{
    background-color: var(--bs-dark);
    box-shadow: unset;
    border-color: var(--bs-gray);
    color: #ffffff;
}
.adx-textarea{
    background-color: var(--bs-dark);
    border: 1px solid #273336;
    padding: 13px 15px;
    border-radius:15px;
    font-size: 0.8rem;
    color: #ffffff;
    position: relative;
}
.adx-textarea:focus{
    background-color: var(--bs-dark);
    box-shadow: unset;
    border-color: var(--bs-gray);
    color: #ffffff;
}
.form-fields label{
    color: var(--bs-gray);
}
.ebay-radio{
    background-color: var(--bs-dark);
    border: 1px solid #273336;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    margin-top: 0.15em;
}

.dark-modal{
    background-color: var(--bs-dark);
    border: 1px solid #273336;
    border-radius: 15px;
}
.success-img img{
    max-width: 70px;
    width: 100%;
}
.success-img h3{
    color: #00FF6C;
}
.btn-close{
    background: transparent url("../img/cross.svg") center/1.3em auto no-repeat;
}
.fs-dot{
    font-size: 7px;
}

/* login */
.login-bg{
    background-image: url(../img/bg-texture.png);
    background-repeat: no-repeat;
    background-color: var(--bs-body-dark);
    background-size: cover;
    height: 100%;
}

.login-text{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-text h2{
    font-size:5rem ;
}
.login-text h4{
    font-size: 4rem;
}

.login-box{
    background-color: var(--bs-dark);
    border-radius: 24px;
    padding: 20px;
    border: 1px solid #292929;
    box-shadow: 4px 4px 16px #00000036;
    width: calc(100% - 20%);
    margin: auto;
}
.login-box img{
    max-width: 110px;
    width: 100%;
}
/* end */

.breadcrumb li a{
    color: var(--bs-gray);
}
.breadcrumb-item.active{
    color: #ffffff;
}
.nav-tab-adx{
    border-radius: 0 !important;
    color: #fff;
}
.nav-tab-adx:hover{
    color: var(--bs-blue);
}
.nav-pills .nav-tab-adx.active{
    color: var(--bs-blue);
    border-bottom: 2px solid var(--bs-blue);
    background-color: transparent;
}
.info-label h6{
    margin: 0;
}

.info-label label{
    color: var(--bs-gray);
    margin-bottom: 5px;
}
.info-label h6{
    color: #fff;
}
.border-box{
    position: relative;
    border-radius: 15px;
}
.border-heading{
    position: absolute;
    top: -15px;
    left: 40px;
    background: var(--bs-dark);
    padding: 5px 5px;
}
.border-heading h6{
    font-size: 1rem;
    margin: 0;
}


/* accordion tabel */

table {
  width: 100%;
  background-color: var(--bs-dark);
}
table th {
    text-align: left;
    border-bottom: 1px solid #2C3337;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 15px 10px !important;
}

table td {
  padding: 10px;
  color: var(--bs-gray);
  border-bottom: 1px solid #2C3337;
}

table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
    cursor: pointer;
    color: var(--bs-gray);
    /* border-bottom: 1px solid #2C3337; */
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 30px;
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  font: 16px fontawesome;
  color: #999;
  content: "";
  transition: all 0.3s ease;
}
/* table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #eee;
} */
table.fold-table > tbody > tr.view:hover {
  background: #0c1316;
}
table.fold-table > tbody > tr.view.open {
  background: #080b0c;
  color: white;
}
table.fold-table > tbody > tr.view.open td:first-child:before,
table.fold-table > tbody > tr.view.open th:first-child:before {
  transform: rotate(-180deg);
  color: #333;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}

.table-dropdown-toggle::before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  font: 16px fontawesome;
  color: #999;
  content: "\f0d7";
  transition: all .3s ease;
  display: inline-block;
}


tr.view.open .table-dropdown-toggle::before {
  transform: rotate(-180deg);
  color: #333;
}

.fold-content {
    padding:15px;
    background: var(--bs-gray-dark);
    border-radius: 10px;

}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border: 1px solid #2C3337;
  background-color: #111F24;
}
/* .fold-content > table > tbody tr:nth-child(even) {
  background: #eee;
} */
.action-icon a img{
    max-width: 18px;
    width: 100%;
    margin: 0px 3px;
}
/* accordion tabel end */

.delete-red-btn{
    background-color: var(--bs-dark);
    color: #DE5A57;
    border: 1px solid #DE5A57;
}
.delete-red-btn:hover{
    background-color: #DE5A57;
    color: #fff;
}
.delete-grey-btn{
    background-color: var(--bs-dark);
    color: var(--bs-gray);
    border: 1px solid #273336;
}
.delete-grey-btn:hover{
    background-color: var(--bs-dark);
    color: var(--bs-gray);
}
.pagination-link{
    background-color: var(--bs-dark);
    color: #ffffff;
    border: 0;
}
.pagination-link:hover{
    color: #ffffff;
    background-color: #010101;
}
.pagination-link:focus{
    background-color: unset;
    box-shadow: unset;
}
.filter-btn:active:focus{
    box-shadow: unset;
}
.filter-btn:focus{
    box-shadow: unset;
}
.filter-dropdown[data-bs-popper]{
    top: 54px;
    left: 0;
    /* margin-top: 13px; */
    left: auto;
    right: -0.5625rem;
    z-index: 1;
    border: 0;
    border-radius: 15px;
    min-width: 310px;
    width: 100%;
    background-color: var(--bs-dark);
    border: 1px solid #2C3337;
    box-shadow: 1px 5px 15px #161616;
}
.dropdown-toggle::after{
    display: none;
}
.span-img-drop img{
    width: 25px;
}
table.dataTable thead th, table.dataTable tfoot th{
    font-weight: 500;
}
.table.dataTable th.dt-type-numeric{
    text-align: start;
}
table.dataTable td.dt-type-numeric{
    text-align: start;
}
.table>:not(:last-child)>:last-child>*{
    border-bottom: 1px solid #2C3337;
}
div.dt-container select.dt-input{
    color: #fff;
}
div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging{
    color: #fff;
}
/* div.dt-container div.dt-layout-row div.dt-layout-cell{
    display: none;
} */
.dt-length{
    display: none;
 }
.dt-search{
    display: none;
}

div.dt-container .dt-input {
    border:  1px solid #2C3337;
}
div.dt-container .dt-search input{
    border:  1px solid #2C3337;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active{
    color: #fff !important;
}
div.dt-container .dt-paging .dt-paging-button{
    border-radius: 8px;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
    background-color: var(--bs-dark);
    border-radius: 8px;
}
div.dt-container .dt-paging .dt-paging-button:hover{
    background: var(--bs-dark);
}
.dt-info{
    display: none;
}
.tabel-upload-logo{
    max-width: 80px;
}

.input-file {
  visibility: hidden;
  position: absolute;
}
.border-dashed{
    border: 1px dashed #273336;
}
.browse-upload{
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 99;
    padding: 4px 20px;
    text-align: center;
    border-radius: 60px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    background-color: var(--bs-dark);
    border: 1px solid #273336;
    color: var(--bs-gray);
}
.dt-container .dt-layout-row:first-child{
    display: none;
}
.small-drop-tabel{
    padding: 4px 10px;
    display: block;
    width: 110px;
}
.tabel-top select{
    max-width: 65px;
    width: 100%;
    display: inline-block;
}
.tabel-search{
    max-width: 250px;
    margin-left: auto;
}
.tabel-search span{
    line-height: 40px !important;
    left: 10px !important;
    width: 1.375rem !important;
    height: 1.375rem !important;
}
.tabel-search input{
    padding: 7px 15px;
}

/* alertbar */
.alert-delete {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
    max-width: 450px;
}
.alert-green {
    background-color: #1A4630;
    border-radius: 10px;
}
.alert-green p{
    font-size: 12px;
}
.alert-wrong{
    background-color: #5E2320;   
    border-radius: 10px;
}
.alert-re-running{
    background-color: #14648D;   
    border-radius: 10px;
}
/*end  alertbar */

.badge-cross{
    background-color: var(--bs-dark);
    padding: 5px 10px;
    border-radius: 40px;
    display: inline-block;
}
.badge-cross label{
    font-size: 12px;
}
.badge-cross h6{
    font-size: 12px;
    display: inline-block;
    margin: 0;
}


.details-box{
    height: 100%;
}
.details-box img{
    max-width: 45px;
    width: 100%;
}
.big-img{
    position: relative;
}
.btn-indicate{
    text-indent: 0px !important;

}
.small-img{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0;
    height: 100%;
    width: 100%;
}
.small-img-top{
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}
.small-img button{
    background-color: transparent !important;
}
.direct{
    display: none;
}
.smallimageclose{
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(172, 17, 17);
}


#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loder/loder.gif') 50% 50% no-repeat rgb(30,37,41);
    background-size: 80px;
}
.small-img img{
    border-radius: 10px;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
}
.carousel-item img{
    border-radius: 10px;
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.edp img{
    border-radius: 10px;
    max-width: 100%;
    height: 280px;
}
.cross-edit-delete {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #be2e2e;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.cross-edit-delete a {
    text-indent: 0px !important;
    color: #FFFFFF;
    font-size: 14px;
}
.btn-indicate{
    text-indent: 0px !important;

}
.carousel-indicators button.thumbnail {
    height: auto;
    width: 100%;
    margin: 0 5px;
    border: 0;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.carousel-indicators {
  position: static;
}
.small-d-gallery img{
    min-height: 150px;
    height: 100%;
}









@media screen and (min-width: 992px) {
  .carousel {
    max-width: 100%;
    margin: 0 auto;
  }
}
.thre-more-img{
    color: #F97F3C;
    font-size: 12px;
}
.edit-w-pen{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99;
}
.right-border{
    /* border-left: 1px solid var(--bs-gray); */
    border-right: 1px solid var(--bs-gray);
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    background-color: #131f23;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span{
    border: solid #9f9f9f;
    border-width: 0 2px 2px 0;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover{
    background-color: #131f23;
}

.carousel-item{
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.slider-pop-gallery{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 535px;
    padding-right: 10px;
}
.slider-pop-gallery button{
    margin-bottom: 5px !important;
}
.tabel-drop-2{
        max-width: 150px !important;
    width: 100%;
}
.images-order img   {
    border-radius: 20px;
    max-width: 170px;
    min-height: 120px;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 100%;
    height: 100%;
    min-height: 130px;
    object-fit: cover;
}
.images-order img:nth-last-child(-n+1)  {
    margin-right: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #313131;
    padding-bottom: 10px;
    padding-left: 20px;
}
table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 135px;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
}
.dtr-details .dtr-data{
    display: inline-block;
}

.navbar .dropdown button{
    padding: 0;
}
.tabel-small-img{
    max-width: 55px;
    width: 100%;
    border-radius: 5px;
}

.small-img-top-price-details button{
    width:23% !important ;
    margin-bottom: 10px !important;
}



/* toggle-filter */
.toggle-menu {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1000;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

.toggle-menu i {
  position: absolute;
    display: block;
    height: 1.5px;
    background: #5285e9;
    width: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.toggle-menu i:nth-child(1) {
    top: 10px;
    margin: auto;
}

.toggle-menu i:nth-child(2) {
    top: 16px;
    width: 17px;
}

.toggle-menu i:nth-child(3) {
    top: 22px;
    width: 7px;
}

.toggle-menu.active i:nth-child(1) {
    top: 15px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 19px;
}

.toggle-menu.active i:nth-child(2) {
  background: transparent;
}

.toggle-menu.active i:nth-child(3) {
    top: 15px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    width: 17px;
}

.filter-main {
  position: relative;
  z-index: 1;
  display: flex;
  margin-left: 10px;
}

.menu-drawer {
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 50px;
    transition: all 0.8s;
    padding: 15px;
    display: none;
    border-radius: 15px;
    min-width: 320px;
    width: 100%;
    background-color: var(--bs-dark);
    border: 1px solid #2C3337;
    box-shadow: 1px 5px 15px #161616;
}

.open-f {
    right: 0px;
    transition:  all 0.8s;
    display: block;
}

.menu-drawer li {
  font-family: lato;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 50px;
  text-align: center;
}
.menu-drawer li a {
  text-decoration: none;
  color: #555;
}
.menu-drawer li a:hover {
  color: #0094FC;
}
/* end */

/* chat */
.chat-header{
    display: flex;
    border-bottom: 1px solid var(--bs-grayblue);
}
.chat-header img{
    max-width: 30px;
    height: 100%;
}
.chat-header p{
    color: var(--bs-secondary);
}
.chat-header a{
    color: var(--bs-secondary);
}
.chat-care{
    overflow-y: scroll;
    height: 350px;
    min-height: 410px;
}
.admin-chat{
    margin-bottom: 10px;
    padding-bottom: 5px;
    /* border-bottom: 1px dotted #B3A9A9; */
    margin-top: 10px;
    width: 80%;
}
.chat-care .admin-chat {
    text-align: left;
    float: left;
}
.user-chat{
    margin-bottom: 10px;
    padding-bottom: 5px;
    /* border-bottom: 1px dotted #B3A9A9; */
    margin-top: 10px;
    width: 80%;
}

.chat-care .user-chat {
    text-align: right;
    float: right;
}

.clearfix {
    clear: both;
}

.chat-care .chat-body{
    display: inline-block;
    max-width: 80%;
    border-radius: 12.5px;
    padding: 15px;
}
.chat-care .user-chat-body{
    background-color: #1E262A;
    border: 1px solid #273336;
    color: var(--bs-white);
}
.chat-care .admin-chat-body{
    background-color: #111F24;
    border: 1px solid #273336;
    color: var(--bs-white);
}
.chat-textbox{
    padding: 5px 20px;
    background-color: #111F24;
    color: var(--bs-white);
    font-size: 14px;
    border: 1px solid #676767;
    line-height: 30px;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.chat-textbox:focus{
    color: var(--bs-white);
    background-color: var(--bs-dark);
    border-color: #676767;
    outline: 0;
    box-shadow: unset;
}
.chat-send-btn{
    background-color: #5285E9;
    color: var(--bs-white);
    padding: 5px 15px;
    line-height: 30px;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 1 !important;
}
.typing-bottom{
    position: relative;
    width: 100%;
    /* left: 20px;
    right: 30px;
    bottom: 20px; */
}
/*end chat */

/* select-2 */

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
    background-color: var(--bs-dark);
    border: 1px solid #273336;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 37px;
    padding: 0px 5px;
    font-size: 13px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
     background-color: #14252B;
    border: 1px solid #1e2529;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 23px;
    margin: 7px 4px 0 0;
    padding: 0 9px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
    left: -1px;
    height: 19px;
    width: 19px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: 500;
    font-size: 16px;

}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #0e191d;
    border: 1px solid #273336;
    color: #ffffff;
    border-radius: 10px;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #393939;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-radius: 10px;
}
/*end select-2 */

.all-m img{
    max-width: 35px;
    width: 100%;
    margin-right: 5px;
}
.all-m label{
    font-size: 13px;
}
.img-g-check{
    position: absolute;
    top: 0;
    right: 15px;
}

.form-select option:disabled{
    color:#e9ecef !important;
}

.user-round{
    width: 40px;
    height: 40px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--bs-blue);
}
.user-round h5{
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.superadminmsg{
    display: inline-block;
    width: auto;
    margin: auto;
    position: absolute;
    top: -25px;
    left: -14px;
    /* right: 0; */
    padding: 0px 10px;
    border-top-left-radius: 10px;
    background-color: #198754;
    color: #ffffff;

}

.btnPointer {
    cursor: pointer;
}

/* Autocomplete Input Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #555 inset !important;
    -webkit-text-fill-color: black !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.nav-item{
    position: relative;
}

/* suggestion search bar*/
.suggestion-list {
    background-color: #2C3337;
    padding: 18px 24px 6px 12px;
    border-radius: 7px;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    border: 1px solid #2C3337;
    border-top: none;
    left: 0;
    right: 0;
    top: 50px;
    color: white;
}

.suggestion-list.hidden {
  display: None;
}

.suggestion-list p {
  margin-bottom: 12px;
}

.suggestion-list i {
  margin-right: 12px;
  color: #F27121;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

#hover-edit:hover {
    height: 24px;
    width: 24px;
    content: url("/static/img/icon/edit-blue.svg");
}

pre {
    font-size: 14px;
    color: #222;
}

.transport-datatabel {
    margin-top: 20px;
}


#cronDataTable {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
    background: transparent !important;
}


#cronDataTable.table-bordered,
#cronDataTable.table-bordered th,
#cronDataTable.table-bordered td {
    border: none !important;
}


#cronDataTable thead th {
    background: #292c35 !important;
    padding: 14px 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    color: white !important;
    border: none !important;
}


#cronDataTable tbody tr {
    background: #23252d !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}


#cronDataTable tbody td {
    padding: 14px 18px !important;
    font-size: 14px !important;
    color: #e5e5e5 !important;
    border: none !important;
}


#cronDataTable tbody tr:hover {
    background: #30333d !important;
}


#cronDataTable .btn {
    padding: 5px 12px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
}


.badge.bg-success { background: #28c76f !important; }
.badge.bg-danger  { background: #ea5455 !important; }
.badge.bg-warning { background: #ffa53b !important; color: #222 !important; }
.badge.bg-secondary { background: #6c757d !important; }


.dataTables_wrapper .pagination {
    justify-content: center !important;
    margin-top: 18px !important;
}

.dataTables_wrapper .pagination .paginate_button a {
    background: #292c35 !important;
    color: #e5e5e5 !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    margin: 0 4px !important;
}

.dataTables_wrapper .pagination .paginate_button.active a {
    background: #3d414c !important;
    font-weight: 600 !important;
}

.dataTables_wrapper .pagination .paginate_button a:hover {
    background: #3a3d45 !important;
    color: #fff !important;
}

.dataTables_length select {
    background: #23252d !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

.dataTables_filter input {
    background: #23252d !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    border: 1px solid #444 !important;
    padding: 8px 12px !important;
}


.dark-modal {
    background: #1e1f26 !important;
    border-radius: 12px !important;
}

.cron-log-box {
    background: #0d1117;
    color: #c9d1d9;
    padding: 18px;
    height: 70vh;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.cron-log-box::-webkit-scrollbar {
    width: 8px;
}

.cron-log-box::-webkit-scrollbar-thumb {
    background: #3d414c;
    border-radius: 6px;
}

.cron-log-box::-webkit-scrollbar-track {
    background: #1e1f26;
}

