.frm_gengen input[type="text"] {
    width: 70%;
}

.gengen_alert_box {
    padding: 10px 20px !important;
    font-weight: 600;
    margin: 5px 0 15px !important;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1) !important;
    background: #fff !important;
    border-left: 4px solid #fff !important;
}

.gengen_alert_message {
    border-left-color: #46b450 !important;
}

.gengen_alert_error {
    border-left-color: #CC0000 !important;
}

.gengen_alert_warning {
    border-left-color: #e6db55 !important;
}

.gengen_checkout_container .gengen_alert_box {
    padding: 10px 20px !important;
    font-weight: 600;
    margin: 5px 0 15px !important;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1) !important; /*background: #fff !important;border-left: 4px solid #fff !important;*/
}

.gengen_checkout_container .gengen_alert_message { /*border-left-color: #46b450 !important;*/
    background: #46b450 !important;
    color: #fff !important;
}

.gengen_checkout_container .gengen_alert_error { /*border-left-color: #CC0000 !important;*/
    background: #CC0000 !important;
    color: #fff !important;
}

.gengen_checkout_container .gengen_alert_warning { /*border-left-color: #e6db55 !important;*/
    background: #e6db55 !important;
    color: #fff !important;
}

.gengen_ajax_loader {
    display: none;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #0173ab;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0px auto;
}

.gengen_ajax_loader_small {
    width: 3px;
    height: 3px;
    position: absolute;
    border: 7px solid #ccc;
    border-top: 7px solid #0173ab;
    margin-top: -17px;
}

.gengen_countries_list {
    width: 400px;
    height: 400px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 5px;
}

.gengen_user_price .arp_currency {
    font-family: 'Roboto', sans-serif !important;
}

.gengen_user_price {
    display: none;
}

div.wpcf7 .ajax-loader {
    display: none;
    border: 16px solid #f3f3f3 !important;
    border-top: 16px solid #0173ab !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    animation: spin 2s linear infinite;
    margin: 0px auto !important;
    background: none !important;
    visibility: visible !important;
    bottom: 7px !important;
}

div.wpcf7 .ajax-loader.is-active {
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#subscribeOptionsSelect {
    height: 40px;
    margin-top: -8px;
}

#option-tree-header-wrap, #toplevel_page_ot-settings {
    display: none;
}

.gengen_fleft {
    float: left;
}

.gengen_w90p {
    max-width: 90%;
}

.gengen_m20ub {
    margin: 20px 0px;
    display: table;
    width: 100%;
}

.gengen_clearf {
    clear: both;
}

.gengen_vip_user,
.gengen_vip_user_save {
    border: none;
    background: none;
    box-shadow: none;
    max-width: 55px;
    margin-right: 5px;
    font-size: 11px;
}

.gengen_vip_user::-webkit-inner-spin-button,
.gengen_vip_user::-webkit-outer-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

.po_doc_number, .po_doc_number_2, input.po_doc_number[readonly], input.po_doc_number_2[readonly] {
    width: 70px;
    resize: none;
    outline: none;
    box-shadow: none;
    background: #0000;
    border: 0px;
    width: 85px;
}

.po_doc_number.error, .po_doc_number_2.error {
    border: 1px solid #ff4733
}

.file-select-label div {
    font-size: 25px;
    font-weight: bold;
    border: 1px solid;
    width: 21px;
    height: 15px;
    padding: 0 0 5px 1px;
    margin-top: 2px;
    display: inline-block;
    margin-right: 5px;
}

.gengen_hidden, .gengen_save_icon.gengen_hidden, .gengen_delete_icon.gengen_hidden, .acs_gengen_delete_icon.gengen_hidden, input[type='text'].gengen_hidden {
    display: none;
}

.gengen_vip_user_save,
.gengen_vip_user_save {
    border: 1px solid;
    background: #fff;
    box-shadow: inset;
}

.gengen_edit_icon, .gengen_save_icon {
    background: url(../images/edit.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin-top: 1px;
}

.gengen_upload_icon {
    background: url(../images/upload.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin-top: 1px;
}

.gengen_delete_icon, .acs_gengen_delete_icon {
    background: url(../images/delete.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin-top: 1px;
}

.gengen_edit_icon.small, .gengen_save_icon.small {
    background: url(../images/edit-small.png) no-repeat;
    width: 16px;
    height: 16px;
}

.gengen_loading_icon.small {
    background: url(../images/ajax-loader.gif) no-repeat;
    width: 16px;
    height: 16px;
}

.pdf-link {
    font-weight: bold;
    font-size: 12px
}

.po_upload_form {
    display: inline-block;
    height: 18px;
}

.gengen_save_icon {
    background: url(../images/save.png) no-repeat;
}

.wp-admin table tr.alternate {
    background-color: #ffffff;
}

.wp-admin table tr.alternate .column-columnname {
    font-size: 11px;
    vertical-align: middle;
}

.wp-admin table tr.alternate .column-columnname.actions {
    display: flex;
    flex-wrap: wrap;
}

.wp-admin table tr.alternate:nth-child(odd) {
    background-color: #f3f3f3;
}

.wp-admin table.view--retention tr.alternate {
    background-color: #ffe6e6;
}

.wp-admin table.view--retention tr.alternate .column-columnname {
    font-size: 11px;
}

.wp-admin table.view--retention tr.alternate:nth-child(odd) {
    background-color: #ffccccad;
}

.gengen_notes {
    max-width: 100%;
    font-size: 11px;
    width: 90%;
    resize: none;
    background: transparent !important;
    -webkit-appearance: textfield;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gengen_notes:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gengen_trialform_label {
    font-weight: normal;
    color: grey;
    position: absolute;
    background: #fff;
    margin-left: 15px;
    padding: 0px 5px;
    transition: all 0.1s ease-in-out;
}

.loginSection #free_trial_frm .input-row {
    margin: 3px 0px;
}

#free_trial_frm input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0 30px white inset;

}

a.gengen_orderby {
    color: #ffffff;
}

.accountInformationForm .input-row .input-box input {
    margin-bottom: 20px;
}

.accountInformationForm .input-row .input-box label {
    margin: 0px;
}

.gengen_col3 {
    width: 31%;
    display: inline-block;
    padding: 10px;
    margin: 20px 1%;
    vertical-align: top;
}

.gengen_col6 {
    width: 62%;
    display: inline-block;
    padding: 10px;
    margin: 20px 1%;
    vertical-align: top;
}

.page-template-full-width .site-header.secondary, .page-template-full-width .error404 .site-header, .page-template-full-width .search .site-header {
    position: relative;
}

.page-template-full-width .accountSection--left {
    margin-top: 20px
}

.page-template-full-width .gengen_checkout_container {
    padding: 50px;
    font-size: 14px;
}

.page-template-full-width .gengen_checkout_container input {
    font-size: 14px;
    letter-spacing: 0px;
}

.page-template-full-width .gengen_heading_sec li {
    padding: 10px 30px;
    font-size: 18px;
    border-bottom: 2px solid;
    margin-bottom: -1px;
}

.gengen_heading_sec {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-family: 'Poppins' !important;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.2px;
    margin-top: 2px;
}

.gengen_form_container {
    margin-top: 20px;
}

.gengen_form_container input, .gengen_form_container select {
    border: 1px solid #ADADAD;
    font-size: 14px;
}

.gengen_form_container select {
    padding: 0px 10px;
    border-radius: 0px;
}

.gengen_form_container .input-box {
    margin: 10px 0px;
}

.gengen_form_container .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.gengen_form_container .form-check .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.gengen_form_container .form-check .form-check-label {
    margin-bottom: 0;
}

.gengen_form_container .form-check strong {
    padding: 0;
}

.gengen_align_c {
    text-align: center;
}

a.gengen_checkout_int_country {
    text-decoration: underline;
}

.gengen_form_container .gengen_col3 {
    width: 32%;
    padding: 0px;
    margin: 0px;
}

.gengen_form_container .gengen_col6 {
    width: 65%;
    padding: 0px;
    margin: 0px;
}

.gengen_form_container input[type="button"], .gengen_form_container input[type="submit"] {
    display: inline-block;
    width: auto;
    margin: 0px 10px 0px 0px;
    padding: 12px;
    border-radius: 7px;
    background: #eee;
    color: #222;
    font-size: 12px;
    font-weight: normal;
    border: 2px solid #ccc;
}

.gengen_form_container input[type="button"].active_payment, .gengen_form_container input[type="submit"].active_payment {
    border: 2px solid #38B0D6;
    background: #DEF6FE;
}

.gengen_form_container input[type="button"].gengen_btn_orange, .gengen_form_container input[type="submit"].gengen_btn_orange {
    cursor: pointer;
    background: #f17e00;
    color: #fff;
    width: 100%;
    font-size: 18px;
    border: none;
    border-radius: 0px;
}

.accountSection--right {
    height: calc(100vh - 70px);
}

#po_sent {
    display: inline-block;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.gengen_table {
    margin-bottom: 0px;
}

.gengen_table tr, .gengen_table_ins tr {
    border: none;
}

.gengen_table td, .gengen_table_ins td {
    line-height: 16px;
    padding: 0px 4px;
}

.gengen_table_ins td {
    padding: 0px;
    margin: 0px;
}

.checkout-progress {
    display: none;
}

.checkout-progress .progress-bar {
    width: 1%;
}

.checkout-progress .percentage {
    position: relative;
    top: -46px;
    left: 1px;
    text-align: center;
}

#shipto {
    display: flex;
    margin-bottom: 12px;
}

#shipto input {
    width: 12px;
}

.accountSection--right .product-item {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ADADAD;
}

.accountSection--right .product-item__header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #721978;
    font: 500 14px 'Roboto', sans-serif;
}

.accountSection--right .product-item__header img {
    max-width: 50px;
}

.accountSection--right .product-item__header .product-item__title {
    padding-right: 20px;
    line-height: normal;
}

.accountSection--right .product-item__header .product-item__price {
    margin-left: auto;
}

img.search_gif.gengen_checkout_ajax_loader {
    position: relative;
    margin: 10px auto;
    display: block;
}

.gengen_col3.gengen_col_acc {
    position: relative;
    margin-left: 0px;
}

.gengen_col_bill {
    position: relative;
}

.gengen_step_number {
    position: absolute;
    width: 31px;
    height: 30px;
}

.gengen_col3.gengen_col_payment {
    position: relative;
    margin-right: 0px;
}

.gengen_password_show_hide {
    position: absolute;
    right: 10px;
    margin-top: -40px;
    line-height: 37px;
    cursor: pointer;
    color: #666;
    display: none;
}

#frm_login .gengen_password_show_hide {
    margin-top: -42px;
}

.gengen_table_po_contact_info {
    margin-top: 10px;
}

.gengen_table_po_contact_info td {
    padding-bottom: 5px;
    vertical-align: top;
}

.gengen_checkout_country {
    margin-bottom: 7px;
}

.gengen_form_container input::-ms-clear, .gengen_form_container input::-ms-reveal {

    display: none;

}

.gengen_cc_cvc_tooltip {
    position: absolute !important;
    right: 7px !important;
    margin-top: -30px !important;
}


.gengen_cc_cvc_tooltip .fa {
    font-size: 18px;
}

.gengen_billing_state_div1, .gengen_billing_state_div2 {
    display: inline-block;
}


.page-template-full-width .accountSection--right h2 {
    border-bottom: 1px solid #ADADAD;
}

.page-template-full-width .accountSection--right .orderSubscriptionBox {
    background: transparent;
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 0px;
    margin: 5px 0;
}

.page-template-full-width .accountSection--right .orderSubscriptionBox h3 {
    padding: 10px 0px;
    font: 500 14px 'Roboto', sans-serif;
}

.page-template-full-width .accountSection--right .orderSubscriptionBox form {
    padding-bottom: 10px;
}

.page-template-full-width .accountSection--right .orderDiscount {
    float: left;
    width: 100%;
    margin: 13px 0;
    padding-bottom: 15px;
    position: relative;
}

.page-template-full-width .accountSection--right .orderSummaryPrice.afterDis {
    padding-bottom: 12px;
}

/*.page-template-full-width .accountSection--right .orderSummaryPrice{border-top: 1px solid #adadad;}*/

.gengen_activate_teachers #freeTrialPopup {
    padding-top: 200px;
}

#payByCCPopup {
    padding-top: 200px;
}

.gengen_switch_to_yearly {
    background: #eee;
    float: left;
    width: 100%;
    padding: 10px 10px 10px 15px;
    border: 1px solid #cec6c6;
    border-top: none;
}

.gengen_switch_to_yearly strong {
    display: inline-block;
    padding: 0;
    font: 500 14px 'Roboto';
    position: relative;
    top: 4px;
}

.gengen_switch_to_yearly input[type='button'] {
    max-width: 210px;
    letter-spacing: 0.5px;
    float: right;
    display: inline-block;
    font: 600 12px 'Roboto';
    background: #f17e00;
    border-radius: 9px;
    padding: 9px;
}

.gengen_activate_teachers #freeTrialPopup {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: initial;
}

#payByCCPopup {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: initial;
}

.gengen_activate_teachers #freeTrialPopup .loginSection.trial-form {
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 9;
}

#payByCCPopup .loginSection.trial-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 9;
}

.gengen_activate_teachers .toolTipText {
    width: 160px;
    transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
}

.gengen_activate_teachers .toolTipText:after {
    left: 80%;
}

.gengen_activate_teachers .gengen_pin_show_hide {
    right: 30px;
}

.main-menu li.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    background: #f9f9f9;
    margin-top: 10px;
    z-index: 99999;
}

.main-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.main-menu li.menu-item-has-children:after {
    /*content: '\f0d7';
    margin-left: 5px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 16px/1 FontAwesome;*/
    position: relative;
    top: -4px;
    left: 2px;
    content: '\A';
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 5px;
}

.main-menu li.menu-item-has-children ul.sub-menu:before {
    /*content: '\f0d8';
    margin-left: 16px;
    margin-top: -19px;
    display: inline-block;
    vertical-align: middle;
    color: #f9f9f9;
    font: normal normal normal 22px/0 FontAwesome;*/
}

.main-menu li.menu-item-has-children ul.sub-menu li {
    display: block;
    padding: 6px 10px !important;
    border-bottom: 1px solid #f0f0f0;
    min-width: 160px;
}

.main-menu li.menu-item-has-children ul.sub-menu li:hover {
    background: #f17e00;
}

.main-menu li.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-menu li.menu-item-has-children ul.sub-menu li a {
    color: #222;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    display: block;
}

.main-menu li.menu-item-has-children ul.sub-menu li:hover a {
    color: #fff;
}

.main-menu li.menu-item-has-children ul.sub-menu li a:after {
    display: none;
}

body.logged-out-user header .main-menu ul li.menu-item-has-children ul.sub-menu li {
    display: block;
}

.gengen_paid_po {
    background-color: #78AB46 !important;
}

.gengen_porcvd {
    background-color: #fef65b !important;
}

.gengen_disable {
    background-color: #b19cd9 !important;
}

.gengen_retention_inprogress {
    background-color: rgb(255, 255, 182) !important;
}

.gengen_retention_other {
    background-color: #ccc !important;
}

.wp-core-ui select:disabled {
    text-shadow: none;
    color: #000;
}

.gengen_retention_churned {
    background-color: #EF3939 !important;
}

.gengen_retention_churned th, .gengen_retention_churned td, .gengen_retention_churned .gengen_edit_field {
    color: white !important
}

.gengen_retention_churned td textarea {
    color: white !important;
    border-color: white !important
}

.gengen_retention_churned td.YR, .gengen_retention_churned td.PO {
    color: white !important;
}

.arp_tooltip .fa-info-circle:before {
    content: "\f059" !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #fff !important;
}

#request_a_quote_modal {
    position: fixed !important;
}

.which_plan_right {
    margin-bottom: 60px;
}

.which_plan_right h3 {
    margin: -10px 0px 20px 0px;
}

/*.cus_update_card_link{
    position: absolute;
    top: 74px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}*/
.wp-admin select#filterby_duration {
    vertical-align: top;
}

#frm_search {
    display: inline-block;
}

.payment_info_tools_container {
    display: table;
    margin-bottom: 10px;
}

#upgradeAmountModalForm .upgraded_plan {
    width: 32%;
}

#upgradeAmountModalForm input::-webkit-calendar-picker-indicator {
    opacity: 100;
    margin-top: -15px;
}

#upgradeAmountModalForm option {
    display: flex;
}

.gengen_edit_field {
    max-width: 100%;
    font-size: 11px;
    width: 90%;
    resize: none;
    background: transparent !important;
    -webkit-appearance: textfield;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #000 !important;
}

.gengen_refund_container,
.gengen_charge_container,
.gengen_revert_last_payment,
.gengen_move_to_group_container {
    display: none;
}

.gengen_revert_last_payment div {
    margin-top: 5px;
}

.gengen_edit_field_edit {
    border: 1px solid !important;
}

select.gengen_edit_field_edit {
    padding: 2px !important;
    line-height: 22px !important;
    height: 22px !important;
    -webkit-appearance: menulist-button;
}

#paid_price.gengen_edit_field {
    padding-left: 0px;
}

.video-bg {
    background-image: url(https://www.generationgenius.com/wp-content/uploads/2018/10/video-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 650px;
    width: 100%;
    position: relative;
}

.gengen_extend_trial_container,
.gengen_devices_usage_container,
.gengen_generate_link_container {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.gengen_popupOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
}

.gengen_popup_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gengen_popup_extend_trial,
.gengen_devices_usage,
.gengen_generate_link_body {
    max-width: 90%;
    width: 430px;
    text-align: center;
    margin: 60px auto;
    padding: 0;
    z-index: 99999;
}

.gengen_popup_extend_trial {
    margin: 100px auto;
    width: unset;
}

/*@media (min-width: 1025px) {
    .gengen_popup_extend_trial {
        width: 440px;
    }
}*/


.period_chooser_container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.period_box {
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 48%;
    border-radius: 4px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
    padding: 25px 15px;
}

.period_box.orange {
    background-color: #f17f02 !important;
}

.period_box .subtitle {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    font-family: 'Poppins';
}

.period_box p {
    font-size: 15px !important;
    margin-top: 15px !important;
    font-family: 'Poppins';
}

.period_box a {
    font-size: 15px;
    color: white;
    display: inline-block;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    background-color: #f17f02;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.period_box.orange .subtitle {
    color: white;
}

.period_box.orange p {
    color: white;
}

.period_box.orange a {
    background-color: white;
    color: black;
}

.gengen_generate_link_body {
    max-width: 90%;
    width: 655px;
}

.gengen_popup_extend_trial_form,
.gengen_devices_usage_form,
.gengen_generate_link_form {
    position: relative;
    background: #fff;
    padding: 30px 60px;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .22);
    border-radius: 10px;
}

.gengen_popup_extend_trial_form.choose_period {
    width: 560px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f0f2f3;
}

.period_box img {
    display: none;
}

.period_box_inner img {
    display: inline-block;
}

@media (max-width: 560px) {
    .gengen_popup_extend_trial_form .title {
        font-size: 25px;
    }

    .gengen_popup_extend_trial_form.choose_period {
        width: 350px;
    }

    .gengen_popup_extend_trial_form.choose_period {
        /*transform: scale(0.8);*/
        width: 100%;
        max-width: 100%;
    }

    .gengen_popup_extend_trial_form .period_form .title {
        font-size: 20px !important;
    }

    .period_chooser_container {
        flex-direction: column;
    }

    .period_box {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        position: relative;
        padding: 25px;
    }

    .period_box .subtitle {
        margin-bottom: 15px !important;
    }

    .period_box img {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .period_box_inner img {
        display: none;
    }

    .period_box_inner p {
        text-align: center;
        margin-top: 0;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .new-layout .period_box_inner p {
        text-align: center;
    }

    .period_box_inner a {
        margin-top: 0;
        padding: 10px;
    }

    .gengen_extedn_trial_form .title {
        font-size: 32px !important;
    }

    .gengen_extedn_trial_form .subtitle {
        font-size: 12px !important;
    }

}

@media (max-width: 425px) {
    .new-layout #gengen_extedn_trial_form .title {
        font-size: 22px;
    }
}

.gengen_popup_extend_trial_form:not(.choose_period) .period_form {
    display: none !important;
}

.gengen_popup_extend_trial_form.choose_period #gengen_extedn_trial_form {
    display: none;
}

.gengen_extend_trial_container.new-layout .gengen_popup_extend_trial_form.choose_period {
    width: 375px;
}

.gengen_popup_extend_trial_form .period_form.alternate {
    font-family: 'Poppins';
}

.gengen_popup_extend_trial_form .period_form.alternate .title {
    font-family: 'Roboto';
    margin-top: 5px;
    margin-bottom: 0px;
}

.gengen_popup_extend_trial_form .period_form.alternate > p {
    font-family: 'Roboto';
    margin-bottom: 20px;
    font-size: 20px;
}

.gengen_popup_extend_trial_form .period_form.alternate .period_chooser_container {
    flex-wrap: wrap;
}

.gengen_popup_extend_trial_form .period_form.alternate .period_chooser_container .period_box {
    width: 100%;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 35%);
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: #818181;
    color: #fff;
    padding: 15px 40px;
}

.new-layout .gengen_popup_extend_trial_form .closeBtn {
    top: -5px !important;
    right: 10px !important;
    font-size: 25px;
    color: #333;
    font-weight: bold;
    font-family: 'Roboto'
}

.gengen_popup_extend_trial_form .period_form.alternate .period_chooser_container .period_box.orange {
    padding: 15px 50px;
}

.gengen_popup_extend_trial_form .period_form.alternate .period_chooser_container .period_box p {
    margin-top: 10px !important;
}

.gengen_popup_extend_trial_form .period_form.alternate .period_chooser_container .period_box .subtitle {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 22px !important;
    width: 125px;
    border: 1px solid #fff;
    padding: 5px 12px;
    border-radius: 6px;
    margin: auto;
    color: #fff;
}

.gengen_popup_extend_trial_form .period_form .title {
    color: black;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -.5px;
}

.gengen_popup_extend_trial_form .note {
    text-align: left;
    margin-bottom: 10px;
    color: #CF7670;
    font-style: italic;
    margin-top: -5px;
}


.gengen_popup_extend_trial_form .closeBtn,
.gengen_generate_link_form .closeBtn {
    top: -43px !important;
    right: 5px !important;
}

.gengen_devices_usage_form,
.gengen_generate_link_form {
    padding: 40px 50px;
}

.gengen_generate_link_txt {
    font-size: 14px;
}

.gengen_devices_usage_txt,
.gengen_generate_link_txt {
    margin-bottom: 25px;
}

.gengen_devices_usage_txt a,
.gengen_generate_link_txt a {
    color: #f17e00;
    text-decoration: underline;
}

.gengen_devices_usage_btns a,
.gengen_generate_link_btns a {
    display: block;
    border: 2px solid #f17e00;
    border-radius: 30px;
    padding: 15px;
    width: 80%;
    margin: 15px auto;
    color: #f17e00;
    font-weight: bold;
    font-size: 20px;
}

.gengen_generate_link_btns a {
    display: inline-block;
    width: 210px;
    margin: 15px 10px;
}

.gengen_devices_usage_btns a:hover,
.gengen_generate_link_btns a:hover {
    color: #f17e00 !important;
}

.gengen_devices_usage_btns a.gengen_devices_close,
.gengen_generate_link_btns a.gengen_generate_link_close {
    color: #fff;
    background: #f17e00;
}

.gengen_devices_usage_btns a.gengen_devices_close:hover,
.gengen_generate_link_btns a.gengen_generate_link_close:hover {
    color: #fff !important;
}

.gengen_alert2 {
    background: url("../images/gengen_alert2.png") no-repeat;
    width: 122px;
    height: 104px;
    margin: 0px auto;
}

.gengen_alert3 {
    background: url("../images/gengen_alert3.png") no-repeat;
    width: 144px;
    height: 114px;
    margin: 0px auto;
}

.gengen_generate_link_icon {
    background: url("../images/school_icon.png") no-repeat;
    width: 129px;
    height: 119px;
    margin: 0px auto;
}

.gengen_popup_content .closeBtn {
    top: 0px;
    right: 20px;
}

.gengen_devices_usage_form h2,
.gengen_generate_link_form .title {
    padding: 20px 0px;
    color: #000000 !important;
    margin: 0px;
    font-size: 30px;
    text-align: left;
    line-height: 36px;
    font-family: Poppins, sans-serif;
}

.gengen_popup_extend_trial_form .title {
    padding: 0;
    margin: 0;
    font-size: 35px;
    text-align: center;
    color: #f17e00;
    font-weight: 700;
    letter-spacing: -.5px;
}

.new-layout #gengen_extedn_trial_form .title {
    color: #333333;
    font-family: 'Roboto';
    font-size: 26px;
}

.new-layout #gengen_extedn_trial_form .subtitle {
    color: #333333;
    font-family: 'Roboto';
    font-size: 16px !important;
}

.new-layout .gengen_popup_extend_trial_form {
    padding: 20px;
    width: 375px;
    max-width: 100%;
}

.new-layout .gengen_popup_extend_trial_form .title span.orange {
    color: #f17e00;
}

.new-layout .referral-button-circle {
    display: none;
}

@media (max-width: 425px) {
    .new-layout .gengen_popup_extend_trial_form .send_invites span.title {
        font-size: 22px;
        width: 180px;
    }
}

.new-layout .gengen_popup_extend_trial_form .send_invites span.title {
    position: relative;
    text-transform: none;
    font-size: 24px;
    font-family: 'Roboto';
    width: 200px;
    margin: auto;
    line-height: 30px;
}

.new-layout .gengen_popup_extend_trial_form .send_invites span.title .arrow {
    background-image: url("../images/arrow-right.png");
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.gengen_popup_extend_trial_form .subtitle {
    padding: 0;
    margin: 0 0 24px 0;
    font-size: 24px !important;
    text-align: center;
    color: black;
    letter-spacing: 0px;
    font-weight: 700;
}

.gengen_devices_usage_form,
.gengen_generate_link_form {
    font-family: Poppins, sans-serif;
    font-size: 16px;
}

.gengen_devices_usage_form h2,
.gengen_generate_link_form .title {
    color: #2d3840 !important;
    font-size: 48px;
    text-align: center;
    line-height: 48px;
    padding-top: 35px;
    font-weight: 700;
    letter-spacing: -.5px;
}

.gengen_generate_link_form .title {
    font-size: 36px;
    line-height: 44px;
}

@media screen and (max-width: 769px) {
    .gengen_generate_link_form .ctas {
        padding-bottom: 30px;
    }
}

.gengen_generate_link_form .cta__button {
    display: inline-block;
    line-height: 1.5;
    box-sizing: inherit;
    transition: all .25s ease;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-family: "Poppins";
    padding-top: 18px;
    padding-bottom: 19px;
    padding-left: 53px;
    padding-right: 53px;
    outline: none !important;
    border-radius: 30px;
    box-shadow: 5.657px 5.657px 18px rgba(0, 0, 0, 0.149);
    background: #F17E00;
    color: #fff;
    border: 1px solid #F17E00;
    margin-right: 15px;
    margin-bottom: 20px;
}

.gengen_popup_extend_trial_form label {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: -5px;
}

.gengen_popup_extend_trial_form hr {
    max-width: 25%;
    width: 200px;
    margin: 20px auto;
}

.gengen_popup_extend_trial_form p {
    margin: 0px;
    font-size: 14px;
}

.gengen_popup_extend_trial_form input[type="text"],
.gengen_popup_extend_trial_form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 10px 0px;
    padding: 10px 10px 10px 10px;
}

.gengen_popup_extend_trial_form .gengen_10more_days {
    color: #f17e00;
    position: absolute;
    font-size: 14px;
    margin-left: 75px;
    margin-top: 12px;
}

.gengen_popup_extend_trial_form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

.gengen_popup_extend_trial_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.gengen_popup_extend_trial_form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
    font-size: 14px;
}

#gengen_extedn_trial_form_msg {
    display: none;
}

.gengen_send_envelop {
    background: url("../images/gengen_send_envelop.png") no-repeat;
    width: 60px;
    height: 24px;
}

.gengen_popup_extend_trial_form .btn-orange {
    margin: 5px;
    border-radius: 35px;
    padding: 10px 5px;
    width: 100%;
    letter-spacing: 0px;
    min-width: unset;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(45deg, #f17e00, #f59328);
    border: none;
}

.gengen_popup_extend_trial_form .btn-orange:active {
    margin: 5px;
    border-radius: 35px;
    padding: 10px 5px;
    width: 100%;
    letter-spacing: 0px;
    min-width: unset;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(45deg, #f17e00, #f59328);
    border: none;
    color: #fff;
}

.gengen_extend_trial_container .lds-spinner {
    position: absolute;
    transform: scale(.325);
    top: 0;
    right: 1em;
    width: 30px;
    height: 30px;
}

.gengen_extend_trial_container .lds-spinner div:after {
    background: #f17e00;
}

.gengen_extend_trial_container.new-layout .lds-spinner div:after {
    background: #fff;
}

.gengen_extend_trial_container.new-layout .period_box_inner, #gengen_extedn_trial_form {
    position: relative;
}

#gengen_extedn_trial_form .lds-spinner {
    top: calc(100% - 37px);
    right: 0em;
}

.gengen_extend_trial_container #gengen_extedn_trial_form .lds-spinner div:after {
    background: #333;
}

.gengen_popup_extend_trial_form .btn-orange:hover {
    color: white;
}

.gengen_popup_extend_trial_form .btn-orange span {
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    font-family: 'Poppins';
}

.gengen_popup_extend_trial_form .btn-orange span.title {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 15px;
}

.referral-button-circle::before {
    content: " ";
    border-top: 3px white solid;
    width: 18px;
    height: 1px;
    position: absolute;
    top: 21px;
    left: 14px;
}

.referral-button-circle::after {
    content: " ";
    border-top: 2px white solid;
    border-right: 2px white solid;
    width: 13px;
    height: 13px;
    position: absolute;
    transform: rotate(45deg);
    top: 16px;
    left: 18px;
}

.gengen_popup_extend_trial_form .copy-link {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gengen_popup_extend_trial_form .copy-link-default {
    display: block;
    padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
    .gengen_popup_extend_trial_form .copy-link-default {
        display: none;
    }
}

@media screen and (min-width: 501px) and (max-width: 999px) {
    .gengen_popup_extend_trial_form .copy-link-default {
        display: none;
    }
}

.gengen_popup_extend_trial_form .copy-link-fallback {
    display: none;
}

@media screen and (max-width: 500px) {
    .gengen_popup_extend_trial_form .copy-link-fallback {
        display: block;
    }
}

@media screen and (min-width: 501px) and (max-width: 999px) {
    .gengen_popup_extend_trial_form .copy-link-fallback {
        display: block;
    }
}

.gengen_popup_extend_trial_form .copy-link-fallback--wrapper {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: 2px dotted #f17e00;
}

.gengen_popup_extend_trial_form .copy-link-fallback--wrapper a {
    font-weight: bold;
    color: #f17e00;
    word-wrap: break-word;
    outline: none !important;
}

.gengen_popup_extend_trial_form .copy-link-fallback--notice {
    font-family: 'Roboto', sans-serif;
}

.gengen_popup_extend_trial_form .social-share {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    box-sizing: border-box;
}

.gengen_popup_extend_trial_form .social-share .l-blog-post-share {
    display: block;
}

.gengen_popup_extend_trial_form .social-share .l-blog-post-share a {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.gengen_popup_extend_trial_form .social-share .l-blog-post-share a.button--facebook {
    background: #3B5998;
    border: #3B5998;
    color: white;
}

.gengen_popup_extend_trial_form .social-share .l-blog-post-share a.button--twitter {
    background: #55acee;
    border: #55acee;
    color: white;
}

.gengen_popup_extend_trial_form .social-share .l-blog-post-share a span {
    margin-left: 5px;
}

.page-template-default .wrap {
    margin-top: 120px;
    padding: 50px 0px;
}

.page-template-default .wrap h1 {
    color: #f17e00 !important;
    margin-bottom: 10px;
    font-size: 18px !important;
}

#gengen_devices_info_container {
    margin-bottom: 20px;
}

#gengen_devices_info_container table {
    width: 100%;
    margin-bottom: 20px;
}

#gengen_devices_info_container table .gengen_tbl_head {
    font-weight: bold;
}

.gengen_generate_link {
    font-weight: normal;
    background: #f17e00;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    padding: 6px 8px;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.gengen_generate_link:hover {
    color: #fff;
    background: #f3672d;
}

#gengen_invite_url,
#gengen_extend_trial_invite_url {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 170px 20px 20px;
}

#gengen_extend_trial_invite_url {
    display: inline-block;
    width: 400px;
}

@media screen and (max-width: 500px) {
    #gengen_extend_trial_invite_url {
        width: 100%;
    }
}

@media screen and (min-width: 501px) and (max-width: 999px) {
    #gengen_extend_trial_invite_url {
        width: 100%;
    }
}

#gengen_extend_trial_invite_url {
    padding: 20px;
}

.btn_gengen_invite_url {
    position: absolute;
    margin-left: 119px;
    margin-top: -64px;
    border-radius: 3px;
    padding: 10px 40px 10px 70px;
    min-height: 66px;
    background: url(../images/btn_copy.png) #f17e00 no-repeat 40px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.btn_gengen_extend_trial_invite_url {
    display: inline-block !important;
    border-radius: 3px;
    padding: 10px 20px 10px 50px;
    min-height: 66px;
    background: url(../images/btn_copy.png) #f17e00 no-repeat 20px;
    font-size: 18px;
}

@media screen and (max-width: 500px) {
    .btn_gengen_extend_trial_invite_url {
        width: 100%;
    }
}

@media screen and (min-width: 501px) and (max-width: 999px) {
    .btn_gengen_extend_trial_invite_url {
        width: 100%;
    }
}

title.gengen_generate_link_heading {
    font-size: 48px;
    line-height: 48px;
}

.gengen_generate_link_fields {
    display: block;
    position: relative;;
}

.gengen_generate_link_copy {
    display: block;
    position: relative;
}

.gengen_generate_link_fields .checkbox + label:before {
    content: "";
    color: #fff;
    width: 26px;
    height: 26px;
    left: 1px;
    top: 1px;
}

.gengen_generate_link_fields .checkbox:checked + label:before {
    content: "";
    color: #fff;
    width: 26px;
    height: 26px;
    left: 23px;
}

.gengen_generate_link_fields .checkbox + label {
    background: -webkit-linear-gradient(left, #ccc 0, #ccc 45%, #ccc 55%, #ccc 100%) 0 0;
    background: linear-gradient(to right, #ccc 0, #ccc 45%, #ccc 55%, #ccc 100%) 0 0;
    width: 85px;
    height: 28px;
    padding: 5px 16px;
    font-size: 12px;
    color: #fff;
    font-family: Poppins, sans-serif;
    text-align: right;
    float: right;
    line-height: 20px;
}

.gengen_generate_link_fields .checkbox:checked + label {
    background: -webkit-linear-gradient(left, #31be89 0, #31be89 45%, #31be89 55%, #31be89 100%) 0 0;
    background: linear-gradient(to right, #31be89 0, #31be89 45%, #31be89 55%, #31be89 100%) 0 0;
    text-align: left;
}

.gengen_generate_link_fields ul {
    clear: both;
}

.gengen_generate_link_fields ul li {
    list-style: none;
    text-align: left;
    padding: 15px 5px;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.gengen_generate_link_fields ul li span {
    display: inline-block;
    color: #999;
}

.gengen_generate_link_fields .gengen_generate_link_close {
    color: #999;
    text-decoration: underline;
    margin: 20px;
    display: inline-block;
}

.gengen_generate_link_fields ul {
    width: 80%;
    margin: 20px auto;
}

.video_link_expired {
    width: 80%;
    max-width: 1024px;
    margin: 60px auto -7px;
}

.video_link_expired_txt,
.video_link_expired_img {
    width: 50%;
    float: left;
}

.video_link_expired_txt h1,
.video_link_expired_txt p {
    color: #f17e00;
    font-family: Poppins, sans-serif;
}

.video_link_expired_txt h1 {
    margin: 10px 0px;
    padding-top: 50px !important;
}

.video_link_expired_txt p {
    font-weight: bold;
}

.video_link_expired_txt p a {
    color: #0000EE;
    text-decoration: underline;
}

.video_link_expired_txt h2 {
    padding: 0px;
    margin: 0px;
    font-family: Poppins, sans-serif;
}

.video_link_expired_txt h2.smaller {
    font-size: 36px;
}

.video_link_expired img {
    max-height: 700px;
}

@media all and (min-width: 200px) {

    .subscribePlanFeatureSec ul li {
        font-size: 12px;
    }

    .subscribePlanFeatureSec {
        min-height: 120px;
    }

    .gengen_col3 {
        width: 100%;
        margin: 20px 0px;
    }

    .page-template-full-width .gengen_checkout_container {
        padding: 20px;
    }

    .page-template-full-width .gengen_checkout_container .toolTipText {
        transform: translateX(-70%);
    }

    /*.gengen_switch_to_yearly input[type='button']{float:none;margin-top: 10px;}*/
    .gengen_switch_to_yearly {
        text-align: center;
    }

    .gengen_switch_to_yearly input[type='button'] {
        float: none;
        max-width: 210px;
        font-size: 12px;
        padding: 8px;
    }

    .gengen_switch_to_yearly strong {
        display: none;
    }

    /*.gengen_switch_to_yearly strong{font: 500 12px 'Roboto';}*/
    .gengen_activate_teachers .gengen_password_show_hide {
        margin-top: 0px;
        font-size: 13px;
        top: 5px;
    }

    .gengen_activate_teachers .gengen_cc_cvc_tooltip {
        margin-top: 0px !important;
    }

    .main-menu li.menu-item-has-children a,
    .main-menu li.menu-item-has-children:after,
    .main-menu li.menu-item-has-children ul.sub-menu:before {
        display: none;
    }

    .main-menu li.menu-item-has-children ul.sub-menu {
        margin-top: 0px;
        display: block;
        position: relative;
        background: none;
        padding-top: 0px;
        border: none;
        box-shadow: none;
    }

    .main-menu li.menu-item-has-children ul.sub-menu li {
        padding: 10px 0px !important;
        border: none;
    }

    .main-menu li.menu-item-has-children ul.sub-menu li:hover {
        background: none;
    }

    .main-menu li.menu-item-has-children ul.sub-menu li a {
        color: #fff;
        font-weight: bold;
    }

    .main-menu li.menu-item-has-children ul.sub-menu li a:hover {
        color: #222;
    }

    .gengen_popup_extend_trial_form .gengen_10more_days {
        /*margin-left: 50px;*/
    }

    .gengen_popup_extend_trial_form,
    .gengen_devices_usage_form,
    .gengen_generate_link_form {
        padding: 30px 20px;
    }

    .btn_gengen_invite_url,
    .btn_gengen_extend_trial_invite_url {
        display: block;
        position: relative;
        margin-left: 0px;
        margin-top: 10px;
    }

    #gengen_invite_url {
        padding: 20px;
    }

    .gengen_generate_link_fields .checkbox + label {
        float: none;
        margin-bottom: 0px;
        margin-top: 10px;
        display: block;
    }

    .gengen_generate_link_fields ul {
        width: 100%;
    }

    .video_link_expired_txt {
        text-align: center;
    }

    .video_link_expired_txt,
    .video_link_expired_img {
        width: 100%;
    }
}

@media all and (min-width: 330px) {
    .gengen_popup_extend_trial_form {
        padding: 30px 40px;
    }
}

@media all and (min-width: 410px) {
    .gengen_popup_extend_trial_form {
        padding: 30px 60px;
    }
}

@media all and (min-width: 420px) {

    /*.gengen_switch_to_yearly input[type='button']{float:right;margin-top: 0px;}*/
    .gengen_switch_to_yearly {
        text-align: left;
    }

    .gengen_switch_to_yearly input[type='button'] {
        float: right;
        max-width: 210px;
        font-size: 12px;
        padding: 9px;
    }

    .gengen_switch_to_yearly strong {
        display: inline-block;
        font: 500 12px 'Roboto';
    }

    .gengen_popup_extend_trial_form {
        padding: 20px 50px;
    }
}

@media all and (min-width: 460px) {
    .gengen_generate_link_fields .checkbox + label {
        float: right;
        margin-bottom: 6px;
        margin-top: 0px;
        display: inline-block;
    }
}

@media all and (min-width: 767px) {

    .subscribePlanFeatureSec ul li {
        font-size: 12px;
    }

    .subscribePlanFeatureSec {
        min-height: 140px;
    }

    .page-template-full-width .gengen_checkout_container {
        padding: 50px;
    }

    .page-template-full-width .gengen_checkout_container .toolTipText {
        transform: translateX(-50%);
    }

    .gengen_activate_teachers #freeTrialPopup .loginSection.trial-form {
        height: 600px;
    }

    #payByCCPopup .gengen_table td {
        padding-left: 0;
        padding-right: 0
    }

    .gengen_activate_teachers .gengen_password_show_hide {
        margin-top: 0px;
        font-size: 15px;
    }

    .gengen_activate_teachers .gengen_cc_cvc_tooltip {
        margin-top: 0px !important;
        top: 14px;
    }

    .gengen_activate_teachers .gengen_cc_cvc_tooltip.pay-by-cc {
        position: absolute !important;
        right: 9px !important;
        top: 24px
    }

    .main-menu li.menu-item-has-children a,
    .main-menu li.menu-item-has-children:after,
    .main-menu li.menu-item-has-children ul.sub-menu:before {
        display: inline-block;
    }

    .main-menu li.menu-item-has-children ul.sub-menu {
        margin-top: 0px;
        display: none;
        position: absolute;
        background: #f9f9f9;
        padding-top: 5px;
        border: 1px solid #f3f3f3;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .main-menu li.menu-item-has-children ul.sub-menu li {
        padding: 10px 14px !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .main-menu li.menu-item-has-children ul.sub-menu li:hover {
        background: #f17e00;
    }

    .main-menu li.menu-item-has-children ul.sub-menu li a {
        color: #222;
        font-weight: normal;
    }

    .main-menu li.menu-item-has-children ul.sub-menu li a:hover {
        color: #fff;
    }

    .gengen_devices_usage_form,
    .gengen_generate_link_form {
        padding: 30px 50px;
    }

    .btn_gengen_invite_url {
        display: inline;
        /*position: absolute;
        margin-left: 119px;*/
        float: right;
        margin-top: -66px;
    }

    #gengen_invite_url {
        padding: 20px 170px 20px 20px;
    }

    #gengen_extend_trial_invite_url {
        padding: 20px;
    }

    .gengen_generate_link_fields ul {
        width: 80%;
    }

    .video_link_expired_txt {
        text-align: left;
    }

    .video_link_expired_txt,
    .video_link_expired_img {
        width: 50%;
    }
}

@media all and (min-width: 1024px) {

    .subscribePlanFeatureSec {
        min-height: 130px;
    }

    /*.gengen_switch_to_yearly input[type='button']{font-size: 11px;max-width: 194px;}*/
    .gengen_switch_to_yearly {
        text-align: center;
    }

    .gengen_switch_to_yearly input[type='button'] {
        float: none;
        max-width: 210px;
        font-size: 12px;
        padding: 8px;
    }

    .gengen_switch_to_yearly strong {
        display: none;
    }

}

@media all and (min-width: 1150px) {
    .gengen_switch_to_yearly {
        text-align: left;
    }

    .gengen_switch_to_yearly input[type='button'] {
        float: right;
        margin-top: 0px;
        max-width: 210px;
        font-size: 12px;
        padding: 8px;
    }

    .gengen_switch_to_yearly strong {
        display: inline-block;
        font: 500 12px 'Roboto';
    }

}

@media all and (min-width: 1300px) {

    .subscribePlanFeatureSec ul li {
        font-size: 16px;
    }

}

@media all and (min-width: 1350px) {

    .accountSection--left {
        width: calc(100% - 22%);
    }

    .accountSection--right {
        width: 22%;
    }

    .gengen_col3 {
        width: 30%;
        margin: 20px 2%;
    }

    /*.gengen_switch_to_yearly input[type='button']{float:right;margin-top: 0px;}*/
    .gengen_switch_to_yearly input[type='button'] {
        max-width: 210px;
        font-size: 12px;
        padding: 9px;
    }

    .gengen_switch_to_yearly strong {
        font: 500 12px 'Roboto';
    }

}

@media all and (min-width: 1630px) {

    .accountSection--left {
        width: calc(100% - 25%);
    }

    .accountSection--right {
        width: 25%;
    }

    .gengen_col3 {
        width: 29%;
        margin: 20px 3%;
    }

}

@media all and (min-width: 768px) {
    .main-menu li.menu-item-has-children ul.sub-menu li {
        padding: 0 !important;
    }

    .main-menu li.menu-item-has-children ul.sub-menu li a {
        padding: 10px 14px !important;
    }
}

.gengen_activate_teachers .gengen_pin_show_hide {
    top: 4px;
}

@media all and (max-width: 767px) {
    .gengen_activate_teachers .gengen_password_show_hide {
        top: 0 !important;
    }

    .gengen_activate_teachers .gengen_cc_cvc_tooltip {
        top: 9px;
    }

    .gengen_activate_teachers .gengen_pin_show_hide {
        top: -1px !important;
    }

    #frm_login .gengen_password_show_hide {
        margin-top: -38px;
    }

    .login_page_template #frm_login .gengen_password_show_hide {
        margin-top: -35px;
    }
}

/*li.page_title_checkout{
    background-image: url(../images/padlock.png);
    background-size: 20px;
    background-position: left center;
}*/
.promoCode_trigger {
    font: 500 13px 'Roboto', sans-serif;
}

.promoCode_trigger span {
    margin: 10px 0 15px 0;
    display: inline-block;
    cursor: pointer;
    color: #666666;
}

.contactRight ul li i {
    vertical-align: middle;
}

.contactRight ul li:last-child i {
    vertical-align: top;
    margin-top: 4px;
}

.contactRight ul li:first-child i {
    margin-top: -3px;
}

#payByCCPopup h2 {
    font-size: 21px;
    text-transform: none;
    width: 70%;
    letter-spacing: 0;
}

#payByCCPopup h2 strong {
    font-size: 41px;
    padding-top: 15px;
    display: inline-block;
    font-weight: bold;
}

#adminmenu a[href='admin.php?page=gengen_activation_codes'] {
    display: none;
}

input#gengen_invite_url {
    font-size: 0.85rem;
}

@media all and (max-width: 767px) {
    .gengen_generate_link_container {
        position: absolute;
    }

    button.btn_gengen_invite_url {
        margin: 10px auto;
    }
}

.geo-shortcode.geo-show {
    display: none;
}

.text-to-speech {

}

.text-to-speech .text-to-speech--buttons {

}

.text-to-speech .text-to-speech--buttons button {
    background: transparent;
    color: #F17E00;
    font-size: 40px;
}

.text-to-speech--buttons--play {
    display: block;
}

.text-to-speech--buttons--pause {
    display: none;
}

.text-to-speech--buttons--resume {
    display: none;
}

.text-to-speech .text-to-speech--audio {
    display: none;
}

.text-to-speech .text-to-speech--rawtext {
    display: none;
}

.inline-checkbox input[type=checkbox] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.inline-checkbox label {
    display: inline;
}

.gengen_type_district_label,
.gengen_type_other_label {
    display: inline-block;
    box-sizing: border-box;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.gengen_type_district_label {
    background-color: #993ee5;
    color: #fff;
}

.gengen_type_other_label {
    background-color: #3f8feb;
    color: #fff;
}

.trial_form_button .arrow-right {
    position: relative;
    width: 200px;
    margin: auto;
    text-transform: none;
    font-size: 24px;
    font-family: 'Roboto';
}

.trial_form_button .arrow-right span.arrow {
    background-image: url("../images/arrow-right.png");
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.dataTables_wrapper .dataTables_length select {
    width: 50px;
}

#acf-group_632211779e2af.hide-if-js {
    display: block;
}

/* End of gengen.css */