.header_form {
    background: #fff;
    padding: 45px 0;
    transition: all 450ms;
}

.instagram .header_form{
    background: transparent linear-gradient(270deg, #984C9E 0%, #EB5444 100%) 0% 0% no-repeat padding-box;
}

.facebook .header_form{
    background: transparent linear-gradient(270deg, #033CD8 0%, #1FD4FF 100%) 0% 0% no-repeat padding-box;
}

.tiktok .header_form{
    background: transparent linear-gradient(270deg, #AC0202 0%, #035B91 100%) 0% 0% no-repeat padding-box;
}

.linkedin .header_form{
    background: transparent linear-gradient(270deg, #3274B0 0%, #3232B0 100%) 0% 0% no-repeat padding-box;
}

.youtube .header_form{
    background: transparent linear-gradient(270deg, #810000 0%, #FF6E5F 100%) 0% 0% no-repeat padding-box;
}

.select2-results__options li {font-size: 16px; font-family: 'Ubuntu' !important;}

.header_caption {
    font-size: 24px;
    
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
}

.small_caption {
    flex: 0 0 100%;
    font-size: 20px;
    
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
}

.header_form form {
    display: flex;
    max-width: 550px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

div#insta_time {
    display: block;
    position: relative;
    margin: 65px 0;
}

.insta_time_container, .insta_time_plan {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    margin-bottom: 25px;
}

.iud_item {
    flex: 0 1 33%;
    max-width: calc(100% / 3 - 4px);
    margin-top: 5px;
    margin-right: 5px;
    background: red;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta_user_data {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
}


.iud_item._double_height {
    background-color: rgb(171, 89, 172);
}

.iud_item:last-child {
    margin-right: 0;
}

.iud_item:nth-child(n+2) {
    background-color: rgba(171, 89, 172, 0.1);
}

.iud_item:nth-child(n+3):not(:nth-child(5n)) {
    background-color: rgba(253, 176, 85, 0.15);
}

.iud_label {
    font-size: 14px;
    
    color: rgb(78, 36, 110);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}

.iud_value {
    font-size: 18px;
    
    color: rgb(78, 36, 110);
    line-height: 1.2;
    text-align: center;
}

span.iudv_icon img {
    width: auto;
    height: 25px;
    max-width: 40px;
}

span.iudv_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.iud_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.iud_icon img {
    height: 30px;
    width: auto;
    max-width: 65px;
}

._double_height .iud_label {
    font-size: 18px;
    
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5px;
}

.iud_value > strong {
    font-size: 45px;
    
    color: rgb(78, 36, 110);
    line-height: 1.2;
    text-align: center;
}

._double_height .iud_value > strong {
    color: rgb(255, 255, 255);
}


.iud_value_item {
    text-align: left;
    margin-bottom: 8px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.time_control {
    flex: 0 0 100%;
    text-align: center;
}

.time_form-field {
    flex: 0 1 100%;
    margin-bottom: 35px;
}

._twin_field {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 35px;
}

._twin_field .time_form_field {
    flex: 0 1 calc(50% - 15px);
    max-width: 100%;
    min-width: 210px;
    margin-right: 30px;
}

 .time_form_field .select2 {
    width: 100% !important;
}

._twin_field .time_form_field + .time_form_field {
    margin-right: 0;
}

 .time_form_field .select2 .select2-selection {
    background-color: #f8ebf5;
    border-color: #fff;
    border-radius: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 15px;
}

 .time_form_field .select2 .select2-selection .select2-selection__arrow {
    margin: auto;
    left: auto;
    right: 10px;
    top: 10px;
}

 .time_form_field .select2.select2-container--open.select2-container--above .select2-selection {
    border-radius: 0 0 10px 10px;
}

 .time_form_field .select2.select2-container--open.select2-container--below .select2-selection {
    border-radius: 10px 10px 0 0;
}

.select2-dropdown {
    background: #f8ebf5;
    border-color: #fff;
}
div#waiter_load {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, 0.95);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#waiter_load > img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 100px;
}

button.time_btn_default {
    width: 45%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    min-width: 145px;
    height: 45px;
    opacity: 1;
    transition: all 350ms;
}
button.time_btn_default:disabled {
    cursor: no-drop;
    opacity: 1 !important;
}
button.time_btn_default:focus,
button.time_btn_default:hover {
    box-shadow: none;
    outline: 0;
}
button.time_btn_default:hover{
    background-color: rgba(255, 255, 255, 0.7);
}


.instagram button.time_btn_default{
    background-color: #F1B064;
    color: #fff;
}

.instagram button.time_btn_default:disabled{
    background-color: #F1B064 !important;
}

.instagram button.time_btn_default:hover{
    background-color: rgba(241, 176, 100, 0.7);
}

.tiktok button.time_btn_default{
    background-color: #64D6F1;
    color: #fff;
}

.tiktok button.time_btn_default:disabled{
    background-color: #64D6F1 !important;
}

.tiktok button.time_btn_default:hover{
    background-color: rgba(100, 214, 241, 0.7);
}

.facebook button.time_btn_default{
    background-color: #373F9D;
    color: #fff;
}

.facebook button.time_btn_default:disabled{
    background-color: #373F9D !important;
}

.facebook button.time_btn_default:hover{
    background-color: rgba(55, 63, 157, 0.7);
}

.time_form-field input {
    font-size: 15px;
    
    color: rgb(255, 255, 255);
    line-height: 1.2;
    border-radius: 10px;
    background-color: rgba(96, 32, 95, 0.2);
    width: 100%;
    padding: 8px 15px;
    height: 45px;
    border: 1px solid transparent;
}


.time_form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(255, 255, 255);
    opacity: 1;
    transform-origin: left center;
    transform: scale(1);

    transition: all 350ms;
}

.time_form-field input::-moz-placeholder { /* Firefox 19+ */
    color: rgb(255, 255, 255);
    opacity: 1;
    transform-origin: left center;
    transform: scale(1);

    transition: all 350ms;
}

.time_form-field input:-ms-input-placeholder { /* IE 10+ */
    color: rgb(255, 255, 255);
    opacity: 1;
    transform-origin: left center;
    transform: scale(1);

    transition: all 350ms;
}

.time_form-field input:-moz-placeholder { /* Firefox 18- */
    color: rgb(255, 255, 255);
    opacity: 1;
    transform-origin: left center;
    transform: scale(1);

    transition: all 350ms;
}

.time_form-field input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0;
    transform: scale(0.7);
}

.time_form-field input:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;
    transform: scale(0.7);
}

.time_form-field input:focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;
    transform: scale(0.7);
}

.time_form-field input:focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;
    transform: scale(0.7);
}

.time_form-field input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    color: #fff;
}



.plan_caption {
    display: block;
    padding: 35px 15px 10px;
    max-width: 550px;
    margin: auto auto 15px;
    font-size: 24px;
    
    color: rgb(78, 36, 110);
    line-height: 1.25;
    text-align: center;
}

.uli_item {
    font-size: 14px;
    
    color: rgb(78, 36, 110);
    line-height: 1.714;
    text-align: center;
}

.top_question_link {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fdad54;
    transition: all 350ms;
    border: 0;
    cursor: pointer;
}

a.top_question_link:hover {
    text-decoration: none;
    color: white;
}

.time_line_label {
    font-size: 12px;
    font-weight: bold;
    color: rgb(102, 49, 142);
    line-height: 1.2;
    text-align: center;
    padding: 5px 5px;
}

.user_localize_information > hr {
    background: rgba(85, 85, 85, 0.10196078431372549);
    width: 100%;
    max-width: 550px;
    margin: 5px auto;
}

.time_line_variant {
    font-weight: bold;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    background-color: rgb(246, 236, 244);
    padding: 5px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.time_line_item:nth-child(even) .time_line_variant {
    background-color: rgba(250, 51, 56, 0.1);
}


.instagram .time_line_variant{
    background-color: rgb(246, 236, 244);
}

.instagram .time_line_item:nth-child(even) .time_line_variant{
    background-color: rgba(250, 51, 56, 0.1);
}

.instagram .time_line_item .time_line_variant.filled{
    background-color: rgba(176, 65, 146, 0.44);
}

.instagram .time_line_item:nth-child(even) .time_line_variant .filled{
    background-color: rgba(250, 51, 56, 0.4);
}


.facebook .time_line_variant{
    background-color: rgba(31, 212, 255, 0.1);
}

.facebook .time_line_item:nth-child(even) .time_line_variant{
    background-color: rgba(3, 60, 216, 0.1);
}

.facebook .time_line_item .time_line_variant.filled{
    background-color: rgba(31, 212, 255, 0.45);
}

.facebook .time_line_item:nth-child(even) .time_line_variant.filled{
    background-color: rgba(3, 60, 216, 0.45);
}


.tiktok .time_line_variant{
    background-color: rgba(3, 91, 145, 0.1);
}

.tiktok .time_line_item:nth-child(even) .time_line_variant{
    background-color: rgba(172, 2, 2, 0.1);
}

.tiktok .time_line_item .time_line_variant.filled{
    background-color:  rgba(3, 91, 145, 0.45);
}

.tiktok .time_line_item:nth-child(even) .time_line_variant.filled{
    background-color: rgba(172, 2, 2, 0.45);
}


.youtube .time_line_variant{
    background-color: rgba(255, 110, 95, 0.1);
}

.youtube .time_line_item:nth-child(even) .time_line_variant{
    background-color: rgba(129, 0, 0, 0.1);
}

.youtube .time_line_item .time_line_variant.filled{
    background-color:  rgba(255, 110, 95, 0.45);
}

.youtube .time_line_item:nth-child(even) .time_line_variant.filled{
    background-color: rgba(129, 0, 0, 0.45);
}


.linkedin .time_line_variant{
    background-color: rgba(50, 50, 176, 0.1);
}

.linkedin .time_line_item:nth-child(even) .time_line_variant{
    background-color: rgba(50, 116, 176, 0.1);
}

.linkedin .time_line_item .time_line_variant.filled{
    background-color:  rgba(50, 50, 176, 0.45);
}

.linkedin .time_line_item:nth-child(even) .time_line_variant.filled{
    background-color: rgba(50, 116, 176, 0.45);
}


.time_line_row {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
    overflow: auto;
    margin-top: 40px;
    width: 100%;
}

.time_line_item {
    flex: 0 0 calc(100% / 7 - 30px);
    max-width: 100%;
    min-width: 110px;
    margin: 0 5px 0 0;
}

.time_line_item:last-child {
    margin-right: 0;
}


.time_line_item .filled {
    background-color: rgba(176, 65, 146, 0.44);
}

.time_line_item:nth-child(even) .filled {
    background-color: rgba(250, 51, 56, 0.4);
}

div#answer_block {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.93);
}

.inner_block {
    flex: 0 1 auto;
    max-width: 250px;
    padding: 15px 10px;
    position: relative;
    box-sizing: content-box;
    height: 100%;
    max-height: 500px;
    text-align: center;
}

button.close_btn {
    position: absolute;
    top: 2px;
    right: -2px;
    left: auto;
    bottom: auto;
    width: 25px;
    height: 25px;
    min-width: auto;
    min-height: auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    padding: 5px;
    border-radius: 100%;
}

button.close_btn:hover, button.close_btn:focus{
    color: red;
    background: #fff;
    text-transform: none;
    box-shadow: none;
    outline: 0;
}

.logged-in div#answer_block, .admin-bar div#answer_block {
    padding: 40px 0;
}

.inner_block > img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}


.rel_box {position: relative;z-index: 0;}

.rel_box > input {padding-right: 60px;}

span.optional_label {position: absolute;right: 10px;top: 0;text-align: center;
    font: italic normal 300 12px/45px Ubuntu;
    letter-spacing: 0px;
    color: #FFFFFF;}

@media (max-width: 1200px) {
    .iud_item._double_height {
        flex: 0 1 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .iud_item {
        flex: 0 1 50%;
        max-width: calc(50% - 3px);
    }

    .iud_item:last-child {
        margin-right: 0;
    }
}


@media (max-width: 768px) {
    .logged-in div#answer_block, .admin-bar div#answer_block {
        padding-top: 60px;
        padding-bottom: 25px;
    }

    .header_form form {
        padding: 0 15px;
        flex-flow: row wrap;
    }

    .time_form-field {
        margin-bottom: 15px;
    }

    .time_control {
        flex: 0 0 100%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .iud_item {
        flex: 0 1 100%;
        max-width: 100%;
        margin-right: 0;

    }
}

@media (max-width: 576px) {
    .header_form{
        padding: 25px 0;
    }
    ._twin_field {
        margin-bottom: 15px;
    }

    ._twin_field .time_form_field {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
