/*-------------------------------- */
/* General */
.m-0 {
   margin: 0 !important;
}

.m-1 {
   margin: .25rem !important;
}

.m-2 {
   margin: .5rem !important;
}

.m-3 {
   margin: 1rem !important;
}

.m-4 {
   margin: 1.5rem !important;
}

.m-5 {
   margin: 3rem !important;
}

.mt-0 {
   margin-top: 0 !important;
}

.mr-0 {
   margin-right: 0 !important;
}

.mb-0 {
   margin-bottom: 0 !important;
}

.ml-0 {
   margin-left: 0 !important;
}

.mx-0 {
   margin-left: 0 !important;
   margin-right: 0 !important;
}

.my-0 {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
}

.mt-1 {
   margin-top: .25rem !important;
}

.mr-1 {
   margin-right: .25rem !important;
}

.mb-1 {
   margin-bottom: .25rem !important;
}

.ml-1 {
   margin-left: .25rem !important;
}

.mx-1 {
   margin-left: .25rem !important;
   margin-right: .25rem !important;
}

.my-1 {
   margin-top: .25rem !important;
   margin-bottom: .25rem !important;
}

.mt-2 {
   margin-top: .5rem !important;
}

.mr-2 {
   margin-right: .5rem !important;
}

.mb-2 {
   margin-bottom: .5rem !important;
}

.ml-2 {
   margin-left: .5rem !important;
}

.mx-2 {
   margin-right: .5rem !important;
   margin-left: .5rem !important;
}

.my-2 {
   margin-top: .5rem !important;
   margin-bottom: .5rem !important;
}

.mt-3 {
   margin-top: 1rem !important;
}

.mr-3 {
   margin-right: 1rem !important;
}

.mb-3 {
   margin-bottom: 1rem !important;
}

.ml-3 {
   margin-left: 1rem !important;
}

.mx-3 {
   margin-right: 1rem !important;
   margin-left: 1rem !important;
}

.my-3 {
   margin-bottom: 1rem !important;
   margin-top: 1rem !important;
}

.mt-4 {
   margin-top: 1.5rem !important;
}

.mr-4 {
   margin-right: 1.5rem !important;
}

.mb-4 {
   margin-bottom: 1.5rem !important;
}

.ml-4 {
   margin-left: 1.5rem !important;
}

.mx-4 {
   margin-right: 1.5rem !important;
   margin-left: 1.5rem !important;
}

.my-4 {
   margin-top: 1.5rem !important;
   margin-bottom: 1.5rem !important;
}

.mt-5 {
   margin-top: 3rem !important;
}

.mr-5 {
   margin-right: 3rem !important;
}

.mb-5 {
   margin-bottom: 3rem !important;
}

.ml-5 {
   margin-left: 3rem !important;
}

.mx-5 {
   margin-right: 3rem !important;
   margin-left: 3rem !important;
}

.my-5 {
   margin-top: 3rem !important;
   margin-bottom: 3rem !important;
}

.mt-auto {
   margin-top: auto !important;
}

.mr-auto {
   margin-right: auto !important;
}

.mb-auto {
   margin-bottom: auto !important;
}

.ml-auto {
   margin-left: auto !important;
}

.mx-auto {
   margin-right: auto !important;
   margin-left: auto !important;
}

.my-auto {
   margin-bottom: auto !important;
   margin-top: auto !important;
}

.p-0 {
   padding: 0 !important;
}

.p-1 {
   padding: .25rem !important;
}

.p-2 {
   padding: .5rem !important;
}

.p-3 {
   padding: 1rem !important;
}

.p-4 {
   padding: 1.5rem !important;
}

.p-5 {
   padding: 3rem !important;
}

.pt-0 {
   padding-top: 0 !important;
}

.pr-0 {
   padding-right: 0 !important;
}

.pb-0 {
   padding-bottom: 0 !important;
}

.pl-0 {
   padding-left: 0 !important;
}

.px-0 {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.py-0 {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}

.pt-1 {
   padding-top: .25rem !important;
}

.pr-1 {
   padding-right: .25rem !important;
}

.pb-1 {
   padding-bottom: .25rem !important;
}

.pl-1 {
   padding-left: .25rem !important;
}

.px-1 {
   padding-left: .25rem !important;
   padding-right: .25rem !important;
}

.py-1 {
   padding-top: .25rem !important;
   padding-bottom: .25rem !important;
}

.pt-2 {
   padding-top: .5rem !important;
}

.pr-2 {
   padding-right: .5rem !important;
}

.pb-2 {
   padding-bottom: .5rem !important;
}

.pl-2 {
   padding-left: .5rem !important;
}

.px-2 {
   padding-right: .5rem !important;
   padding-left: .5rem !important;
}

.py-2 {
   padding-top: .5rem !important;
   padding-bottom: .5rem !important;
}

.pt-3 {
   padding-top: 1rem !important;
}

.pr-3 {
   padding-right: 1rem !important;
}

.pb-3 {
   padding-bottom: 1rem !important;
}

.pl-3 {
   padding-left: 1rem !important;
}

.py-3 {
   padding-bottom: 1rem !important;
   padding-top: 1rem !important;
}

.px-3 {
   padding-right: 1rem !important;
   padding-left: 1rem !important;
}

.pt-4 {
   padding-top: 1.5rem !important;
}

.pr-4 {
   padding-right: 1.5rem !important;
}

.pb-4 {
   padding-bottom: 1.5rem !important;
}

.pl-4 {
   padding-left: 1.5rem !important;
}

.px-4 {
   padding-right: 1.5rem !important;
   padding-left: 1.5rem !important;
}

.py-4 {
   padding-top: 1.5rem !important;
   padding-bottom: 1.5rem !important;
}

.pt-5 {
   padding-top: 3rem !important;
}

.pr-5 {
   padding-right: 3rem !important;
}

.pb-5 {
   padding-bottom: 3rem !important;
}

.pl-5 {
   padding-left: 3rem !important;
}

.px-5 {
   padding-right: 3rem !important;
   padding-left: 3rem !important;
}

.py-5 {
   padding-top: 3rem !important;
   padding-bottom: 3rem !important;
}



body {
   background: #f2f2f2;
   /*font-family: 'Poppins', sans-serif;*/
   color: #444550;
   font-size: 12px;
}

a {
   color: #222d32;
   outline: none;
}

a:focus {
   outline: none;
}

a:hover {
   color: #444;
   text-decoration: none;
}

.tooltip_title {
   margin-bottom: 3px;
}

.tooltips {
   z-index: 2;
}

form.package-add-form .select2-container {
   z-index: 2;
}

.padding-0 {
   padding-left: 0px;
   padding-right: 0px
}

hr.separator {
   border-top: 1px dashed #DDDDDD;
}

.editmargin {
   margin-left: 5px;
}

.centersec .btn-sm.btn-success {
   padding: 5px 10px;
}

.mainwrapper .container {
   width: 100%;
   padding: 0;
   overflow-x: hidden;
}

.menuicon {
   background: #fff;
   color: #fff;
   position: static;
   /*width: 233px;*/
   left: 0;
   top: 0;
   z-index: 2;
}

.menuicon small {
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   text-transform: uppercase;
   margin-left: 12px;
}

.menuicon span {
   top: 20px;
   width: 28px;
   height: 3px;
   background: #b6b6c2;
   display: none;
   position: relative;
   vertical-align: top;
}

.menuicon span:before,
.menuicon span:after {
   content: "";
   width: 28px;
   height: 3px;
   background: #b6b6c2;
   display: block;
}

.menuicon span:before {
   margin-top: 8px;
}

img.admin-logo {
   /* width: 80px; */
   display: flex;
   /* margin-right: 60px; */
   /* float: right; */
   /* justify-content: space-around; */
   /* height: 20px; */
   height: 25px;
   text-align: left;
   /* margin: 0 auto; */
   align-content: center;
   align-items: center;
   /* margin-left: 40px; */
}

.topright ul.top-nav li.dropdown ul.dropdown-menu.dropdown-menu-right {
   animation: d .3s cubic-bezier(.39, .575, .565, 1) both;
   min-width: 200px;
   /* padding: 0.4rem; */
   box-shadow: 0 16px 24px rgba(96, 97, 112, .1), 0 32px 48px rgba(0, 0, 0, .15);
   margin: 0.125rem 0 0;
   text-align: left;
   list-style: none;
   background-color: #fff;
   background-clip: padding-box;
   border: 0 solid rgba(0, 0, 0, .15);
   border-radius: 5px;
}

.topright ul.top-nav li.dropdown ul.dropdown-menu.dropdown-menu-right li a:hover {
   background: rgba(51, 120, 255, .1);
}

.topright ul.top-nav li.dropdown a svg {
   margin-right: 5px;
}

.topright ul.top-nav li.dropdown ul.dropdown-menu.dropdown-menu-right li a img {
   margin-right: 5px;
}

.topright ul.top-nav li.dropdown ul.dropdown-menu.dropdown-menu-right li a em {
   color: #FF5722;
   font-style: normal;
   margin-left: 5px;
}

.nav.nav-tabs>li>a {
   padding: 10px 8px;
}

.menuicon span:after {
   margin-top: 5px;
}

.leftsec {
   background: #1c5367;
   width: 100%;
   position: static;
}

.leftsec .main-nav {
   margin-top: 2px;
   display: flex;
   flex-wrap: wrap;
   padding: 0 2rem;
}

.leftsec .main-nav>li:first-child {
   border: none;
}

.leftsec .main-nav>li>a {
   background: #1c5367;
   line-height: 26px;
   display: flex;
   align-items: center;
   /*opacity: 0.7;*/
   cursor: pointer;
   min-height: 26px;
   color: #fff;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   text-decoration: none;
}

.leftsec .main-nav>li.active>a,
.leftsec .main-nav>li:hover>a {
   color: #fff;
   opacity: 1;
}

.leftsec .main-nav>li i {
   font-size: 20px;
   padding-right: 5px;
}

/* .headersec{margin:15px 15px 0;padding: 5px 25px; background: #fff; position: relative; box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);display: flex;
align-items: center; justify-content:flex-end;border-bottom: 1px solid #E6E6E6;} */
.top_title_admin {
   margin: 0.5rem 2rem 0;
    background-color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
}
.mail_list {
   width: 350px;
   word-break: break-word;
}
.top_title_admin h2 {
   color: #575759;
   font-size: 22px;
   padding: 0;
   margin-bottom: 0;
   margin-top: 0;
}

.dropdown-menu>li>a {
   padding: 10px 20px !important;
}

.dropdown-menu>li>a i {
   display: inline-block;
   height: 20px;
   width: 20px;
   background-color: #f86305;
   color: #fff;
   line-height: 20px;
   text-align: center;
   border-radius: 20px;
   margin-right: 7px;
}

.centersec .toggle.btn.btn-success {
   min-height: auto;
}

.leftsec+.rightsec {
   width: calc(100% - 280px);
   float: right;
}

.centersec {
   width: 100%;
   padding: 8px 2rem 15px;
   min-height: calc(100vh - 224px);
}

.centersec table {
   background-color: #fff;
}

.centersec table tr.info th {
   background-color: #fafafa;
   font-weight: 600;
   text-transform: uppercase;
}

.centersec .table-striped>tbody>tr:nth-of-type(2n+1) {
   background-color: #fbfbfb;
}

.centersec .label-info {
   background-color: #f86305;
   font-weight: 500;
   font-size: 12px;
   padding: 3px 7px;
}

.centersec th .label-info {
   text-transform: uppercase;
   font-size: 14px;
   padding: 4px 10px;
}

.centersec .btn-success {
   font-weight: 500;
   background-color: #f86305;
   border-radius: 5rem;
   padding: 6px 20px;
   font-size: 12px;
   color: #fff;
   transition: all ease 0.5s;
   border: 0;
}

.remove_row {
   font-weight: 500;
   background-color: #1c5367;
   border-radius: 5rem;
   padding: 6px 20px;
   font-size: 12px;
   display: inline-block;
   border: none;
   color: #fff;
   transition: all ease 0.5s;
   margin-top: 2rem;
   border: 1px solid transparent;
}

.remove_row:hover {
   background-color: transparent;
   color: #1c5367;
   border: 1px solid #1c5367;
}

.add_row.btn-success {
   margin-top: 2rem;
}

.centersec.dashmain .boxs {
   border: 1px solid;
   margin-bottom: 30px;
   background: #fff;
   display: flex;
   border-radius: 0.5rem;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   padding: 3rem;
}

.centersec.dashmain .boxs h1 {
   margin-top: 10px;
   font-weight: bold;
   font-size: 28px;
}

.centersec.dashmain .boxs h3 {
   font-size: 1.7rem;
   font-weight: bold;
   letter-spacing: 1px;
   text-transform: uppercase;
   color: #1c5367;
   margin-bottom: 0;
   font-family: 'Poppins', sans-serif;
   margin-top: 1rem;
}

.centersec.dashmain .boxs .boxtext h1 {
   line-height: 1
}

.centersec.dashmain .boxs p {
   color: #989898;
}

.centersec.dashmain .boxs i {
   font-family: 'FontAwesome';
   font-style: normal;
}

.centersec.dashmain .whitetext {
   color: #fff;
   text-align: center;
}

.centersec.dashmain .whitetext h1 {
   margin-top: 20px;
}

.centersec.dashmain .whitetext p {
   color: #fff;
}

.centersec.dashmain .bluecolor {
   border-color: #f86305;
   color: #f0862e;
}

.centersec.dashmain .bluelightcolor {
   border-color: #1d649c;
}

.centersec.dashmain .bluedarkcolor {
   border-color: #1c5367;
   color: #cd5c56;
}

.centersec.dashmain .orengecolor {
   border-color: #ff7e28;
   color: #ff7e28;
}

.centersec.dashmain .greencolor {
   border-color: #f86305;
   color: #f86305;
}

.centersec.dashmain .greycolor {
   border-color: #1c5367;
   color: #ce570e;
}

.centersec.dashmain .bluebg {
   background: #0a3f69;
}

.centersec.dashmain .bluelightbg {
   background: #f86305;
}

.centersec.dashmain .bluedarkbg {
   background: #1c5367;
}

.centersec.dashmain .orengebg {
   background: #ff7e28;
}

.centersec.dashmain .greenbg {
   background: #f86305;
}

.centersec.dashmain .greybg {
   background: #1c5367;
}

.ordership {
   padding: 30px;
   background: #fff;
}

.addressfilds p span {
   display: inline-block;
   min-width: 70px;
   font-weight: 500;
}

.ordership h4 {
   margin-bottom: 10px;
   font-size: 18px;
}

.ordership p span {
   min-width: 70px;
   font-weight: 600;
}

.orderheading {
   background: #f1f1f1;
   display: flex;
   padding: 8px 0;
}

.orderheading,
.orderheading label {
   font-size: 13px;
}


.centersec-gap {
   margin-top: 40px;
}

.text-aqua {
   color: #fff;
   margin-right: 0;
   font-size: 12px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
   padding: 5px;
   font-size: 12px;
}

.copyright {
   padding: 8px;
   font-size: 16px;
   font-weight: 600;
   width: 100%;
   margin-left: auto;
   display: inline-block;
}

.leftsec .main-nav>li>a i.dashboard-icon {
   background: url('../assets/img/menuicon.png') 0 3px no-repeat;
   width: 28px;
   height: 28px;
   display: inline-block;
   vertical-align: middle;
   opacity: 0.5;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

i.fa-credit-card1 {
   background: url('../assets/img/viewpay.png') center center no-repeat;
   width: 16px;
   height: 12px;
}

.leftsec .main-nav>li>a span {
   display: inline-block;
   margin-left: 5px;
}

.leftsec .main-nav>li>a i.dashboard-icon {
   background-position: 0 3px;
}

.leftsec .main-nav>li.active>a i.dashboard-icon {
   background-position: right 3px;
}

.leftsec .main-nav>li>a i.settings-icon {
   background-position: 0 -51px;
}

.leftsec .main-nav>li.active>a i.settings-icon {
   background-position: right -51px;
}

.leftsec .main-nav>li>a i.orders-icon {
   background-position: 0 -112px;
}

.leftsec .main-nav>li.active>a i.orders-icon {
   background-position: right -112px;
}

.leftsec .main-nav>li>a i.categories-icon {
   background-position: 0 -171px;
}

.leftsec .main-nav>li.active>a i.categories-icon {
   background-position: right -171px;
}

.leftsec .main-nav>li>a i.attributes-icon {
   background-position: 0 -228px;
}

.leftsec .main-nav>li.active>a i.attributes-icon {
   background-position: right -228px;
}

.leftsec .main-nav>li>a i.brands-icon {
   background-position: 0 -289px;
}

.leftsec .main-nav>li.active>a i.brands-icon {
   background-position: right -289px;
}

.leftsec .main-nav>li>a i.products-icon {
   background-position: 0 -349px;
}

.leftsec .main-nav>li.active>a i.products-icon {
   background-position: right -349px;
}

.leftsec .main-nav>li>a i.coupons-icon {
   background-position: 0 -409px;
}

.leftsec .main-nav>li.active>a i.coupons-icon {
   background-position: right -409px;
}

.leftsec .main-nav>li>a i.users-icon {
   background-position: 0 -469px;
}

.leftsec .main-nav>li.active>a i.users-icon {
   background-position: right -469px;
}

.leftsec .main-nav>li>a i.permissions-icon {
   background-position: 0 -529px;
}

.leftsec .main-nav>li.active>a i.permissions-icon {
   background-position: right -529px;
}

.leftsec .main-nav>li>a i.delivery-icon {
   background-position: 0 -582px;
}

.leftsec .main-nav>li.active>a i.delivery-icon {
   background-position: right -582px;
}

.leftsec .main-nav>li>a i.chat-icon {
   background-position: 0 -638px;
}

.leftsec .main-nav>li.active>a i.chat-icon {
   background-position: right -638px;
}

.leftsec .main-nav>li>a i.payment-icon {
   background-position: 0 -690px;
}

.leftsec .main-nav>li.active>a i.payment-icon {
   background-position: right -690px;
}

.leftsec .main-nav>li>a:hover i,
.leftsec .main-nav>li.active>a i {
   opacity: 1;
}

.tooltip_title.In {
   background: red !important
}

.status_inactive {
   background: #d43f3a !important;
}

.status_active {
   background: #01d1b6
}

.titlehead {
   background: #fff;
   width: 100%;
   float: left;
   border-bottom: 1px solid #dde0e6;
   margin-bottom: 20px;
}

.titlehead h1 {
   margin-bottom: 0;
   border-bottom: 0;
}

.titlehead .btn {
   margin: 13px 15px;
}

.btn-info {
   background-color: #f86305;
   border-color: #f86305;
   font-size: 13px;
}

/*.label-success{font-weight: 600; padding: 6px 10px; vertical-align: middle;font-size: 14px;}*/
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
   background-color: #00c5ab;
   border-color: #00c5ab;
}

.topsearch {
   background: #fff;
   padding: 5px 5px 5px;
   margin-bottom: 15px;
   float: left;
   width: 100%;
}

.topsearch .form-group {
   margin-right: 15px;
   margin-bottom: 10px;
}

.topsearch .resetbtn,
.topsearch .btn-success {
   padding: 9px 15px;
   margin-bottom: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
   background-color: #f86305;
   border-color: #f86305;
}

.pagination>li>a,
.pagination>li>span {
   color: #333;
}

.centersec .btn-success:hover {
   background-color: #1c5367;
}

.topsearch label {
   font-weight: 300;
   letter-spacing: 1px;
   font-size: 12px;
   width: 100%;
}

.centersec .btn-success:focus {
   outline: none;
}

.mb10 {
   margin-bottom: 10px;
   display: inline-block;
}

.bgcolor input[type=checkbox],
.bgcolor input[type=radio] {
   height: 18px;
   width: 18px;
   display: inline-block;
   position: relative;
   top: 4px;
   cursor: pointer;
}

.heightform .form-control {
   max-width: 120px;
}

.centersec .label-info.Active {
   display: inline-block;
   background: #f86305;
   padding: 5px;
   min-width: 60px;
}

.centersec .label-info.Inactive {
   display: inline-block;
   background: #ff884c;
   padding: 5px;
   min-width: 60px;
}

.label-default {
   background-color: #777;
   display: inline-block;
   min-width: 80px;
   padding: 8px 10px;
}

.wrapper {
   background-color: #ffffff;
   box-shadow: 0 0 15px #bbbbbb;
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
   position: absolute;
   top: 50%;
   z-index: 5;
   display: inline-block;
}

.form-control {
   height: 30px;
   box-shadow: none;
   padding: 6px 12px;
   font-size: 12px;
}

.form-control::placeholder {
   font-size: 12px;
}

.form-control select.form-control {
   font-size: 12px;
}

.btn-group-sm>.btn,
.btn-sm {
   font-size: 13px;
}

.bgcolor {
   background: #fff;
   /*padding: 15px;*/
   padding-top: 10px;
   display: inline-block;
   width: 100%;
}

.btn-group-lg>.btn,
.btn-lg {
   font-size: 16px;
   border-radius: 5px;
}

form label.required:after {
   color: #1c5367;
   content: " *";
}

.content-class h5 {
   font-size: 16px;
   margin-bottom: 2px;
}

.content-class .form-group {
   margin-bottom: 5px;
}

.top_title_admin.enquiries-top h5 {
   font-size: 20px;
}

i.fas.fa-bars {
   color: #1c5367;
}

.table-bordered th {
   background: #1c5367;
   color: #fff;
}

.table>tbody>tr>th {
   font-size: 12px;
}

.table>tbody>tr>td {
   padding: 5px;
}

/* .table > tbody > tr > td {padding: 13px;} */
.table>tbody>tr>td i {
   display: inline-block;
   padding: 0 5px;
   font-size: 14px;
   color: #6b6b6c;
}

.fullwidth {
   width: 100%;
   float: left;
}

.content {
   padding-bottom: 20px;
   padding-top: 20px;
}

/*--------------------------------
   Buttons
---------------------------------*/
.admin_input1 {
   width: 100% !important;
   margin-bottom: 5px;
   line-height: 33px;
}

.btn1search {
   margin-top: 21px;
}

.btn {
   border: none;
   font-size: 12px;

}

.btn.focus,
.btn:focus,
.btn:hover {
   color: #fff;
   text-decoration: none;
}


.btn-primary {
   background: #f86305;
}

.btn-primary:hover {
   background: #2c2928;
}

.btn-grey {
   background: #BBB;
   color: #FFF;
}

.btn-grey:hover {
   background: #999;
   color: #FFF;
}

.btn-blank {
   background: none;
   color: #AAA;
}

.btn-blank:hover {
   background: none;
   color: #888;
}

.btn-circle {
   width: 30px;
   height: 30px;
   text-align: center;
   padding: 6px 0;
   font-size: 12px;
   line-height: 1.428571429;
   border-radius: 15px;
}

.btn-circle.btn-lg {
   width: 50px;
   height: 50px;
   padding: 13px 13px;
   font-size: 18px;
   line-height: 1.33;
   border-radius: 25px;
}

/*--------------------------------
   Header
---------------------------------*/
a:focus {
   text-decoration: none;
}

.topleft {
   width: 100%;
}

.topleft form {
   outline: 0;
   float: left;
   /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
   -webkit-border-radius: 4px;
   border-radius: 4px;
   display: flex;
   align-items: center;
}

.topleft .search_bar label {
   float: left;
   margin: 0 10px 0 0px;
   font-size: 1.5rem;
   font-weight: 500;
}

.topleft form>.textbox {
   outline: 0;
   height: 42px;
   width: 244px;
   line-height: 42px;
   padding: 0 16px;
   background-color: #ededed;
   color: #212121;
   border: 0;
   float: left;
   -webkit-border-radius: 4px 0 0 4px;
   border-radius: 4px 0 0 4px;
}

.topleft form>.textbox:focus {
   outline: 0;
   background-color: #0096881c;
}

.topleft form>.button {
   outline: 0;
   background: none;
   background-color: #1c5367;
   float: left;
   height: 42px;
   width: 42px;
   text-align: center;
   line-height: 42px;
   border: 0;
   color: #FFF;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 16px;
   text-rendering: auto;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
   -webkit-transition: background-color .4s ease;
   transition: background-color .4s ease;
   -webkit-border-radius: 0 4px 4px 0;
   border-radius: 0 4px 4px 0;
}

.topleft form>.button:hover {
   background-color: #f86305;
}

/* .topright{float: right;width: 100%;} */
.top-nav {
   list-style: none;
   padding: 0;
}

.topright .top-nav {
   display: flex;
   justify-content: flex-end;
   margin-bottom: 0;
}

.top-nav>li {
   float: left;

   padding: 0;
}

/* .user_logo {
   height: 35px;
   display: inline-block;
   width: 35px;
   text-align: center;
   line-height: 41px;
   border-radius: 20px;
   background: #f86305;
 } */
.topright ul.top-nav li.dropdown a {
   display: flex;
   align-items: center;
}

.user_logo i {
   color: #fff;
}

.user_logo i {
   font-size: 20px;
   color: #fff;
}

.top-nav .fa-angle-down {
   color: #f86305;
   font-size: 20px;
   font-weight: bold;
   position: relative;
   top: 0px;
}

.admin_name {
   display: inline-block;
   padding: 0 6px;
   font-size: 14px;
}

.topright ul.top-nav li.dropdown span.user_logo img {
   width: 35px;
   height: 35px;
   min-width: 35px;
   border-radius: 50%;
   overflow: hidden;
}

.top-nav li a {
   color: #2c2928;
}

.top-nav li a:hover {
   color: #444;
}

.logo {
   display: inline-block;

}

.logo img {
   height: 80px
}

.logo span {
   color: #ff884c;
   font-size: 4.5em;
   position: relative;
   bottom: -18px;
}

.strapline {
   font-size: 17px;
   line-height: 1.5;
}

.strapline span {
   color: #CCC;
}

/*--------------------------------
   Mini Basket
---------------------------------*/

.mini-basket-title {
   font-size: 18px;
   line-height: 1.5;
}

.mini-basket-title a {
   color: #999;
}

.mini-basket-title a span {
   margin-right: 10px;
   position: relative;
   bottom: -1px;
}

.mini-basket-notice {
   background: #CCC;
   color: #FFF;
   font-weight: bold;
   padding: 5px 10px;
}

.mini-basket-summary {
   font-weight: bold;
}

.mini-basket-summary span {
   color: #444;
   font-size: 13px;
}

/*--------------------------------
   Main Nav
---------------------------------*/
.btn_admin {
   font-weight: 500;
   background-color: #f86305;
   border-radius: 5rem;
   padding: 6px 20px;
   font-size: 12px;
   border: none;
   color: #fff;
   transition: all ease 0.5s;
   display: inline-block;

}

.btn_admin2 {
   font-weight: 500;
   background-color: #1c5367;
   border-radius: 5rem;
   padding: 6px 20px;
   font-size: 12px;
   display: inline-block;
   border: none;
   color: #fff;
   transition: all ease 0.5s;

}

.d_flex {
   display: flex;
}

.mt50 {
   margin-top: 50px;
}

.mt15 {
   margin-top: 15px;
}

.btn_admin:hover {
   color: #fff;
   background: #1c5367;
}

.btn_admin2:hover {
   color: #fff;
}

.btn_admin i {
   margin-right: 8px;
}

.main-nav {
   list-style: none;
   margin: 0;
   padding: 0;
}

.main-nav li {
   float: left;
   font-size: 13px;
   font-weight: 400;
   padding: 0;
   -webkit-transition: all 0.3s ease-out;
   /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
   transition: all 0.3s ease-out;
}

.main-nav li a {
   position: relative;
   display: block;
   padding: 10px 15px 10px 11px;
   color: #FFF;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}

/*.leftsec .main-nav > li.active > ul li:last-child{padding-bottom:18px;}*/
/* .main-nav li.active a,
.main-nav li:hover a {} */

.leftsec .main-nav>li>ul {
   /*background: #ddd;*/
   width: 100%;
   padding: 0;
   position: absolute;
   width: 200px;
   list-style: none;
   z-index: 99999;
}

.leftsec .main-nav>li>ul>li {
   width: 100%;
   border-bottom: 1px solid #fff;
}

.leftsec .main-nav>li>ul>li>a {
   background: #1c5367d1;
   color: #fff;
   padding: 1rem;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   font-size: 12px;
}

.leftsec .main-nav>li>ul>li>a:hover {
   background: #1c5367;
}

.leftsec .main-nav>li>ul>li span.mega-menu a:hover {
   color: #ff9b9b !important;
}

/* .leftsec .main-nav > li.active > ul{ display: block;} */
.leftsec .main-nav>li>a i.fa-angle-left {
   background: none;
   position: absolute;
   right: 0;
   top: 20px;
}

.leftsec .main-nav>li.active>a,
.leftsec .main-nav>li:hover>a {
   background: #1c5367;
   color: #fff;
}

.leftsec .main-nav>li>ul>li.active>a,
.leftsec .main-nav>li>ul>li:hover>a {
   color: #fff;
}

.leftsec .main-nav li.active .sub_active .text-aqua {
   opacity: 1;
}

.leftsec .main-nav li.active .sub_active a {
   opacity: 1;
}

/*--------------------------------
   Headings
---------------------------------*/

h1 {
   font-size: 24px;
   margin-top: 0;
   font-weight: 700;
   line-height: 2;
   margin-bottom: 0;


}

h2 {
   font-size: 24px;
   margin-top: 0;
   background: #fff;
   padding: 10px 15px;
   font-weight: 500;
   line-height: inherit;
   /*   border-bottom: 1px solid #E6E6E6;*/
   margin-bottom: 20px;


}

h3 {
   font-size: 20px;
   font-weight: 700;
   line-height: inherit;


}

h4 {
   font-size: 20px;
   font-weight: 400;
   line-height: inherit;
   /*   border-bottom: 1px solid #E6E6E6;*/
   margin-bottom: 10px;
}

h4.modal-title {
   border: none;
}

h5 {
   font-size: 24px;
   font-weight: 400;
   line-height: inherit;
   margin-bottom: 10px;
}

/*--------------------------------
   Forms
---------------------------------*/

form.material label {
   color: #888888;
   font-weight: lighter;
   font-size: 13px;
}

label {
   font-size: 12px;
}

form.material input[type=text],
form.material input[type=number],
form.material input[type=email],
form.material input[type=password],
form.material select {
   border: transparent;
   border-bottom: 1px solid #CCCCCC;
}

form.material input[type=text]:active,
form.material input[type=text]:focus,
form.material input[type=email]:active,
form.material input[type=email]:focus,
form.material input[type=password]:active,
form.material input[type=password]:focus,
form.material select:active,
form.material select:focus {
   border-bottom: 1px solid #000000;
}

form.material .form-control {
   -webkit-box-shadow: none;
   box-shadow: none;
}

/*--------------------------------
   Product Listing
---------------------------------*/
.product-listing .title {

   font-size: 20px;
}

.product-listing .title a {
   color: #ff884c;
}

.product-listing .title a:hover {
   color: #999999;
}

.product-listing .thumbnail-link {
   align-items: center;
   display: flex;
   justify-content: center;
   height: 200px;
   position: relative;
}

.product-listing .image {
   border: 1px solid #EEEEEE;
   height: auto;
   flex: none;
   margin-bottom: 10px;
   max-height: 200px;
   max-width: 100%;
   width: auto;
}

.product-listing .image:hover {
   -moz-opacity: 0.70;
   opacity: 0.70;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.product-listing .price {
   color: #1c5367;

   font-size: 20px;
   text-align: right;
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.product-listing .price span.price-old {
   font-size: 18px;
   color: #808080;
   text-decoration: line-through;
}

.product-listing .btn {
   margin-left: 1px;
}

/*--------------------------------
   Product Detail
---------------------------------*/

.product-image,
.product-thumb {
   border: 1px solid #EEE;
   border-bottom: 1px solid #DDD;
   margin-bottom: 20px;
   max-width: 100%;
}

.add-basket-box {
   background: #FFF;
   border: 1px solid #EEE;
   border-bottom: 1px solid #DDD;
   padding: 10px;
   margin-bottom: 20px;
}

.add-basket-box img {
   float: left;
   width: 60px;
}

.add-basket-box p {
   float: left;
   font-size: 14px;
   margin: 0 0 0 10px;
   line-height: 1.4;
}

.add-basket-box p span {
   color: #444;
}

.add-basket-box .btn {
   float: right;
   margin-top: 8px;
}

/*--------------------------------
   Pagination
---------------------------------*/

.pagination {
   float: right;
   margin: 10px 0;
}

.pagination ul {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
}

/*--------------------------------
   Basket
---------------------------------*/

.basket-table {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 10px;
}

.basket-table th {
   padding: 8px;
}

.basket-table tbody tr {
   background: #FFF;
   border: 1px solid #DDD;
}

.basket-table tbody tr td {
   padding: 8px;
}

.basket-table tbody tr td.image {
   width: 80px;
}

.basket-table tbody tr td.image img {
   width: 80px;
}

.basket-table tbody tr td.title {

   font-size: 18px;
}

.basket-table tbody tr td.title a {
   color: #999;
}

.basket-table tbody tr td.title a:hover {
   color: #444;
}

.basket-table tbody tr td.qty {
   width: 80px;
}

.basket-table tbody tr td.qty input {
   width: 40px;
   border-radius: 0;
   margin-bottom: -3px;
}

.basket-table tbody tr td.price {
   width: 80px;

   font-size: 18px;
   color: #BBB;
}

.basket-table tbody tr td.total {
   width: 80px;

   font-size: 18px;
   color: #888;
}

.basket-table tbody tr td.remove {
   width: 30px;
   font-size: 18px;
}

.basket-table tbody tr td.remove a {
   color: #D00;
   position: relative;
   bottom: -3px;
}

.basket-table tbody tr td.remove a:hover {
   color: #444;
}

.basket-total {
   background: #FFF;
   padding: 10px 20px;
   border: 1px solid #DDD;
   font-size: 18px;
   margin-bottom: 30px;
   float: right;
   width: 250px;
}

.basket-total-shipping {
   margin-bottom: 10px;
}

.basket-total span {
   color: #444;
}

.actions {
   float: right;
   margin-bottom: 20px;
}

.actions .btn {

   font-size: 14px;
   padding: 8px 16px;
   margin-left: 10px;
}

/*--------------------------------
   Checkout
---------------------------------*/

.checkout-steps {
   background: #FFF;
   border: 1px solid #DDD;
   margin: 20px 0;
}

.checkout-steps .step {
   float: left;
   width: 21%;
   padding: 20px 2%;
   font-size: 18px;
   color: #BBB;
   margin: 0;
}

.checkout-steps .step-active {
   color: #444;
}

.checkout-steps .step i {
   float: right;
   color: #ff884c;
}

.checkout-box {
   background: #FFF;
   border: 1px solid #DDD;
   padding: 20px 30px;
   margin-bottom: 30px;
   min-height: 350px;
}

.checkout-box-long {
   min-height: 800px;
}

.checkout-box-short {
   min-height: 200px;
}

.checkout-box h2 {
   color: #444;
   font-size: 24px;
   line-height: 1;
   margin: 0 0 20px 0;
   padding: 0;
   border: none;
}

.pl-zero {
   padding-left: 0;
}

.mand {
   color: #D00;
}

.radios {
   line-height: 2.2;
   margin-bottom: 20px;
}

.radios input {
   margin: -2px 4px 0 0;
}

/*--------------------------------
   Content Template
---------------------------------*/

.content-box {
   margin: 20px 0 30px 0;
   background: #FFF;
   border: 1px solid #DDD;
   padding: 20px;
}

.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5 {
   color: #444;
   border: none;
   line-height: 1;
}

.content-box h3,
.content-box h4,
.content-box h5 {
   border-bottom: 1px solid #EEE;
   margin: 20px 0 20px 0;
   padding-bottom: 10px;
}

.content-box table {
   width: 600px;
   border-collapse: collapse;
   margin-bottom: 20px;
}

.content-box table th {
   background: #ff884c;
   font-weight: normal;
   text-align: left;
   color: #FFF;
   padding: 10px;
}

.content-box table td {
   border-bottom: 1px solid #EEE;
   padding: 10px;
}

/*--------------------------------
   Contact
---------------------------------*/

.checkout-box textarea {
   border-radius: 0;
   width: 95%;
   height: 200px;
}

.tel {
   color: #ff884c;
   font-size: 18px;
}

a.address {
   color: #666666;
}

a.address:hover {
   color: #ff884c;
}

#map_canvas {
   width: 100%;
   height: 300px;
   margin: 20px 0;
}

/*--------------------------------
   About Us
---------------------------------*/

.about {
   margin-bottom: 10px;
}

.about .about-img {
   text-align: center;
}

.about .about-img img {
   box-shadow: 0 0 10px #cccccc;
   height: 200px;
   width: 200px;
   border-radius: 200px;
   margin-bottom: 10px;
}

/*--------------------------------
   Footer
---------------------------------*/

#footer {
   background-color: #666666;
   color: #b5b5b5;
   margin-bottom: 15px;
}

#footer:before,
#footer:after {
   content: " ";
   display: table;
}

#footer:after {
   clear: both;
}

#footer .footer-top .wrap-fcenter {
   background: url('../img/fcenter.png');
}

#footer .footer-center .wrap-fcenter {
   background: url('../img/fcenter.png');
   padding: 20px;
}

#footer h3 {
   color: #FFFFFF;
   margin-top: 0px;
   margin-bottom: 8px;
}

#powered {
   background-color: #555555;
   text-align: left;
   clear: both;
   color: #FFFFFF;
}

#powered .powered {
   padding: 10px 20px;
   overflow: hidden;
}

#powered .powered a {
   color: #3abec0;
}

#powered .powered a:hover {
   text-decoration: underline;
}

#footer .box .box-heading {
   background: none;
   border: none;
   color: #FFFFFF;
   font-size: 14px;
   font-family: "Montserrat", sans-serif;
   font-weight: 700;
   position: relative;
   margin-bottom: 8px;
   padding: 12px 0px;
   line-height: 1.428571429;
}

#footer .box .box-heading span {
   background: transparent;
   padding: 0;
   height: auto;
}

#footer .box .box-heading h2 {
   margin: 0;
   font-size: 14px;
   font-weight: bold;
   line-height: 1.428571429;
   font-family: "Montserrat", sans-serif;
}

#footer .box .box-content {
   background: none;
   border: none;
}

#footer .box .box-content ul {
   padding: 0;
}

#footer .box .box-content li {
   border: none;
   padding: 0px 0px 0 15px;
   list-style: none;
   margin-bottom: 9px;
   background: url('../img/flist-style.png') left center no-repeat;
}

#footer .box .box-content li a {
   text-decoration: none;
   color: #b5b5b5;
}

#footer .box .box-content li a i {
   margin-right: 3px;
   font-size: 12px;
}

#footer .box .box-content li a:hover {
   color: #FFFFFF;
}

#footer .column a {
   text-decoration: none;
   color: #b5b5b5;
}

#footer .column a i {
   font-size: 10px;
   margin-right: 3px;
}

#footer .column ul {
   list-style: none;
   margin-top: 0px;
   padding-left: 0;
}

#footer .column ul li {
   margin-bottom: 9px;
}

#footer .column a:hover {
   color: #FFFFFF;
}

#footer .box .box-content .social {
   display: inline-block;
}

#footer .box .box-content .social li {
   background: none;
   float: left;
   width: 36px;
   height: 36px;
   text-align: center;
   line-height: 36px;
   border: 2px solid #B5B5B5;
   padding: 0px;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   -ms-border-radius: 18px;
   -o-border-radius: 18px;
   border-radius: 18px;
   margin: 0 8px 0 0;
}

#footer .box .box-content .social li a i {
   margin: 0 0 0 5px;
   font-size: 16px;
}

#footer .box .box-content .social li:hover {
   border-color: #3abec0;
   background: #3abec0;
}

#footer .box .box-content .social li:hover a {
   color: #FFFFFF;
}

/* Sidebar Styles */

.side-heading {
   margin-top: 0;
   padding: 5px 25px;
   font-size: 18px;
   text-transform: uppercase;
   color: #fff;
   background: #383838;
}

.list-group,
.list-group-item:first-child,
.list-group-item:last-child {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.list-group-item {
   color: #252a2f;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: bold;
}

.list-group.categories a.list-group-item:hover,
.list-group.categories a.list-group-item:focus {
   background-color: #ff884c;
}

.list-group.categories a.list-group-item:hover,
.list-group.categories a.list-group-item:focus,
.list-group.categories a.list-group-item:hover i,
.list-group.categories a.list-group-item:focus i {
   color: #ffffff;
}

.list-group-item i {
   font-size: 12px;
   padding-right: 6px;
   color: #ff884c;
}

.filter-group {
   margin-left: 20px;
}

/* Product Carousel Styles */

.product-carousel .product-head {}

.product-carousel .row {
   margin-left: -5px;
   margin-right: -5px;
}

.product-carousel .col-xs-12 {
   padding-left: 0;
   padding-right: 0;
}

#latest-products .item {
   padding-left: 5px;
   padding-right: 5px;
}

#latest-products .item img {
   border: 1px solid #EEEEEE;
   height: auto;
   flex: none;
   margin-bottom: 10px;
   max-height: 200px;
   max-width: 100%;
   width: auto;
}

/* Products Box Styles Starts */

.products-list {
   margin-bottom: 15px;
}

.product-head {
   padding: 0 25px;
   margin: 0 0 20px;
   font-size: 24px;
   background: #252a2f;
   color: #fff;
   text-transform: uppercase;
}

.product-col {
   padding: 15px 15px 10px;
   margin-bottom: 20px;
   background: #fff;
   border: 1px solid #e8e8e8;
}

.product-col.list .image {
   padding: 20px 30px 10px 0;
   float: left;
}

.product-col .image a {
   align-items: center;
   display: flex;
   justify-content: center;
   height: 200px;
   position: relative;
}

.product-col .caption {
   padding: 20px 0;
}

.product-col h4 {
   font-size: 18px;
   text-transform: uppercase;
}

.product-col .description {
   padding: 5px 0;
   font-size: 12px;
   line-height: 18px;
   text-align: justify;
   color: #8b8b8b;
}

.product-col.list .description {
   padding-right: 20px;
}

.product-col .price {
   padding: 10px 0;
}

.product-col .price .price-tax {
   font-size: 14px;
   color: #212121;
   text-transform: uppercase;
}

.product-col .price span.price-new {
   color: #1c5367;
   font-size: 24px;
   padding-right: 5px;
}

.product-col .price span.price-old {
   font-size: 18px;
   color: #808080;
   text-decoration: line-through;
}

.product-col .cart-button {
   padding-top: 10px;
}

.product-col .cart-button .btn {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.product-col .btn-wishlist,
.product-col .btn-compare {
   color: #fff;
   background: #303030;
   margin-right: 3px;
}

.product-col .btn-wishlist:hover,
.product-col .btn-compare:hover,
.product-col .btn-cart,
.product-col .btn-cart:hover .fa {
   background: #4bac52;
}

.product-col .btn-cart {
   padding: 0 0 0 15px;
   font-size: 14px;
   color: #fff;
   text-transform: uppercase;
   border: none;
}

.product-col .btn-cart .fa {
   margin-left: 10px;
   padding: 10px;
}

.product-col .btn-cart .fa,
.product-col .btn-cart:hover {
   background: #303030;
}

.product-col .cart-button.button-group .btn-cart {
   padding: 5px 12px;
   font-size: 14px;
}

.product-col .cart-button.button-group .btn-cart .fa {
   margin-left: 0;
   padding: 0;
   background: none;
}

/* Side Products Lists Styles Starts */

.side-products-list {
   margin: 0 0 20px;
   padding: 0;
   list-style: none;
   border: 1px solid #ddd;
}

.side-products-list li {
   padding: 10px 15px;
}

.side-products-list li+li {
   border-top: 1px solid #ddd;
}

.side-products-list h5 {
   margin-bottom: 7px;
   font-size: 16px;
   width: 100%;
}

.side-products-list h5 a {
   color: #252a2f;
}

.side-products-list h5 a:hover {
   color: #4bac52;
}

.side-products-list img {
   margin-right: 15px;
}

.side-products-list img,
.side-products-list h5,
.side-products-list .price {
   float: left;
}

.side-products-list .price span.price-new {
   color: #4bac52;
   font-size: 18px;
   padding-right: 5px;
}

.side-products-list .price span.price-old {
   font-size: 14px;
   color: #808080;
   text-decoration: line-through;
}

.ribbon-wrapper {
   width: 85px;
   height: 88px;
   overflow: hidden;
   position: absolute;
   top: -1px;
   left: -1px;
}

.ribbon {
   font: bold 15px sans-serif;
   color: #333;
   text-align: center;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   position: relative;
   padding: 7px 0;
   top: 15px;
   left: -30px;
   width: 120px;
   background-color: #ebb134;
   color: #fff;
}

.card-number {
   position: relative;
}

.card-number::before {
   content: '';
   width: 32px;
   height: 20px;
   margin-left: 0.6em;
   background: url("../img/credit-card-sprite-32.png") no-repeat;
   position: absolute;
   left: 0;
   top: 2.3em;
}

.card-number.card-type-visa::before {
   background-position: 0 -20px;
}

.card-number.card-type-american-express::before {
   background-position: 0 -40px;
}

.card-number.card-type-discover::before {
   background-position: 0 -60px;
}

.card-number.card-type-mastercard::before {
   background-position: 0 -80px;
}

.card-number.card-type-jcb::before {
   background-position: 0 -100px;
}

.card-number.card-type-diners-club::before {
   background-position: 0 -120px;
}

.card-number input {
   padding-left: 3.2em;
}

.adminleft>li {
   position: relative;
}

.adminleft>li>.fa-angle-left {
   cursor: pointer;
   color: #fff;
   height: 50px;
   position: absolute;
   right: 0;
   top: 0;
   width: 48px;
   line-height: 50px;
   text-align: center;
}

.adminleft>li.active>.fa-angle-left {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   color: #fff;
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
}

.checklabel1 {
   padding-right: 0px;
   width: 150px
}

.select_qty1 {
   width: 50px;
   padding: 6px 5px;
}

.select_qty2 {
   width: 70px !important;
   padding: 6px 5px;
}

.shopping-margin {
   margin-top: 28px;
}

.Shipping-ul {
   list-style: none;
}

.Shipping-ul li:before {
   content: '';
   display: block;
   width: 6px;
   height: 6px;
   border-top: 1px solid #000;
   border-right: 1px solid #000;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   margin-left: -23px;
   margin-top: 11px;
   float: left;
}

.Shipping-ul li {
   line-height: 30px
}

.address_billing1 {
   width: 30%;
   float: left;
}

span.multiselect-native-select {
   border: 1px solid #ccc;
   border-radius: 4px;
   display: inline-block;
   line-height: 36px;
}

span.multiselect-native-select .btn {
   height: 36px;
}

.btn-group {
   vertical-align: top;
}

form#cab_inventory .btn.pull-right button[disabled] {
   opacity: 0.7;
   background: #0096888c;
}

.btn1search {
   margin-top: 22px;
}


@media (min-width: 1025px) and (max-width: 1366px) {
   .company_flex li {
      width: calc(100% / 3) !important;
      padding: 0 1rem;
   }
}




@media (max-width: 1366px) {
   .centersec.dashmain .boxs h3 {
      font-size: 1.5rem;
   }

   .bg_project_icon {
      width: 40px;
      height: 40px;
   }

   .bg_project_icon img {
      width: 100%;
   }

   .view_btn {
      font-size: 1rem !important;
   }

   /* .centersec{padding:15px;} */
   /* .centersec.dashmain .boxs .boxtext {
   padding-right: 18px;
}
.centersec.dashmain .boxs i {
   width: 120px;
}
.centersec.dashmain .boxs i {
   font-size: 4em;
} */
   .centersec.dashmain .boxs h1 {
      font-size: 28px;
   }

   .centersec.dashmain .boxs h3 {
      letter-spacing: 0;
   }

   .rightsec .page_btns>a {
      padding: 8px 8px;
      font-size: 11px;
   }

   /*label{height: 30px;}*/
}

@media only screen and (min-width : 992px) and (max-width : 1090px) {
   .topsearch label {
      height: 44px !important;
      word-break: break-all !important;
      font-size: 11px !important;
   }

   .checklabel1 {
      width: auto
   }

   .btn1search {
      margin-top: 45px;
   }
}

@media only screen and (min-width : 1091px) and (max-width : 1200px) {
   .topsearch label {
      height: 34px !important;
      word-break: break-all !important;
      font-size: 11px !important;
   }

   .btn1search {
      margin-top: 39px;
   }

   .checklabel1 {
      width: auto
   }
}

@media only screen and (min-width : 1201px) and (max-width : 1600px) {
   /*.topsearch label{height: 30px !important; word-break: break-all!important; font-size:11px!important;}
   .btn1search {margin-top: 39px;}	*/

}

@media only screen and (min-width : 1601px) and (max-width : 1800px) {
   /*.topsearch label{height: 30px !important; word-break: break-all!important; font-size:11px!important;}
   .btn1search {margin-top: 40px;}	*/
}


@media only screen and (min-width : 1367px) and (max-width : 1600px) {
   .centersec {
      padding: 0px;
   }

   .rightsec .page_btns>a {
      padding: 8px 8px;
      font-size: 11px;
   }
}

@media (max-width: 1024px) {
   #global-search {
      max-width: 320px;
   }

   .centersec {
      padding: 25px;
   }

}

@media (max-width: 480px) {

   .top-nav li {
      margin-left: 0;
   }

   .logo {
      text-align: center;
      margin-bottom: 20px;
      margin-top: 0;
   }

   .mini-basket {
      padding: 20px 20px 0 20px;
      margin-bottom: 10px;
   }

   .mini-basket-title {
      float: left;
      margin-right: 20px;
      margin-bottom: 0;
   }

   .mini-basket .span1 {
      float: left;
      width: auto;
      margin-left: 20px;
      margin-bottom: 0;
   }

   .main-nav li {
      float: none;
      width: 100%;
      list-style: none;
   }

   .checkout-steps .step {
      width: 100%;
      float: none;
      padding: 10px;
   }

   .checkout-steps .step span {
      display: none;
   }

   .about .about-img img {
      height: 100px;
      width: 100px;
      border-radius: 100px;
   }
}

#global-search {
   padding: 3px;
   border: solid 1px #E4E4E4;
   border-radius: 6px;
   background-color: #fff;
   margin-top: -10px;
}

#global-search input {
   border: 0;
   box-shadow: none;
}

#global-search button {
   margin: 2px 0 0 0;
   background: none;
   box-shadow: none;
   border: 0;
   color: #666666;
   padding: 10px 12px 10px 16px;
   border-left: solid 1px #E4E4E4;
}

#global-search button:hover {
   border: 0;
   color: #cccccc;
   box-shadow: none;
   border-left: solid 1px #E4E4E4;
}

#global-search .glyphicon-search {
   font-size: 23px;
}

.boxs>p {
   margin-bottom: 5px;
}

.boxs .lists {
   list-style: none;
   padding: 0;
   display: flex;
}

.boxs .lists>li {
   padding-right: 20px;
}

.boxs .lists>li label {
   font-weight: normal;
}
button.assignFormSubmit i {
   color: #fff !important;
}




@media(min-width:861px) {
   .headersec .menuicon {
      display: none !important
   }
}

@media(max-width:860px) {
   .leftsec {
      z-index: 99;
      left: -210px;
   }

   .leftsec+.rightsec {
      width: 100%;
   }

   /* .leftsec .menuicon {display: none;} */
   .headersec .menuicon {
      position: static;
      height: auto;
      width: auto;
      float: left;
      background: none
   }

   .nav_active .leftsec {
      left: 0;
   }

   .leftsec1 {
      margin-top: 0 !important;
      height: 100% !important;
   }
}

@media(max-width:767px) {
   .top_title_admin h2{font-size: 16px;}
   .header_flex{padding: 0.5rem 2rem!important;}
   .menuicon{width: 50%;}
   .top_title_admin .title{margin-bottom: 1rem;}
   .add_button{text-align: left!important;}
   table{table-layout: auto!important;}
   .radio_img li{width: calc(100% / 2)!important;}
   .radio_img li p{font-size: 1.5rem!important;}
   .fancybox-can-swipe .fancybox-content ul li {
      width: 100%;
   }
   
   .bgcolor .table-responsive {
      padding-top: 10px;
      padding-bottom: 10px;
  }
   .add_button {
      width: auto;
   }

   .company_flex li {
      width: 100% !important;
   }

   img.admin-logo {
      width: 75%;
      height: auto;
   }

   .menubars span {
      width: 24px;
      height: 2px;
      background-color: currentColor;
      display: block;
      transition: all ease .5s;
      transform-origin: right;
   }

   .menubars span:nth-child(2) {
      margin: 6.5px 0;
   }

   .headersec {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 50%;
   }

   .menubars {
      margin-left: 1rem;
   }

   .leftsec .main-nav>li {
      border-top: 1px solid #ffffff24;
   }
   .leftsec .main-nav>li>ul>li {
      border-bottom: 1px solid #ffffff05;
  }


   .menu_bar {
      position: fixed;
      width: 75%;
      right: 0;
      height: 100%;
      top: 0;
      z-index: 999;
      transform: translateX(100%);
      transition: all .5s ease;
   }

   .leftsec .main-nav {
      padding: 0;
      height: 100%;
      flex-direction: column;
      background: #1c5367;
      padding-top: 5rem;
   }

   .menu_bar.active {
      transform: translateX(0);
   }

   .menubars.active {
      z-index: 9999;
      position: fixed;
      right: 2rem
   }

   .menubars.active span {
      color: #fff;
   }

   .menubars.active span:nth-child(3) {
      transform: rotate(45deg);
   }

   .menubars.active span:nth-child(2) {
      opacity: 0;
      margin: 7px 0;
   }

   .menubars.active span:nth-child(1) {
      transform: rotate(-45deg);
   }

   .subtab:after {
      position: absolute;
      content: '\f107';
      font: normal normal normal 24px/1 FontAwesome;
      right: 2rem;
      transition: all .5s ease;
   }

   .leftsec .main-nav>li>ul>li>a {
      background: #0d3747d1;
   }

   .leftsec .main-nav>li>ul {
      position: static;
      width: 100%;
   }

   .main-nav li.active .subtab:after {
      transform: rotate(-180deg)
   }

   .header_flex {
      padding: 0.5rem 2rem;
   }
   .data_search span.select2 {
      z-index: 2;
      width: 100% !important;
      margin-bottom: 8px;
   }
   .data_search button.btn.btn-success {
      margin-top: 0;
  }
  .data_search .d_flex {
   padding-top: 12px !important;
}
   .data_search input {
      width: 100% !important;
   }
   .centersec {
      padding: 10px;
  }
  .top_title_admin {
   margin: .5rem 1rem;
   flex-wrap: wrap;
}
.bgcolor {
   padding: 10px;
}


}





.view_label {
   display: inline-block;
   font-weight: 700;
}

.view_detail {
   display: inline-block;
   margin-bottom: 10px;
}

/*10 jul 2022*/
.d-flex {
   display: flex;
}

.w-100 {
   width: 100%;
}

.mformsec {
   background: #f4f4f4;
   margin-bottom: 15px;
   padding: 10px 30px 0px;
}

.btn-sm {
   line-height: 1.4;
}

.crossbox>*,
.addMoreOption>*,
.removeOptionCross>* {
   pointer-events: none;
}

.elements-box .col-sm-11:nth-child(1) .crossbox {
   display: none;
}

.choicebox a {
   position: absolute;
   right: 15px;
   top: 0;
   bottom: 0;
   color: #e73c3c;
   z-index: 2;
   display: grid;
   place-items: center;
}

.choicebox {
   position: relative;
   margin-bottom: 15px;
}

.choicebox .btn.focus,
.choicebox .btn:focus,
.choicebox .btn:hover {
   color: #333;
   text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   appearance: none;
   -webkit-appearance: none;
}

.crossbox {
   color: #e73c3c;
   font-size: 15px;
   height: 20px;
   position: absolute;
   right: 10px;
   text-align: center;
   top: 5px;
   width: 20px;
   z-index: 99;
}

.col-sm-12+.choicebox .removeOptionCross {
   display: none;
}

/*10 jul 2022 end*/
.bg_admin_inner {
   background-color: #f1f1f1;
   width: 100%;
   float: left;
   padding: 30px;
   margin-bottom: 20px;
}

.bg_admin h2 {
   text-align: center;
   margin-bottom: 15px;
}

.mt34 {
   margin-top: 34px;
}

.mt30 {
   margin-top: 30px;
}

.mt10 {
   margin-top: 10px;
}

.mt20 {
   margin-top: 20px;
}



.admin_flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.title_bg {
   color: #fff;
   background: #f86305;
   padding: 10px 24px;
}

.bg_whitePD10 {
   background-color: #fff;
   padding: 10px;
}

.specific_period_form {
   display: none;
   margin: 15px 0
}

#specific_period:checked~.specific_period_form {
   display: block;
}

.cross i {
   pointer-events: none;
}

.add_more {
   background: #c58e4e;
   cursor: pointer;
   display: inline-block;
   padding: 4px 8px;
   color: #fff;
   margin-top: 10px;
}

.show_specific_period_form {
   margin-bottom: 15px;
}

.cross {
   background: #f86305;
   color: #fff;
   display: inline-block;
   padding: 6px 12px;
   cursor: pointer;
}

/*25 aug 2022*/
.page_btns {
   display: flex;
   border-radius: 0;
   position: relative;
   margin-bottom: 22px;
   margin-left: 15px;
   margin-right: 15px;
}

.page_btns>a {
   padding: 8px 13px;
   background-color: #f86305;
   color: #fff;
   place-items: center;
   font-size: 12px;
   display: flex;
   border-right: 1px solid #ffffff52;
   flex-grow: 1;
   text-align: center;
   display: flex;
   justify-content: center;
}

.page_btns>a:hover {
   background-color: #000;
}

.page_btns>a i {
   margin: 0 9px;
}

.page_btns>a.active {
   background-color: #1c5367;
}

.page_btns>a.active:before {
   content: "";
   position: absolute;
   top: 100%;
   border: 9px solid #0000;
   border-top-color: #1c5367;
}

.bulk-btn span .fa.fa-calendar {
   position: relative;
   /* left: 3px; */
}

.bulk-btn span:hover {
   background: #1c5367;
   color: #fff;
}

.bulk-btn span.btn_date.singledate {
   margin-right: 0.2em;
}

.right-bar.d-flex {
   padding-top: 0.8rem;
}

/*25 aug 2022*/

/*Sk 08 Dec 2022*/
.form_sec {
   width: 100%;
   float: left;
   position: relative;
   background-color: #f1f1f1ba;
   margin-top: 2rem;
   padding: 2rem;
}

.remove_head_row_main {
   position: absolute;
   top: 10px;
   right: 10px;
}

.remove_head_row {
   background: #979797d1;
   color: #fff;
   padding: 6px 12px;
   font-size: 17px;
   font-weight: 500;
}

.toptab li a {
   background: #f86305;
   color: #fff;
   font-weight: 500;
   border-radius: 0;
}

.toptab li a:hover {
   background-color: #1c5367;
}

.toptab li a.active {
   background: #1c5367;
}

.toptab li a.active:before {
   content: '';
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -8px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 10px 0px 10px;
   border-color: #040944 transparent transparent transparent;
   z-index: 1;
}

.perdataSec ul {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   flex-wrap: wrap;
}

.perdataSec ul li {
   flex: 1;
   flex-basis: 48%;
   margin-bottom: 15px;
   color: var(--text-color);
   font-size: 15px;
}

.perdataSec ul li span {
   display: block;
   font-size: 16px;
   color: var(--medium-black);
   font-weight: 500;
}

.enq-view {
   padding: 20px !important;
   max-width: 800px !important;
   width: 100%;
}

/*========= Enquiries CSS ======*/
.enquiries-list {
   padding: 10px 15px !important;
}

.enquiries-list h5.title-text-left {
   padding: 0 17px;
}

.btn-group.switch-btn .btn-default.active {
   background: #01b2a8;
   color: #fff;
}

.btn-group.switch-btn .btn-default {
   background: #efedf0;
   color: #000;
   border-radius: 50px;
   padding: 3px 15px;
   font-size: 13px;
   margin-left: 0px;
   box-shadow: none;
}

.btn-group.switch-btn {
   border: 5px solid #efedf0;
   border-radius: 50px;
}

.users-detail button.button-typ {
   border: 0;
   background: none;
}

.enquiries-list table#datatable tbody {
   background: #efedf0;
   padding: 15px;
}

.enquiries-list table#datatable thead th {
   font-weight: 500;
   /* border: 0; */
   font-size: 12px;
}

.enquiries-list table#datatable thead {
   background: #526375;
   color: #fff;
}

.enquiries-list table#datatable i.fa {
   color: #00b1a7;
}

.users .fa {
   font-size: 22px;
}

.user_menu ul li {
   padding: 10px;
}

.user_menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.user_menu {
   background: #f3ffff;
   width: 450px;
   height: 160px;
   padding: 5px;
   display: none;
   position: absolute;
   right: 15px;
   border: 2px solid #79d5d0;
   border-radius: 5px;
   z-index: 999;
   top: 28%;
   display: none;
   overflow-y: scroll;
}

div#container-target {
   position: relative;
}

.users button {
   border: 0;
   background: #0000;
}

span#name {
   font-weight: 600;
   color: #36648b;
}

.enquiries-list .user-list thead th {
   color: #545454;
   font-weight: 600 !important;
}

a.btn-assign {
   background: #fff;
   padding: 5px 25px;
   border-radius: 50px;
}

a.btn-assign:hover {
   background: #01b2a8;
   color: #fff;
}

.enquiries-list .user-list tbody>tr td {
   vertical-align: middle;
}

.article table#user_datatable {
   background: initial;
}

.enquiries-list .user-list thead {
   background: #0000 !important;
}

.enquiries-list .user-list tbody>tr {
   background: #e0dfe4;
}

.user_menu ul i.fa {
   font-size: 14px;
}

.hide {
   display: none;
}

/*  added this - not working  */
.hide-1-yes {
   display: none;
}

.centersec.enquiries-cent .bgcolor {
   padding: 10px 5px 20px;
   display: inline-block;
   width: 100%;
}

.top_title_admin.enquiries-top {
   padding-top: 0;
   padding-bottom: 0;
}

.top_title_admin.enquiries-top .enquiries_btn {
   text-align: right;
}

.centersec.enquiries-cent {
   padding-bottom: 0;
   position: relative;
   z-index: 99;
}

.enquiries-list table#datatable tbody td {
   padding: 3px 7px;
   font-size: 13px;
}

.enquiries-list table#datatable thead th hr,
.enquiries-list table#datatable tbody td hr {
   margin: 0.5rem 0;
}

.select2-container {
   z-index: 9999;
}

.sub_de span.select2.select2-container span.selection span.select2-selection {
   height: 38px;
   padding: 4px 12px;
}

.sub_de span.select2.select2-container span.selection span.select2-selection span.select2-selection__arrow {
   top: 6px;
}

.fancybox-can-swipe .fancybox-content ul {
   padding-left: 0;
}

.fancybox-can-swipe .fancybox-content ul li {
   border-bottom: 1px solid #ddd;
   padding: 7px;
   margin: 8px;
   border-right: 1px solid #ddd;
   /* border: 1px solid #ddd; */
   width: 47%;
   margin-top: 0;
   padding-top: 0;
}

.fancybox-can-swipe .fancybox-content ul li label {
   margin: 0;
   font-size: 12px;
}

.fancybox-can-swipe .fancybox-content h2 {
   padding: 5px;
   margin-bottom: 0;
   font-size: 18px;
}

.top_title_admin.enquiries-top .enquiries_btn a:focus,
a.btn_admin:focus {
   color: #fff;
}

.fancybox-can-swipe .fancybox-content ul li .fa-calendar {
   padding: 0 5px;
}

.fancybox-can-swipe .fancybox-content table.table tbody tr th,
.fancybox-can-swipe .fancybox-content table.table tbody tr td {
   font-size: 12px;
   border: 1px solid #ddd;
}

.fancybox-can-swipe .fancybox-content table#user_datatable thead tr th {
   font-size: 12px;
   border: 1px solid #ddd;
}

button.btn.btn-success .fa-save {
   padding-right: 5px;
}

.enq-view.fancybox-content h5 {
   font-size: 18px;
}



.hidesidebar,
.hidesidebar i,
.leftsec,
.rightsec,
.menuicon {
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

.hidesidebar {
   position: fixed;
   left: 180px;
   font-size: 16px;
   background: #1c5367;
   width: 34px;
   text-align: center;
   line-height: 37px;
   border-radius: 5px;
   top: 15px;
   color: #fff;
   cursor: pointer;
   z-index: 2;
}

.hidesidebar.active {
   left: 18px;
   border-radius: 0 5px 5px 0;
}

.hidesidebar.active i {
   transform: rotate(180deg);
   vertical-align: middle;
}

.leftsec.active,
.leftsec.active .menuicon {
   margin-left: -165px;
   z-index: 1;
}

.rightsec.active {
   width: 100%;
   padding-left: 5rem;
}

.leftsec.active .fullwidth.leftsec1 ul li>.fa {
   opacity: 0;
}

.fullwidth.leftsec1 {
   height: calc(100% - 63px);
   margin-top: 63px;
}

.enquiries-cent span.select2.select2-container.select2-container--default {
   width: 100% !important;
}

.search-block {
   margin-top: 21px;
}

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

.user_menu span.select2.select2-container span.select2-selection {
   border: 0;
}

.user_menu span.select2.select2-container span.select2-selection button.select2-selection__clear span {
   display: block;
   margin-top: 6px;
}

.leftsec.active .main-nav>li i {
   position: absolute;
   right: 0;
   padding-right: 25px;
}

.centersec nav ul.pagination {
   margin: 0;
}

.centersec nav {
   display: inline-block;
}

.enquiries-cent span.select2.select2-container.select2-container--default span.selection span.select2-selection {
   height: 100%;
   /* height: 38px;
    padding: 3px; */
}

.enquiries-cent span.select2.select2-container.select2-container--default span.selection {
   /* height: 38px; */
}

.enquiries-cent span.select2.select2-container.select2-container--default span.selection span.select2-selection span.select2-selection__arrow {
   /* height: 35px; */
}

.enq-view.fancybox-content .form-group input#followup_date,
input#interaction_followup_date,
input#date_of_travel,
.hasDatepicker {
   background: #fff;
   background-image: url('/assets/admin/images/calendar.png');
   /* background-image: url(../assets/front/images/calender.png); */
   background-repeat: no-repeat;
   background-position: center right;
   /* filter: grayscale(1); */
   background-position-x: 98%;
   cursor: text;
   background-size: 20px;
}

.enq-view.fancybox-content form#enquiry_form .form-group select.form-control {
   padding: initial;
}

form#enquiry_form button.btn.btn-success {
   font-weight: 500;
   background-color: #f86305;
   border-radius: 5rem;
   padding: 7px 20px;
   font-size: 14px;
   border: none;
   color: #fff;
   transition: all ease 0.5s;
}

form#enquiry_form button.btn.btn-success:hover {
   background-color: #1c5367;
}

h5.title-text-left {
   margin: 0;
}

.enquiries-list .user-list tbody tr {
   background: #fff;
}

.enquiries-list .user-list thead {
   background: #fff !important;
}

.data-space {
   margin: 0px 15px 15px;
}

.top_title_admin.tab-title {
   margin: 15px 0;
}

.justify-content-between {
   justify-content: space-between;
}

.px-0 {
   padding-left: 0;
   padding-right: 0;
}

.page_btns:before {
   content: "";
   position: absolute;
   top: 100%;
   height: 22px;
   background-color: #ffffff;
   width: 100%;
}

.validation_error {
   color: #a94442;
   font-size: 12px
}

.inner-breadcrumb ul {
   padding: 0.85rem 1rem;
   margin-bottom: 1rem;
   list-style: none;
   background-color: #e9ecef;
   border-radius: 0.25rem;
}

.inner-breadcrumb ul li {
   display: inline-block;
   margin-right: 15px;
   position: relative;
   color: #6c757d;
   font-weight: 400;
   font-size: 14px;
   padding: 0px 0px;
}

.inner-breadcrumb ul li a {
   color: #323232;
   font-weight: 400;
   line-height: normal;
}

.inner-breadcrumb ul li::before {
   color: #4c4c4c;
   content: "\f105";
   /* content: "\f061"; */
   font-weight: 400;
   line-height: normal;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   font-family:
      "fontAwesome";
   display: inline-block;
   vertical-align: middle;
   /* font-weight: 900; */
   left: -11px;
   font-size: 16px;
}

.inner-breadcrumb ul li:first-child::before {
   display: none;
}

/* =============Admin Menu Style ========= */
ol.sortable_menu.ui-sortable {
   width: 55%;
   padding-bottom: 15px;
}

ol.sortable_menu.ui-sortable .sortable span a {
   padding: 2px 10px;
}

ol.sortable_menu.ui-sortable .sortable span:hover {
   background: #dfdfdf;
}

ol.sortable_menu.ui-sortable .sortable span {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 5px;
   padding: 0px 15px;
   border-bottom: 1px solid #ddd;
   cursor: move;
}

ol.sortable_menu.ui-sortable {
   /* display: inline-block;
   background: #ebebeb;*/
}

/* ol.sortable_menu.ui-sortable .sortable ol li span {
   display: inline-block;
} */
ol.sortable_menu.ui-sortable ol {
   padding-left: 15px;
}

ol.sortable_menu.ui-sortable .sortable span em {
   font-style: inherit;
   width: 355px;
   display: inline-block;
}

.toptab ul.nav.nav-tabs li.nav-item {
   margin-bottom: 10px;
}

.p20 {
   padding: 0 20px;
}

.pt10 {
   padding-top: 10px;
}

.toggle-switch {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 25px;
}

.toggle-switch input {
   opacity: 0;
   width: 0;
   height: 0;
   margin: 0;
}

.toggle-slider {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #b65b5b;
   -webkit-transition: .4s;
   transition: .4s;
}

.toggle-slider:before {
   position: absolute;
   content: "";
   height: 18px;
   width: 18px;
   left: 4px;
   bottom: 4px;
   background-color: white;
   -webkit-transition: .4s;
   transition: .4s;
}

input:checked+.toggle-slider {
   background-color: #60a15a;
}

input:focus+.toggle-slider {
   box-shadow: 0 0 1px #2196F3;
}

input:checked+.toggle-slider:before {
   -webkit-transform: translateX(26px);
   -ms-transform: translateX(26px);
   transform: translateX(26px);
}

ol.sortable_menu.ui-sortable .sortable>ol {
   padding-left: 10px;
}

/* Rounded sliders */
.toggle-slider.round {
   border-radius: 34px;
}

.toggle-slider.round:before {
   border-radius: 50%;
}

.lds-ellipsis {
   display: inline-block;
   position: relative;
   width: 55px;
   /* height: 80px; */
   top: -2px;
}

.lds-ellipsis div {
   position: absolute;
   top: 33px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #fff;
   animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
   left: 7px;
   animation: lds-ellipsis1 0.6s infinite;
   top: -2px;
}

.lds-ellipsis div:nth-child(2) {
   left: 4px;
   animation: lds-ellipsis2 0.6s infinite;
   top: -2px;
}

.lds-ellipsis div:nth-child(3) {
   left: 22px;
   animation: lds-ellipsis2 0.6s infinite;
   top: -2px;
}

.lds-ellipsis div:nth-child(4) {
   left: 45px;
   animation: lds-ellipsis3 0.6s infinite;
   top: -2px;
}

@keyframes lds-ellipsis1 {
   0% {
      transform: scale(0);
   }

   100% {
      transform: scale(1);
   }
}

@keyframes lds-ellipsis3 {
   0% {
      transform: scale(1);
   }

   100% {
      transform: scale(0);
   }
}

@keyframes lds-ellipsis2 {
   0% {
      transform: translate(0, 0);
   }

   100% {
      transform: translate(24px, 0);
   }
}

.ui-sortable-helper {
   position: relative;
   /* border-left-color: red;
   border-width: 5px;
   padding: 10px; */
}

.ui-sortable-helper:before {
   content: "";
   position: absolute;
   width: 0;
   height: 100%;
   border: 3px solid #f86305;
   margin-top: 0px;
   left: 0px;
   top: 0px;
}

.setting-box {
   display: flex;
   align-items: center;
}

.setting-box select {
   padding: 5px 10px;
   border-radius: 25px;
}

.ihover {
   position: relative;
   cursor: pointer;
   color: #ffc089;
}

.hover_text {
   width: 330px;
   background-color: #ffeaea;
   color: #1a1a1a;
   text-align: center;
   font-weight: 400;
   border-radius: 6px;
   padding: 10px;
   position: absolute;
   top: 25px;
   left: 0;
   width: 270px;
   display: none;
   z-index: 999;
}

.ihover:hover .hover_text {
   display: block;
   transition: 0.5s ease;
}

.discount_agent_groups {
   margin-top: 15px;
}

.discount_agent_groups .form-control {
   padding-left: 8px;
   padding-right: 8px;
}

.pb-20 button {
   margin-bottom: 25px;
}

div#discount_form {
   display: flex;
   align-items: center;
}

.discount_category .table>tbody>tr>td {
   vertical-align: middle;
   padding: 5px 10px;
}

.search-block button#active {
   background: #1c5367;
}

#packageprice_form .listItem span.select2.select2-container span.selection span.select2-selection {
   min-height: auto;
}

#form_contact_us .form-floating.radio_wrapper.gender {
   width: 50% !important;
}

input[type=date] {
   position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
   background-position: right;
   background-size: auto;
   cursor: pointer;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   top: 5px;
   width: auto;
}

.p10 {
   padding: 10px;
}

.pb-10 {
   padding-bottom: 10px;
}

div#more_elements span {
   position: absolute;
   right: 20px;
   top: 7px;
}

.add_button {
   width: 230px;
   text-align: right;
}

#more_elements>.row>.col-sm-2 {
   width: 10.666667%;
}

.centersec.dashmain .booking_list .greycolor p {
   color: #000;
   margin-bottom: 0;
}

.centersec.dashmain .booking_list .greycolor a {
   font-size: 25px;
   font-weight: 600;
}

.centersec.dashmain .booking_list .greycolor a:hover,
.centersec.dashmain a:hover {
   color: #1c5367;
}

.boxtext.booking_list .greycolor {
   padding: 0;
}

span.greycolor.border_1:before {
   position: absolute;
   content: '';
   width: 2px;
   height: 55px;
   background: #ddd;
   top: 5px;
}

.button2 {
   display: flex;
   justify-content: space-between;
   transform: translateY(48px);
   width: calc(100% + 3.8rem);
   align-items: center;
}

.cab_input_form {
   margin-left: 25px;
}

.daterangepicker.single .calendar.left .calendar-table .table-condensed>thead tr:first-child>th {
   color: #3543bf;
}

.daterangepicker.ltr .calendar.left .calendar-table .table-condensed>thead tr:first-child>th,
.daterangepicker.ltr .calendar.right .calendar-table .table-condensed>thead tr:first-child>th {
   color: #3543bf;
}

.daterangepicker.show-calendar td.active,
.daterangepicker td.active:hover {
   background-color: #3543bf;
}

.menu_des>li>ol,
ol.sortable_menu.ui-sortable ol {
   padding-left: 51px;
}

.agent-admin-form .form-group select.form-select.country_code {
   width: 22%;
   font-size: 14px;
   float: left;
   border: 1px solid #ccc;
   border-radius: 0.25rem;
   padding: 0.3rem;
   height: calc(0.7em + 0.75rem + 13px);
   margin-right: 5px;
}

.agent-admin-form .form-group input#phone {
   width: 75%;
}

.agent-admin-form .form-group label.control-label {
   display: block;
}

.agent-admin-form .image_box {
   display: inline-block;
   margin-bottom: 5px;
}

.dateRow_list .dateselect i {
   font-size: 15px;
}

table tbody td.user_icon_top img {
   position: absolute;
   top: 5px;
   right: 5px;
}

table tbody td.user_icon_top {
   padding-right: 3.5rem !important;
   position: relative;
}

/*.room_plan_fancy span {
   border: 1px solid #ddd;
   padding: 2px 5px;
   margin: 0 0 0 5px;
   border-radius: 2px;
   background: #ebebeb;
   white-space: nowrap;
}*/

.room_plan_fancy span {
   border: 1px solid #18afa6;
   padding: 2px 5px;
   margin: 0px 5px 5px 5px;
   border-radius: 2px;
   /* background: #ebebeb; */
   /* white-space: nowrap; */
   display: inline-block;
   font-size: 11px;
   line-height: 1.2;
}

a.rooms_img i {
   margin-top: 6px;
}

.enq-view.view-role-permissions h2 {
   color: #1c5367;
   font-weight: 600;
   padding-left: 0;
}

.enq-view.view-role-permissions {
   max-width: 1000px !important;
   height: 90rem;
}

.enq-view.view-role-permissions .boxs .lists>li {
   padding-right: 8px;
   width: auto;
   margin: 0 3px;
   padding: 0;
}

.enq-view.view-role-permissions .boxs .lists>li label {
   margin: 0;
   font-size: 12px;
   white-space: nowrap;
   display: flex;
   line-height: normal;
   align-items: center;
   align-content: center;
   width: auto;
   padding: 7px;
   border: 1px solid #1c5367;
   border-radius: 4px;
   /* background: #ebebeb; */
}

.enq-view.view-role-permissions .boxs .lists>li {
   border: 0;
}

.enq-view.view-role-permissions .boxs .lists {
   flex-wrap: wrap;
   row-gap: 5px;
}

.enq-view.view-role-permissions .boxs .lists>li label input {
   margin-top: 0;
   margin-right: 3px;
}

/* ====== Cancellation Style ========= */

.order_reference,
.cab_reference_Details {
   max-width: 100%;
   border: 1px solid #1c5367;
   margin-bottom: 25px;
   margin: 20px 45px;
}

.order_reference .title,
.status-details {
   background: #eef0f3;
   padding: 15px;
   min-width: 300px;
   display: flex;
   align-items: center;
}

.order_inner_box h3 {
   margin: 0;
   font-weight: 500;
}

.title-details {
   padding: 15px 25px;
   font-size: 22px;
   color: #1c5367;
}

.status-details ul li,
.user-information ul li {
   list-style: none;
   font-size: 14px;
   font-weight: 500;
   padding: 2px 0;
}

/* .status-details ul, .user-information ul {
   padding: 15px;
} */
.status-details ul>li {
   display: flex;
   justify-content: flex-start;
   align-items: center;
}

ul.order_inner_box {
   padding: 0;
   margin-bottom: 0;
}

ul.order_inner_box>li {
   display: flex;
   border-bottom: 1px solid #ddd;
}

.status-details ul li span {
   margin-left: 10px;
   color: #3c389a;
}

.user-information ul li span,
.user-request ul li span {
   color: #3c389a;
}

.user-information ul,
.status-details ul {
   padding: 15px 25px;
}

ul.order_inner_box>li .user-information,
ul.order_inner_box>li .status-details {
   width: 40%;
   display: flex;
   align-items: center;
}

.user-request ul {
   padding: 0;
   margin-bottom: 10px;
   list-style: none;
}

.user-request ul li {
   font-size: 14px;
   font-weight: 500;
   color: #464646;
   padding: 5px 0;
}

.cab_reference_Details ul.order_inner_box>li:first-child {
   border-bottom: 1px solid #ddd;
}

.cab_reference_Details ul.order_inner_box li {
   display: flex;
   align-items: center;
   padding: 10px 15px;
   font-size: 13px;
   border: 0;
}

.cab_reference_Details .user-information {
   width: 100% !important;
}

.cab_reference_Details .user-information ul li {
   display: inline-block;
   padding-right: 25px;
}

.cab_reference_Details .user-information ul {
   padding: 0;
}

.cab_reference_Details .user-information-price ul {
   padding: 0;
}

.cab_reference_Details ul.order_inner_box li span {
   padding: 0 12px;
}

.cab_reference_Details .user-information-price ul strong {
   font-size: 16px;
   color: #1c5367;
}

.user_status {
   display: flex;
   align-items: center;
}

.user_status a {
   margin: 0 5px;
}

.cab_reference_Details ul.order_inner_box li.passenger-details {
   display: inline;
}

.cab_reference_Details ul.order_inner_box li.passenger-details .table-responsive {
   margin: 0 15px;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.radio-warning input[type="radio"]:checked+label::before {
   background-color: #f0ad4e;
   border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
.radio-warning input[type="radio"]:checked+label::after {
   color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
   font-family: 'FontAwesome';
   content: "\f00c";
}

.checkbox-warning input[type=checkbox] {
   position: absolute;
}

.checkbox-warning input[type="checkbox"] {
   opacity: 0;
}

.checkbox-warning label::before {
   content: "";
   display: inline-block;
   position: absolute;
   width: 25px;
   height: 25px;
   left: 0;
   margin-left: -20px;
   border: 1px solid #1c5367;
   border-radius: 3px;
   background-color: #fff;
   -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
   -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
   transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-warning label::after {
   display: inline-block;
   position: absolute;
   width: 25px;
   height: 25px;
   left: 0px;
   top: 0px;
   margin-left: -15px;
   padding-left: 2px;
   padding-top: 5px;
   font-size: 13px;
   color: #555555;
}

.cab_reference_Details ul.order_inner_box li.passenger-details td {
   position: relative;
}

.cab_reference_Details ul.order_inner_box li.passenger-details .checkbox.checkbox-warning {
   margin: 0;
   position: absolute;
   left: 3rem;
   top: 6px;
}

.cab_reference_Details ul.order_inner_box li.passenger-details .checkbox.checkbox-warning label {
   padding: 0;
}

.tab_block ul.nav.nav-tabs li a {
   font-size: 15px;
}

.tab_block {
   padding: 0 10px 10px;
}

.tab_block.toptab ul.nav.nav-tabs {
   border: 0;
}

.tab_block ul.nav.nav-tabs li.active a {
   background: #f86305;
   color: #fff;
}

.tab_block ul.nav.nav-tabs li.active a:before {
   content: '';
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -8px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 10px 0px 10px;
   border-color: #f86305 transparent transparent transparent;
   z-index: 1;
}

a.view_cancel {
   color: #1c5367;
}

a.view_cancel:hover {
   color: #282658;
}

.bgcolor.service-vaucher ul.inline-right a.btn.btn-warning {
   background: #c1621cad;
   border-color: #c1621cad;
}

#cancellationModal .modal-header {
   background: #1c5367;
   color: #fff;
   padding: 5px 15px;
}

#cancellationModal .modal-header button.close {
   font-size: 32px;
   color: #fff;
   opacity: 1;
}

.scroll_view .table-responsive {
   overflow-x: inherit;
}

.heightform form[name=settingForm] .form_group .form-control,
.heightform form[name=settingForm] .form-group .form-control {
   max-width: 100%;
   width: 100%;
}

.heightform form[name=settingForm] .form-group {
   width: 100%;
}

.heightform form[name=settingForm] .form-group strong {
   letter-spacing: 0;
}

.fancybox-stage .bgcolor.viewsec.scroll_view a#cust_btn.btn_admin2 {
   position: absolute;
   right: 7%;
   top: 7%;
   color: #fff;
}

.fancybox-stage .bgcolor.viewsec.scroll_view a#cust_btn.btn_admin2:hover {
   background: #f86305;
}

span.topdate {
   position: absolute;
   top: 2rem;
   font-weight: 700;
}

.accommodation-index .select2-container {
   z-index: 99;
}

.to_date.hasDatepicker,
.hasDatepicker,
.to_date,
.from_date.hasDatepicker,
.hasDatepicker,
.to_date {
   width: 100%;
}

.title18 h6 {
   font-size: 16px;
}

.title-btn {
   display: flex;
   justify-content: space-between;
}

.centersec.fancybox-content button.fancybox-button.fancybox-close-small {
   width: 3.5rem;
   height: auto;
   padding: 0.5rem;
}

.centersec.fancybox-content button.fancybox-button.fancybox-close-small svg {
   color: #fff;
}

/* ========== Date Calender Style ======== */

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
html body .ui-button.ui-state-disabled:hover,
html body .ui-button.ui-state-disabled:active {
   /* border: 1px solid #00968842; */
   border: 0;
   background: #e5e5e5;
   font-weight: normal;
   color: #000;
   border-radius: 5rem;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
   /* border: 1px solid #009688; */
   background: #000;
   color: #ffffff;
}

body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
   background: #009688;
   color: #fff;
}

body .ui-datepicker td span,
body .ui-datepicker td a {
   /* padding: 10px; */
   width: 35px;
   height: 35px;
   line-height: 32px;
   text-align: center;
   font-size: 14px;
}

body .ui-widget-content {
   color: #000000;
   box-shadow: 0 1px 6px 0 #20212447;
   border-radius: 0.5rem;
   padding: 0.2em 0.5em 0.5rem;
}

.ui-widget.ui-widget-content.ui-datepicker {
   width: 25em;
   /*what ever width you want*/
}

body .ui-state-default,
body .ui-widget-content .ui-state-default:hover {
   background: #00968842;
}

body .ui-widget-header .ui-icon {
   opacity: 0;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
   border: 0;
   padding: 0;
   display: grid;
   place-items: center;
   transition: all ease 0.5s;
   top: 10px;
}

body .ui-datepicker .ui-datepicker-prev {
   left: 0px;
   cursor: pointer;
}

body .ui-datepicker .ui-datepicker-next {
   right: 0px;
   cursor: pointer;
}

body .ui-datepicker .ui-datepicker-prev:hover,
body .ui-datepicker .ui-datepicker-next:hover {
   background: #00968842;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
   transform: translateX(-3px);
}

.ui-datepicker .ui-datepicker-prev:before {
   content: "\f053";
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 12px;
   padding: 0.5rem;
   color: #009688;
}

.ui-datepicker .ui-datepicker-next:before {
   content: "\f054";
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 12px;
   padding: 0.5rem;
   color: #009688;
}

body .ui-datepicker .ui-datepicker-header {
   color: #009688;
   height: 4rem;
   border-color: #00968842;
   border: 0;
   background: #ebebeb;
}

body .ui-datepicker .ui-datepicker-title select {
   margin: 1px 2px;
   border-color: #00968861;
   border-radius: 29px;
   border: 0;
   font-size: 15px;
   padding: 5px;
}

body .ui-datepicker .ui-datepicker-title {
   line-height: inherit;
   margin: 0.2rem 1.3em;
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover {
   background-color: #009688;
}

/* ========== Date Calender Style End ======== */

.flight_service-vaucher {
   padding: 0 10rem;
   background: transparent;
}

.flight_service-vaucher .form-group.flex {
   margin: 0px 5px 0 0;
   padding-bottom: 10px;
}

.inl_btn {
   display: flex;
   justify-content: flex-end;
}

.inl_btn a#cust_btn {
   margin-right: 10px;
}

.flight_service-vaucher .flight_inner_view {
   background: #fff;
   padding: 15px;
   border-radius: 7px;
   box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
}

.flight_service-vaucher .flight_inner_view table {
   margin-bottom: 5px;
}

.flight_service-vaucher .flight_inner_view .order_cancel_form .modal-body {
   padding: 0;
}

.inl_btn button#cust_btn {
   margin-left: 10px;
}

button.clickbtn i:hover {
   color: #1c5367;
}

.toplist .titleid {
   display: inline-block;
}

.toplist .titleid:nth-child(2) {
   float: right;
}

.alt_text_edit a,
.caption_edit a {
   border: 1px solid #b5b5b5;
   padding: 3px;
   border-radius: 3px;
   width: 30px;
   display: inline-block;
   height: 30px;
   line-height: 25px;
   margin-top: 5px;
   text-align: center;
}

.alt_text_edit a:hover,
.caption_edit a:hover {
   background: #1c5367;
   border-color: #fff;
}

.alt_text_edit a:hover i,
.caption_edit a:hover i {
   color: #fff;
}

.centersec a:hover i {
   color: #040944;
}

.centersec a.btn_admin:hover i {
   color: inherit !important;
}

.topright ul.top-nav .number {
   line-height: normal;
}

.tab_list {
   margin-bottom: 10px;
}

.tab_list span {
   background: #1c5367;
   color: #fff;
   padding: 5px 10px;
   position: relative;
}

.tab_list a {
   background: #f86305;
   color: #fff;
   padding: 5px 10px;
   margin-left: 5px;
}

.tab_list a:hover {
   background: #040944
}

.tab_list span:before {
   content: '';
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -8px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 10px 0px 10px;
   border-color: #040944 transparent transparent transparent;
   z-index: 1;
}

.dateselect input {
   background-image: url(/assets/admin/images/calendar.png);
   background-repeat: no-repeat;
   background-position: center right;
   background-position-x: 97%;
   cursor: text;
}

.dateselect span.btn_date .fa-calendar {
   display: none;
}

/* .order_status_bg table tr:nth-child(2) td:nth-child(2).bg span {background: #0275d8;color: #fff !important;padding: 5px 10px;border-radius: 100px;}
 .order_status_bg table tr:nth-child(3) td:nth-child(2).bg span {background: #ffa500;color: #fff !important;padding: 5px 10px;border-radius: 100px;}
 .order_status_bg table tr:nth-child(4) td:nth-child(2).bg span {background: #20a720;color: #fff !important;padding: 5px 10px;border-radius: 100px;}
 .order_status_bg table tr:nth-child(5) td:nth-child(2).bg span {background: #ffa500;color: #fff !important;padding: 5px 10px;border-radius: 100px;}
 .order_status_bg table tr:nth-child(6) td:nth-child(2).bg span {background: #ffa500;color: #fff !important;padding: 5px 10px;border-radius: 100px;}
 .order_status_bg table tr:nth-child(7) td:nth-child(2).bg span {background: #ff1100;color: #fff !important;padding: 5px 10px;border-radius: 100px;}
 .order_status_bg table tr:nth-child(8) td:nth-child(2).bg span {background: #20a720;color: #fff !important;padding: 5px 10px;border-radius: 100px;} */
.table-responsive div#loaddata {
   padding-top: 15px;
}

/* .bottom_price table {margin: 0 0 0 auto;background: #0808088a;color: #fff;} */
.bottom_price table tr td,
.bottom_price table tr th {
   padding: 8px 10px;
}

.bottom_price table tr {
   border-bottom: 1px solid #919191;
}

.add_media #media_library table tr td .alt_text_edit a:hover i {
   color: #fff !important;
}

.agent_group .toggle.btn.btn-danger .btn.btn-danger:hover {
   background: #8b8b8b;
}

.toggle.btn.btn-danger {
   min-height: auto;
   border-radius: 5rem;
}

.toggle.btn.btn-danger .btn.btn-danger:hover {
   background: #8b8b8b;
}

/*tr.odd_bg td {background: #F4F4F4 !important;  color: #fff; }
 /* tr.even_bg td.date {background: #EEF1FF !important;} */
#airport_data .addMore *,
#airport_data .removeItem * {
   pointer-events: none;
}

#airport_data .listItem .addMore {
   display: none;
}

#airport_data:has(.listItem:nth-child(2)) .listItem:first-child .removeItem {
   display: block;
}

#airport_data .listItem:first-child .removeItem {
   display: none;
}

#airport_data .listItem:last-child .controls {
   display: flex;
   column-gap: 10px;
}

#airport_data .listItem button.removeItem {
   background: #af111c;
   color: #fff;
   transition: all ease 0.5s;
   padding: 5px 10px;
   border: 0;
   border-radius: 3px;
}

#airport_data .listItem button.removeItem:hover {
   background: #af111cbf;
}

#airport_data .listItem:last-child .addMore {
   display: block;
   background: #f86305;
   color: #fff;
   transition: all ease 0.5s;
   padding: 5px 10px;
   border: 0;
   border-radius: 3px;
}

#airport_data .listItem:last-child .addMore:hover {
   background: #1c5367;
}

#railway_data .addMore *,
#railway_data .removeItem * {
   pointer-events: none;
}

#railway_data .listItem .addMore {
   display: none;
}

#railway_data .listItem:last-child .controls {
   display: flex;
   column-gap: 10px;
}

#railway_data .listItem:first-child .removeItem {
   display: none;
}

#railway_data:has(.listItem:nth-child(2)) .listItem:first-child .removeItem {
   display: block;
}

#railway_data .listItem button.removeItem {
   background: #af111c;
   color: #fff;
   transition: all ease 0.5s;
   padding: 5px 10px;
   border: 0;
   border-radius: 3px;
}

#railway_data .listItem button.removeItem:hover {
   background: #af111cbf;
}

#railway_data .listItem:last-child .addMore {
   display: block;
   background: #f86305;
   color: #fff;
   transition: all ease 0.5s;
   padding: 5px 10px;
   border: 0;
   border-radius: 3px;
}

#railway_data .listItem:last-child .addMore:hover {
   background: #1c5367;
}

#airport_data .listItem,
#railway_data .listItem {
   margin-bottom: 10px;
}

.datefrom .form-group,
.couponLimit .form-group {
   display: flex;
   align-items: center;
   column-gap: 10px;
}

.datefrom input.date,
.datefrom .from_date,
.datefrom .to_date {
   width: auto;
   background: #fff;
   background-image: url(../images/calendar.png);
   background-repeat: no-repeat;
   background-size: 20px;
   background-position: center right;
   background-position-x: 98%;
   cursor: text;
}

.couponLimit .form-group .form-control {
   width: auto;
}

.coupons {
   display: flex;
   column-gap: 10px;
}

.couponfrom input {
   width: auto;
   top: 0 !important;
   margin-top: 0;
}

.couponfrom label,
.couponfrom label,
.couponfrom label {
   margin-bottom: 0;
}

.couponfrom .form-group {
   display: flex;
   column-gap: 10px;
   align-items: center;
}

.coupons .couponfrom {
   min-width: 165px;
}

a.darkpink {
   border: 1px solid #9b9b9b;
   padding: 4px 10px;
   border-radius: 100px;
   margin-right: 5px;
}

a.darkpink:hover {
   border: 1px solid #1c5367;
   background: #1c5367;
   color: #fff;
}

@media (min-width: 900px) {
   .main-nav>li:hover ul {
      display: block;
   }
}

.main-nav>li>ul {
   display: none;
}

.header_flex {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   background: #fff;
   padding: 0.5rem 3rem;
   align-items: center;
}

.view_btn {
   font-size: 1.5rem;
   margin-top: 1rem;
   display: inline-block;
   color: #1c5367;
   border: 1px solid #1c5367;
   padding: 0.5rem 1.5rem;
   border-radius: 20px;
   transition: all .5s ease;
}

.view_btn:hover {
   background-color: #1c5367;
   color: #fff !important;
}

.view_btn:hover i {
   color: #fff !important;
}

.bg_project_icon i {
   color: #1c5367;
   font-size: 3rem !important;
}

.company_flex {
   list-style: none;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   margin: 0 -1rem;
}

.company_flex li {
   width: calc(100% / 4);
   padding: 0 1rem;
}

.fx_height {
   height: 57vh;
   overflow-y: auto;
}

.fx_height tr td {
   white-space: nowrap;
   padding: 4px;
}

.fx_height tr th {
   top: -1.6rem;
   position: sticky;
   white-space: nowrap;
   padding: 4px;
}

button.w3-bar-item.w3-button.active {
   background: #1c5367;
   color: #fff;
   border: 3px solid #1c5367;
   border-radius: 3px;
}

.tabcontent {
   display: none;
}

.tab>a {
   border: 1px solid;
   padding: 2px 6px;
   border-radius: 3px;
   display: inline-block;
   font: inherit;
   color: inherit;
   box-sizing: border-box;
   margin-bottom: 0.1rem;
}

.tab>a.active {
   background: #1c5367;
   color: #fff;
   border: 1px solid #1c5367;
   border-radius: 3px;
}

.d_flex {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   width: 100%;
}

.d_flex .btn-success {
   margin-top: 2rem;
}

th.lead-select-td {
   width: 300px;
}


.add-data-btn {
   background-color: #f86305;
   border-radius: 5rem;
   padding: 6px 20px;
   font-size: 12px;
   border: none;
   color: #fff;
   transition: all ease 0.5s;
}

.add-data-btn:hover {
   color: #fff;
   background: #1c5367;
}

a.add-data-btn i {
   color: #fff !important;
}

.component_title {
   margin: 0px;
   padding: 0px;
   font-size: 20px
}

/* .rowClass {
   display: flex;
}

.abc {
   width: 50%;
}

.xyz {
   width: 50%;
} */

.imgEnquiryClass {
   height: 70px;
   width: 70px;
}


.notify {
	position: relative;
	top: -35px;
	right: -8px;
}

.notify .heartbit {
	position: absolute;
	top: -20px;
	right: -4px;
	height: 25px;
	width: 25px;
	z-index: 10;
	border: 5px solid var(--theme-color);
	border-radius: 70px;
	-moz-animation: heartbit 1s ease-out;
	-moz-animation-iteration-count: infinite;
	-o-animation: heartbit 1s ease-out;
	-o-animation-iteration-count: infinite;
	-webkit-animation: heartbit 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.notify .point {
	width: 6px;
	height: 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: var(--theme-color);
	position: absolute;
	right: 6px;
	top: -10px;
}

.notify {
	position: relative;
	top: -4px;
	right: -7px;
}

.notify .heartbit {
	position: absolute;
	top: -20px;
	right: -3px;
	height: 25px;
	width: 25px;
	z-index: 10;
	border: 5px solid yellow;
	border-radius: 70px;
	-moz-animation: heartbit 1s ease-out;
	-moz-animation-iteration-count: infinite;
	-o-animation: heartbit 1s ease-out;
	-o-animation-iteration-count: infinite;
	-webkit-animation: heartbit 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.notify .point {
	width: 6px;
	height: 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: yellow;
	position: absolute;
	right: 6px;
	top: -10px;
}

@-moz-keyframes heartbit {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}

	25% {
		-moz-transform: scale(0.1);
		opacity: 0.1;
	}

	50% {
		-moz-transform: scale(0.5);
		opacity: 0.3;
	}

	75% {
		-moz-transform: scale(0.8);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes heartbit {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}

	25% {
		-webkit-transform: scale(0.1);
		opacity: 0.1;
	}

	50% {
		-webkit-transform: scale(0.5);
		opacity: 0.3;
	}

	75% {
		-webkit-transform: scale(0.8);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

.dropdown-toggle:after {
	display: none;
}

.leftsec .notificationBox_new .dropdown-menu {
   position: absolute;
   top: 14%;
   left: 52%;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 400px;
   width: 200px;
	padding: 15px;
   margin: 2px 0 0;
   font-size: 14px;
   text-align: left;
   list-style: none;
   background-color: #fff;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: 1px solid #ccc;
   border: 1px solid rgba(0, 0, 0, .15);
   border-radius: 4px;
   -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
   box-shadow: 0 6px 12px rgba(0,0,0,.175);
   max-height: 500px;
   overflow-y: scroll;
}

/* ========== 29-04-2024 ========= */
a.hide_vender i {
   color: #fff;
   float: right;
}
.hidetable{display: none;}
/* .vendor_74.hidetable, .vendor_data_74.hidetable {
   display: none;
}
.vendor_47.hidetable, .vendor_data_47.hidetable {
   display: none;
}
.vendor_43.hidetable, .vendor_data_43.hidetable {
   display: none;
}
.vendor_42.hidetable, .vendor_data_42.hidetable {
   display: none;
} */
.table>tbody>tr>td.quotes_rec {
    padding: 3px;
}
.table>tbody>tr>td.quotes_rec i {
   padding: 0 2px;
   font-size: 13px;
}
table.quotation.table>thead>tr>th {
   vertical-align: middle;
}
/* .quotation th.vendor_name:last-child a.hide_vender {
   pointer-events: none;
} */
td.txtmark_inner {
   width: 430px;
}
.placeholder {
   height: 1em;
   background-color: yellow;
   width: 50px;
 }
 table .vendor_name,  table .vendor_data {
   cursor: grab;
}
.vendor_data.highlight, .vendor_name.ui-sortable-helper {
   background: #ebebeb;
   color: #000;
}

.leftsec .main-nav>li>a .unreadNotification {
   display: inline-block;
   margin-left: 1px;
}


.manage_vendor.table>tbody>tr>td i{padding: 0!important;}
.multi_select_ht .dropdown-menu{width: 100%;max-height: 250px;overflow-y: scroll;}
.multi_select_ht label{white-space: normal;position: relative;}
.multi_select_ht li{padding-right: 2rem;}


/* .btn_flex {display: flex;flex-wrap: wrap;margin-bottom: 2rem;align-items: center;} */
.btn_flex p {min-width: 125px;margin-bottom: 0;}



.radio_img{list-style: none;display: flex;flex-wrap: wrap;margin: 0 -1rem;padding: 0;}
.radio_img li{width: calc(100% / 6);padding: 0 1rem;}
.radio_img li label{border: 1px solid #ccc;border-radius: 20px;position: relative;}
.radio_img li label img:hover{cursor: pointer;}
.radio_img li img{width: 100%;padding: 1rem;}
.radio_img li p{text-align: center;font-size: 2rem;margin-top: 0;}



/* HIDE RADIO */
.radio_img [type=radio] { 
   position: absolute!important;
   opacity: 1;
   right: -.5rem;
   top: -.5rem!important;
   margin-top: 0!important;
 }
 
 /* IMAGE STYLES */
 .radio_img [type=radio] + img {
   cursor: pointer;
 }
 
 /* CHECKED STYLES */
 .radio_img [type=radio]:checked + img {
   outline: 2px solid #ccc;
   border-radius: 20px;
 }
 .radio_img .checkmark {
   position: absolute; top: -.7rem; height: 25px; width: 25px; background-color: #eee; border-radius: 50%; right: -.7rem;
 }
 .checkmark:after {
   content: "";
   position: absolute;
   display: none;
 }
 .radio_img input:checked ~ .checkmark {
   background-color: green;
 }
 .radio_img [type=radio]:checked ~ .checkmark:after {
   display: block;
 }
 .radio_img .checkmark:after {
   content: '\f00c';
   top: 5px; left: 7px; border-radius: 50%; font-family: 'Font Awesome 6 Free'; color: #fff;
}
.new_document_row {
   margin-top: 10px;
   padding: 5px 15px;
   border: 1px solid #aad2db;
   border-radius: 4px;
   color: #31708f;
   background-color: #d9edf7;
}
.new_document_row .progress {
   margin: 0 12px;
}
.new_document_row .progress .progress-bar {
   padding: 0 7px;
}
.new_document_row p {
   margin-bottom: 0;
}
.new_document_row .upload-progress {
   margin-top: 0 !important;
}
.new_document_row input[type=file] {
   width: 100%;
}