.button-overlay-tooltip {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 10;
}

.app-radio-container {
    width: 210px;
    height: 44px;
    background: url(../images/1.svg) no-repeat 9px center;
    border: 1px solid #008cff;
    border-radius: 6px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 32px;
}

.app-radio-container:hover {
    border-color: #008cff;
    border-style: solid;
    opacity: 0.8;
    -webkit-box-shadow: 0 15px 30px 0 #008cff;
    -moz-box-shadow: 0 15px 30px 0 #008cff;
    box-shadow: 0 4px 12px 1px #008cff;
}

.radio-hidden:checked ~ .app-radio-container {
    background: url(../images/2.svg) no-repeat 9px center #008cff;
    border-color: #008cff;
    border-style: solid;
    -webkit-box-shadow: 0 15px 30px 0 #cccccc;
    -moz-box-shadow: 0 15px 30px 0 #cccccc;
    box-shadow: 0 4px 12px 1px #ccc;
    color: #fff;
}


body {
    font-size: 14px;
    color: #4c5258;
    letter-spacing: .5px;
    background: #f7f7ff;
    overflow-x: hidden;
    font-family: Roboto, sans-serif
}

a {
    text-decoration: none
}

.wrapper {
    width: 100%;
    position: relative
}

.sidebar-wrapper {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-right: 0 solid #e4e4e4;
    z-index: 11;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54) !important;
    transition: all .2s ease-out
}

.sidebar-header {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #e4e4e4
}

.logo-icon {
    background-image: url(../images/logo-ligth.svg);
    width: 115px;
    height: 35px;
    display: inline-block;
    margin-left: .5rem;
    margin-top: .9rem
}

.theme-menu {
    font-size: 18px;
}

.logo-text {
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #008cff
}

.toggle-icon {
    font-size: 22px;
    cursor: pointer;
    color: #008cff
}

.topbar {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid rgba(228, 228, 228, 0);
    z-index: 10;
    -webkit-box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 0 6px 0 rgba(206, 206, 238, 0.54);
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 0 6px 0 rgba(206, 206, 238, 0.54);
}

.topbar .navbar {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px
}

.page-wrapper {
    height: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 250px
}

.page-content {
    padding: 1.5rem 1.5rem 0.7rem 1.5rem
}

.page-footer {
    background: #fff;
    left: 250px;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
    z-index: 3
}

.wrapper.toggled .topbar {
    left: 70px
}

.wrapper.toggled .page-wrapper {
    margin-left: 70px
}

.wrapper.toggled .page-footer {
    left: 70px
}

.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0 0
}

.sidebar-wrapper .metismenu {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-wrapper .metismenu li + li {
    margin-top: 5px
}

.sidebar-wrapper .metismenu li:first-child {
    margin-top: 5px
}

.sidebar-wrapper .metismenu li:last-child {
    margin-bottom: 5px
}

.sidebar-wrapper .metismenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.sidebar-wrapper .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 8px 15px;
    font-size: 15px;
    color: #5f5f5f;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    border: 1px solid #ffffff00;
    transition: all .3s ease-out
}

.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 24px;
    line-height: 1
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
    padding: 6px 15px 6px 15px;
    font-size: 15px;
    border: 0
}

.sidebar-wrapper .metismenu ul a i {
    margin-right: 10px
}

.sidebar-wrapper .metismenu ul {
    border: 1px solid #ededed;
    background: #fff
}

.sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
    color: #008cff;
    text-decoration: none;
    background: rgba(13, 110, 253, 0.12);
}

.menu-label {
    padding: 20px 15px 5px 5px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px
}

.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out
}

@media screen and (min-width: 1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none
    }

    .email-toggle-btn {
        display: none !important
    }

    .chat-toggle-btn {
        display: none !important
    }

}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    position: fixed;
    border-radius: 10px;
    bottom: 20px;
    right: 12px;
    background-color: #008cff;
    z-index: 5
}

.back-to-top:hover {
    color: #fff;
    background-color: #000;
    transition: all .5s
}

.fm-menu .list-group a {
    font-size: 16px;
    color: #5f5f5f;
    display: flex;
    align-items: center
}

.fm-menu .list-group a i {
    font-size: 23px
}

.fm-menu .list-group a:hover {
    background: #008cff;
    color: #fff;
    transition: all .2s ease-out
}

.fm-icon-box {
    font-size: 32px;
    background: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem
}

.font-18 {
    font-size: 18px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-35 {
    font-size: 35px
}

.radius-30 {
    border-radius: 30px
}

.radius-15 {
    border-radius: 15px
}

.radius-10 {
    border-radius: 10px
}

.radius-7 {
    border-radius: 7px
}

.row.row-group > div {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.row.row-group > div:last-child {
    border-right: none;
}

.cursor-pointer {
    cursor: pointer
}

.chat-wrapper {
    width: auto;
    height: 600px;
    border-radius: .25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.chat-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    font-size: 24px;
    color: #6c757d;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.email-wrapper {
    width: auto;
    height: 600px;
    overflow: hidden;
    border-radius: .25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.email-toggle-btn {
    width: auto;
    height: auto;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    color: #404142;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.15)
}

.hide-on-big-screen {
    width: auto;
    height: auto;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    color: #404142;
    border-radius: 0;
    cursor: pointer;
    border: 0 solid rgba(0, 0, 0, 0.15)
}

.compose-mail-popup {
    width: 42%;
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 15;
    display: none
}

.compose-mail-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0)
}

.compose-mail-close:hover {
    background-color: rgba(255, 255, 255, 0.20)
}

.bg-light-primary {
    background-color: rgba(13, 110, 253, 0.11) !important
}

.bg-light-success {
    background-color: rgba(23, 160, 14, 0.11) !important
}

.bg-light-danger {
    background-color: rgba(244, 17, 39, 0.11) !important
}

.bg-light-warning {
    background-color: rgba(255, 193, 7, 0.11) !important
}

.pricing-table .card {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.pricing-table .card_v2 {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top: 0.25rem solid #000;
    background-color: #fff;
}

.card_v2 .badge {
    -webkit-border-radius: 6px;
    padding: .5rem;
    border-radius: 6px;
    width: 8rem;
    height: 2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    vertical-align: middle;
}

.pricing-table .card .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

@media (min-width: 992px) {
    .pricing-table .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3);
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
    }
}

@media (min-width: 576px) {
    .hide-on-big-screen {
        display: none !important
    }
}

.pricing-table .card .card-title {
    font-size: 1rem;
    letter-spacing: .2rem;
    font-weight: 500
}

.pricing-table .card .card-price {
    font-size: 2.7rem
}

.pricing-table .card .card-price .term {
    font-size: .875rem
}

.pricing-table .card ul li.list-group-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #3b3b3b;
    font-size: 16px;
}

input::placeholder {
    color: #000 !important;
    opacity: .3 !important
}

.search-close {
    font-size: 24px;
    right: 10px;
    cursor: pointer;
    display: none
}

.topbar .navbar .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
    color: #252323;
    font-size: 22px
}

.dropdown-toggle-nocaret:after {
    display: none
}

.alert-count {
    position: absolute;
    top: 5px;
    left: 22px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #f62718
}

.user-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0 solid #e5e5e5;
    padding: 0
}

.user-info .user-name {
    font-size: 15px;
    font-weight: 500;
    color: #413c3c
}

.user-box {
    display: flex;
    align-items: center;
    height: 60px;
    border-left: 1px solid #f0f0f0;
    margin-left: 1rem
}

.dropdown-large {
    position: relative
}

.dropdown-large .dropdown-menu {
    width: 360px;
    border: 0;
    padding: 0 0;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.topbar .navbar .dropdown-large .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.topbar .navbar .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.dropdown-large .msg-header {
    padding: .8rem 1rem;
    border-bottom: 1px solid #ededed;
    background-clip: border-box;
    background: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.dropdown-large .msg-header .msg-header-title {
    font-size: 15px;
    color: #1c1b1b;
    margin-bottom: 0;
    font-weight: 500
}

.dropdown-large .msg-header .msg-header-clear {
    font-size: 12px;
    color: #585858;
    margin-bottom: 0
}

.dropdown-large .msg-footer {
    padding: .8rem 1rem;
    color: #1c1b1b;
    border-top: 1px solid #ededed;
    background-clip: border-box;
    background: 0 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.dropdown-large .msg-name {
    font-size: 14px;
    margin-bottom: 0
}

.dropdown-large .msg-info {
    font-size: 13px;
    margin-bottom: 0
}

.dropdown-large .msg-time {
    font-size: 12px;
    margin-bottom: 0;
    color: #919191
}

.dropdown-large .dropdown-menu .dropdown-item {
    padding: .5rem 1.3rem;
    border-bottom: 1px solid #ededed
}

.header-notifications-list {
    position: relative
}

.dropdown-large .notify {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    margin-right: 15px
}

.user-box .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px
}

.dropdown-menu {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border: 0 solid #e9ecef;
    border-radius: 10px;
    font-size: 14px
}

.topbar .navbar .dropdown-menu {
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.mobile-search-icon {
    display: none
}

.mobile-toggle-menu {
    display: none;
    font-size: 26px;
    color: #404142;
    cursor: pointer
}

.switcher-wrapper {
    width: 280px;
    height: 100%;
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    z-index: 16;
    background: #fff;
    border-left: 0 solid #d2d2d2;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
    transition: all .2s ease-out
}

.switcher-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: #008cff;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 40%;
    right: 100%;
    cursor: pointer
}

.switcher-wrapper.switcher-toggled {
    right: 0
}

@media only screen and (max-width: 1199px) {

    .row.row-group > div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .row.row-group > div:last-child {
        border-right: none;
        border-bottom: 0;
    }

}

@media screen and (max-width: 1024px) {
    .topbar {
        left: 0 !important
    }

    .mobile-search-icon {
        display: block
    }

    .mobile-toggle-menu {
        display: block
    }

    .sidebar-wrapper {
        left: -300px;
        box-shadow: none
    }

    .page-wrapper {
        margin-left: 0
    }

    .page-footer {
        left: 0
    }

    .search-bar {
        display: none
    }

    .full-search-bar {
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 100;
        background: #ffffff;
        height: 60px;
        padding: 0 1.4rem
    }

    .search-close {
        display: block
    }

    .wrapper.toggled .sidebar-wrapper {
        left: 0
    }

    .wrapper.toggled .page-wrapper {
        margin-left: 0
    }

    .chat-toggled .chat-sidebar {
        left: 0
    }

    .chat-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 340px;
        background: #000;
        opacity: .5;
        z-index: 11;
        display: block;
        cursor: move;
        transition: all .3s ease-out
    }

    .email-toggled .email-sidebar {
        left: 0
    }

    .email-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 250px;
        background: #000;
        opacity: .5;
        z-index: 9;
        display: block;
        cursor: move;
        transition: all .3s ease-out
    }
}

.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
    z-index: 1;
}

.btn-white {
    background-color: #fff;
    border-color: #e7eaf3;
}

.bg-login {
    background-image: url(/assets/flyfrog/images/bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}

.section-authentication-signin {
    height: 100vh
}

.authentication-forgot {
    height: 100vh;
    padding: 0 1rem
}

.authentication-reset-password {
    height: 100vh;
    padding: 0 1rem
}

.bg-forgot {
    background-image: url(/assets/flyfrog/images/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.btn i {
    vertical-align: middle;
    font-size: 1.3rem;
    margin-top: -1em;
    margin-bottom: -1em;
    margin-right: 5px;
}

@media screen and (max-width: 991px) {
    .section-authentication-signin {
        height: 100%;
        margin-top: 6rem;
        margin-bottom: 2rem;
    }

    .authentication-reset-password {
        height: auto;
        padding: 2rem 1rem
    }

    .compose-mail-popup {
        width: auto;
        position: fixed;
        bottom: -30px;
        right: 0;
        left: 0
    }
}

.msg-title, .msg-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
}

.msg-info * {
    margin: 0;
}

.sidebar-ann, .sidebar-ann:hover {
    background: #d8e3ff !important;
}

.sidebar-ann.read {
    background: none !important;
}

@media screen and (max-width: 767px) {
    .user-box .user-info {
        display: none
    }
}

@media screen and (max-width: 620px) {
    .topbar .navbar .dropdown-menu::after {
        display: none
    }

    .topbar .navbar .dropdown {
        position: static !important
    }

    .topbar .navbar .dropdown-menu {
        width: 100% !important
    }
}

.thumbnail {
    max-width: 11%;
    margin: 0 0.5%;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%
}

.lightbox:target {
    outline: none;
    display: block
}

@media screen and (max-width: 648px) {
    .lightbox img {
        margin-top: 25%
    }

    .thumbnail {
        max-width: 45%
    }

    .lbox {
        margin-left: 3%
    }
}

.badge-inverse-primary {
    color: #008cff;
    background-color: #E6F0FF;
    border-color: rgb(209, 234, 255);
}

.badge-inverse-secondary {
    color: #6C757D;
    background-color: #F0F0F0;
    border-color: rgb(230, 232, 234);
}

.badge-inverse-success {
    color: #15ca20;
    background-color: rgba(21, 202, 32, 0.18);
    border-color: rgb(212, 246, 214);
}

.badge-inverse-danger {
    color: #fd3550;
    background-color: rgba(253, 53, 80, 0.18);
    border-color: rgb(255, 218, 223);
}

.badge-inverse-warning {
    color: #FFC105;
    background-color: #FCF1CF;
    border-color: rgb(255, 236, 209);
}

.badge-inverse-info {
    color: #0dceec;
    background-color: rgba(13, 206, 236, 0.18);
    border-color: rgb(211, 246, 252);
}

.badge-inverse-light {
    color: #a7aaaa;
    background-color: rgba(233, 234, 234, 0.2);
    border-color: rgb(251, 251, 251);
}

.badge-inverse-dark {
    color: #223035;
    background-color: rgba(34, 48, 53, 0.2);
    border-color: #d7d9da;
}


.card_v2-header {

}

.card_v2-header .card-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2rem;
    color: #474747;
}

.card_v2-header .card-subtitle {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    color: #707981;
}

.pricing-table .card_v2 ul li.list-group-item {
    border-width: 0;
    color: #707981;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.75rem 0;
    vertical-align: middle;
}

.card_v2-body .list-group-flush {
    border-width: 0;
}

.card_v2-body .list-group-flush > .list-group-item {
    padding: .5rem 0;
    border-width: 0;
}

.bg-light-gray {
    background-color: #EFF1F3 !important
}

.pricing-table svg {
    color: #707981;
    fill: #707981;
    width: 9px;
    height: 16px;
//    cursor: pointer;
    margin-left: .5rem;
}

.pricing-table svg:hover {
    fill: #008cff;
}

.pricing-table .card_v2 .card-price {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.card-price-price {
    font-weight: 500;
    font-size: 3rem;
    line-height: 3rem;
}

.btn-warning {
    color: #fff;
}

.btn-warning:hover {
    color: #fff;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #fff;
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
}

.card_v2 .badge-package {
    width: auto;
    padding: 0.5rem 0.75rem;
}

.package-btn-close {
    margin-left: 0.75rem;
    padding: 0 0.25rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 25%);
    cursor: pointer;
}

.package-info-block {
    margin-top: 0.75rem;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    padding: 0.5rem;
}

.package-info-header {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    padding: 1rem 0.5rem;
}

.package-info-footer {
    font-size: 0.875rem;
    line-height: 0.938rem;
    padding: 1rem 0.5rem 0;
}

.bg-price-content {
    background-color: #eff1f3;
}
.fs-7 {
    font-size: 0.875rem !important
}
.fs-8 {
    font-size: 0.75rem !important
}
.offset-05{
    margin-left: 4.16666666665%
}