/*---------------------------------------------------------
Project: Sohoj
version: 1.0
Author: Mosaddek
Web: http://mosaddek.com
-----------------------------------------------------------

/*------------------------------------
Table of Contents
--------------------------------------
01. type
02. header
03. left-nav
04. footer
05. widgets
06. buttons
07. forms
08. login
09. bs reset
10. responsive
------------------------------------*/
/*------------------------------------
type
------------------------------------*/
body
{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;

    background: #f2f6fc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
}

a,
a:hover
{
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;

    outline: 0;
}

a
{
    color: #278be8;
}
a:hover
{
    color: #1571c7;
}

buttona:focus,
a:focus,
.btn:focus
{
    box-shadow: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

h1,
.h1
{
    font-size: 36px;
}

h2,
.h2
{
    font-size: 30px;
}

h3,
.h3
{
    font-size: 24px;
}

h4,
.h4
{
    font-size: 18px;
}

h5,
.h5
{
    font-size: 14px;
}

h6,
.h6
{
    font-size: 12px;
}

body.fixed-nav
{
    padding-top: 70px;
}

.weight100
{
    font-weight: 100;
}

.weight300
{
    font-weight: 300;
}

.weight400
{
    font-weight: 400;
}

.weight500
{
    font-weight: 500;
}

.weight600
{
    font-weight: 600;
}

.weight700
{
    font-weight: 700;
}

.weight800
{
    font-weight: 800;
}

.f8
{
    font-size: 6px;
}

.f12
{
    font-size: 12px;
}

.f14
{
    font-size: 14px;
}

.f16
{
    font-size: 16px;
}

.f18
{
    font-size: 18px;
}

.f24
{
    font-size: 24px;
}

.f30
{
    font-size: 30px;
}

.f50
{
    font-size: 50px;
}

.f80
{
    font-size: 80px;
}

.plan-title
{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.content-wrapper
{
    position: relative;

    min-height: calc(100vh - 75px);
    padding-top: 1rem;
    padding-bottom: 56px;

    background: #f2f6fc;
}
.content-wrapper-notAuth
{
    position: relative;

    min-height: calc(100vh - 75px);
   /* padding-top: 3rem;*/
    padding-bottom: 56px;

    background: #f2f6fc;
}

.note-txt
{
    font-size: 13px;

    color: #9a9a9a;
}

a.d-link
{
    color: #666;
}
a.d-link:hover
{
    color: #278be8 !important;
}

.text-deem
{
    opacity: .2;
    color: #000;
}

/*------------------------------------
header
------------------------------------*/
.app-header
{
    height: 75px;

    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}
.app-header .navbar-brand
{
    padding: .75rem 0 0 0;
}
.app-header .navbar-brand a
{
    font-weight: bold;

    color: #141414;
}

.header-fixed .app-header
{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;

    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.header-fixed .app-body
{
    margin-top: 75px;
}

.header-fixed .branding-wrap
{
    top: 0;

    background: transparent;
}

.app-header
{
    position: relative;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
}
.app-header .js_left-nav-toggler
{
    font-size: 16px;

    color: #141414;
}

.branding-wrap
{
    display: initial;

    margin-left: 60px;
}

/*-------------------------------
header links
-------------------------------*/
.header-links
{
    float: right;

    margin-bottom: 0;
}
.header-links > .nav-item:first-child
{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.header-links li
{
    position: relative;

    display: inline-block;
}
.header-links .notificaton-thumb img
{
    position: relative;
    top: 6px;

    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.header-links .dropdown-menu .dropdown-item i
{
    font-size: 18px;

    position: relative;
    top: 3px;
}
.header-links .user-thumb img
{
    position: relative;
    top: 0;

    width: 44px;
    height: 44px;
}
.header-links .user-thumb span,
.header-links .user-thumb i
{
    font-size: 14px;

    color: #000;
}
.header-links .nav-link
{
    font-size: 13px !important;

    color: #8e8e8e;
}
.header-links .nav-link:hover
{
    color: #ed4d53 !important;
}
.header-links .nav-link:hover:after
{
    color: #ed4d53 !important;
}
.header-links .nav-link > i
{
    font-size: 22px;

    position: relative;
    top: 4px;
}
.header-links .dropdown-menu .dropdown-item
{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;

    padding: .5rem 1.5rem;

    color: #000;
}
.header-links .dropdown-menu .dropdown-item:hover
{
    opacity: 1;
    color: #ed4d53;
}
.header-links .dropdown-menu .dropdown-message
{
    overflow: hidden;

    white-space: normal;
}

.header-links .nav-link.right_side_toggle > i
{
    font-size: 14px;
}

.header-links.navbar
{
    padding: .3rem 1rem;
}

.header-links
{
    /* dropdown menu arrow start */
    /* dropdown menu arrow end */
    /*  dropdown menu animation start */
    /*  dropdown menu animation end */
}
.header-links .nav-link
{
    font-size: 13px !important;

    color: #8e8e8e;
}
.header-links .nav-link:hover
{
    color: #000 !important;
}
.header-links .nav-link:hover:after
{
    color: #000 !important;
}
.header-links .dropdown-menu.dropdown-menu-right:before
{
    font-family: Sohoj-Icon;
    font-size: 35px;

    position: absolute;
    top: -33px;
    right: 26px;
    left: auto;

    content: '\e92f';

    color: #fff;
}
.header-links .dropdown-menu
{
    top: 100%;

    width: 16rem;

    border: none;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, .1);
}
.header-links .dropdown-menu .dropdown-item
{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;

    position: relative;

    padding: .5rem 1.5rem;

    color: #7a7a7a;
}
.header-links .dropdown-menu .dropdown-item .badge
{
    position: absolute;
    top: 12px;
    right: 25px;

    padding: .3em .8em;

    border-radius: 2px;
}
.header-links .dropdown-menu
{
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;

    opacity: 1;
}
.header-links .show .dropdown-menu
{
    -webkit-animation: tasi .2s;
    animation: tasi .2s;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.header-links .dropdown-menu-right
{
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

@-webkit-keyframes tasi
{
    100%
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);

        opacity: 1;
    }
}

@keyframes tasi
{
    100%
    {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);

        opacity: 1;
    }
}

.hide-arrow a:after
{
    display: none;

    content: ' ';
}

.header-right-dropdown-width.dropdown-menu
{
    width: 20rem;
}
.header-right-dropdown-width.dropdown-menu .dropdown-item
{
    padding: .8rem 1.5rem;
}
.header-right-dropdown-width.dropdown-menu .msg-unread
{
    background: #f2f6fc;
}
.header-right-dropdown-width.dropdown-menu .dropdown-item:hover
{
    color: #8e8e8e;
}
.header-right-dropdown-width.dropdown-menu .dropdown-item:last-child:hover
{
    border-radius: 0 0 .25rem .25rem;
}

/*  notification alarm animation start */
.notification-alarm
{
    position: relative;
    top: -12px;
    right: -12px;
}
.notification-alarm .dot
{
    position: absolute;
    top: -12px;
    right: 8px;

    box-sizing: border-box;
    width: 12px;
    height: 12px;

    border: 2px solid #fff;
    border-radius: 30px;
    background-color: #fe5461;
}

@-webkit-keyframes wave
{
    0%
    {
        -webkit-transform: scale(0);

        opacity: .0;
    }
    25%
    {
        -webkit-transform: scale(.1);

        opacity: .1;
    }
    50%
    {
        -webkit-transform: scale(.5);

        opacity: .3;
    }
    75%
    {
        -webkit-transform: scale(.8);

        opacity: .5;
    }
    100%
    {
        -webkit-transform: scale(1);

        opacity: .0;
    }
}

/*  notification alarm animation end */
.search-bar button,
.search-bar button:hover,
.search-bar button:focus
{
    text-decoration: none;
}

.search-bar i
{
    font-size: 16px;

    position: relative;
    top: 4px;

    color: #8e8e8e;
}

.modal-search .modal-content,
.modal-search .modal-header,
.modal-search .form-control
{
    border: none;
}

.modal-search .modal-header .close
{
    margin-top: -.6rem;
    margin-right: -6px;

    outline: none;
}

.modal-search .modal-dialog
{
    margin-top: 4rem;
}

.app-header .js_left-nav-toggler
{
    display: none;
}

@media (max-width: 991px)
{
    .app-header
    {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        left: 0;

        display: table;

        width: 100%;

        background: #fff;
        box-shadow: 0 1px 10px 1px rgba(115, 108, 203, .1);
    }
    .app-header .dropdown-toggle::after
    {
        display: inherit;

        border: none;
    }
    .app-header .nav-link
    {
        padding: .5rem .8rem;
    }
    .app-header .js_left-nav-toggler
    {
        display: block;

        margin-left: 1rem;
        padding: 0;
    }
    .app-header .search-bar .btn
    {
        padding: .8rem .5rem;
    }
    .app-header .header-right-dropdown-width.dropdown-menu
    {
        width: 17rem;
    }
    .app-header .dropdown-menu-right
    {
        right: -16px;
    }
    .app-header .right_side_toggle
    {
        margin-right: -10px;
        padding-left: 0;
    }
    .branding-wrap
    {
        margin-left: 15px;
        padding-bottom: 0;

        border-radius: 0;
    }
}

@media (max-width: 540px)
{
    .sm-device-none
    {
        display: none !important;
    }
}

.header-primary-color .app-header,
.header-purple-color .app-header,
.header-success-color .app-header,
.header-warning-color .app-header,
.header-danger-color .app-header
{
    background: #3d74f1;
    box-shadow: none;
}
.header-primary-color .app-header .js_left-nav-toggler,
.header-purple-color .app-header .js_left-nav-toggler,
.header-success-color .app-header .js_left-nav-toggler,
.header-warning-color .app-header .js_left-nav-toggler,
.header-danger-color .app-header .js_left-nav-toggler
{
    color: #fff;
}
.header-primary-color .app-header .header-links .search-bar i,
.header-purple-color .app-header .header-links .search-bar i,
.header-success-color .app-header .header-links .search-bar i,
.header-warning-color .app-header .header-links .search-bar i,
.header-danger-color .app-header .header-links .search-bar i
{
    color: #fff;
}
.header-primary-color .app-header .header-links .nav-link,
.header-purple-color .app-header .header-links .nav-link,
.header-success-color .app-header .header-links .nav-link,
.header-warning-color .app-header .header-links .nav-link,
.header-danger-color .app-header .header-links .nav-link
{
    color: #fff;
}
.header-primary-color .app-header .header-links .nav-link:hover,
.header-purple-color .app-header .header-links .nav-link:hover,
.header-success-color .app-header .header-links .nav-link:hover,
.header-warning-color .app-header .header-links .nav-link:hover,
.header-danger-color .app-header .header-links .nav-link:hover
{
    color: #fff !important;
}

.header-purple-color .app-header
{
    background: #a64dff;
}

.header-success-color .app-header
{
    background: #22ae7a;
}

.header-warning-color .app-header
{
    background: #fcb831;
}

.header-danger-color .app-header
{
    background: #fe5461;
}

.hamburger
{
    font: inherit;

    display: inline-block;
    overflow: visible;

    margin: 5px 0 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;

    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover
{
    opacity: .7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before
{
    background-color: #8e8e8e;
}

.hamburger-box
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 17px;
}

.hamburger--slider .hamburger-inner::before,
.hamburger-inner
{
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property:         transform;
    transition-property:         transform, -webkit-transform;
    transition-property:         transform,-webkit-transform;

    border-radius: 4px;
    background-color: #8e8e8e;
}

.hamburger-inner
{
    top: 50%;

    margin-top: -2px;
}

.hamburger-inner::after,
.hamburger-inner::before
{
    content: '';
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.hamburger-inner::before
{
    top: -10px;
}

.hamburger-inner::after
{
    bottom: -10px;
}

.hamburger--slider .hamburger-inner
{
    top: 2px;
}

.hamburger--slider .hamburger-inner::before
{
    top: 7px;

    width: 20px;

    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
}

.hamburger--slider .hamburger-inner::after
{
    top: 14px;
}

.hamburger--slider.is-active .hamburger-inner
{
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before
{
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);

    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after
{
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*------------------------------------
left nav
------------------------------------*/
/*----------------------------------
left sidebar navigation style
----------------------------------*/
.left-nav-toggle .left-nav-wrap
{
    margin-left: -250px;
}

.left-nav-toggle .content-wrapper
{
    margin-left: 0 !important;
}

.content-wrapper,
.left-nav-wrap
{
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
}

.left-nav-wrap
{
    position: fixed;

    background: #2f3c4b;
}

.left-sidebar
{
    position: fixed;

    overflow: hidden;

    height: 100%;
    padding: 0;

    background: #2f3c4b;
}
.left-sidebar .sidebar-menu
{
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 250px;
}

.left-sidebar-fixed .left-sidebar .sidebar-menu
{
    min-height: 100%;
    max-height: calc(100vh - 0px);

    color: #fff;
    background: #2f3c4b;
}

.left-sidebar-fixed .content-wrapper,
.left-sidebar-fixed .app-footer
{
    margin-left: 280px;
}

.sidebar-menu ul li
{
    font-weight: 400;

    position: relative;
}

.sidebar-menu .sub-menu > .sub li
{
    padding-left: 50px;
}
.sidebar-menu .sub-menu > .sub li li
{
    padding-left: 20px;
}

.sidebar-menu .sub-menu > .sub li:last-child
{
    padding-bottom: 10px;
}

#nav-accordion
{
    margin-top: 20px;
    margin-right: .5rem;
    margin-bottom: 100px;
}

/*--left nav icon--*/
.dcjq-icon
{
    position: relative;
    top: -13px;

    float: right;
}
.dcjq-icon:before
{
    font-family: fontawesome;
    font-size: 12px;
    font-weight: bold;

    position: absolute;
    top: 14px;
    right: 1rem;

    content: '\f107';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.active .dcjq-icon:before
{
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.nav-collapse.collapse
{
    display: inline;
}

.left-sidebar .nav-title
{
    margin-top: 15px;
}
.left-sidebar .nav-title h5
{
    font-size: 11px;

    margin-bottom: 10px;
    padding-left: 1.5rem;

    letter-spacing: 1px;

    opacity: .3;
    color: #fff;
}

.sidebar-menu ul li a.active,
.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:focus
{
    display: block;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;

    color: #ed4d53;
}
.sidebar-menu ul li a.active i,
.sidebar-menu ul li a:hover i,
.sidebar-menu ul li a:focus i
{
    color: #ed4d53;
}

.sidebar-menu ul li a i
{
    font-size: 20px;

    position: relative;
    top: 2px;

    padding-right: 6px;
}

.sidebar-menu ul,
.sidebar-menu ul li ul.sub
{
    margin: 0 0 0;
    padding: 0;

    list-style: none;
}

.sidebar-menu > ul > li > ul.sub
{
    display: none;
}

.sidebar-menu > ul > li.active > ul.sub,
.sidebar-menu > ul > li > ul.sub > li > a
{
    display: block;
}

.sidebar-menu ul li a
{
    font-size: 16px;
    line-height: 26px;

    display: block;

    padding: 10px 0 10px 1rem;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;

    color: #8e8e8e;
    outline: none;
}

.sidebar-menu ul li.sub-menu
{
    line-height: 15px;
}

.sidebar-menu ul li a span
{
    display: inline-block;
}

.sidebar-menu ul li ul.sub li
{
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;

    background: #242e3a;
}

.sidebar-menu ul li ul.sub li a
{
    font-size: 14px;
    line-height: 30px;

    height: 40px;
    padding: 6px 0;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;

    color: #c6c5c7;
}

.sidebar-menu ul li ul.sub li a:hover,
.sidebar-menu ul li ul.sub li.active a
{
    display: block;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;

    opacity: 1;
    color: #fff;
    background: transparent;
}

.left-sidebar-light .content-wrapper
{
    margin-left: 255px;
}

.left-sidebar-light .left-nav-wrap
{
    background: #fff;
}

.left-sidebar-light .left-sidebar
{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}
.left-sidebar-light .left-sidebar .sidebar-menu
{
    background: #fff;
}
.left-sidebar-light .left-sidebar .sidebar-menu > ul > li > a
{
    border-left: 3px solid transparent;
}
.left-sidebar-light .left-sidebar .sidebar-menu > ul > li > a.active,
.left-sidebar-light .left-sidebar .sidebar-menu > ul > li > a:hover,
.left-sidebar-light .left-sidebar .sidebar-menu > ul > li > a:focus,
.left-sidebar-light .left-sidebar .sidebar-menu > ul > li.active > a
{
    border-left: 3px solid #ed4d53;
    border-radius: 0 40px 40px 0;
    background: rgba(237, 77, 83, .06);
}

.left-sidebar-light .sidebar-menu ul li a,
.left-sidebar-light .left-sidebar .nav-title h5
{
    color: #8e8e8e;
}

.left-sidebar-light .sidebar-menu ul li a.active,
.left-sidebar-light .sidebar-menu ul li a:hover,
.left-sidebar-light .sidebar-menu ul li a:focus,
.left-sidebar-light .sidebar-menu ul li.active a
{
    color: #ed4d53;
    background: transparent;
}
.left-sidebar-light .sidebar-menu ul li a.active .dcjq-icon:before,
.left-sidebar-light .sidebar-menu ul li a:hover .dcjq-icon:before,
.left-sidebar-light .sidebar-menu ul li a:focus .dcjq-icon:before,
.left-sidebar-light .sidebar-menu ul li.active a .dcjq-icon:before
{
    color: #ed4d53;
}

.left-sidebar-light .sidebar-menu ul li.active a
{
    font-weight: bold;
}

.left-sidebar-light .sidebar-menu ul li ul.sub li a
{
    color: #8e8e8e;
}

.left-sidebar-light .sidebar-menu ul li ul.sub li.active a,
.left-sidebar-light .sidebar-menu ul li ul.sub li a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li.active a
{
    color: #ed4d53;
    background: transparent;
}

.left-sidebar-light .sidebar-menu ul li ul.sub li
{
    background: #fff;
}

.left-sidebar-light .app-header.text-light .navbar-nav .nav-link
{
    opacity: .6;
    color: #fff;
}
.left-sidebar-light .app-header.text-light .navbar-nav .nav-link:hover
{
    opacity: 1;
}

@media (max-width: 991px)
{
    .app-body
    {
        margin-top: 65px;
    }
    .left-sidebar
    {
        width: 100%;
    }
    .left-sidebar .sidebar-menu
    {
        width: 100%;
    }
    .left-sidebar-fixed .left-nav-wrap
    {
        margin-left: -250px;
    }
    .left-sidebar-fixed .content-wrapper
    {
        width: 100%;
        margin-left: 0 !important;
    }
    .left-sidebar-fixed.left-nav-toggle .left-nav-wrap
    {
        margin-left: 0;
    }
    .left-sidebar-fixed.left-nav-toggle .content-wrapper
    {
        width: 100%;
        margin-left: 100% !important;
    }
}

/*------------------------------------
footer
------------------------------------*/

footer.sticky-footer
{
    font-size: 14px;
    line-height: 51px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 51px;

    opacity: .4;
}

footer.floating-footer {
    font-size: 14px;
    position: fixed;
    left: 250px;
    bottom: 0;
    padding: 15px 0;
    width: 100%;
    background: #fff;
}
@media all and (max-width:768px) {

    footer.floating-footer{
        left: 0;

    }
}
/*------------------------------------
widgets
------------------------------------*/
.equal-height
{
    height: calc(100% - 0px);
}

.custom-title-wrap
{
    margin-top: 10px;
    padding-bottom: 1rem;

    border-bottom: 1px solid #efefef;
}
.custom-title-wrap .custom-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: #2f3c4b;
}
.custom-title-wrap .custom-post-title
{
    font-size: 12px;

    color: #949494;
}

@media (max-width: 767px)
{
    .custom-title-wrap .custom-title
    {
        font-size: 12px;
    }
    .state-view
    {
        font-size: 1.5rem;
    }
}

.credit-graph-list li
{
    display: inline-block;

    width: 48%;
    margin-bottom: 1.5rem;
}
.credit-graph-list li i
{
    font-size: 18px;

    position: relative;
    top: 3px;
}

/*-------------------------------
custom dropdown
-------------------------------*/
.vl-dropdown
{
    min-width: 14rem;
    padding: .8rem;

    border: none;
    border: 1px solid #efefef;
}
.vl-dropdown .dropdown-item
{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;

    padding: .8rem .9rem;

    border-radius: 4px;
}
.vl-dropdown .dropdown-item:hover,
.vl-dropdown .dropdown-item:focus
{
    color: #fff;
    background: #ed4d53;
}

/*-------------------------------
accordion
-------------------------------*/
.accordion .card
{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
    box-shadow: none;
}

.accordion .card-header
{
    padding: 0;

    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-radius: 3px !important;
    background: transparent;
}
.accordion .card-header .status
{
    float: right;

    margin-right: 1rem;
}

.accordion .card-header h5
{
    font-size: 16px;

    margin-bottom: 0;
}

.accordion .card-header a.collapsed
{
    font-weight: normal;

    position: relative;

    border-radius: 3px;
    background: #fff;
}

.accordion .card-header a.collapsed:after
{
    font-family: 'fontawesome';
    font-size: 14px;

    position: absolute;
    top: 30%;
    right: 20px;

    content: '\f107';
}

.accordion .card-header a
{
    font-weight: 600;

    position: relative;

    display: block;

    padding: 1rem 1.5rem;

    cursor: pointer;

    border-radius: 4px 4px 0 0;
    background: #f8f8f8;
}

.accordion .card-header a:after
{
    font-family: 'fontawesome';
    font-size: 14px;

    position: absolute;
    top: 30%;
    right: 20px;

    content: '\f106';
}

.accordion .card-body
{
    font-size: 12px;

    border-radius: 0 0 3px 3px;
}

.accordion .card-body p
{
    font-size: 12px;

    margin-bottom: 10px;
}

.widget-action-link
{
    position: absolute;
    top: 0;
    right: 0;
}
.widget-action-link .btn i
{
    font-size: 14px;
}
.widget-action-link a.text-secondary
{
    color: #9f9f9f !important;
}
.widget-action-link a.text-secondary:hover
{
    color: #141414;
}
.widget-action-link a
{
    font-size: 16px;
    font-weight: normal;

    text-transform: capitalize;

    color: #727272;
}

.custom-tabs
{
    margin-left: .03rem;
}
.custom-tabs .nav-tabs .nav-item
{
    font-size: 18px;

    color: #575757;
    border-radius: 0;
    background: #f3f3f3;
}
.custom-tabs .nav-tabs .nav-item:hover
{
    border-color: transparent;
}
.custom-tabs .nav-tabs .nav-item.active
{
    font-weight: 600;

    color: #000;
    border-color: transparent;
    background: #fff;
}

.country-flag-list,
.operator-icon-list
{
    margin-right: -10px;
    margin-left: -10px;
}
.country-flag-list .col,
.country-flag-list .col-1,
.country-flag-list .col-10,
.country-flag-list .col-11,
.country-flag-list .col-12,
.country-flag-list .col-2,
.country-flag-list .col-3,
.country-flag-list .col-4,
.country-flag-list .col-5,
.country-flag-list .col-6,
.country-flag-list .col-7,
.country-flag-list .col-8,
.country-flag-list .col-9,
.country-flag-list .col-auto,
.country-flag-list .col-lg,
.country-flag-list .col-lg-1,
.country-flag-list .col-lg-10,
.country-flag-list .col-lg-11,
.country-flag-list .col-lg-12,
.country-flag-list .col-lg-2,
.country-flag-list .col-lg-3,
.country-flag-list .col-lg-4,
.country-flag-list .col-lg-5,
.country-flag-list .col-lg-6,
.country-flag-list .col-lg-7,
.country-flag-list .col-lg-8,
.country-flag-list .col-lg-9,
.country-flag-list .col-lg-auto,
.country-flag-list .col-md,
.country-flag-list .col-md-1,
.country-flag-list .col-md-10,
.country-flag-list .col-md-11,
.country-flag-list .col-md-12,
.country-flag-list .col-md-2,
.country-flag-list .col-md-3,
.country-flag-list .col-md-4,
.country-flag-list .col-md-5,
.country-flag-list .col-md-6,
.country-flag-list .col-md-7,
.country-flag-list .col-md-8,
.country-flag-list .col-md-9,
.country-flag-list .col-md-auto,
.country-flag-list .col-sm,
.country-flag-list .col-sm-1,
.country-flag-list .col-sm-10,
.country-flag-list .col-sm-11,
.country-flag-list .col-sm-12,
.country-flag-list .col-sm-2,
.country-flag-list .col-sm-3,
.country-flag-list .col-sm-4,
.country-flag-list .col-sm-5,
.country-flag-list .col-sm-6,
.country-flag-list .col-sm-7,
.country-flag-list .col-sm-8,
.country-flag-list .col-sm-9,
.country-flag-list .col-sm-auto,
.country-flag-list .col-xl,
.country-flag-list .col-xl-1,
.country-flag-list .col-xl-10,
.country-flag-list .col-xl-11,
.country-flag-list .col-xl-12,
.country-flag-list .col-xl-2,
.country-flag-list .col-xl-3,
.country-flag-list .col-xl-4,
.country-flag-list .col-xl-5,
.country-flag-list .col-xl-6,
.country-flag-list .col-xl-7,
.country-flag-list .col-xl-8,
.country-flag-list .col-xl-9,
.country-flag-list .col-xl-auto,
.operator-icon-list .col,
.operator-icon-list .col-1,
.operator-icon-list .col-10,
.operator-icon-list .col-11,
.operator-icon-list .col-12,
.operator-icon-list .col-2,
.operator-icon-list .col-3,
.operator-icon-list .col-4,
.operator-icon-list .col-5,
.operator-icon-list .col-6,
.operator-icon-list .col-7,
.operator-icon-list .col-8,
.operator-icon-list .col-9,
.operator-icon-list .col-auto,
.operator-icon-list .col-lg,
.operator-icon-list .col-lg-1,
.operator-icon-list .col-lg-10,
.operator-icon-list .col-lg-11,
.operator-icon-list .col-lg-12,
.operator-icon-list .col-lg-2,
.operator-icon-list .col-lg-3,
.operator-icon-list .col-lg-4,
.operator-icon-list .col-lg-5,
.operator-icon-list .col-lg-6,
.operator-icon-list .col-lg-7,
.operator-icon-list .col-lg-8,
.operator-icon-list .col-lg-9,
.operator-icon-list .col-lg-auto,
.operator-icon-list .col-md,
.operator-icon-list .col-md-1,
.operator-icon-list .col-md-10,
.operator-icon-list .col-md-11,
.operator-icon-list .col-md-12,
.operator-icon-list .col-md-2,
.operator-icon-list .col-md-3,
.operator-icon-list .col-md-4,
.operator-icon-list .col-md-5,
.operator-icon-list .col-md-6,
.operator-icon-list .col-md-7,
.operator-icon-list .col-md-8,
.operator-icon-list .col-md-9,
.operator-icon-list .col-md-auto,
.operator-icon-list .col-sm,
.operator-icon-list .col-sm-1,
.operator-icon-list .col-sm-10,
.operator-icon-list .col-sm-11,
.operator-icon-list .col-sm-12,
.operator-icon-list .col-sm-2,
.operator-icon-list .col-sm-3,
.operator-icon-list .col-sm-4,
.operator-icon-list .col-sm-5,
.operator-icon-list .col-sm-6,
.operator-icon-list .col-sm-7,
.operator-icon-list .col-sm-8,
.operator-icon-list .col-sm-9,
.operator-icon-list .col-sm-auto,
.operator-icon-list .col-xl,
.operator-icon-list .col-xl-1,
.operator-icon-list .col-xl-10,
.operator-icon-list .col-xl-11,
.operator-icon-list .col-xl-12,
.operator-icon-list .col-xl-2,
.operator-icon-list .col-xl-3,
.operator-icon-list .col-xl-4,
.operator-icon-list .col-xl-5,
.operator-icon-list .col-xl-6,
.operator-icon-list .col-xl-7,
.operator-icon-list .col-xl-8,
.operator-icon-list .col-xl-9,
.operator-icon-list .col-xl-auto
{
    padding-right: 10px;
    padding-left: 10px;
}

.country-flag-list a,
.country-flag-list div,
.operator-icon-list a,
.operator-icon-list div
{
    text-align: center;
}
.country-flag-list a span,
.country-flag-list div span,
.operator-icon-list a span,
.operator-icon-list div span
{
    display: inline-block;

    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;

    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.country-flag-list a img,
.country-flag-list div img,
.operator-icon-list a img,
.operator-icon-list div img
{
    display: inline-block;
}
.country-flag-list a label,
.country-flag-list div label,
.operator-icon-list a label,
.operator-icon-list div label
{
    display: block;

    margin-bottom: 0;

    color: #212121;
}
.country-flag-list a:hover span,
.country-flag-list a:focus span,
.country-flag-list div:hover span,
.country-flag-list div:focus span,
.operator-icon-list a:hover span,
.operator-icon-list a:focus span,
.operator-icon-list div:hover span,
.operator-icon-list div:focus span
{
    border-color: #278be8;
}

.operator-icon-list span
{
    min-height: 90px;
}

.form-steps
{
    position: relative;

    display: block;

    width: 100%;
    margin: 40px 0;
}
.form-steps:after
{
    display: table;
    clear: both;

    content: '';
}
.form-steps__item
{
    position: relative;

    display: block;
    float: left;

    width: 33.33%;
    padding: 0;

    text-align: center;
}
.form-steps__item-content
{
    display: inline-block;
}
.form-steps__item-icon
{
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;

    position: relative;
    z-index: 2;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto;

    text-align: center;

    color: #969b9f;
    border: 2px solid #e5e5e5;
    border-radius: 100%;
    background: #fff;
}
.form-steps__item-text
{
    font-size: 12px;
    font-weight: 500;

    color: #969b9f;
}
.form-steps__item-line
{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -50%;

    display: inline-block;
    float: left;

    width: 100%;
    height: 2px;

    background: rgba(0, 0, 0, .1);
}
.form-steps__item--active .form-steps__item-icon
{
    color: #278be8;
    border: 2px solid #278be8;
    background: #fff;
}
.form-steps__item--active .form-steps__item-text
{
    color: #278be8;
}
.form-steps__item--active .form-steps__item-line
{
    background: #278be8;
}
.form-steps__item--completed .form-steps__item-text
{
    color: #278be8;
}
.form-steps__item--completed .form-steps__item-icon
{
    line-height: 36px;

    width: 40px;
    height: 40px;

    color: transparent;
    border: 2px solid #278be8;
    background: #278be8;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDkuMTIgNyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkuMTIgMS4wNkw4LjA2IDAgMy4xOCA0Ljg4IDEuMDYgMi43NiAwIDMuODIgMy4xOCA3bDUuOTQtNS45NHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}
.form-steps__item--completed .form-steps__item-line
{
    background: #278be8;
}

.intl-tel-input .selected-flag
{
    padding: 0 10px 0 10px;

    border-right: 1px solid #ebebeb;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #f9f9fa;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel]
{
    margin-left: 0;
    padding-right: 6px;
    padding-left: 60px;
}

.intl-tel-input.separate-dial-code .selected-dial-code
{
    margin-left: 6px;

    color: #959596;
}

.loader,
.loader:after
{
    width: 8em;
    height: 8em;

    border-radius: 50%;
}

.loader
{
    font-size: 10px;

    position: relative;

    margin: 30px auto;

    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    text-indent: -9999em;

    border-top: 6px solid #2f8de5;
    border-right: 6px solid #2f8de5;
    border-bottom: 6px solid #2f8de5;
    border-left: 6px solid #e5e5e5;
}

@-webkit-keyframes load8
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.amount-list
{
    margin-right: -5px;
    margin-left: -5px;
}
.amount-list .col,
.amount-list .col-1,
.amount-list .col-10,
.amount-list .col-11,
.amount-list .col-12,
.amount-list .col-2,
.amount-list .col-3,
.amount-list .col-4,
.amount-list .col-5,
.amount-list .col-6,
.amount-list .col-7,
.amount-list .col-8,
.amount-list .col-9,
.amount-list .col-auto,
.amount-list .col-lg,
.amount-list .col-lg-1,
.amount-list .col-lg-10,
.amount-list .col-lg-11,
.amount-list .col-lg-12,
.amount-list .col-lg-2,
.amount-list .col-lg-3,
.amount-list .col-lg-4,
.amount-list .col-lg-5,
.amount-list .col-lg-6,
.amount-list .col-lg-7,
.amount-list .col-lg-8,
.amount-list .col-lg-9,
.amount-list .col-lg-auto,
.amount-list .col-md,
.amount-list .col-md-1,
.amount-list .col-md-10,
.amount-list .col-md-11,
.amount-list .col-md-12,
.amount-list .col-md-2,
.amount-list .col-md-3,
.amount-list .col-md-4,
.amount-list .col-md-5,
.amount-list .col-md-6,
.amount-list .col-md-7,
.amount-list .col-md-8,
.amount-list .col-md-9,
.amount-list .col-md-auto,
.amount-list .col-sm,
.amount-list .col-sm-1,
.amount-list .col-sm-10,
.amount-list .col-sm-11,
.amount-list .col-sm-12,
.amount-list .col-sm-2,
.amount-list .col-sm-3,
.amount-list .col-sm-4,
.amount-list .col-sm-5,
.amount-list .col-sm-6,
.amount-list .col-sm-7,
.amount-list .col-sm-8,
.amount-list .col-sm-9,
.amount-list .col-sm-auto,
.amount-list .col-xl,
.amount-list .col-xl-1,
.amount-list .col-xl-10,
.amount-list .col-xl-11,
.amount-list .col-xl-12,
.amount-list .col-xl-2,
.amount-list .col-xl-3,
.amount-list .col-xl-4,
.amount-list .col-xl-5,
.amount-list .col-xl-6,
.amount-list .col-xl-7,
.amount-list .col-xl-8,
.amount-list .col-xl-9,
.amount-list .col-xl-auto
{
    padding-right: 5px;
    padding-left: 5px;
}
.amount-list .btn
{
    width: 100%;
    margin-bottom: 10px;
}
.amount-list .btn-amount
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;

    box-sizing: border-box;
    min-height: 45px;

    text-align: center;

    color: #626365;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    background: #f4f7fc;
}
.amount-list .btn-amount:hover,
.amount-list .btn-amount:focus
{
    color: #278be8;
    border-color: #278be8;
}

.package-list .btn-amount
{
    height: 75px;
}

.done-msg
{
    margin-top: 2.5rem;
    padding: 0 16%;
}
.done-msg .done-icon
{
    line-height: 4;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin-bottom: 1rem;

    border-radius: 50%;
    background: rgba(24, 165, 112, .1);
}
.done-msg .done-icon i
{
    font-size: 20px;

    color: #18a570;
}
.done-msg h4
{
    font-weight: 600;
    line-height: 1.6;
}
.done-msg .tran-id
{
    margin-bottom: .5em;
}
.done-msg .tran-id span
{
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;

    color: #278be8;
}

.share-media-option .share-media
{
    position: absolute;
    top: 22%;
    right: -30px;
}

.share-media-option .print,
.share-media-option .share,
.share-media-option .media-btn
{
    font-size: 20px;
    line-height: 60px;

    display: block;

    box-sizing: border-box;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;

    text-align: center;

    color: #666;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}
.share-media-option .print span,
.share-media-option .share span,
.share-media-option .media-btn span
{
    display: none;

    padding-left: 8px;
}

.share-media-option .media-btn
{
    display: none;
}

@media (max-width: 767px)
{
    .share-media-option .share-media
    {
        position: fixed;
        z-index: 1000;
        top: auto;
        right: 20px;
    }
    .share-media-option .print span,
    .share-media-option .share span,
    .share-media-option .media-btn span
    {
        font-size: 14px;

        display: inline-block;
    }
    .share-media-option .print,
    .share-media-option .share
    {
        line-height: initial;

        display: block;

        width: auto;
        height: 45px;
        padding: 5px 15px;

        text-align: center;

        border-radius: 3px;
    }
    .share-media-option .print i,
    .share-media-option .share i
    {
        position: relative;
        top: 5px;
    }
    .share-media-option .share-media
    {
        bottom: 5%;

        -webkit-transition: all .2s linear;
        transition: all .2s linear;

        opacity: 0;
    }
    .share-media-option .share-media.show
    {
        bottom: 11%;

        -webkit-transition: all .2s linear;
        transition: all .2s linear;

        opacity: 1;
    }
    .share-media-option .media-btn
    {
        position: fixed;
        z-index: 1000;
        top: auto;
        right: 20px;
        bottom: 0;

        display: block;

        box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    }
    .mask
    {
        position: fixed;
        z-index: 199;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        opacity: .5;
        background-color: black;
    }
    .mask.show
    {
        display: block;
    }
}

.flagstrap
{
    border: 1px solid #e5e5e6;
    border-radius: 3px;
    background: #f9f9fa;
}
.flagstrap .btn
{
    font-size: 14px;
    font-weight: normal;

    position: relative;

    width: 100%;

    text-align: left;

    color: #959596;
}
.flagstrap .dropdown-toggle:after
{
    position: absolute;
    top: 20px;
    right: 15px;
}
.flagstrap ul
{
    padding-left: 15px;
}
.flagstrap ul li a
{
    display: block;

    cursor: pointer;
}

.table thead th
{
    border-top: none;
}

.table .collapse .info,
.table .collapse .info td,
.table .collapsing .info,
.table .collapsing .info td
{
    padding: 0;

    border: none;
    background: #ddd;
}
.table .collapse .info .card,
.table .collapse .info td .card,
.table .collapsing .info .card,
.table .collapsing .info td .card
{
    margin-bottom: -1px;

    border-radius: 0;
    background: #f9f9fa;
}
.table .collapse .info .card .text-uppercase,
.table .collapse .info td .card .text-uppercase,
.table .collapsing .info .card .text-uppercase,
.table .collapsing .info td .card .text-uppercase
{
    font-size: 12px;
}

@media (max-width: 767px)
{
    .auth-title
    {
        font-weight: 600;

        margin-bottom: 1rem;
    }
    .auth-table .custom-control
    {
        display: block;

        margin-bottom: 1rem;
        padding: 1rem;

        border: 1px solid #e0e3e8;
        border-radius: 3px;
        background: #f4f7fc;
    }
}

.user-id-show
{
    padding: 1.3rem .5rem;

    border-radius: 5px;
    background: rgba(39, 139, 232, .06);
}
.user-id-show h4
{
    margin-bottom: 0;
}

.custom-badge
{
    line-height: 1.9;

    width: 25px;
    height: 25px;
    margin-top: -6px;

    text-align: center;

    border-radius: 50%;
}

table.dataTable thead th,
table.dataTable tfoot th
{
    font-size: 12px;
    font-weight: 600;

    color: #000;
}

table.dataTable tbody td
{
    color: #5b5b5b;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer
{
    border-bottom: none;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before
{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 16px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    box-sizing: content-box;
    width: 50px;
    height: 16px;
    margin-top: -10px;
    margin-left: -10px;

    content: '+ More';
    text-align: center;
    white-space: nowrap;
    text-indent: 0 !important;

    color: #278be8;
    border: none;
    border-radius: 14px;
    background-color: transparent;
    box-shadow: none;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before
{
    content: '- Less';

    background-color: transparent;
}

table.dataTable tbody th,
table.dataTable tbody td
{
    padding: 15px 10px;
}

.dt-status
{
    opacity: 0;
}

table.dataTable > tbody > tr.child
{
    background: #f9f9fa;
}

table.dataTable > tbody > tr.child span.dtr-title
{
    min-width: 100px;
}

table.dataTable > tbody > tr.child ul.dtr-details
{
    width: 100%;
}

table.dataTable > tbody > tr.child ul.dtr-details > li
{
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    color: #333 !important;
    border: 1px solid #efefef;
    background: none;
    /* background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); */
}

.dataTables_length,
.dataTables_filter
{
  /*  display: none;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    color: white !important;
    border: 1px solid #3491e9;
    background: none;
    background-color: #2a8ce8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled
{
    border: 1px solid #efefef;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled
{
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current
{
    color: #fff !important;
    border: 1px solid #3491e9;
    background-color: #2a8ce8 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    color: #fff !important;
    border: 1px solid #3491e9;
    background-color: #2a8ce8 !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td
{
    white-space: nowrap;
}

table.dataTable tbody td.child,
table.dataTable.no-footer
{
    white-space: initial;
}

table.dataTable.table-modal tbody td.child li:last-child .dtr-title
{
    display: none;
}

table.dataTable .btn
{
    margin: .3rem;
    padding: .3rem 3rem;
}

.profile-id
{
    position: relative;

    padding: .5rem 1.5rem 1rem 1.5rem;

    text-align: center;

    color: #555;
    border-bottom: 1px solid #e9ecef;
}
.profile-id img.prf-pic
{
    width: 70px;
    height: 70px;
    margin-top: -40px;
    margin-bottom: 1.2rem;
    padding: 3px;

    box-shadow: 0 3px 16px rgba(0, 0, 0, .2);
}
.profile-id p
{
    font-size: 12px;
    font-weight: bold;
}
.profile-id h5,
.profile-id h4
{
    font-weight: 500;
}

.header-links .dropdown-menu.dropdown-menu-right
{
    padding-bottom: 0;
}

.header-links .dropdown-menu.dropdown-menu-right.profile-info:before
{
    right: 20px;
}

.header-links .dropdown-menu.dropdown-menu-right.profile-info
{
    color: #555;
}

/*------------------------------------
buttons
------------------------------------*/
.btn
{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;

    padding: .72rem 1.5rem;

    cursor: pointer;
}

.btn-sm
{
    font-size: 16px !important;

    height: 40px;
    padding: .5rem 3rem !important;
}

.btn-group-lg > .btn,
.btn-lg
{
    font-size: 14px;
    line-height: 1.5;

    padding: 1rem 1.5rem;
}

.btn-group-sm > .btn,
.btn-sm
{
    font-size: 10px;
    line-height: 1.5;

    padding: .5rem 1rem;
}

.int-tel-input-btn
{
    position: relative;
}
.int-tel-input-btn .form-control
{
    width: 90%;
    padding-right: 30px !important;
}

.join-submit-btn
{
    position: absolute;
    top: 0;
    right: 0;

    padding: .67rem 1.5rem;

    color: #2f8de5 !important;
    border: 1px solid #e1e3e8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #f4f7fc !important;
}
.join-submit-btn:hover
{
    color: #fff !important;
    border-color: #2f8de5 !important;
    background: #2f8de5 !important;
}

.btn-outline
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;

    box-sizing: border-box;
    height: 45px;

    color: #666;
    border: 1px solid #666;
    border-radius: 3px;
}

.btn-primary
{
    border: none;
    background: #278be8 !important;
}
.btn-primary:hover
{
    background: #187ede !important;
}

.btn-secondary
{
    border: none;
    background: #c6c5c7 !important;
}
.btn-secondary:hover
{
    background: #b9b8ba !important;
}

.btn-success
{
    border: none;
    background: #22ae7a !important;
}
.btn-success:hover
{
    background: #1e996b !important;
}

.btn-danger
{
    border: none;
    background: #fe5461 !important;
}
.btn-danger:hover
{
    background: #fe3b4a !important;
}

.btn-warning
{
    border: none;
    background: #fcb831 !important;
}
.btn-warning:hover
{
    background: #fcaf18 !important;
}

.btn-info
{
    border: none;
    background: #4dd4ff !important;
}
.btn-info:hover
{
    background: #34ceff !important;
}

.btn-dark
{
    border: none;
    background: #2f3c4b !important;
}
.btn-dark:hover
{
    background: #252f3b !important;
}

.btn-purple
{
    color: #fff;
    border: none;
    background: #a64dff !important;
}
.btn-purple:hover
{
    color: #fff;
    background: #9934ff !important;
}

.btn-outline-secondary
{
    color: #2f3c4b;
    border-color: #efefef;
    background-color: transparent;
}
.btn-outline-secondary:hover
{
    border-color: #2f3c4b;
    background: #2f3c4b;
}

.btn-outline-primary
{
    color: #278be8;
    border-color: #278be8;
}
.btn-outline-primary:hover
{
    border-color: #278be8;
    background: #278be8;
}

.btn-outline-success
{
    color: #22ae7a;
    border-color: #22ae7a;
}
.btn-outline-success:hover
{
    border-color: #22ae7a;
    background: #22ae7a;
}

.btn-outline-danger
{
    color: #fe5461;
    border-color: #fe5461;
}
.btn-outline-danger:hover
{
    border-color: #fe5461;
    background: #fe5461;
}

.btn-outline-warning
{
    color: #fcb831;
    border-color: #fcb831;
}
.btn-outline-warning:hover
{
    border-color: #fcb831;
    background: #fcb831;
}

.btn-outline-info
{
    color: #4dd4ff;
    border-color: #4dd4ff;
}
.btn-outline-info:hover
{
    border-color: #4dd4ff;
    background: #4dd4ff;
}

.btn-example .btn
{
    margin: 5px;
}

.btn-view-all
{
    font-size: 16px;

    position: relative;

    color: #ed4d53;
}
.btn-view-all:after
{
    font-family: 'fontawesome';

    position: absolute;
    right: -15px;

    content: '\f105';
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-view-all:hover
{
    color: #ed4d53;
}
.btn-view-all:hover:after
{
    right: -20px;
}

@media (max-width: 767px)
{
    .btn-sm-block
    {
        display: block;
    }
}

/*------------------------------------
forms
------------------------------------*/
/*---------------------------
 form style
 ---------------------------*/
.form-control
{
    line-height: 3.5;

    height: 50px;

    border-color: #dfe3e8;
}

.input-group-text,
.custom-file-label::after
{
    background: transparent;
}

.form-control:focus
{
    border-color: #278be8;
    box-shadow: none;
}

.form-check-input
{
    margin-top: .5rem;
}

.form-fill
{
    border-color: #f2f6fc;
    background: #f2f6fc;
}

.input-group-field
{
    position: relative;
}
.input-group-field i
{
    position: absolute;
    top: 19px;
    left: 15px;

    color: #8e8e8e;
}
.input-group-field .form-control
{
    padding-left: 40px;
}
.input-group-field .show-pwd-btn
{
    font-size: 20px;

    position: absolute;
    top: 15px;
    right: 15px;

    color: #8e8e8e;
}
.input-group-field .show-pwd-btn:hover
{
    color: #000;
}

.pwd-show-option .form-control
{
    padding-right: 40px;
}

.input-group-text,
.custom-file-label::after
{
    background: #f9f9fa !important;
}

.input-group-text
{
    border-right: none;
}

.form-group
{
    margin-bottom: 1.5rem;
}

::-webkit-input-placeholder
{
    /* Chrome/Opera/Safari */
    font-size: 14px;

    color: #8e8e8e;
}

::-moz-placeholder
{
    /* Firefox 19+ */
    font-size: 14px;

    color: #8e8e8e;
}

:-ms-input-placeholder
{
    /* IE 10+ */
    font-size: 14px;

    color: #8e8e8e;
}

:-moz-placeholder
{
    /* Firefox 18- */
    font-size: 14px;

    color: #8e8e8e;
}

.form-check
{
    padding-left: 1.55rem;
}

.custom-checkbox .custom-control-label::before
{
    border-radius: 0;
}

.custom-control-label::before
{
    border: #8e8e8e solid 2px;
}

.intl-tel-input
{
    width: 100%;
}

.intl-tel-input .selected-flag:focus
{
    outline: none;
    box-shadow: none;
}

.package-list .custom-control-label::after,
.package-list .custom-control-label::before
{
    top: .1rem !important;
}

/*---------------------------
 select style
 ---------------------------*/
select.form-control
{
    line-height: 1;

    color: #999;
}

select:not([multiple])
{
    background: url('data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'18\' height=\'18\' viewBox=\'0 0 24 24\'><path fill=\'grey\' d=\'M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z\'></path></svg>') #fff;
    background-repeat: no-repeat;
    background-position: 98% 50%;

    -webkit-appearance: listbox;
    -moz-appearance: none;
}

select.form-fill:not([multiple])
{
    background: url('data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'18\' height=\'18\' viewBox=\'0 0 24 24\'><path fill=\'grey\' d=\'M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z\'></path></svg>') #fff;
    background-color: #f2f6fc;
    background-repeat: no-repeat;
    background-position: 98% 50%;

    -webkit-appearance: none;
    -moz-appearance: none;
}

/*---------------------------
 editor
 ---------------------------*/
.note-editor.note-frame
{
    border: 1px solid #efefef;
}

.note-editor.note-frame.card
{
    border-radius: 0;
}
.note-editor.note-frame.card .btn-light
{
    color: #141414;
    border-color: #efefef;
    background-color: #fff;
}
.note-editor.note-frame.card .card-header
{
    background: #f7f7f4;
}

/*---------------------------
 input group
 ---------------------------*/
.input-group-addon-bg-none
{
    background: transparent;
}

.input-group-addon,
.custom-select,
.input-group-text,
.custom-file-label,
.custom-file-label::after
{
    border-color: #efefef;
}

.input-group-text,
.custom-file-label::after
{
    background: #f2f6fc;
}

/*---------------------------
 validation
 ---------------------------*/
.valid-tooltip,
.valid-feedback
{
    font-family: 'Lato', sans-serif !important;
}

.error.help-block
{
    color: #fe5461;
}

.feedback-icon-form .has-feedback .form-control-feedback
{
    right: 15px;
}

.feedback-icon-form .form-control-feedback
{
    line-height: 34px;

    position: absolute;
    z-index: 2;
    top: 3px;
    right: 0;

    display: block;

    width: 34px;
    height: 34px;

    text-align: center;
    pointer-events: none;
}

/*---------------------------
 pickers
 ---------------------------*/
.datepicker.dropdown-menu,
.datetimepicker.dropdown-menu,
.bootstrap-timepicker.dropdown-menu,
.datepicker-inline
{
    border: none !important;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, .1);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn
{
    padding: .9rem 1rem;
}

select.form-control-lg
{
    padding: 0rem 1rem;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn
{
    padding: .15rem .5rem;
}

@media (min-width: 992px)
{
    .picker-form .form-group label,
    .right-text-label-form .form-group label
    {
        text-align: right;
    }
}

.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown:before,
.datepicker-dropdown:after,
.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown:after,
[class*=' datetimepicker-dropdown']:before,
[class*=' datetimepicker-dropdown']:after,
.bootstrap-timepicker.dropdown-menu:before,
.bootstrap-timepicker.dropdown-menu:after
{
    border: none;
}

.datepicker-dropdown:before
{
    border-bottom-color: #fff;
}

.datepicker-inline
{
    border: 1px solid #efefef;
}

.datepicker,
.datetimepicker
{
    z-index: 12000;

    width: 260px;
    padding: 10px;
}
.datepicker table,
.datetimepicker table
{
    width: 100%;
}
.datepicker table tbody tr > td.day.today,
.datetimepicker table tbody tr > td.day.today
{
    color: #fff;
    background: #ed4d53;
}

.dt-cont
{
    position: relative;

    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;

    border: 1px solid #ccc;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active
{
    background-color: #278be8;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active
{
    background-image: none;
    text-shadow: none;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover,
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover,
.datetimepicker table tr td span:hover,
.datetimepicker table tr td.day:hover
{
    color: #fff;
    background: #278be8;
}

.bootstrap-timepicker table td a
{
    color: #949494;
}

.bootstrap-timepicker table td a:hover
{
    border-color: #efefef;
    border-radius: 4px;
    background-color: #f2f6fc;
}

.bootstrap-timepicker table td input
{
    width: 35px;

    border: 1px solid #efefef;
}

/*---------------------------
  dropzone
 ---------------------------*/
.dropzone
{
    margin-right: auto;
    margin-left: auto;
    padding: 50px;

    border: 2px dashed #e5e8eb;
    border-radius: 4px;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    background: white;
}

.dropzone-primary
{
    border: 1px dashed #ed4d53;
}

.dropzone-info
{
    border: 1px dashed #4dd4ff;
}

.dropzone-success
{
    border: 1px dashed #22ae7a;
}

.dropzone-warning
{
    border: 1px dashed #fcb831;
}

.dropzone-danger
{
    border: 1px dashed #fe5461;
}

/*------------------------------------
login
------------------------------------*/
.sign-in-row
{
    font-size: 16px;
}
.sign-in-row a
{
    font-size: 18px;
    font-weight: 600;
}

/*------------------------------------
bs reset
------------------------------------*/
@media (min-width: 992px)
{
    .container-fluid
    {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.card,
.card-header
{
    border-color: #efefef;
}

.card-header
{
    padding: 1.25rem;
}

.card
{
    border-radius: 3px;
}
.card img
{
    border-radius: 3px 3px 0 0;
}

.card-header,
.card-footer
{
    background: transparent;
}

.card-shadow
{
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .05);
}

.card-footer
{
    padding: 1rem 1.25rem;

    border-top: 1px solid #efefef;
}

.modal-content
{
    border: none;
    border-radius: 0;
}

.modal-body p
{
    font-size: 16px;

    color: #666;
}

.bg-primary,
.badge-primary
{
    background: #ed4d53 !important;
}

.bg-secondary,
.badge-secondary
{
    background: #737373 !important;
}

.bg-success,
.badge-success
{
    background: #09c878 !important;
}

.bg-danger,
.badge-danger
{
    background: #fe5461 !important;
}

.bg-warning,
.badge-warning
{
    background: #fcb831 !important;
}

.bg-info,
.badge-info
{
    background: #4dd4ff !important;
}

.bg-dark,
.badge-dark
{
    background: #2f3c4b !important;
}

.bg-purple,
.badge-purple
{
    background: #a64dff !important;
}

.bg-purple-light,
.badge-purple-light
{
    background: #b756ff !important;
}

.bg-turquoise,
.badge-turguoise
{
    background: #31c3b2 !important;
}

.bg-pink,
.badge-pink
{
    background: #ec0080 !important;
}

.bg-gray
{
    background: #efefef !important;
}

.text-primary
{
    color: #278be8 !important;
}

.text-secondary
{
    color: #737373 !important;
}

.text-success
{
    color: #22ae7a !important;
}

.text-danger
{
    color: #fe5461 !important;
}

.text-warning
{
    color: #fcb831 !important;
}

.text-info
{
    color: #4dd4ff !important;
}

.text-dark
{
    color: #2f3c4b !important;
}

.text-purple
{
    color: #a64dff !important;
}

.text-purple-light
{
    color: #b756ff !important;
}

a.text-primary
{
    color: #ed4d53 !important;
}
a.text-primary:hover
{
    color: #e81f26 !important;
}

a.text-secondary
{
    color: #737373 !important;
}
a.text-secondary:hover
{
    color: #5a5a5a !important;
}

a.text-success
{
    color: #22ae7a !important;
}
a.text-success:hover
{
    color: #1a835c !important;
}

a.text-danger
{
    color: #fe5461 !important;
}
a.text-danger:hover
{
    color: #fe2132 !important;
}

a.text-warning
{
    color: #fcb831 !important;
}
a.text-warning:hover
{
    color: #f6a504 !important;
}

a.text-info
{
    color: #4dd4ff !important;
}
a.text-info:hover
{
    color: #1ac8ff !important;
}

a.text-dark
{
    color: #2f3c4b !important;
}
a.text-dark:hover
{
    color: #1b232c !important;
}

a.text-purple
{
    color: #a64dff !important;
}
a.text-purple:hover
{
    color: #8d1aff !important;
}

a.text-purple-light
{
    color: #b756ff !important;
}
a.text-purple-light:hover
{
    color: #a123ff !important;
}

.border
{
    border-color: #efefef !important;
}

.border-top
{
    border-top-color: #efefef !important;
}

.border-right
{
    border-right-color: #efefef !important;
}

.border-bottom
{
    border-bottom-color: #efefef !important;
}

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

.breadcrumb
{
    margin-bottom: 0;

    background: transparent;
}
.breadcrumb .breadcrumb-item
{
    font-size: 13px;
}
.breadcrumb a
{
    color: #949494;
}
.breadcrumb a:hover
{
    color: #a64dff;
}

.breadcrumb-item.active
{
    color: #8e8e8e;
}

.breadcrumb-item + .breadcrumb-item::before
{
    font-family: 'FontAwesome';

    display: inline-block;

    padding-right: .5rem;
    padding-left: .5rem;

    content: '\f105';

    color: #c6c5c7;
}

.custom-control-label::after,
.custom-control-label::before
{
    top: .35rem;
}

.bd-example-row .row > .col,
.bd-example-row .row > [class^=col-]
{
    padding-top: .75rem;
    padding-bottom: .75rem;

    border: 1px solid rgba(86, 61, 124, .2);
    background-color: rgba(86, 61, 124, .15);
}

.nav-tabs .nav-link,
.nav-pills .nav-link
{
    color: #141414;
}

.nav-link.disabled
{
    color: #949494;
}

.table-bordered thead td,
.table-bordered thead th
{
    border-bottom-width: 0;
}

.table thead th
{
    vertical-align: bottom;

    border-bottom: 0 solid #efefef;
}

.table td,
.table th
{
    border-top: 1px solid #efefef;
}

.table-bordered
{
    border: 1px solid #efefef;
    border-top: none;
    border-bottom: none;
}

.table-striped tbody tr:nth-of-type(odd),
.table-hover tbody tr:hover,
.table-active,
.table-active > td,
.table-active > th
{
    background-color: rgba(0, 0, 0, .02);
}

.table .thead-light th
{
    border-color: #efefef;
    background-color: #f2f6fc;
}

.page-item.active .page-link
{
    z-index: 1;

    color: #fff;
    border-color: #a64dff;
    background-color: #a64dff;
}

.page-link
{
    color: #141414;
    border: 1px solid #efefef;
}

.page-link:hover
{
    text-decoration: none;

    color: #a64dff;
    border-color: #efefef;
    background-color: #efefef;
}

.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    background-color: #f8f9fa;
}

.input-group.input-group-sm .form-control
{
    height: calc(1.86rem + 1px);
}

.input-group.input-group-lg .form-control
{
    height: calc(2.28rem + 12px);
}

.input-group .btn
{
    padding: .6rem 1.5rem;
}

/*------------------------------------
responsive
------------------------------------*/
@media (max-width: 991px)
{
    .app-header
    {
        height: 60px;
    }
    .app-header .navbar-brand
    {
        padding: .8rem 0 0 0;
    }
    .app-header .navbar-brand img
    {
        height: 30px;
    }
    .header-fixed .app-body
    {
        margin-top: 60px;
    }
    .header-links.navbar
    {
        padding: 0rem 1rem;
    }
    .header-links > .nav-item
    {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .header-links .user-thumb span,
    .header-links .user-thumb i
    {
        display: none;
    }
    .header-links .user-thumb img
    {
        width: 28px;
        height: 28px;
    }
    .content-wrapper
    {
        padding-top: 1.5rem;
    }
}

@media all and (max-width:768px) {
    h2,
    .h2
    {
        font-size: 24px;
    }

}

@media (max-width: 667px)
{
    .plan-title
    {
        font-size: 16px;
    }
    h2,
    .h2
    {
        font-size: 20px;
    }
    h4,
    .h4
    {
        font-size: 14px;
    }
    .widget-action-link
    {
        top: -5px;
    }
    .widget-action-link a
    {
        font-size: 14px;
    }
    .amount-list .btn-amount
    {
        font-size: 14px;

        padding: .5rem;
    }
    .btn
    {
        font-size: 13px;
    }
    .done-msg
    {
        margin-top: 1.5rem;
        padding: 0 10%;
    }
    .join-submit-btn
    {
        padding: .9rem 1.5rem;
    }
    .package-list .btn-amount
    {
        height: 65px;
    }
    .package-list .custom-control-label::after,
    .package-list .custom-control-label::before
    {
        top: 0rem !important;
    }
    table.dataTable .btn
    {
        display: block;
    }
}

@media (max-width: 414px)
{
    .plan-title
    {
        font-size: 14px;
    }
    .credit-graph-list li
    {
        width: 49%;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .country-flag-list a img,
    .country-flag-list div img,
    .operator-icon-list a img,
    .operator-icon-list div img
    {
        max-width: 100%;
        height: auto;
    }
    h5,
    .h5
    {
        font-size: 12px;
    }
    .custom-badge
    {
        line-height: 2.3;
    }
    .app-header .header-right-dropdown-width.dropdown-menu
    {
        width: 16rem;
    }
}

@media (max-width: 320px)
{
    .f12
    {
        font-size: 10px;
    }
    .app-header .header-right-dropdown-width.dropdown-menu
    {
        width: 14rem;
    }
}

/*
#phone::-webkit-input-placeholder {
    text-align: center;
}

#phone:-moz-placeholder { !* Firefox 18- *!
    text-align: center;
}

#phone::-moz-placeholder {  !* Firefox 19+ *!
    text-align: center;
}

#phone:-ms-input-placeholder {
    text-align: center;
}

#phone{
    text-align: right;
}*/


.DataTables_Table_0_length{
    width: 40px;
}