/*=============================================================================
    Any custom css you want to apply should be defined here
==============================================================================*/
/* Parsely */
.parsley-required {
    color: #dc3545;
    font-size: 11px;
}

.parsley-error {
    border: 1px solid #dc3545;
    border-radius: 5px;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
}

/* Menubar search */
.ic-froms-input {
    padding-left: 15px;
}

.ic-search i {
    top: 3px !important;
}

/* Checkout page */
.ic-checkout-basic-info {
    margin-top: 0px !important;
    margin-bottom: 15px;
}

.pr-1 {
    padding-right: 0.5rem;
}

.badge {
    display: inline-block;
    padding: 0.33em 0.8em;
    font-size: 76%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-orange {
    background: #fd4805 !important;
    font-weight: 500 !important;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

/* Payment loading button */
.spinner-border {
    vertical-align: -0.65em;
}

/* User dashboard */
.page-item:first-child .page-link {
    background-color: #e6e6e6;
    border-radius: 5px;
}

.page-item.active .page-link {
    background-color: #556080;
    border-color: #556080;
}

.page-item {
    padding: 0px 3px;
}

.page-link {
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 0px 15px;
    color: black;
}

.sr-only {
    display: none;
}

/* Ic search */
.ic-search {
    width: 26px;
    margin-left: 20px;
    position: relative;
    height: 42px;
}
@media only screen and (max-width: 1199.98px){
    .ic-header-menu-area .ic-navbar-nav .ic-nav-item .ic-nav-link{
        font-size: 12px;
        padding: 0px 5px;
    }

    .ic-header-right .ic-login-signup .ic-user-link{
        margin-right: 0px;
    }
    .ic-header-right i{
        font-size: 16px!important;
    }
    .ic-header-right .ic-login-signup a {
        font-size: 15px;
    }
    .ic-froms-input{
        padding:8px 6px;
    }
    #nav_search_service .ic-froms-input a{
        font-size: 15px;
    }

}
@media only screen and (min-width: 1199.98px){
    .ic-header-menu-area .ic-navbar-nav .ic-nav-item .ic-nav-link{
        font-size: 15px;
    }

}
@media only screen and (max-width: 991.98px) {
    .ic-search {
        margin-right: 20px;
    }
    .ic-header-menu-area .ic-navbar-nav .ic-nav-item .ic-nav-link{
        font-size: 14px;
        padding: 12px 5px;
    }
}

.ic-search i {
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 1px;
    right: 8px;
    z-index: 20;
    font-size: 24px;
}

.ic-search div input {
    position: absolute;
    top: -5px;
    right: -30px;
    width: 0;
    font-size: 16px;
    line-height: 163%;
    color: #000000;
    font-family: roboto-regular;
    background: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-right: 47px;
}

@media only screen and (max-width: 767.98px) {
    .ic-search div input {
        font-size: 14px;
        padding-right: 36px;
    }
}

.ic-search div input:focus {
    background: #f4f4f4;
}

.ic-search div input.active {
    right: 0;
    opacity: 1;
    width: 370px;
}
.ic-header-mobile-search{
    display: none;
}
@media only screen and (max-width: 767.98px) {
    .ic-search div input.active {
        width: 160px;
    }
}
@media only screen and (max-width: 480.98px){
    .ic-header-search-lg{
        display: none;
    }
    .ic-header-mobile-search{
        display:block;
        margin-top: 20px;
    }
    .ic-header-mobile-search .ic-froms-input{
        background: #e6e6e6;
        justify-content: center;
    }
    .ic-header-mobile-search .ic-froms-input i{
        margin-right: 10px;
    }
}



/* Profile Pic Upload */
.ic_avatar_upload {
    position: relative;
    max-width: 205px;
    margin: 10px auto 0px;
}

.ic_avatar_upload .avatar-edit {
    position: absolute;
    right: 25px;
    z-index: 1;
    bottom: 10px;
}

.ic_avatar_upload .avatar-edit input {
    display: none;
}

.ic_avatar_upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.ic_avatar_upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.ic_avatar_upload .avatar-edit input + label:after {
    content: "\f030";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.ic_avatar_upload .ic_avatar_preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.ic_avatar_upload .ic_avatar_preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ic_profile_output {
    line-height: 16px !important;
    font-size: 16px;
}

form#userAvatarUpdateForm {
    min-height: 220px;
}

/* End Profile Pic Upload */

.ic-find-me-btn {
    background: gainsboro;
    padding: 2px 7px;
    border-radius: 3px;
    color: darkred;
    border: 1px solid gainsboro;
    margin-left: 10px;
}
.ic-mobile-menu-icon {
    margin-left: 20px;
}

.ic_search_input {
    background: #f4f4f4;
    padding: 5px 10px;
    width: 70%;
}
.ic_search_input:focus {
    background: #eaeaea;
}

.ic-header-right i{
    font-size: 16px;
    margin-right: 5px;
}
/* Search tooltip */

.ic-froms-input {
    position: relative;
    display: flex;
    align-items:center;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 6px 5px;
    margin-left: 8px;

}

.ic-froms-input .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 13px !important;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    width: 150px;
    bottom: 100%;
    right: 5%;
    margin-right: -60px;
}

.ic-froms-input:hover .tooltiptext {
    visibility: visible;
}

.form-check-input {
    border: 2px solid #333333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-check-input:checked {
    background-color: #333333;
    outline: 0;
    border: 2px solid #333333;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.form-check-input[type="checkbox"] {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.form-check-input[type="checkbox"] {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.form-check-input:checked {
    border: 2px solid #333333;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

.form-check-input:focus {
    border-color: #333333 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

.search-page-default .form-control {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    background-color: #f4f4f4;
    padding: 0px 24px;
    line-height: 40px;
}

.service-type .form-control {
    padding: 8px !important;
    line-height: 25px;
}
.vs__dropdown-toggle {
    /* padding: 0 !important; */
    border: none !important;
}

/* suplier chat button */
button.btn.btn-light.btn-sm.ic-supplier-chat-btn {
    background: #333333;
    color: #fff;
    padding: 15px;
}

.ic-provider-chat-pl-1{
    padding-right: 0.7rem;
}
.ic-booking-grid-item .ic-thumbnil .ic-image{
    max-height: 16.5rem;
}

.ic-booking-grid-item .ic-thumbnil .ic-image img{
    object-fit: cover
}
.ic-hire-dj-item .thumbnil .image{
    max-height: 10rem;
}

.ic-login-reg-link.ic-login-margin-right {
    margin-right: 8px
}

/* .ic-copyright{
    display:content;
} */


 .checkbox_panel {
    display: flex;
    margin-top: 0.6rem;
}
.boot-form-check {
    padding-right: 2rem;
}

.ic-header-area .container {
    max-width: 1320px;
}


.ic-btn,
.ic-supplier-chat-btn,
#submit-choice form .form-submit,
.load-more a,
.btn-dark,
button.btn.btn-light.btn-sm.ic-supplier-chat-btn,
.ic-scroll-top {
    border-radius: 5px;
    background: -moz-linear-gradient(left, rgba(192, 14, 51, 0.9) 0%, rgba(190, 14, 52, 0.9) 1%, rgba(0, 40, 104, 0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(192, 14, 51, 0.9) 0%, rgba(190, 14, 52, 0.9) 1%, rgba(0, 40, 104, 0.7) 100%);
    background: linear-gradient(to right, rgba(192, 14, 51, 0.9) 0%, rgba(190, 14, 52, 0.9) 1%, rgba(0, 40, 104, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6c00e33', endColorstr='#b3002868', GradientType=1);
}

footer .container {
    max-width: 1320px;
}

@media screen and (max-width: 1205px) {
    .ic-header-menu-area .ic-navbar-nav .ic-nav-item .ic-nav-link {
        padding: 0px 5px;
    }
    .ic-logo img {
        max-width: 70px;
    }
}
