.vt2gmail_extension_body_sub * {
    /* direction: rtl; */
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
}

.vt2gmail_extension_body_sub {
    font-family: Roboto
}

.vt2gmail_scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.vt2gmail_scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #29AB87;
}

#vt2gmail_user_profile_full_name {
    text-align: center;
    font-size: 22px;
    margin: 10px;
    color: #29AB87;
}

.vt2gmail_user_profile_label {
    font-weight: 700;
    margin: 0 0 10px 0;
}

.vt2gmail_user_profile_label_value {
    margin: 0 0 20px 0;
}

#vt2gmail_user_profile_email {
    text-align: center;
    margin: 0 10px 25px 10px;
    font-weight: bold;
    color: #2493fa;
}

.vt2gmail_user_search_label_title {
    font-size: 14px;
    margin: 10px 0;
}


.vt2gmail_user_search_dropdown, .vt2gmail_user_search_input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.vt2gmail_user_search_button {
    width: 40%;
    padding: 10px;
    background-color: #1ABC9C;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.vt2gmail_extension_body a {
    color: #000;
    text-decoration: none;
}

.vt2gmail_extension_body header {
    color: #fff;
    text-align: center;
    min-height: 140px;
    margin-bottom: 60px;
}

    .vt2gmail_extension_body header h1 {
        margin-top: 100px;
        font-size: 50px;
        margin-bottom: 20px;
        font-weight: 100;
    }

    .vt2gmail_extension_body header a {
        font-size: 18px;
        margin-left: 20px;
    }

.vt2gmail_extension_body {
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
}

    .vt2gmail_extension_body .vt2gmail_clear_backend {
        background: #fff;
        width: 100%;
        height: auto;
        position: relative;
    }

    .vt2gmail_extension_body .avatar {
        background: #f0f0f0;
        width: 50px;
        height: 50px;
    }

        .vt2gmail_extension_body .avatar div {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            top: 4px;
            left: 5px;
        }

            .vt2gmail_extension_body .avatar div img {
                width: 100%;
                height: 100%;
                padding: 5px;
            }

    .vt2gmail_extension_body .vt2gmail_clear_backend > #vt2gmail_tab > input {
        position: absolute;
        opacity: 0;
    }

        .vt2gmail_extension_body .vt2gmail_clear_backend > #vt2gmail_tab > input:hover {
            cursor: pointer;
        }

.vt2gmail_form_group {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.vt2gmail_form_input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

    .vt2gmail_form_input:focus {
        border-color: #1abc9c;
    }

.vt2gmail_form_date:focus {
    border-color: #1abc9c;
}

.vt2gmail_form_label {
    padding: 12px 12px 3px 0;
    display: inline-block;
}

.vt2gmail_cbx_label {
    padding: 0px 12px;
}

.vt2gmail_form_date {
    width: 100%;
    resize: vertical;
    padding: 8px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
}

.vt2gmail_extension_slct_mail {
    background-color: rgb(251, 199, 130);
    font-size: 15px;
    color: black;
    display: block;
    margin: 100px 10px;
    padding: 20px;
    border-radius: 20px;
}

#vt2gmail_extension_summary_btn_cnt {
    margin: 15px 0;
}

    #vt2gmail_extension_summary_btn_cnt > button {
        width: 100%;
        margin: 10px 0px;
        background-color: #1ABC9C !important;
        border: none;
        display: inline-flex;
        position: relative;
        z-index: 0;
        -webkit-font-smoothing: antialiased;
        font-family: Roboto;
        font-size: .875rem;
        letter-spacing: .25px;
        background: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        box-sizing: border-box;
        /* color: #5f6368; */
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        height: 36px;
        min-width: 80px;
        padding: 12px 20px;
        outline: none;
        text-decoration: none
    }

        #vt2gmail_extension_summary_btn_cnt > button > span {
            margin-right: 15px;
        }

/* .vt2gmail_extension_summary_body {
    padding-top: 100px;
} */

.vt2gmail_extension_summary_body_form {
    margin: 10px 0px;
}

#vt2gmail_extension_summary_no_rcd_label, #vt2gmail_extension_summary_rcd_label {
    margin: 20px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #1abc9c;
}

/* .vt2gmail_clear_backend>#vt2gmail_tab>input:hover+span, .vt2gmail_extension_body .vt2gmail_clear_backend>#vt2gmail_tab>input:checked+span {
    background: #fff;
    color: #fff;
} */

.vt2gmail_clear_backend > #vt2gmail_tab {
    min-height: 600px;
    background-color: #f0f0f0;
}

    .vt2gmail_clear_backend > #vt2gmail_tab > .tab {
        cursor: pointer;
        color: #000;
    }

        .vt2gmail_clear_backend > #vt2gmail_tab > .tab:hover, .vt2gmail_clear_backend > #vt2gmail_tab > .tab > i:hover {
            background: #fff;
        }

.sltd-tab {
    background: #fff !important;
    color: #1abc9c !important;
}

.vt2gmail_extension_body .vt2gmail_clear_backend > #vt2gmail_tab > input:checked + span + i {
    color: #1abc9c;
    z-index: 1;
    position: absolute;
}

.vt2gmail_extension_body .vt2gmail_clear_backend > #vt2gmail_tab > i {
    position: absolute;
    z-index: 1;
    margin-top: -34px;
    padding: 0 15px;
    font-size: 20px;
}

.vt2gmail_extension_body .vt2gmail_clear_backend > #vt2gmail_tab > span, .vt2gmail_extension_body .vt2gmail_clear_backend > #vt2gmail_tab > i {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.vt2gmail_clear_backend > #vt2gmail_tab > span, .vt2gmail_extension_body .vt2gmail_clear_backend > #vt2gmail_tab > input {
    background: #f0f0f0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 9;
    color: #f0f0f0;
    overflow: hidden;
}

.vt2gmail_extension_body .vt2gmail_top_bar {
    background: #f0f0f0;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    z-index: 9;
}

    .vt2gmail_extension_body .vt2gmail_top_bar li {
        float: right;
    }

    .vt2gmail_extension_body .vt2gmail_top_bar a {
        display: block;
        padding: 0 20px;
        display: inline-block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .vt2gmail_extension_body .vt2gmail_top_bar a:hover {
            color: #1abc9c;
        }

    .vt2gmail_extension_body .vt2gmail_top_bar li:hover {
        background: #fff;
    }

.vt2gmail_extension_body .vt2gmail_tab_content {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 50px);
    background: #fff;
    /* height: 810px; */
    height: 100%; /*calc(100vh - 17vh);*/
    overflow-y: auto;
    margin-top: 50px;
    overflow: hidden;
}

    .vt2gmail_extension_body .vt2gmail_tab_content section {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 20px 5px;
        font-size: 12px;
        display: block;
    }

.vt2gmail_extension_body .vt2gmail_extension_form {
    max-width: 500px;
    /* padding: 20px 12px 10px 20px; */
    font: 13px Arial, Helvetica, sans-serif;
}

.vt2gmail_extension_body .vt2gmail_extension_form-heading {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 3px;
    color: #1ABC9C;
}

.vt2gmail_extension_body .vt2gmail_extension_form label {
    display: block;
    margin: 0 0 5px 0;
    color: #666;
}

    .vt2gmail_extension_body .vt2gmail_extension_form label > span {
        padding-top: 8px;
        padding-right: 5px;
        margin-bottom: 5px;
        display: block;
    }

.vt2gmail_extension_body .vt2gmail_extension_form span.required {
    color: red;
}

.vt2gmail_extension_body .vt2gmail_extension_form .select-field, .vt2gmail_extension_body .vt2gmail_extension_form input.vt2gmail_input_field {
    width: 100%
}

.vt2gmail_extension_body .vt2gmail_extension_form .select-field, .vt2gmail_extension_body .vt2gmail_extension_form .textarea-field, .vt2gmail_extension_body .vt2gmail_extension_form input.vt2gmail_input_field {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 7px;
    outline: 0;
}

    .vt2gmail_extension_body .vt2gmail_extension_form .vt2gmail_input_field:focus, .vt2gmail_extension_body .vt2gmail_extension_form .select-field:focus, .vt2gmail_extension_body .vt2gmail_extension_form .textarea-field:focus {
        border: 1px solid #0c0;
    }

.vt2gmail_extension_body .vt2gmail_extension_form .textarea-field {
    height: 100px;
    width: 100%
}

.vt2gmail_clear_backend > #vt2gmail_ext_tab_cnt > #vt2gmail_loader_cnt {
    position: relative;
    height: 100%;
    z-index: 4 !important;
    display: none;
}

    .vt2gmail_clear_backend > #vt2gmail_ext_tab_cnt > #vt2gmail_loader_cnt > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.vt2gmail_extension_body .vt2gmail_extension_form input[type="submit"], .vt2gmail_extension_body .vt2gmail_extension_form input[type="button"] {
    border: none;
    padding: 12px 36px;
    background: #1ABC9C;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.vt2gmail_extension_body .vt2gmail_extension_form input[type=button]:hover {
    background: #0aac8c;
    color: #fff;
}

.vt2gmail_extension_body p {
    color: #666;
    margin: 10px 0;
}

.vt2gmail_extension_body hr {
    border: 1px solid #1abc9c;
}

.vt2gmail_extension_body .vt2gmail_extension_sub_title {
    color: #1abc9c;
    margin: 15px 0 8px 0;
    clear: both;
    font-size: 16px;
    font-weight: 500;
}

    .vt2gmail_extension_body .vt2gmail_extension_sub_title span {
        color: #1abc9c;
    }

.vt2gmail_extension_body table.gridtable {
    font-family: Roboto;
    font-size: 12px;
    border-width: 1px;
    border-color: #666;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

    .vt2gmail_extension_body table.gridtable th {
        border-width: 0;
        padding: 2px 4px;
        color: #fff;
        border-style: solid;
        border-color: #666;
        background-color: #F4B400;
        min-width: 100px;
    }

    .vt2gmail_extension_body table.gridtable td {
        border-width: 0;
        padding: 8px;
        border-style: solid;
        border-color: #666;
        background-color: #fff;
        text-align: center;
    }

.vt2gmail_extension_body table tr {
    border-bottom: 1px solid #ccc;
    height: 30px;
}

.vt2gmail_alt {
    margin: 10px;
    padding: 20px;
    background-color: #ffdddd;
    border-radius: 20px;
    font-size: 15px;
    color: black;
    display: none;
}

.vt2gmail_login_alt {
    margin: 10px;
    padding: 20px;
    background-color: #ffdddd;
    border-radius: 20px;
    font-size: 15px;
    color: black;
    display: none;
}

.vt2gmail_summary_alt {
    margin: 10px;
    padding: 20px;
    background-color: #ffdddd;
    border-radius: 20px;
    font-size: 15px;
    color: black;
    display: none;
}

.vt2gmail_cont_alt {
    margin: 10px;
    padding: 20px;
    background-color: #ffdddd;
    border-radius: 20px;
    font-size: 15px;
    color: black;
    display: none;
}

.vt2gmail_quick_alt {
    margin: 10px;
    padding: 20px;
    background-color: #ffdddd;
    border-radius: 20px;
    font-size: 15px;
    color: black;
    display: none;
}

.vt2gmail_success_alt {
    margin: 10px;
    padding: 20px;
    background-color: #e0f3eb;
    border-radius: 20px;
    font-size: 15px;
    color: black;
    display: none;
}

.vt2gmail_summary_success_alt {
    margin: 10px;
    padding: 20px;
    background-color: #e0f3eb;
    border-radius: 20px;
    font-size: 15px;
    color: black;
    display: none;
}

.vt2gmail_alt > .vt2gmail_alt-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.4s;
}

.vt2gmail_alt-closebtn:hover {
    color: black;
}

.vt2gmail_extension_body_sub2 {
    width: 100%;
    height: 50px;
    position: fixed;
    /* background-color: #438eb9; */
}

.vt2gmail_go_to_module {
    display: inline-block;
    min-width: 76%;
    text-align: right;
}

    .vt2gmail_go_to_module a {
        padding: 5px 10px;
        background-color: rgb(0, 156, 222);
        color: white;
        cursor: pointer;
    }

.vt2gmail_extension_body_sub {
    width: 325px;
    height: 100%;
    margin-top: 0px;
    /* position: fixed; */
    background-color: #f0f0f0;
    border-right: 1px solid #ccc;
    right: 0px;
}

.vt2gmail_module_fun_btn {
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
    margin: 5px 0px;
    padding: 4px 9px;
    background: #F4B400;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    font-size: 12px;
    height: 30px;
}

.vt2gmail_extension_body_sub ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#vt2gmail_extension_tab_section {
    overflow-y: scroll;
    padding-bottom: 80px;
    font-size: 13px;
}

#vt2gmail_form {
    margin-bottom: 60px;
}

#vt2gmail_extension_summary_no_record {
    display: none;
}

#vt2gmail_extension_summary_record {
    display: none;
}

.vt2gmail_extension_summary_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    .active, .vt2gmail_extension_summary_accordion:hover {
        background-color: #ccc;
    }

.vt2gmail_extension_summary_module_list > a {
    margin: 10px 0px 10px 10px;
    /* padding: 8px 15px 8px 15px;
    background: #1abc9c; */
    color: #1abc9c;
    cursor: pointer;
    border: 0;
    float: Right;
}

.vt2gmail_module_record_link {
    color: #1abc9c !important;
    cursor: pointer;
}

.vt2gmail_module_add_btn {
    font-size: 20px !important;
    cursor: pointer;
    float: right;
}

.vt2gmail_extension_summary_panel {
    padding: 0 5px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.required:after {
    content: " *";
    color: red;
}

.vt2gmail_cont_form_sbt {
    float: right;
}

:required:invalid, :focus:invalid {
    border-color: red;
}

:required:valid {
    border-color: rgb(204, 204, 204);
}

:focus:valid {
    border-color: #1abc9c;
}

.vt2gmail_new_post_cnt {
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    background-color: #F0F0F0;
}

#vt2gmail_post_comment {
    float: right;
}

.vt2gmail_comments_section {
    clear: both;
    min-height: calc( 100vh - 50vh);
    overflow: auto;
}

.vt2gmail_comment {
    margin: 10px 0px;
    border: 1px solid rgb(204, 204, 204);
    padding: 10px
}

.vt2gmail_comment_user, .vt2gmail_comment_cnt, .vt2gmail_comment_rply {
    margin: 5px 0px;
}

    .vt2gmail_comment_user > div {
        float: left;
        color: gray;
    }

.vt2gmail_comment_user_img {
    width: 5%;
    font-weight: bolder;
}

.vt2gmail_comment_user_name {
    width: 60%;
    font-weight: bold;
}

.vt2gmail_comment_time {
    width: 35%;
    text-align: right;
}

.vt2gmail_comment_rply > * {
    float: right;
}

.vt2gmail_comment_rply {
    color: grey;
    cursor: pointer;
}

    .vt2gmail_comment_rply:hover {
        color: black;
    }

.clearfix::after {
    content: "→";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.vt2gmail_Summary_more {
    color: rgb(26, 188, 156) !important;
}

    .vt2gmail_Summary_more:hover {
        color: #666 !important;
    }

#vt2gmail_cmt_section {
    display: none;
}

.vt2gmail_quick_create_card_cnt {
    margin: 10px 0px;
    display: flex;
}

.vt2gmail_quick_create_item {
    margin: 0 5px;
    padding: 10px;
    cursor: pointer;
    width: calc( 100% - 50% - 10px);
    height: 100px;
}

.vt2gmail_quick_create_msg {
    margin: 10px 5px;
    padding: 10px;
    height: 40px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.vt2gmail_quick_create_card {
    display: inline-block;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vt2gmail_quick_create_item:hover {
    border-color: #1abc9c;
    color: #1abc9c;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.vt2gmail_quick_create_item-icon {
    text-align: center;
    font-size: x-large;
    /* height: 30%; */
    margin-bottom: 5px;
}

.vt2gmail_quick_create_item-label {
    /* height: 60%;
    min-height: 60%;
    max-height: 60%; */
    text-align: center;
    word-break: break-all;
    font-weight: 500;
    font-size: 12px;
}

#vt2gmail_quick_create_menu {
    display: none;
}

#vt2gmail_quick_create_menu {
    display: none;
}

.vt2gmail_row_data_align {
    text-align: left;
}

#vt2gmail_add_plugin_message {
    display: none;
    margin: 15px 10px;
    text-align: center;
}

    #vt2gmail_add_plugin_message a {
        color: red;
    }

        #vt2gmail_add_plugin_message a:hover {
            font-weight: 600;
        }

.vt2gmail_tracker_cnt {
    position: relative;
    display: inline-block;
    min-width: 160px;
}

.vt2gmail_tracker_header {
    background-color: #3498DB;
    color: white;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.vt2gmail_tracker_smry {
    display: none;
    position: absolute;
    top: 50px;
    left: -80px;
    background-color: white;
    min-width: 280px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.vt2gmail_track_smry_clicked {
    width: 80px;
    box-sizing: border-box;
    margin-right: 5px;
    padding: 6px 7px 4px;
    display: inline-block;
    background-color: rgb(26, 188, 156);
    ;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 6px 4px;
    border-radius: 2px;
}

.vt2gmail_track_smry_open {
    width: 80px;
    box-sizing: border-box;
    margin-right: 5px;
    padding: 6px 7px 4px;
    display: inline-block;
    background-color: rgb(0, 156, 222);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 6px 4px;
    border-radius: 2px;
}

#vt2gmail_enable_plugin_message {
    display: none;
    margin: 15px 10px;
    text-align: center;
}

.vt2gmail_log_text_cnt {
    margin-top: 5px;
    height: 22px;
    margin-left: auto;
    text-align: end;
    height: 29px;
    width: 200px;
    word-break: break-all;
    text-align: right;
}

.vt2gmail_smry_panel_email_cmt_cnt {
    display: flex;
    /* justify-content: space-between; */
}

.vt2gmail_smry_panel_edit_update_cnt {
    display: flex;
    justify-content: unset;
}

.vt2gmail_log_text {
    font-size: 11px;
    color: rgb(126, 73, 73);
    margin-bottom: 3px;
}

.vt2gmail_track_smry_log_item {
    margin: 0 !important;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 19px;
}

.vt2gmail_tracker_smry_show {
    display: block;
}

.vt2gmail_tracker_smry_header {
    list-style: none;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid rgb(241, 243, 244);
}

.vt2gmail_track_smry_log_list {
    list-style: none;
    padding: 0px 15px;
    width: 100%;
    margin: 20px 0 0 0;
    /* border-bottom: 1px solid rgb(241, 243, 244); */
}

#vt2gmail_popup_related_module_list {
    margin-top: 10px;
    overflow-y: auto;
}

.vt2gmail_popup_related_module_list_item {
    padding: 3px 10px;
    cursor: pointer;
}

    .vt2gmail_popup_related_module_list_item:hover {
        color: rgb(26, 188, 156);
    }

.vt2gmail_prim_btn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 8px 15px;
    background: rgb(26, 188, 156);
    border-radius: 0px;
}

.updates-list-cnt li {
    display: flex;
}

.updates-list-cnt p {
    position: relative;
    color: #ccc;
    padding: 0 1.5em;
    min-width: 103px;
    max-width: 103px;
    width: 103px;
}

    .updates-list-cnt p::after {
        content: "";
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        transform: translateX(50%);
        border-radius: 50%;
        background: #fff;
        border: 1px #ccc solid;
        width: .8em;
        height: .8em;
    }

.updates-list-cnt span {
    padding: 0 1.5em 1.5em 1.5em;
    position: relative;
}

    .updates-list-cnt span::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        height: 100%;
        border-left: 1px #ccc solid;
    }

.updates-list-cnt strong {
    display: block;
    font-weight: bolder;
}

.updates-list-cnt {
    margin: 1em;
    width: 100%;
}

    .updates-list-cnt,
    .updates-list-cnt *::before,
    .updates-list-cnt *::after {
        box-sizing: border-box;
        font-family: Roboto;
    }
