.provider-profile-content {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 100px;
    margin-top: 106px;
}

.provider-profile-right {
    display: -ms-grid;
    display: grid;
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.provider-profile-right-top, .provider-profile-right-bottom {
    display: -ms-grid;
    display: grid;
    padding: 30px 40px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fff2ef;
    height: 100%;
}

.provider-profile-right-bottom.provider-profile-right-topalter {
    background-color: transparent;
}

.provider-profile-left {
    position: relative;
    /*height: 100%;*/
    margin-bottom: 0px;
}

.provider-profile-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 60px;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-provider {
    width: 160px;
    /*height: 60px;*/
    margin-bottom: 0px;
}

.logo-img-profile {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.provider-profile-follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #f2654a;
    border-radius: 5px;
}

.provider-profile-followicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f2654a;
}

.provider-profile-followtext {
    font-family: Montserrat, sans-serif;
    color: #f2654a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.provider-profile-title {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    word-break: break-word;
}

.provider-profile-block {
    width: 100%;
    max-width: 640px;
    position: relative;
}
.provider-profile-block.blur-effect {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}
.provider-profile-block.blur-effect:after {
    position: absolute;
    left: 0;
    height: 190px;
    width: 100%;
    content: "";
    pointer-events: none;
    z-index: 10;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0)));
    background: linear-gradient(to top,#fff 5%,rgba(255,255,255,0) 100%);
    bottom: 0;
}
.read-more {
    margin:0;
    padding: 10px 0;
}
.read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #F98F49;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.provider-profile-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.provider-profile-truck {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 170px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    justify-items: center;
}

.provider-profile-trucktitle {
    width: 100%;
    border-bottom: 2px solid #002e48;
}

.provider-profile-text {
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.provider-profile-trucknumber {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;

}

.provider-profile-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #002e48;
}

.provider-profile-icondes {
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 10px;
}

.provider-profile-descrip {
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    word-break: break-word;
}

.editable-field {
    border: 2px dashed #72748c;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    z-index: 0;
}

.editable-field:not(.editing) {
    cursor: pointer;
}

.provider-profile-car {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.provider-profile-bulet {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 2%;
    z-index: 99;
    display: -ms-grid;
    display: grid;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, 20px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.proviider-slider-dot {
    width: 100%;
    height: 20px;
    border-radius: 50%;
    background-color: #002e48;
    opacity: 0.5;
}

.proviider-slider-dot.is-active {
    opacity: 1;
}

.photograph-grid-details {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 3fr 1fr;
}
.photo-form-container {
    justify-self: center;
}


.block-upload {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 26px;
}

.block-upload-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #72748c;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.block-upload-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
}

.upload-container {
    display: -ms-grid;
    display: grid;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border: 2px dashed #72748c;
    border-radius: 8px;
    position: relative
}
#providerImages, #profileImagesForm {
    text-align: center;
    aspect-ratio: 952 / 480;
}
.form-preview {
    background-color: white;
    border-radius: 0;
    border: none;
    display: grid!important;
}
.form-preview div { visibility: hidden; }

.container-upload-icon {
    width: 22px;
    height: 22px;
    color: #72748c;
}

.container-upload-info {
    font-family: Montserrat, sans-serif;
    color: #72748c;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.container-for-img, .container-for-video {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    /*-ms-grid-columns: 317px;*/
    /*grid-template-columns: 317px;*/
    -ms-grid-rows: auto;
    border-radius: 8px;
    /*grid-template-rows: 160px;*/
}
.container-for-img {
    display: block;
    aspect-ratio: 952 / 480;
}
.croppie-preview.croppie-container .cr-boundary .cr-viewport { border: 1px solid black; }
.container-for-video.youtube { grid-template-rows: auto; }
.container-for-img:hover, .container-for-video:hover {
    background-color: #fafafa;
}
.container-for-video iframe, .container-for-video video {
    height: 250px;
    width: 94%;
}
.carousel-cell iframe {
    width: 100% !important;
    height: 100% !important;
}
/*.carousel-cell {*/
/*    height: 480px;*/
/*}*/

.container-upload-info {
    font-family: Montserrat, sans-serif;
    color: #72748c;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.save-cropped-image, .clear-cropped-image, .save-panorama, .remove-panorama {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #FB9C46;
    cursor: pointer;
    padding: 4px;
    z-index: 10;
}
.clear-cropped-image, .remove-panorama {
    top: unset;
    bottom: 10px;
    padding: 0;
}
.logo-provider .save-cropped-image, .logo-provider .clear-cropped-image {
    right: unset;
    left: 100%;
}
.logo-provider .save-cropped-image {
    top: 0;
}
.container-update-icon, .container-delete-icon {
    position: absolute;
    right: 5px;
    padding: 4px;
    color: #FB9C46;
    cursor: pointer;
}
.provider-image-container {
    display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; grid-row-gap: 40px;
}
.container-update-icon:hover, .container-delete-icon:hover, .save-cropped-image:hover, .clear-cropped-image:hover {
    text-decoration: none;
    text-shadow: 0 0 6px rgb(255 255 255);
    transition: all 0.4s ease 0s;
}
.croppie-preview {
    position: absolute;
    width: 100%;
    height: 100%;
}
.update-logo-image {
    top: 0;
    left: 100%;
}
.delete-logo-image {
    bottom: 0;
    left: 100%;
}
.update-provider-image, .update-truck-image, .update-cropped-image {
    top: 10px;
}
.delete-provider-image, .delete-truck-image, .delete-product-image, .delete-package-image, .delete-cropped-image {
    bottom: 10px;
}
.provider-profile-logo .tooltip-inner,
.container-for-img .tooltip-inner {
    width: 100px;
}
.profile-terms {
    display: grid;
    grid-template-columns: 35% 65%;
    margin-top: 20px;
    align-items: center;
}
.terms-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.delete-profile-terms {
    display: inline-block;
    position: unset;
}
.upload-img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 952 / 480;
    border-radius: 8px;
    object-fit: contain;
}

.grid-blog-test {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.block-element-upload {
    margin-top: 10px;
    padding: 40px;
}

.elemnt-for-text {
    position: relative;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px dashed #72748c;
}

.block-for-edit {
    cursor: pointer;
    position: absolute;
    left: auto;
    bottom: -17px;
    right: -17px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 3px 3px 30px -8px rgb(56 62 83 / 27%);
}

.block-for-save, .block-for-close {
    cursor: pointer;
    position: absolute;
    left: auto;
    bottom: -17px;
    right: -17px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    color: #f2654a;
    background-color: #fff;
    box-shadow: 3px 3px 30px -8px rgb(56 62 83 / 27%);
    font-weight: bold;
}
.block-for-close {
    top: -25px;
    width: 35px;
}

.icon-for-edit {
    width: 18px;
    height: 18px;
    color: #72748c;
}

.container-alternativeinfo {
    font-family: Montserrat, sans-serif;
    color: #f2654a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.content-form {
    display: grid;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}

.form-is-search {
    width: 100%;
}

.form-is-search > .filter-input {
    width: 100%;
}

.form-is-option {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto;
    margin-bottom: 10px;
}

.form-is-option > .filter-input {
    width: 100%;
}

.form-is-filter {
    display: grid;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-left: 20px;
}

.form-is-filter > .filter-input {
    justify-self: end;
    order: 9999;
}

.form-is-filter > .col-md-12 {
    justify-self: start;
    order: -9999;
}

.form-is-search > .filter-input > .search-input.number-of-people {
    /*background: url(/img/people_icon.png);*/
    background-image: none, url(/img/search-icon-form.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 26px;
    border-radius: 6px;
    padding-bottom: 18px;
    padding-top: 14px;
}

.mobile-follow {
    display: none;
}

.provider-vogne-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.provider-vogne-btn {
    padding: 10px 20px;
    border-radius: 6px !important;
    background-color: #6587f4;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none !important;
    margin-bottom: 20px;
    border: none;
}

.provider-vogne-btn.vogne-btn-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eff2fe;
    color: #5e81f4;
    margin-bottom: 0;
}
.provider-vogne-btn.vogne-btn-two.disabled, .provider-vogne-btn.vogne-btn-two.disabled:hover {
    color: grey;
    background-color: #eff2fe;
    cursor: not-allowed;
}

.provider-vogne-btn:hover,
.provider-vogne-activity:focus {
    color: #fff;
}

.provider-vogne-btn.vogne-btn-two:hover {
    background-color: #5e81f4;
    color: #fff;
    text-decoration: none;
}

.shared-carts-top.shared-cart-infotop.provider-vogne-info {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.shared-carts-top.provider-vogn-options {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#blockedDaysMessages {
    margin: 10px 0;
    padding: 5px 15px;
    height: 30px;
}

.provider-vogne-icon-forbtn {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.provider-vogne-activity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center !important;
    justify-self: center;
}

.provider-vogn-toggle > .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.provider-vogn-toggle > .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

.provider-vogn-toggle > .switch > .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.provider-vogn-toggle > .switch > input:checked + .slider {
    background-color: #6587f4;
}


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

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

.provider-vogn-toggle > .switch > .slider.round:before {
    border-radius: 50%;
}

.order-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.order-container.vogne-container {
    max-width: 1000px;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-option-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 12px;
    background-color: #fff;
}

.order-option-container.booked-vogne-container {
    width: 100%;
    margin-top: 0px;
    -ms-grid-columns: 430px 1fr 1fr;
    grid-template-columns: 430px 1fr 1fr;
}
.order-option-container.gift-cards-container {
    width: 100%;
    margin-top: 0px;
    -ms-grid-columns: 2fr 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.order-search-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 480px;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 12px;
    background-color: #fff;
    align-items: center;
}

.order-search-container.booked-vogne-search {
    border-right: 2px solid #f5f5fa;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.order-search-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    color: #6587f4;
}

.order-search-plholder > label,
.order-search-plholder > input,
.order-search-plholder > input::placeholder {
    font-family: Montserrat, sans-serif;
    color: #8181a5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.order-option-select {
    padding: 10px;
    border-right: 2px solid #f5f5fa;
}

.order-select-label {
    font-family: Montserrat, sans-serif;
    color: #8181a5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.order-select-placeholder {
    font-family: Montserrat, sans-serif;
    color: #1c1d21;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.order-select-icon {
    position: absolute;
    left: auto;
    top: -38%;
    right: 0%;
    width: 24px;
    height: 24px;
    color: #8181a5;
    z-index: 0;
    cursor: pointer;
}

.booked-vogne-pdf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fee9ec;
    color: #fd637b;
}

.vogne-icon-pdf {
    width: 28px;
    height: 28px;
}

.shared-cart-contentopen.booked-vogn-contentopen {
    padding-top: 10px;
}

.shared-cart-open-r.booked-vogn-open-r {
    width: 100%;
    max-width: 250px;
}

.shared-cart-open-l.booked-vogn-open-l {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 70px;
    -ms-grid-columns: 235px 1fr;
    grid-template-columns: 235px 1fr;
}

.shared-cart-img.booked-vogne-img {
    height: 235px;
}

.booked-vogn-contentopen {
    grid-template-columns: 1fr !important;
}

.booked-vogne-open-generale {
    display: grid !important;
    align-items: start !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 1fr !important;
    grid-column-gap: 20px !important;
    grid-row-gap: 16px !important;
    grid-template-columns: 250px !important;
    grid-template-rows: auto !important;
}

.order-select-placeholder > #purchaseFilter,
.order-select-placeholder > #bookingFilter {
    border-bottom: none;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: none;
    position: relative;
    cursor: pointer;
}
.provider-profile-block {
    display: grid;
    grid-gap: 40px;
}
.provider-top-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.provider-company-name {
    text-align: center;
}

@media screen and (max-width: 1330px) {
    .provider-profile-block {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .provider-profile-block {
        grid-gap: 10px;
    }
    .provider-profile-right-top, .provider-profile-right-bottom {
        padding: 15px 10px;
    }
    .photograph-profile-right-bottom {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {

    .provider-profile-content {
        grid-auto-flow: row;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        margin-top: 0;
    }

    .provider-profile-right-top, .provider-profile-right-bottom {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    #provider-figure {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .photograph-grid-details {
        grid-column: 1;
        display: grid;
        grid-template-columns: 1fr;
    }
    #photograph-booking {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .photo-form-container {
        justify-self: unset;
    }
}

@media screen and (max-width: 767px) {
    .provider-profile-follow {
        display: none;
    }

    .mobile-follow {
        display: flex;
        max-width: 200px;
        width: 100%;
        margin: 0px auto 40px;
        background-color: #f2654a;
    }

    .mobile-follow .provider-profile-follow,
    .mobile-follow .provider-profile-followtext,
    .mobile-follow .provider-profile-followicon {
        color: #fff;
    }

    #logoImage {
        height: auto;
    }
    .form-is-option {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/*.provider-profile-info {*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*} */

@media screen and (max-width: 479px) {
    .upload-container {
        padding: 10px;
    }

    .provider-profile-logo {
        margin-bottom: 30px;
        justify-content: center;

    }

    .provider-profile-title {
        text-align: center;

    }

    .provider-profile-info {
        flex-direction: column;
        align-items: center;
    }

    .provider-profile-truck {
        margin-bottom: 30px;
    }

    .provider-profile-right-top, .provider-profile-right-bottom {
        padding-right: 30px;
        padding-left: 30px;
    }

    .provider-profile-right-bottom.provider-profile-right-topalter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .form-is-option {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .form-is-filter {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .form-is-filter > .col-md-12 {
        -ms-grid-column-align: end;
        justify-self: end;
        -webkit-box-ordinal-group: 10000;
        -webkit-order: 9999;
        -ms-flex-order: 9999;
        order: 9999;
        width: 100%;
        padding-left: 30px;
    }

    .form-is-filter > .filter-input {
        -ms-grid-column-align: start;
        justify-self: start;
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
        width: 100%;
    }

    .form-is-option > .filter-input-two {
        margin-bottom: 0 !important;
    }

    .form-is-filter {
        padding-left: 0;
    }
}
