body{
    padding: 0px !important;
}
/* .preloader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
} */
.login-img-col {
    /* background-image: url(/dashboardd.png) !important; */
}
.login-img-col {
    background: #F9FAFB;
}
.login-img-col {
    display: flex;
    justify-content: end;
    align-items: end;
}
.login-img-col img{
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    top: min(17.6%, 190px);
    left: min(12.5%, 140px);
    height: max(82.4%, calc(100% - 190px), 0px);
    width: max(87.5%, calc(100% - 140px), 0px);
    box-shadow: 0 4px 6px 0 #0000001a;
}
.form-col {
    display: flex;
    justify-content: center;
    align-items: center;
    height: max(100vh, calc(100%));
    padding-top: 150px;
}

.form-col .card {
    width: 65%;
    background: white !important;
    box-shadow: none !important;
}
/* .map-col #map {
    height: 500px;
    width: 80%;
    border-radius: 10px;
    margin: auto;
} */
.map-col #map{
    height: 100vh;
    width: 100%;
    min-height: 100vh;
    max-height:100vh;
}
.business-form-col {
    width: 80%;
    margin: auto;
}

.container-fluid{
    max-width: 100% !important;
}

/* .form-col{
    width: 70%;
    margin: auto;
} */
.form-col input, .form-col textarea{
    background-color: white !important;
    padding: 20px 10px !important;
}
.form-col input:focus, .form-col textarea:focus{
    border-color:#898989 !important;
    box-shadow: none !important;
}
.main-sec{
    height: 100% !important;
}
#remember{
    padding: unset !important;
}
body{
    background:white !important;
}
.add, .fa-minus {
    padding: 5px;
    cursor: pointer;
}
span.del-option, .add {
    background: #ff4f4f;
    color: white;
    font-size: 10px;
    display: inline-block;
    width: 20px;
    text-align: center;
    height: auto;
    line-height: 2em;
    border-radius: 50px;
}
.add {
    background: #157347;
}
.circle-form{
    margin:150px auto !important;
}
.package-detail ul{
    list-style-type: none;
    padding: 0 !important;
}
.package-detail li{
    margin-bottom: 5px;
    text-align:center;
}
.package-box {
    box-shadow: 0px 0px 20px 5px #d3d3d359;
    border-radius: 10px;
}
.package-head.text-center {
    padding: 20px;
    background: #007bff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.package-detail ul li {
    font-size: 15px;
    line-height: 2.5em;
}
.package-btn-box {
    padding: 10px 0px 20px 0px;
    border-top:1px solid lightgray;
}
.order-info-box, .order-detail-box {
    box-shadow: 0px 0px 10px 0px lightgray;
    border-radius: 10px;
    padding: 30px;
}
.order-info-box td {
    padding: 10px;
}
td.order-title {
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
}
.product-table span {
    font-size: 12px;
}
.product-table td, .product-table th {
    border: 1px solid lightgray;
}
.total {
    font-size: 30px;
    font-weight: 600;
}
.product-table td, .product-table th {
    padding: 15px;
}

.panel-body {
    border: 1px solid lightgray;
    padding: 20px;
    border-radius: 10px;
}
ul.business-info-list {
    padding: 0;
    list-style: none;
}
ul.business-info-list li {
    line-height: 2.5em;
    border-bottom: 1px solid #77889936;
    padding: 10px 0px;
}
.business-order-box {
    padding: 20px;
}
.status {
    font-size: 13px !important;
    padding: 9px 12px !important;
    border-radius: 10px !important;
}
.countryerror, .invalid-feedback{
    font-size: 9px !important;
}
.countryerror{
        width: 100% !important;
        margin-top: 0.25rem !important;
        font-size: 80% !important;
        color: #dc3545 !important;
}
.preloader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.preloader img{
    animation: rotation 2s infinite linear;
    /* width:50px; */
    /* height: 50px; */
}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  main{
    display: none;
  }
  .order-save-box {
    background: #efefef;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    /* margin-top: 30px; */
}
.order-save-box p{
    margin: 0 !important;
}
.btn-thankyou {
    padding: 15px 50px 15px 50px;
    border-radius: 100px;
    background: linear-gradient(267deg, #6721FF 27.93%, #00CBFF 99.79%, #C8BDFF -31.69%, #BAA6FF -22.78%);
    transition: .3s !important;
}
#processing_option{
    display: none;
}

#example_wrapper{
    box-shadow: 0px 0px 20px 0px #d3d3d347;
    padding: 30px;
    border-radius: 5px;
}
.ck-editor__editable_inline {
    min-height: 150px;  /* Adjust the height as needed */
}
@media(max-width:767px){
    .card{
        width: 85%;
        margin: 100px auto;
    }
    p,h1,h2,h3,h4,h5,h6,td,th{
        font-size:12px;
    }
    .form-col {
        padding-top: 0px !important;
    }
    .form-col .card {
        width: 100% !important;
    }
    .login-img-col{
        display: none !important;
    }
    .payment-div a {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    a#paycardbtn {
        margin: 10px 0px !important;
    }
    .cart-main-row{
        padding: 0px 10px !important;
    }
    .cart-detail{
        border-right: 0px !important;
    }
}


/*map styling*/

.pac-icon {
  background-image: url('/address-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-position-y: center !important;
  background-size: 17px 28px !important;
  padding-top: 30px !important;
}
.pac-item-query {
  font-size: 15px;
  line-height: 3em !important;
}
.pac-item {
    cursor: pointer !important;
    padding: 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 0px solid #e6e6e6;
    font-size: 11px;
    color: black;
}
.pac-item:hover {
    background-image: linear-gradient(to right, #1e92fd61, #ea0e968c) !important;
}
.pac-item:focus{
    background: transparent !important;
}
.pac-item-selected {
       background-image: linear-gradient(to right, #1e92fd61, #ea0e968c) !important;
}
.pac-item-selected .pac-icon-marker {
 background-position: center !important;
}
.hdpi.pac-logo:after {
 display:none;
}
.dt-row td{
    font-size: 12px;
}
.data-table thead{
    font-size: 12px;
}
i#showpswd {
    display: flex;
    position: absolute;
    right: 4%;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    height: 42px;
    top: 0;
    align-items: center;
    color: #575757;
}
.password-div{
    display: block;
    position: relative;
}

pricing__upper img {
    width: 50px;
}

.pricing__upper h2 {
    font-size: 26px;
    font-weight: 600;
}
.pricing__upper p {
    font-size: 14px;
}

.pricing__upper button {
    padding: 12px 25px;
}

.pricing__bottom {
    width: 630px;
    padding: 50px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 0px 0px;
}

.pricing__detail p {
    font-size: 14px;
}

.product__icon {
    display: flex;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 65px;
    background-color: #f3f3f3;
}

.product__icon i {
    font-size: 20px;
}

.pricing__detail span {
    font-size: 13px;
}

.pricing__detail p {
    font-weight: 600;
    font-size: 13px;
}
.coupon-inner{
    column-gap: 5px;
}
#coupon-btn{
    cursor: pointer;
}
.coupon-disount-detail p{
    margin: 0;
    padding: 0;
}
.discount-div {
    padding: 10px;
    line-height: 2em;
    border-radius: 10px;
}
.discount-div table{
    width:100%;
}
.discount-div td{
    text-align: end;
}
.discount-div tr{
    border-bottom:1px solid lightgray;
}
.discount-div tr:last-child{
    border-bottom:0px solid lightgray;
}
.cart-row {
    align-items: center;
    font-size: 15px;
    padding: 10px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.cart-detail{
    border-right: 1px solid #80808066;
}
.cart-detail p {
    margin: 0;
    line-height: 1.5em;
}
.cart-detail h2{
    font-weight:700;
    font-size:20px;
    margin:0;
}
.order-details-col {
    padding: 30px !important;
    border: 1px solid #80808045;
    border-radius: 10px;
    box-shadow: 0px 0px 22px -3px lightgray;
}
.text-404{
    font-size:140px;
}
.business-form-col input, .business-form-col textarea {
    font-size: 15px;
    padding: 20px 12px;
}

.comment-box, .comment-box-form {
    box-shadow: 0px 0px 16px 1px #80bdff30;
    padding: 20px;
    border-radius: 5px;
    margin: 15px 0px;
    }
    .comment-date {
    font-size: 13px;
    color:gray;
}
.comment-div {
    height: auto;
    overflow-y: scroll;
    padding: 10px;
    min-height: 160px;
    max-height: 400px;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
#phone{
    padding-left:50px !important;
}
#verification_code {
    margin-top: 15px;
    padding: 28px 10px !important;
    border: 1px solid gray;
    font-weight: 800;
    color: black !important;
    font-size: 23px;
}
a#change_number_btn, .resend-btn {
    color: #007bff !important;
    text-decoration: underline;
    background: none;
    border: 0 !important;
}
#change_number{
    display: none;
}
.home-row {
    padding: 100px 80px !important;
}
.home-row h2 {
    font-size: 40px;
    color: black;
    text-transform: capitalize;
}
.home-row strong {
    font-size: 20px;
    font-weight: 400;
}
.home-row a {
    padding: 15px 30px;
}
.closer-form-div {
    padding: 30px;
    box-shadow: 0px 0px 20px 20px #d3d3d31c;
    border-radius: 10px;
}
.order-filter-col button{
    height:33.5px !important;
}

@media(max-width:767px)
{
    .order-btns-div a {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .home-row {
        padding: 30px 0px !important;
    }
    .home-row h2 {
        font-size: 28px;
    }
    .home-row strong {
        font-size: 15px;
    }
    .hom-img{
        display: none;
    }
}

/*
 *  STYLE 7
 */

 #style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #fdfdfd;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, #5660DD),
									   color-stop(0.72, #198BFE),
									   color-stop(0.86, #198BFE));
}
@media(min-width:1000px)
{
    #notification_menu {
        left: -135px;
    }
}