/* ---------------------------------- top-10-placement ---------------------------------------------- */
.placement-dashboard {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    font-weight: bold;
    border-bottom: 1px solid #acacac;
}
.placement-box {
    box-shadow: 2px 3px 10px 0 #666666;
    padding: 10px 10px 0px 10px;
    border-radius: 4px;
}
.placement-box table {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
}
.placement-box td {
    padding: 5px .5rem;
}
.placement-table-data {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.top-10-placement p {
    margin: 5px 0px;
}
.placement-table-data p {
    margin: 0;
}
.placement-table thead {
    background: #f2f2f2;
}
.placement-box button {
    /* padding: 0px 5px;
    border-radius: 5px; */
    margin-left: 5px;
}
.placement-box input {
    border: 1px solid #666;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 60%;
    width: 25%;
    padding: 10px;
}

/* ---------------------------- feature-ad --------------------------- */
.feature-ad p {
    font-size: 14px;
}

.feature-ad-points {
    text-align: right;
    margin: 0;
    margin-top: 15px;
}
.feature-ad-box {
    box-shadow: 2px 3px 10px 0 #666666;
    margin: 0px 15px;
    border-radius: 4px;
}
.feature-ad-box h3 {
    font-weight: 600;
    font-size: 14px;
}
.feature-ad-inner {
    padding-left: 17px;
}
.feature-ad-inner-head {
    margin-bottom: 25px;
}
.feature-ad-inner-head p {
    margin: 0;
}
.feature-ad.inner-cap {
    font-size: 13px;
}
.feature-ad-inner-bottom {
    font-weight: 600;
}
.feature-ad-inner-bottom .bottom-head {
    text-decoration: underline;
    margin-bottom: 5px;
}
.feature-ad-inner-bottom .bottom-para {
    font-weight: normal;
    padding-bottom: 20px;
}
.feature-ad-red {
    background: red;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    width: 50%;
    margin-bottom: 15px;
}
.feature-ad .paragraph {
    padding: 20px 0px;
}

/* ------------------------- animated-gif ------------------------ */

.animated-gif {
    font-size: 14px;
}
.animated-gif-box p {
    text-align: justify;
    margin-right: 20px;
}
.animated-gif-box {
    box-shadow: 2px 3px 10px 0 #666666;
    margin: 0px 0px;
    border-radius: 4px;
}
.animated-gif-points {
    display: flex;
    justify-content: space-between;
}
.animated-gif-img {
    height: 100px;
    width: 100px;
    background-color: #ededed;
    text-align: center;
    margin-right: 20px;
}
.animated-gif-text {
    width: 60%;
}
.animated-gif-text p {
    border-bottom: 1px solid #8c8b8b;
    width: 100%;
    padding-bottom: 10px;
}
.animated-gif-purchase {
    padding-top: 15px;
    border-top: 1px solid #8c8b8b;
    /* border-radius: 4px; */
}
.animated-gif-account {
    padding-top: 15px;
    border-top: 1px solid #8c8b8b;
    /* border-radius: 4px; */
    margin-top: 15px;
}

/* -------------------------------------- update-provider-account ------------------------------- */

.update-provider-account {
    margin: auto;
}
.update-provider-account-main-section strong {
    font-size: 14px;
}
.update-provider-account-main-section {
    padding-left: 0px;
    padding-right: 0px;
}
.update-provider-account-main-section a {
    font-weight: bold;
    text-align: center;
}
.update-provider-account-para {
    width: 65%;
    padding-left: 0px;
    color: #696969;
}
.update-provider-account-para .inner-section {
    padding-left: 0px;
}
.update-provider-btn {
    display: flex;
    width: 100%;
    max-width: max-content;
    margin-left: auto;
}
.update-btn {
    display: flex;
    width: 100%;
    max-width: max-content;
    margin-left: auto;
}
.update-provider-security {
    margin: 0;
}
.update-provider-available {
    margin: 0px;
    width: 100%;
    color: #696969;
}
.update-provider-form {
    padding: 0px 0px;
}
.update-provider-form input {
    width: auto;
}
.update-provider-para {
    margin: 0;
    margin-left: 0px;
    font-weight: bold;
}
.update-provider-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    column-gap: 15px;
}
.update-provider-item {
    border: 1px solid silver;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    width: 33.33%;
}
.update-provider-item p {
    font-weight: bold;
    margin: 15px 0px;
}

.update-provider-available p {
    margin-bottom: 15px;
}
.update-provider-account-para {
    font-size: 13px;
    color: #696969;
    margin-bottom: 20px;
}
.update-provider-account-info::before {
    height: calc(13% * 1.414213562 + 1rem);
}
.update-provider-security::before {
    height: calc(55% * 1.414213562 + 1rem);
}

/* --------------------------- client-template --------------------------- */
.client-template {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 20px 20px 20px;
    padding: 15px !important;
}
.client-template-profile h3 {
    font-size: 18px;
}
.client-template-flex {
    display: flex;
    align-items: center;
}
.client-template .client-template-flex p {
    margin: 0;
    padding: 0px 10px;

}
.client-template .client-template-flex a {
    margin-left: 10px;

}
.l-flex {
    justify-content: left;
}
.r-flex {
    justify-content: right;
}
.client-template-btn {
    border: 1px solid #ddd;
    padding: 0 5px;
    border-radius: 4px;
    color: #000;
}
.client-template .r-flex a {
    font-weight: 600;
    font-size: 13px;
}
.client-template .l-flex a {
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
}
.client-template-okay .client-template-inst a {
    color: #000;
    font-size: 13px;
    font-weight: 700;
}
.client-template-okay .client-template-info h5 {
    font-size: 14px;
}
.client-template-okay .client-template-info p {
    font-size: 13px;
}
.client-template-a {
    color: #000;
    text-decoration: underline;
}
.client-template-a:hover {
    color: #000;
    text-decoration: none;
}
.client-template-drop {
/*    border-top: 1px solid #ddd;*/
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.client-template-drop h3 {
    font-size: 15px;
    font-weight: 700;
}
.client-template .client-detail {
    margin: 10px;
    font-size: 16px;

}
.client-template .client-detail span {
    margin-left: 25px;
}
.client-template .client-detail li {
    list-style: none;
    margin-bottom: 15px;

}
.client-template-preview {
    border-radius: 14px;
    border: 1px solid #ccc;
}
.client-template-box {
    display: flex;
    padding: 15px 0px 0;
    margin: 15px 0px;
}
.client-template-icon {
    background: #eceaea;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    height: 143px;
    width: 100%;
    max-width: 80px;
    margin: 2px;
}
.client-template-icon p {
    font-size: 11px;
    font-weight: 600;
    margin: 0;
}
.client-template-tabs #pills-tab {
    background: #ccc;
    border-radius: 4px;
    margin: 0px 0px;
}
.client-template-tabs {
    font-size: 14px;
}
.client-template-tabs .nav-pills .nav-link {
    color: #666666;
    margin: 5px;
}
.client-template-tabs .nav-pills .nav-link.active {
    color: #555;
    background-color: #fff;
    margin: 5px;
}
.client-template-tabs .nav-link {
    color: #666666;
}
.client-template-tabs .nav-link:hover {
    background-color: #eee;
}
.client-template-okay .client-template-inst {
    background-repeat: no-repeat;
    height: 56px;
}
.client-template-okay .client-template-background {
    padding: 5px;
}
.client-template .okays-img img {
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 70px;
    max-height: 65px;
    object-fit: cover;
}
.client-alert-img .okays-img img {
    width: auto;
    max-width: 100%;
}
.client-template .okays-name a {
    font-size: 16px;
    font-weight: bold;
}
.client-template .okays-name p {
    margin: 0;
    padding-top: 15px;
}
.client-template .okays-text {
    text-align: right;
    font-size: 14px;
}
.client-template .okays-text .okays-text-para {
    padding-top: 15px;
}
.client-template .okays-text .okays-text-para a {
    color: #333;
}
.client-template .okays-slide {
    border: 1px solid #ddd;
    padding: 7px 15px 5px 15px;
    border-radius: 5px;
    box-shadow: 7px 5px 10px 0px #909090;
    display: flex;
    justify-content: space-between;
}
.client-template .okays-para {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}
.client-template .okays-card {
    padding-bottom: 15px;
}
.client-template .okays-para p {
    margin: 0;
    font-size: 13px;
}
.client-template-profile-table tr th {
    background-color: #d6d6d6;
    width: 40%;
}
.client-template-profile-table {
    border-color: #333;
}
.client-template .profile-text {
    font-size: 13px;
    font-weight: 600;
}
.client-template .profile-text span {
    font-weight: normal;
}
.client-profile-table h2 {
    font-size: 24px;
    margin: 20px 0px 5px;
}
.client-profile-table .client-bio {
    background-color: #d6d6d6;
    border: 1px solid #333;
    padding: 7.5px;
    color: #212529;
    font-size: 14px;
    font-weight: bold;

}
.profile-preview {
    height: auto;
    text-align: center;
}

.client-template .client-alert h4 {
    font-size: 19px;
    text-shadow: 0px 0px 2px #da001e;
    font-weight: 500;
    margin: 0;
    padding-left: 15px;
    padding-bottom: 20px;
}
.client-template .client-carousel {
    max-height: 320px;
    width: 100%;
    border-radius: 15px;
}
.client-template-preview .carousel-inner {
    max-height: 320px;
    display: flex;
    align-items: center;
}
.client-template .client-review {
    font-size: 19px;
    padding: 5px 15px;
}
.client-template .client-notes h4 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.client-notes-table thead th {
    background-color: #f1f2ff;
}
.client-template .client-notes .client-note textarea {
    width: 100%;
}
.client-template .client-notes .client-note {
    text-align: right;
}
.client-template .client-notes .client-note button {
    padding: 5px 8px;
    border: none;
    background: #ccc;
    color: #000;
    border-radius: 4px;
}
.client-notes {
    padding: 0px 0px;
}

/* ------------------------------------------------------------- client-invite -------------------------- */

.client-invite-list {
    padding: 0px 0 8px;
}
.client-invite-list li {
    font-weight: normal;
}
.client-invite-input {
    border: 2px solid #c0c0c0;
    border-radius: 17px;
    padding-left: 13px;
    width: 100%
}
.client-invite-label {
    font-weight: normal;
}
.client-invite-textarea {
    border: 2px solid #c0c0c0;
    width: 100%;
    padding-left: 13px;
    font-size: 16px;
    height: 100px;
}
.client-invite-btn {
    border: 1px solid #c0c0c0;
    font-size: 19px;
    font-weight: bold;
    background-color: #fff;
    padding: 7px 21px;
}
/* ---------------------------- ac-banners ------------------- */
.ac-banners-para {
    margin-bottom: 25px !important;
}
.ac-banners-txt {
    margin-bottom: 15px !important;
}
.ac-banners .client-template-tabs #pills-tab {
    margin: 0;
}
.ac-banners p {
    margin: 0;
}
.ac-banners-border {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.ac-banners-tab {
    padding: 35px;
}
.ac-banners textarea {
    width: 100%;
    height: 85px;
    overflow-y: scroll;
    padding: 10px;
    background: #f9f9f9;
}
.ac-banners-slide {
    margin: 15px 0px;
}
.ac-trials-banner::before {
    height: calc(32% * 1.414213562 + 1rem);
}
.ac-banners-banner::before {
    height: calc(17% * 1.414213562 + 1rem);
}
.ac-email-banner::before {
    height: calc(33% * 1.414213562 + 1rem);
}
.ac-url1-banner::before {
    height: calc(130% * 1.414213562 + 1rem);
}
.ac-url2-banner::before {
    height: calc(147% * 1.414213562 + 1rem);
}
.ac-banners-bg h3 {
    font-size: 14px;
    font-weight: normal;
}
.ac-banners-bg {
    border-radius: 14px;
}
.trials-inner textarea {
    overflow: hidden;
    width: 100%;
}
.trials-inner {
    padding: 15px;
}
.trials {
    padding: 0px 10px;
}
.ac-link {
    text-decoration: underline;
}
.ac-link:hover {
    text-decoration: none;
    color: #23527c;
}

.points-ul {
    padding-left: 15px;
}

/* ------------------------------ create-new-visiting-ad ------------------------------------------ */

.create-new-visiting-ad .ad-location::before {
    height: calc(29% * 1.414213562 + 1rem);
}
.create-new-visiting-ad .ad-details::before {
    height: calc(20% * 1.414213562 + 1rem);
}
.create-new-visiting-ad .schedule::before {
    height: calc(65% * 1.414213562 + 1rem);
}
.create-new-visiting-ad .ad-duration::before {
    height: calc(60% * 1.414213562 + 1rem);
}
.ad-location-bold {
    font-weight: bold;
}
.doller-input {
    width: 10%;
}
body .create-select {
    max-width: 100%;
}
.create-para p {
    width: 75%;
}
.create-para {
    padding: 0px 0px;
}
body .create-input {
    max-width: 100%;
    /* margin-left: 15px; */
}
body .create-datepicker {
    border-style: inset;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 60%;
    width: 60%;
}
/* --------------------- update-provider-photos ---------------------- */
.update_pro_photo ul li {
    display: inline-block;
}
.update-provider-photos-tabings ul {
    column-gap: 10px;
}
.special-requests {
    font-family: monospace;
    font-weight: 600;
}
.update-provider-photos .photo-settings {
    border: 1px solid #666;
    padding: 20px;
    border-radius: 4px;
    width: 60%;
}
.special-requests-heading {
    font-family: monospace;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #666;
}
.special-requests-para,
.special-requests-list li {
    color: #666;
    font-family: monospace;
    font-weight: 600;
}
.special-requests {
    border: 1px solid #666;
    padding: 20px;
    border-radius: 4px;

}
.photo-thumbnail img {
    max-width: 100%;
    border: 1px solid black;
}
.photo-thumbnail h3 {
    padding-bottom: 10px;
}

.manage_dashboard_provider_heading{
    background: #666666;
    padding:12px 12px;
    color: #fff;
/*    border-radius: 15px 0;*/
}
.manage_dashboard_provider_heading h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    border:none;
}
.manage_dashboard_provider_heading a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 15px;
}
.client_option_select select {
    padding: 12px 10px;
    border-radius: 10px;
}
.client_option_select_block select{
    padding: 12px 10px;
    border-radius: 10px;
    width: 75%;
}
.sub_btn_block button{
    float: right;
}
.clint_label{
  padding-bottom: 13px !important;
}
.client_option_select_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lebel_input {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
.lebel_input label{
    padding-bottom: 10px !important;
}
/* / -----------------------------------------------------responsive css---------------------------------- /  */

@media (min-width:1025px) and (max-width:1199px) {}

@media (min-width:992px) and (max-width:1024px) {}

@media (min-width:768px) and (max-width:991px) {
    .doller-input {
        width: 100%;
    }

    body .create-select {
        width: 60%;
    }

    label {
        font-size: 13px;
    }
}

@media (max-width:767px) {

    .update-provider-box,
    .client-template-private {
        display: block;
    }

    .update-provider-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .feature-ad-red {
        width: 100%;
    }

    .animated-gif-box {
        padding: 10px;
    }

    .client-template .okays-slide p,
    .client-template .okays-slide a {
        font-size: 12px;
    }

    .client-template .okays-name {
        padding-left: 10px;
    }

    .ac-banners-tab {
        padding: 15px;
    }

    .ac-banners-slide img {
        max-width: 109px;
    }

    .ac-banners img {
        width: 100%;
    }

    .trials-inner a {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .trials-inner textarea {
        overflow-y: scroll;
        width: 100%;
    }

    .create-para {
        display: block;
    }

    body .create-datepicker {
        width: 100%;
    }

    .doller-input,
    .create-para p {
        width: 100%;
    }

    body .create-select {
        width: 100%;
    }

    .ad-detail-option {
        display: block;
    }

    body .create-input {
        width: 100%;
        margin-left: 0;
    }
    .create-new-visiting-ad .ad-details::before {
        height: calc(8% * 1.414213562 + 1rem);
    }
    .create-new-visiting-ad .ad-location::before {
        height: calc(16% * 1.414213562 + 1rem);
    }
    .create-new-visiting-ad .schedule::before {
        height: calc(33% * 1.414213562 + 1rem);
    }
    .update-provider-security::before {
        height: calc(23% * 1.414213562 + 1rem);
    }
    .agency_info::before {
        height: calc(12% * 1.414213562 + 1rem);
    }
    .update-provider-form input {
        margin-bottom: 10px;
    }
    .update-btn {
        margin-left: unset;
    }
    .update-provider-security::before {
        height: calc(48% * 1.414213562 + 1rem);
    }
    .client-template .client-template-flex p {
        padding: 5px 10px;
        max-width: fit-content;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .client-template-flex {
        display: block;
    }
    .client-template-btn {
        padding: 5px 10px;
    }
    .client-template .client-template-flex a {
        margin-left: 0px;
    }
    .manage_dashboard_provider {
        padding-bottom: 10px;
    }
    .manage_dashboard_provider h3 {
        padding-bottom: 0px;
    }

}