.xf2-gg-left,.xf-gg-right{
    position: fixed;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 120px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -100px;
    margin-left: -714px;
    z-index: 99;
}
.navbar .double-row .dropdown-menu li{
    width: 33%!important;
}
.navbar .double-row .dropdown-menu{
    width: 630px!important;
}
.google-auto-placed{
    display: none;
}
.xf2-gg-left .alert-dismissable,.xf-gg-right .alert-dismissable{
    padding: 15px;
    text-align: center;
}
.xf2-gg-left h1{
    color: #940000;
    margin-top: 0;
}
.xf-gg-right{
    left: auto;
    right: 15px;
}
.xf2-gg-left a,.xf-gg-rightQ a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.xf2-gg-left a img,.xf-gg-right a img{
    width: 100%;
}
.xf2-gg-left .close,.xf-gg-right .close{
    position: absolute;
    top: 5px;
    right: 7px;
    color: #333;
}
.top1-link{
    position: relative;
    width: 1160px;
    z-index: 99;
    height: 40px;
}
.top1-link:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    height: 40px;
    width: 1160px;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    top: 50%;
    left: 0;
    margin-top: -20px;}
.top1-link a{margin: 10px;width: auto;color: #666666;font-size: 12px;display: block;float: left;position: relative;z-index: 2}
.toast-area {
    position: fixed;
    top: 3rem;
    left: 50%;
    z-index: 99999;
    width: 350px;
    margin-left: -175px;
}

.toast-area .toast {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.toast-area .toast:first-child {
}

.toast-header strong.mr-auto {
    display: block;
}

.toast-custom .mr-auto {
    display: none !important;
}

.toast-custom .toast-header {
    height: 3px;
    padding: 0;
}

.toast-custom button.close {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #999 !important;
}

.toast-custom-success {
    background-color: #f3fff6;
    color: #28a745;
    padding-right: 2.4rem;
    padding-left: 2.5rem;
}

.toast-custom-error {
    background-color: #fff4f5;
    color: #dc3545;
    padding-right: 2.4rem;
    padding-left: 2.5rem;
}

.toast-custom-warning {
    background-color: #fff9e6;
    color: #e0a800;
    padding-right: 2.4rem;
    padding-left: 2.5rem;
}

.toast-custom-success i, .toast-custom-error i, .toast-custom-warning i {
    position: absolute;
    font-size: 0.625rem;
    left: 10px;
    top: 17px;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    text-align: center;
    line-height: 19px;
    background-color: #dc3545;
}

.toast-custom-success i {
    background-color: #28a745;
}

.toast-custom-warning i {
    background-color: transparent;
    color: #e0a800;
    font-size: 1rem;
}