﻿.wrapper {
    background: #f6f6f6 !important;
    min-height: 100vh;
}

.div_header {
    width: 100%;
    height: 45px;
    background-image: -webkit-linear-gradient(top,#6c7a95 0,#4d5b76 72px,#e5e5e5 73px,#f7f7f7 74px,#fff 75px);
    background: -moz-linear-gradient(top,#6c7a95 0,#4d5b76 72px,#e5e5e5 73px,#f7f7f7 74px,#fff 75px);
    background: -ms-linear-gradient(top,#6c7a95 0,#4d5b76 72px,#e5e5e5 73px,#f7f7f7 74px,#fff 75px);
    background: -o-linear-gradient(top,#6c7a95 0,#4d5b76 72px,#e5e5e5 73px,#f7f7f7 74px,#fff 75px);
    background: -webkit-gradient(top,#6c7a95 0,#4d5b76 72px,#e5e5e5 73px,#f7f7f7 74px,#fff 75px);
}

.header {
    height: 50px;
}

.menu-header {
    padding-top: 45px !important;
}

.header .navbar-nav > li > a {
    text-transform: none;
    color: #0066cc;
    font-size: 12px;
}

.header .navbar-nav > li > .dropdown-menu {
    background: #f6f6f6;
    border: none;
    -moz-box-shadow: 1px 1px 3px rgba(224,224,224,.9);
    -o-box-shadow: 1px 1px 3px rgba(224,224,224,.9);
    -ms-box-shadow: 1px 1px 3px rgba(224,224,224,.9);
    -webkit-box-shadow: 1px 1px 3px rgba(224,224,224,.9);
    box-shadow: 1px 1px 3px rgba(224,224,224,.9);
}

.nav > .dropdown > a:hover {
    border: none !important;
}

.header .navbar-nav > li:hover a {
    border: none !important;
}

.header .navbar-nav > li > .dropdown-menu > li > a {
    color: #0066cc;
    border: none;
    font-size: 12px;
}

    .header .navbar-nav > li > .dropdown-menu > li:hover, .header .navbar-nav > li > .dropdown-menu > li > a:hover {
        background: #fff !important;
    }

.header .navbar-nav > li:first-child > .welcome_a {
    color: #5b636a;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    display: block;
}

.header .navbar-nav > li:first-child > a:last-child:hover {
    border: none;
}

.header .navbar-nav > li a:hover, .header .navbar-nav > li:hover {
    color: #0066cc;
}

.logo {
    position: relative;
}

.logo_show {
    display: none;
}

.logo img {
    position: absolute !important;
    max-height: 50px;
}

ul.navbar-nav > li:last-child > a {
    padding-right: 0px;
}

/*.dashboard_menu {
    color: #F79622;
}*/

.active_func a {
    color: #F79622 !important;
    font-size: 16px;
    font-weight: bold;
}

.active a {
    color: #F79622 !important;
    font-size: 16px;
    font-weight: bold;
}

.sidebar-nav-v1 li ul, .sidebar-nav-v1 li.active ul a {
    background: #fff;
}

#btn_show_menu_mobile {
    display: none;
}

.list-group-item:first-child {
    margin-bottom: 10px !important;
}

.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background: #fff;
}

    .sidebar-nav-v1 > li.active > a {
        color: #5b636a;
        font-size: 14px;
        font-weight: bold;
        font-family: AllerRg, Arial, Tahoma, Verdana;
    }

.message_expires, .curent_func {
    line-height: 45px;
    color: #fff;
    font-weight: bold;
}

.curent_func {
    font-size: 25px;
    z-index: 99;
    position: absolute;
}

.jumbotron {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px !important;
}

.jumbotron_page {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.jumbotron_page_header {
    background: #f0f0f0;
    border-bottom: 0px !important;
    padding: 0px 10px 0px;
}

    .jumbotron_page_header [class^=form-group] label.control-label {
        padding-bottom: 0px;
        padding-top: 4px;
    }

    .jumbotron_page_header [class^=form-group] > div {
        height: 26px;
    }

    .jumbotron_page_header > div.row {
        padding: 4.5px 0px;
    }

.title_header_page {
    font-weight: bold;
    font-size: 16px;
}

.bg_table_header {
    background: #f0f0f0;
}

.page_sms {
    padding: 20px;
    padding-bottom: 1px;
}

.form-group-sm .form-control {
    border-radius: 0% !important;
    height: 26px !important;
}

.btn {
    padding: 4px 10px !important;
    font-size: 11px;
    height: 26px;
}

@media only screen and (max-width :768px) {
    #emailNotificationBox {
        padding-top: 0px !important;
    }

    #emailNotification {
        top: -7px !important;
    }

    #emailNotificationBox img {
        top: -4px;
    }
}

@media only screen and (max-width :991px) {

    .div_header {
        height: 90px !important;
        z-index: 1;
    }

    .curent_func {
        display: block;
        width: 100%;
        position: relative;
    }

    .message_expires {
        text-align: left;
        display: inline-block;
        line-height: 20px;
        z-index: -1;
    }

    .menu-header {
        background: #fff;
        z-index: 999;
        border-bottom: 2px solid #0066cc;
    }

    .header .menu-header {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0px;
    }

    .logo_show {
        display: block;
        text-align: center;
    }

    .header .navbar-nav > li:first-child > a.welcome_a {
        font-size: 20px;
    }

    #btn_show_menu_mobile {
        display: inline-block;
        position: absolute;
        top: -51px;
        right: 14px;
    }

    .li_logo_show {
        position: relative;
    }

        .li_logo_show:hover {
            background: #fff !important;
            border: none;
        }

        .li_logo_show a:hover {
            background: #fff !important;
        }

    .welcome_a:hover {
        cursor: default;
    }
}

@media only screen and (min-width: 992px) {
    a.logo_show {
        display: none !important;
    }
}

.table-call tr:nth-child(2n+0) {
    background: #f8f8f8;
}

.datatable-header {
    background: #f0f0f0 !important;
    /**/
    padding: 0px !important;
}

.datatable-header-cell {
    height: 100%;
}

    .datatable-header-cell > div {
        color: #000;
        font-weight: bold;
    }

.datatable-row-center > .datatable-header-cell:first-child ~ .datatable-header-cell > div {
    line-height: 30px;
}

.datatable-row-wrapper:hover, .datatable-body-row, .datatable-row-group {
    background: none !important;
}

.datatable-scroll {
    width: 100% !important;
}

    .datatable-scroll > .datatable-row-wrapper:nth-child(2n+1) .datatable-row-group {
        background: #f8f8f8 !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }

li.list-group-item a {
    font-size: 12px !important;
    font-weight: bold;
    color: #008EEB !important;
}

    li.list-group-item a:hover {
        color: #F79622 !important;
    }

li.list-group-item > a[data-toggle=collapse] {
    color: #555 !important;
    font-size: 13px !important;
}

.datatable-row-group > .datatable-body-cell {
    padding: 5px 12px 0px 12px !important;
    /**/
}

.datatable-body-cell-label strong {
    padding: 5px 0px;
    display: block;
    word-break: break-all;
}

.datatable-body-cell-label {
    user-select: text;
}

    .datatable-body-cell-label > i {
        line-height: 20px;
        font-size: 31px;
    }

.datatable-checkbox {
    padding: 2px 0px 0px;
}

.datatable-body-cell-label > strong {
    font-weight: normal !important;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: auto;
}

.ngx-datatable .datatable-body-cell, .ngx-datatable .datatable-header-cell {
    line-height: 1 !important;
}
/*popup*/
.modal-popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    background: none;
    z-index: 999;
    display: none;
}

.box-modal {
    width: 30%;
    max-width: 30%;
    height: 250px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1000;
}

.modal-popup::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 99;
}

.open-modal {
    display: block;
}

.box-header {
    background: #0066cc;
    height: 45px;
    padding: 0px 10px;
}

.box-title {
    color: #fff;
    font-size: 16px;
    line-height: 46px;
}

.box-content {
    padding: 10px;
    height: 160px;
    border-bottom: 1px solid #ddd;
    overflow-y: auto;
}

.box-footer {
    height: 44px;
    padding: 10px;
}

.ngx-datatable .datatable-footer .page-count {
    font-size: 12px;
}
/*end popup*/
@media only screen and (min-width: 1200px) {
    .box-modal {
        width: 25%;
    }
}

#data-url-null {
    display: none;
}

#loading-page {
    position: fixed;
    margin: auto;
    z-index: 1000;
    color: #0066cc;
    display: none;
}

.open-loading-page {
    display: block !important;
}

/*chatbox*/

.chat_window {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #fafafa;
    padding-bottom: 1px;
}

    .chat_window * {
        font-family: "Calibri", "Roboto", sans-serif;
    }

.top_menu {
    background-color: #fff;
    width: 100%;
    padding: 20px 0 15px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}

    .top_menu .buttons {
        margin: 3px 0 0 20px;
        position: absolute;
    }

        .top_menu .buttons .button {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
            position: relative;
        }

            .top_menu .buttons .button.close {
                background-color: #f5886e;
            }

            .top_menu .buttons .button.minimize {
                background-color: #fdbf68;
            }

            .top_menu .buttons .button.maximize {
                background-color: #a3d063;
            }

    .top_menu .title {
        text-align: center;
        color: #bcbdc0;
        font-size: 20px;
    }

.messages {
    position: relative;
    list-style: none;
    padding: 20px 10px 0 10px;
    margin: 0;
    height: auto;
}

    .messages .message {
        clear: both;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all 0.5s linear;
        opacity: 0;
    }

        .messages .message.left .avatar {
            background-color: #c8c8ca;
            float: left;
            text-align: center;
            line-height: 30px;
            font-weight: bold;
            color: #000;
        }

        .messages .message.left .text_wrapper {
            background-color: #eaeaea;
            margin-left: 20px;
        }

            .messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
                right: 100%;
                border-right-color: #eaeaea;
            }

        .messages .message.left .text {
            color: #000;
            font-weight: 400;
        }

        .messages .message.right .avatar {
            background-color: #0084ff;
            color: #fff;
            float: right;
            text-align: center;
            line-height: 30px;
            font-weight: bold;
        }

        .messages .message.right .text_wrapper {
            background-color: #0084ff;
            margin-right: 20px;
            float: right;
        }

            .messages .message.right .text_wrapper::after, .messages .message.right .text_wrapper::before {
                left: 100%;
                border-left-color: #0084ff;
            }

        .messages .message.right .text {
            color: #fff;
        }

        .messages .message.appeared {
            opacity: 1;
        }

        .messages .message .avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: inline-block;
        }

        .messages .message .text_wrapper {
            display: inline-block;
            padding: 5px;
            border-radius: 6px;
            width: calc(100% - 81px);
            min-width: 100px;
            position: relative;
            line-height: 12px;
        }

            .messages .message .text_wrapper::after, .messages .message .text_wrapper:before {
                top: 6px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .messages .message .text_wrapper::after {
                border-width: 13px;
                margin-top: 0px;
            }

            .messages .message .text_wrapper::before {
                border-width: 15px;
                /*margin-top: -2px;*/
                margin-top: -3px;
                margin-left: -1px;
            }

            .messages .message .text_wrapper .text {
                font-size: 18px;
                font-weight: 300;
            }

.bottom_wrapper {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
}

    .bottom_wrapper .message_input_wrapper {
        display: inline-block;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #bcbdc0;
        width: calc(100% - 160px);
        position: relative;
        padding: 0 20px;
    }

        .bottom_wrapper .message_input_wrapper .message_input {
            border: none;
            height: 100%;
            box-sizing: border-box;
            width: calc(100% - 40px);
            position: absolute;
            outline-width: 0;
            color: gray;
        }

    .bottom_wrapper .send_message {
        width: 140px;
        height: 50px;
        display: inline-block;
        border-radius: 50px;
        background-color: #a3d063;
        border: 2px solid #a3d063;
        color: #fff;
        cursor: pointer;
        transition: all 0.2s linear;
        text-align: center;
        float: right;
    }

        .bottom_wrapper .send_message:hover {
            color: #a3d063;
            background-color: #fff;
        }

        .bottom_wrapper .send_message .text {
            font-size: 18px;
            font-weight: 300;
            display: inline-block;
            line-height: 48px;
        }

.message_template {
    display: none;
}

.datatable-row-detail {
    position: relative;
    height: auto !important;
}

/*end chatbox*/
.modalContentOverlay {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

    .modalContentOverlay .modalContentOverlayIcon {
        /*position: absolute;
        top: 41%;
        left: 48%;*/
        color: white;
        z-index: 999;
        font-weight: normal !important;
        font-size: 6rem !important;
    }

    .modalContentOverlay .CloseContentOverlayIcon {
        position: absolute;
        top: 28%;
        left: 30%;
        color: white;
        z-index: 999;
        font-weight: normal !important;
        /*font-size: 1.5rem !important;*/
    }

    .modalContentOverlay #closeModal:hover {
        cursor: pointer;
        color: rgb(57,29,7);
    }

.modalContentWrapper {
    position: absolute;
    top: 41%;
    left: 48%;
    height: 73px;
    width: 73px;
}

.ContentOverlay {
    background: rgba(0,0,0,.5);
    width: 100%;
    min-height: 100%;
    position: absolute;
    /*top: 37px;*/
    left: 0;
    z-index: 99;
}

/*page price*/
.bg-price-standard, .bg-price-premium, .bg-price-gold {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.bg-price-standard {
    background: url('/Content/images/standard-package.png');
}

.bg-price-premium {
    background: url('/Content/images/premium-package.png');
}

.bg-price-gold {
    background: url('/Content/images/gold-package.png');
}

.row-day-package > td:first-child {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    background: #f3f5f6;
}

    .row-day-package > td:first-child + td {
        padding: 8px 0px 0px 0px;
    }

.row-day-package > td > button {
    width: 120px;
    height: 35px;
    font-size: 16px;
}

    .row-day-package > td > button > small {
        font-size: 12px;
        text-decoration: line-through;
        padding: 0px 3px;
    }

.price-discount {
    font-style: italic;
    color: Red;
    font-weight: bold;
    line-height: 30px;
}

.choice-payment {
    display: inline !important;
}

#systemName {
    margin-left: 5px;
}

@media only screen and (max-width: 480px) {
    .row-day-package > td > button {
        width: 60px;
        height: 24px;
        font-size: 11px;
    }

    .bg-price-standard, .bg-price-premium, .bg-price-gold, .row-day-package > td:first-child {
        font-size: 11px;
        font-weight: 600;
    }

    .img-footer-price > img {
        max-width: 75%;
    }
}

@media only screen and (min-width: 768px) and (max-height: 990px) {
    .div_header {
        height: 40px !important;
    }

    .message_expires {
        margin-top: 10px;
    }
}

.pointer {
    cursor: pointer;
}

.NumberDashBoad {
    font-style: italic;
    font-size: 9px;
}

label {
    color: #888;
    cursor: default !important;
}

.control-label {
    color: #888;
    cursor: default !important;
}

.ngx-datatable .datatable-header .datatable-header-cell.sortable {
    cursor: default !important;
}

.ngx-datatable .datatable-header .datatable-header-cell div:hover {
    cursor: default !important;
}

.datatable-row-center > .datatable-header-cell:first-child ~ .datatable-header-cell > div {
    cursor: default !important;
}

    .datatable-row-center > .datatable-header-cell:first-child ~ .datatable-header-cell > div:hover {
        cursor: default !important;
    }
/*end page price*/
strong.name {
    display: inline-block;
}

.datatable-body-cell-label:hover strong.name {
    display: none;
}

img.name {
    display: inline-block;
}

.datatable-body-cell-label:hover img.name {
    display: none;
}

strong.phone {
    display: none;
    cursor: pointer;
}

.datatable-body-cell-label:hover strong.phone {
    display: inline-block;
}

.datatable-body-cell-label:hover strong.phone {
    display: inline-block;
}

/*control select device*/
@media only screen and (min-width: 992px) {
    #device_id_control label {
        padding-right: 0px;
        line-height: 15px;
    }

    #device_id_control div {
        padding-left: 5px;
    }
}
/*end control select device*/

/*tabDeviceInfo*/
#tabDeviceInfo table {
    border: none;
}

    #tabDeviceInfo table td, #tabDeviceInfo table tr, #tabDeviceInfo table td {
        border: 1px solid #ddd;
    }

.no_border_table, .no_border_table > td {
    border: none !important;
}
/*end tabDeviceInfo*/
/*tabUninstall*/
#tabUninstall form#form-uninstall [class^=form-group] > label,
#tabRemoveDevice form#form-tabRemoveDevice [class^=form-group] > label {
    padding: 0px;
}
/*end tabUninstall*/

/*tab-device-settings-table-sync*/
#tab-device-settings-table-sync,
#tab-device-settings-table-sync tr,
#tab-device-settings-table-sync td, #table_time_backup, #table_time_backup tr, #table_time_backup td {
    border: none;
}

    #tab-device-settings-table-sync td label {
        padding: 0px !important;
    }
/*end tab-device-settings-table-sync*/
/*text-action-ambient*/
.text-action-ambient, .text-action-ambient:hover {
    color: #333;
    font-size: 14px;
    display: inline-block;
    border-radius: 100%;
    /* border: 1px solid #008eeb;*/
}
/*end text-action-ambient*/
li.active_func a {
    color: #F79622 !important;
    font-size: 16px;
    font-weight: bold;
}


a.disabledrouter {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
    color: #404040;
}


.tab-content label {
    cursor: pointer !important;
}

.nav-tabs li a {
    cursor: pointer !important;
}

.displayNone {
    display: none;
}

.invoicetable .datatable-checkbox {
    display: none !important;
}

.lblLoading {
    display: inline-block;
    background: Yellow;
}

align-left {
    text-align: left;
}

align-center {
    text-align: center;
}

align-right {
    text-align: right;
}

.text-center {
    text-align: center !important;
}

.textcenter {
    text-align: center !important;
}

.disablePackage {
    background: #f3eded;
}

.datatable-body-row.datatable-row-odd {
    background: #f8f8f8 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
/*redio - button*/
.radio {
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 14px;
}

    .radio + label {
        font-size: 12px;
    }

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            top: -0.2em;
            margin-right: 1em;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
        }

        .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #3197EE;
            -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
            box-shadow: inset 0 0 0 4px #f4f4f4;
        }

        .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #3197EE;
        }

        .radio input[type="radio"]:disabled + .radio-label:before {
            -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4;
        }

        .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0;
        }

/*redio - button*/

* {
    box-sizing: border-box
}

/* Set height of body and the document to 100% */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial;
}

.notificationcustom {
    width: 98%;
    margin-left: 10px;
    background-color: #f8ecd5;
    border-left-color: #eea236;
    padding: .25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eea236;
    border-left-width: .5rem;
    border-radius: .5rem;
}
/* Style tab links */
.tablink {
    background-color: white;
    color: #6f2ada;
    float: left;
    border: 0.2px solid #ddd;
    outline: none;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 17px;
    width: 15%;
    height: 40px;
}

    .tablink:hover {
        background-color: white;
    }

.tablink_active {
    background-color: #ddd;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    /*display: none;*/
    padding: 60px 10px 10px 10px;
    height: 90%;
    border: 0.2px solid #ddd;
}

#Android {
    background-color: white;
}

#iOS {
    background-color: white;
}

/*
    Alert Email
*/
#emailNotification {
    position: relative;
    z-index: 99;
    display: block;
}

.emailNotificationAnimation {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: left;
    background: #e92f16;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation: animationForEmail 1s 0s ease-out infinite;
    -moz-animation: animationForEmail 1s 0s ease-out infinite;
    animation: animationForEmail 1s 0s ease-out infinite;
}

@-webkit-keyframes animationForEmail {
    0% {
        box-shadow: 0 0 8px 6px rgba(211,95,90, .5), 0 0 0px 0px transparent, 0 0 0px 0px rgba(211,95,90, .7);
    }

    10% {
        transform: scale(1,1);
        box-shadow: 0 0 8px 6px rgba(211,95,90, .5), 0 0 12px 10px transparent, 0 0 12px 14px rgba(211,95,90, .7);
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(251, 186, 183, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(251, 186, 183, 0);
    }
}

@-moz-keyframes animationForEmail {
    0% {
        box-shadow: 0 0 8px 6px rgb(211,95,90), 0 0 0px 0px transparent, 0 0 0px 0px rgb(211,95,90);
    }

    10% {
        box-shadow: 0 0 8px 6px rgb(211,95,90), 0 0 12px 10px transparent, 0 0 12px 14px rgb(211,95,90);
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(251, 186, 183, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(251, 186, 183, 0);
    }
}

@keyframes animationForEmail {
    0% {
        box-shadow: 0 0 8px 6px rgb(211,95,90), 0 0 0px 0px transparent, 0 0 0px 0px rgb(211,95,90);
    }

    10% {
        box-shadow: 0 0 8px 6px rgb(211,95,90), 0 0 12px 10px transparent, 0 0 12px 14px rgb(211,95,90);
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(251, 186, 183, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(251, 186, 183, 0);
    }
}

#emailNotificationBox {
    padding-top: 8px;
    position: relative;
}

    #emailNotificationBox img {
        width: 25px;
        position: absolute;
        right: 1px;
        top: 1px;
    }

#show_Account_Verification {
    position: absolute;
    max-width: 320px;
    left: 0px;
    right: 0px;
    top: 12px;
    bottom: 0px;
    margin: auto;
    color: white;
}
