﻿.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 60px 0 80px;
}

.content {
    z-index: unset !important;
}

.table td {
    vertical-align: middle !important;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion-header {
    cursor: pointer !important;
}

.accordion-rounded {
    overflow: unset !important;
}

.disable-link {
    pointer-events: none !important;
    cursor: default !important;
}

.no-margin {
    margin: 0px;
}

/* chat */
.chat-col-md-2, .chat-col-md-10 {
    padding: 0;
}

.chat-panel {
    margin-bottom: 0px;
}

.icon_minim {
    padding: 2px 10px;
}

.msg_container_base {
    background: #e5e5e5;
    margin: 0;
    padding: 0 10px 10px;
    max-height: 300px;
    overflow-x: hidden;
}

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-top: 20px !important;
    margin-left: 0;
}

.msg_sent {
    padding-bottom: 20px !important;
    margin-right: 0;
}

.messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

    .messages > p {
        font-size: 13px;
        margin: 0 0 0.2rem 0;
    }

    .messages > time {
        font-size: 11px;
        color: #ccc;
    }

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.avatar {
    position: relative;
    width: 5%;
    padding: 10px;
    background: #EEE9E9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid gray;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

    .base_sent > .avatar:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 5px solid gray;
        border-right-color: transparent;
        border-top-color: transparent;
        box-shadow: 1px 1px 2px rgba(black, 0.2);
    }

.msg_sent > time {
    float: right;
}



.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup {
    position: fixed;
    left: 0px;
    bottom: 0;
}

.modal-xlg {
    margin: 5% 15% !important;
    width: 70% !important;
}

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid #ababab;
}

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #ffffff;
        border-width: 10px;
        margin-top: -10px;
    }

    .arrow_box:before {
        border-color: rgba(46, 15, 41, 0);
        border-left-color: #8b8b8b;
        border-width: 11px;
        margin-top: -11px;
    }

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.google-visualization-tooltip {
    z-index: 999 !important;
}

._hj-f5b2a1eb-9b07_feedback_minimized_label {
    background-color: #8069f2 !important;
}

.plans-launch-button {
    width: 100%;
    height: 48px;
    background-color: #00918c;
    color: #FFF;
    text-align: center;
    border-radius: 10px;
    border: none;
}

    .plans-launch-button:hover {
        background-color: #31c2a6;
    }

.recharges-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .header-recharges-button-wrapper {
        width: 200px;
    }
}

@media only screen and (min-width: 1024px) {
    .header-recharges-button-wrapper {
        width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .header-recharges-button-wrapper {
        width: 100%;
    }
}

.header-recharges-button-wrapper {
    width: 300px;
}

.plans-button-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px 20px;
}

.plans-modal-launch-button {
    position: fixed;
    width: 160px;
    height: 60px;
    bottom: 10px;
    right: 135px;
    background-color: #8069f2;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999 !important;
    border: none;
}

.priceContainer {
    position: relative;
    width: 100%;
}

.priceImage {
    display: block;
    width: 100%;
    height: auto;
}

.priceTitle {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.priceOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #31234c;
    border-radius: 25px;
}

.priceContainer:hover .priceOverlay {
    opacity: 0.95;
}

.priceText {
    width: 90%;
    color: white;
    font-size: 1em;
    position: absolute;
    margin: 5% 5% 0 5%;
    line-height: 2;
    text-align: center;
    /*
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  */
}

.priceTextBody {
    color: white;
    font-size: 1em;
    word-wrap: break-word;
}

    .priceTextBody li {
        text-align: justify;
    }

.modalArea {
    margin-top: 10%;
}

.enjoyhint {
    z-index: 99999 !important;
}


.price-nav {
    background-color: #01908b;
    border-radius: 25px;
    height: 50px !important;
}

    .price-nav.active {
        background-color: #34035c !important;
    }

.price-nav-title {
    padding-top: 15px !important;
    background-color: transparent !important;
    color: white !important;
}

/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT     
========================================================  */

/*============================================================
BACKGROUND COLORS
============================================================*/
.db-bk-color-one {
    background-color: #01908b;
}

.db-bk-color-two {
    background-color: #34035c;
}

.db-bk-color-three {
    background-color: #01908b;
}

.db-bk-color-six {
    background-color: #F59B24;
}

/*============================================================
PRICING STYLES
==========================================================*/
.db-padding-btm {
    padding-bottom: 50px;
}

.db-button-color-square {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
    /*border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;*/
    border-radius: 25px;
}

    .db-button-color-square:hover {
        color: #fff !important;
        background-color: rgba(0, 0, 0, 0.50);
        border: none;
    }


.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 30px;
    border-radius: 25px;
}

    .db-pricing-eleven ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding-left: 0px;
    }

        .db-pricing-eleven ul li {
            padding-top: 10px;
            padding-bottom: 10px;
            cursor: pointer;
        }

            .db-pricing-eleven ul li i {
                margin-right: 5px;
            }


    .db-pricing-eleven .price {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 30px 20px 20px 20px;
        font-size: 25px;
        font-weight: 900;
        color: #FFFFFF;
        border-radius: 25px 25px 0px 0px;
    }

        .db-pricing-eleven .price small {
            color: #B8B8B8;
            display: block;
            font-size: 12px;
            margin-top: 22px;
        }

    .db-pricing-eleven .type {
        background-color: #52E89E;
        padding: 20px 20px;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 20px;
    }

    .db-pricing-eleven .pricing-footer {
        padding: 20px;
    }

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.db-pricing-eleven.popular {
    margin-top: 10px;
}

    .db-pricing-eleven.popular .price {
        padding-top: 80px;
    }


.modal-header-center {
    padding: 1rem 1rem;
    border-bottom: 0 solid #eeeef1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
