/*
* {
    margin: 0;
    padding: 0;
}
.main-content {
    background: url("images/bg.jpg");
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: bottom;
}*/
body{
    background: #f8f8f8 !important;    
}
.form-content h1 {
    font-weight: 700 !important;
    color: #000;
    font-size: 1.5rem;
}

.form-form .form-form-wrap {
    max-width: 480px;
    min-width: 480px;
}

.form-form {
    background: #fff;
}

.logo {
    width: 11rem;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.navbar-expand-sm .navbar-item {
    padding-left: 22px;
}
.navbar .theme-brand {
    padding: .9px 0 .9px 0px !important;
    border-radius: 6px 6px 0 0;
    justify-content: space-between;
}
.sidebar-wrapper {
    top: 60px;
    background: #fff;
    left: 0px;
    width: 238px;
    border-right: 1px solid #d7e0ea;
    box-shadow: 3px 0px 6px rgba(206, 212, 250, 0.57);
}
.menu-icon
{
    height: 28px;
}
/**/
.shadow-bottom
{
    height: 0px;
}
.navbar-expand-sm .navbar-item {
    padding-left: 22px;
}
.form-image .sing-up,
.form-image .product-image,
.form-image .otp-image,
.form-image .customer-image,
.form-image .plan-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
}

.form-image .sing-up {
    background-image: url(../images/signup.jpg);
}

.form-image .sing-up::before {
    content: "";
    background: rgba(0, 255, 180, 0.75);
    background: -o-linear-gradient(top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: -o-linear-gradient( top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: linear-gradient( 180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.49;
}

.form-image .product-image {
    background-image: url(../images/bg-product.jpg);
}

.form-image .product-image::before {
    content: "";
    background: rgba(0, 255, 180, 0.75);
    background: -o-linear-gradient(top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: -o-linear-gradient( top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: linear-gradient( 180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.49;
}

.form-image .otp-image {
    background-image: url(../images/otp.jpg);
}

.form-image .otp-image::before {
    content: "";
    background: rgba(0, 255, 180, 0.75);
    background: -o-linear-gradient(top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: -o-linear-gradient( top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: linear-gradient( 180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.49;
}

.form-image .customer-image {
    background-image: url(../images/customer-data.jpg);
}

.form-image .plan-image {
    background-image: url(../images/plans.jpg);
}

.custom-border {
    border: 1px solid #2eb4e9;
    border-radius: 6px;
}

.form-button {
    height: 45px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: -o-linear-gradient( top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: linear-gradient( 180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
}

.form-form .form-form-wrap-customer {
    /*max-width: 480px;*/
    margin: 0 auto;
    /*min-width: 311px;*/
    min-height: 100%;
    height: 100vh;
}


/* =============================================== */

.rad-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #2eb4e9;
    border-radius: 5px;
}

.rad-label span {
    font-size: .80rem;
}

.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right bottom, from(hsl(154, 97%, 62%)), to(hsl(225, 97%, 62%)));
    background: -o-linear-gradient(left top, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
}

.rad-design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: hsl(0, 0%, 90%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rad-input:checked+.rad-design::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.rad-text {
    color: #000;
    margin-left: 14px;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}

.custom-select {
    border: 1px solid #2eb4e9;
}

.custom-border {
    border: 1px solid #2eb4e9;
    border-radius: 6px;
}


/*===========*/


/*check box*/

.check-design {
    /*width: 22px;*/
    height: 22px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right bottom, from(hsl(154, 97%, 62%)), to(hsl(225, 97%, 62%)));
    background: -o-linear-gradient(left top, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
}

.check-design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rad-input:checked+.check-design::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.rad-text {
    color: #000;
    margin-left: 14px;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}

.custom-select.custom-select-sm {
    font-size: 13px;
    padding: 15px 16px;
}


/*============================*/

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #b3a9a926 !important;
    background: #f5f5f559;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background: #f8f9fa;
}

.form-content p span {
    /*font-size: 1.7rem;*/
    font-weight: 700;
    color: #2eb4e9 !important;
}

.form-content h1::before {
    bottom-border: 2px solid;
}

.plan_info p span {
    font-size: .98rem;
    font-weight: 700;
    color: #2eb4e9 !important;
}

.plan_info h4 {
    font-size: 1.68rem;
    font-weight: 800;
}

.plan_info_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .56rem;
    width: 18%;
}

.plan_info_btn a {
    width: 101px;
    font-size: .68rem;
}

.features {}

.plan_price {
    width: 21%;
    border-radius: 0.5rem;
}

.plan_price p {
    color: #fff !important;
}

.plan_price p span {
    font-size: 1.98rem;
    font-weight: 700;
    color: #fff !important;
}

.plan {
    font-size: .79rem;
    padding-left: 10px;
    padding-right: 10px;
}

.plan_info {
    margin-left: 5px;
    width: 54%;
}

.plan-features {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.plan-features li {
    display: inline-block;
}

.timer {
    font-size: 1rem;
}

.plan-grid {
    border-radius: 6px;
}

.plan-grid:hover {
    background: hsla(0, 0%, 80%, .14);
    border-radius: 6px;
}

@media (max-width: 600px) {
    .plan_price {
        width: 100%;
    }
    .plan_price .rate {
        padding-top: 10px;
    }
    .plan_price .plan {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .plan_info {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .plan_info_btn {
        width: 100%;
    }
    .plan-grid:hover {
        background: hsla(0, 0%, 80%, .14);
    }
    .plan_info_btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .plan-details {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .form-form .form-form-wrap {
        max-width: 480px;
        min-width: 100%;
    }
}

.form-form .form-container .form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plan-details {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan-details li {
    list-style: none;
    margin: 0 0.3rem;
    text-align: left;
}

.plan-details li .fa-check {
    color: #1abc9c;
    font-size: 1rem;
}

.logo {
    max-width: none;
    /*height: 45px;*/
    margin: 0.7rem 0 0.7rem 0rem;
    line-height: 3.6em;
    vertical-align: middle;
}

.header-nav {
    margin-left: 10rem;
    font-size: .95rem;
}

.m-icon {
    color: #f2f2f2;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .2);
    border-radius: 2px;
    background-color: #f8f9fa;
    line-height: 17px;
    margin-right: 13px;
}

.navbar-toggler-icon {
    color: #000;
}

.navigation__block {
    border: none;
    cursor: default;
    float: left;
    line-height: 4em;
    margin-right: 1.2rem;
    position: relative;
}

.form-content h1 span {
    position: relative;
    color: #0f2791;
}

.form-content h1 span::after {
    content: "";
    background: #eee;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #0f2791;
    -webkit-animation: typing 3.5s alternate steps(10) infinite;
    animation: typing 3.5s alternate steps(10) infinite;
}

@-webkit-keyframes typing {
    100% {
        left: 90%;
        margin: 0 -35px 0 30px;
    }
}

@keyframes typing {
    100% {
        left: 90%;
        margin: 0 -35px 0 30px;
    }
}

.multi-user {
    color: #fff;
    font-size: 21px;
    padding-top: 13px;
}

.form-form .terms-conditions {
    max-width: 480px;
    margin: 0;
    margin-top: 0px;
    color: #3b3f5c;
    font-weight: 600;
    margin-top: 70px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    margin-right: 8px;
    color: #3b3f5c;
    padding-bottom: 8px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info p {
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 600;
    color: #888ea8;
}


/*mycss*/

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-right: 33px;
    padding-left: 52px;
    margin-left: 0;
}
/*
.alert-danger {
    color: #920b18;
    background-color: #fff;
    border-color: #fff;
    padding: 0px !important;
    margin: 0px;
}
*/
.forget {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.from-eye {
    margin-top: 11px;
    margin-left: -28px;
    position: sticky;
    color: #007bff;
}


/*
TOOLTIP FOR PASSWORD STRENGTH
*/

.strength {
    list-style-type: none;
    padding: 0;
}

.bi-octagon-fill {
    color: #1abc9c;
}

.layout-spacing {
    padding-bottom: 25px;
    background: #fff !important;
}

.widget-table-two {
    position: relative;
}

.widget {
    position: relative;
    padding: 5px 5px 5px 5px;
    border-radius: 0px;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.widgettop{
    position: relative;
    padding: 10px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.uer-prpfile a span i {
    color: #bee3ed;
    font-size: 15px;
    padding-right: 5px;
    display: inline-flex;
}

.side-bar-menu-icon i {
    color: #506690;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    stroke-width: 1.6;
    font-size: 19px;
}

#content {
    margin-top: 70px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

@media (min-width: 1200px) {
.navbar .theme-brand li.theme-logo img {
  padding-left: 34px;
}
    .sidebar-wrapper {
        top: 60px;
        background: #fff;
        left: 0px;
        width: 238px;
        border-right: 1px solid #d7e0ea;
    }
    .main-container {
        background: #fff;
    }
    .header-container .navbar {
        padding: 5px 0;
        background: #ffffff;
        box-shadow: 4px 3px 10px rgba(206, 212, 250, 0.36);
    }
    /*#254784 && 1abc9c*/
    .navbar .theme-brand li.theme-text {
        margin-right: 23px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown {
        margin: 0 53px 0 -43px;
    }

    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown.nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .theme-brand li.theme-logo {
        align-self: center;
        display: block;
    }
    .media-body {
        /* border-bottom: 3px solid #fff; */
        line-height: 7px;
        padding-top: 8px;
    }
    .user-balance {
        color: #defea5;
        font-weight: 800;
    }
    .vertical-line-pill .nav-pills .nav-link.active,
    .vertical-line-pill .nav-pills .show>.nav-link {
        position: relative;
        background-color: transparent;
        border-color: transparent;
        color: #805dca;
        font-weight: 600;
    }
    .vertical-line-pill .nav-pills .nav-link {
        padding: .5rem 0;
    }
    .vertical-line-pill .nav-pills .nav-link::before {
        content: "";
        height: 100%;
        position: absolute;
        width: 1px;
        right: -1px;
        background-color: #805dca;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all .3s;
    }
    .widget-four .widget-content .w-summary-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1px;
    }
    /* accounts page */
}

@media (min-width: 300px) {
    #sidebar {
        height: 100vh !important;
        padding: 10px 0 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        background: #fff;
    }

    .user-balance {
        color: #defea5;
        font-weight: 800;
        font-size: 14px;
    }
    .msg-title {
        font-size: 12px;
    }
    .main-container {
        background: #fff;
    }
    .header-container .navbar {
        padding: 5px 0;
        background: #fff;
    }
    /*#254784 && 1abc9c*/
    .navbar .theme-brand li.theme-logo img {
        width: auto;
        height: auto;
        
    }
    .navbar .theme-brand li.theme-text {
        margin-right: 23px;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown.nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar-expand-sm .navbar-item {
        padding-left: 22px;
    }
    
}

.navbar {
    padding: 0;
    background: #fff;
}

.header-container {
    border-bottom: 1px solid #fff;
}

.m-logo {
    width: 168px;
}

.m-logo-lg {
    width: 190px;
    vertical-align: top;
}

.navbar .theme-brand {
    padding: .9px 0 .9px 0px !important;
    border-radius: 6px 6px 0 0;
    justify-content: space-between;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
    font-size: 13px;
    margin-bottom: 6px;
    color: #3b3f5c;
    font-weight: 600;
}

.footer-wrapper .footer-section p {
    margin-bottom: 0;
    color: #515365;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 20px;
}

.form-custom {
    height: 36px;
    border: 1px solid #2eb4e9;
    border-radius: 6px;
}

.add-btn {
    transform: none;
    background: rgb(111, 64, 211);
    border: none !important;
    padding: 7px 9px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff !important;
    width: 40px;
    margin-left: 15px;
    box-shadow: 0px 5px 10px 0px rgba(59, 63, 92, 0.38);
}

.feather-menu {
    color: #332465;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown {
    margin-left: 20px;
    border-right: 1px solid #fff;
    padding-right: 14px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
    margin-left: 20px;
    border-right: 1px solid #fff;
    padding-right: 14px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
    margin-right: 12px;
}

.card-header {
    background-color: transparent;
    color: #2eb4e9;
    border-color: transparent;
    border-radius: 4px;
    padding: 0;
    position: relative;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: .25rem;
}

.card-header section>div.collapsed {
    color: #3b3f5c;
    font-size: 1.8rem;
}

.card-header section>div {
    color: #3b3f5c;
    font-size: 1.8rem;
    padding: 8px 14px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    letter-spacing: 1px;
}

.accordion-icons .accordion-icon {
    display: inline-block;
    margin-right: 10px;
}

.card-header section>div .icons svg {
    width: 18px;
}

.card-header section>div .icons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9px;
}

#sidebar ul.menu-categories.ps {
    height: calc(100vh - 107px) !important;
    margin-right: 0;
    padding-right: 22px;
    border-right: 1px solid #fff;
}

.form-control {
    height: auto;
    color: #3b3f5c;
    padding: 8px 10px;
    letter-spacing: 1px;
    /* height: calc(1.4em + 1.4rem + 2px); */
    padding: .75rem 1.25rem;
}

.show {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.table-controls {
    list-style: none;
}

.table-controls li {
    display: inline-block;
}

.form-select {
    border: 1px solid #2eb4e9;
    border-radius: 6px;
}

.rwd-table thead {
    color: #000;
}

.rwd-table {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 300px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.tbl-head {
    color: #000;
}



.acc-details {
    padding-right: 64px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user
{
    display: inline-flex;
    padding-top: 6px;
    vertical-align: center;
}
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user img
{
    margin: 8px;
}
/*
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: #fff;
  background: #2eb4e9;
  box-shadow: 4px 8px 12px -5px #919191;
}*/
.m-button
{
    background-color: #2eb4e9  !important;
    color: #fff !important;
    border-radius: 5px;
    box-shadow: 4px 8px 12px -5px #fff;
	margin-right:12px;
}
.m-button:hover
{
    background-color: #1d71b7 !important;
}
@media(max-width:980px)
{
	.m-button{margin-bottom:6px;}
	.m-button-blue{margin-bottom:6px;}
}
/*



.m-button i
{
    color: #bee3ed;
}*/
/*.fa{color: #bee2ec!important;}*/
.m-button-blue
{
    background-color: #504f4f !important;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 12px;
}
.m-button-blue:hover
{
    background-color: #1b1503 !important;
}
.m-headding {
font-weight: 700;
font-size: 20px;
color: #3b3b3b;
padding-top: 5px;
}
.m-input
{
    border: 0.95px solid #989898;
    box-shadow: 4px 8px 12px -5px #91919112;
    height: 36px;
    border-radius: 5px;
}
.m-search
{
    margin-left: -55px;
background-color: #2eb4e9;
color: #fff;
border-radius: 0px 10px 10px 0px;
box-shadow: 4px 8px 12px -5px #919191;
}
.m-head
{
    box-shadow: 0px 0px 14px 0px #dddbdb;
    border-radius: 11px;
    background-color: #fff;

}
.m-tr
{
    /* border-bottom: 2px solid #736ca0; */
    background-color: #fff;
}
.badge-custom
{
    background-color: #2eb4e9;
    color: #fff;
}

.m-text
{
    color:#3b3b3b;
    text-transform:inherit;
}
.m-table > thead > tr > th
{
    color:#3b3b3b;
    text-transform:inherit;
}


/*.f-pencil
{
    font-size: 18px;
    color:  #2eb4e9;
    padding: 0;
}*/

.m-ficon {
    font-size: 18px;
    color: #5e6261;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2eb4e9;
    background-color: #2eb4e9;
}
/*deshboard design css*/
.cart-no
{
    padding-top: 0px;
padding-right: -10px;
color: #fff;
font-weight: 700;
margin-right: 12px;
}
.cart1
{
font-size: 1rem;
color: #bee3ed;
padding: 7px;
background-color: #2eb4e9;
width: 30px;
height: 30px;
margin-top: 8px;
border-radius: 50%;
margin-right: 5px;
}
.user-info {
    box-shadow: 0px 3px 7px rgba(225, 225, 225, 0.76);
    padding-top: 34px;
    padding-left: 20px;
    background: #fff;
        background-repeat: repeat;
    border-radius: 5px;
    min-height: 318px;
    background-repeat: no-repeat;
}
.user-info h5 {
    font-weight: 630;
    padding-bottom: 25px;
    padding-top: 0px;
    color: #3b3b3b;
}
.call-info
{
    box-shadow: 0px 3px 7px rgb(225, 225, 225);
padding-top: 12px;
padding-left: 20px;
border-radius: 15px;
min-height: 72px;
background-color: #fff;
}
.head1
{
padding-left: 15px;
padding-top: 2px;
width: 50%;
font-weight: 700;
color: #3b3b3b;
}
.head2
{
    padding-left: 9px;
padding-top: 5px;
width: 50%;
font-weight: 700;
color: #3b3b3b;
}
.auth-no
{
padding-left: 15px;
padding-top: 0px;
width:50%;
color: #3b3b3b;
}
.auth-pin
{
padding-left: 5px;
padding-top: 0px;
width:50%;
color: #3b3b3b;
}
.access_number 
{
    box-shadow: 0px 3px 7px rgb(225, 225, 225);
padding-top: 34px;
padding-left: 20px;
border-radius: 5px;
min-height: 318px;
background-color: #fff;
color: #3b3b3b;
}
.p1
{
      padding-left: 0px;
padding-top: 5px;
width:100%;
font-weight: 700;
color: #3b3b3b;
}

.m-para
{
    color: #3b3b3b;
}
.m-circle1
{
    display: flex;
justify-content: center;
height: 35px;
text-align: center;
width: 35px;
border: 2px solid #2eb4e9;
border-radius: 50%;
align-items: center;
position: relative;
background-color: transparent;
transition: all .2s ease-in-out;
margin-left: 15px;
background-color:#2eb4e9;
}
.m-circle2
{
    display: flex;
justify-content: center;
height: 35px;
text-align: center;
width: 35px;
border: 2px solid #2eb4e9;
border-radius: 50%;
align-items: center;
position: relative;
background-color: transparent;
transition: all .2s ease-in-out;
margin-left: 15px;
background-color: #2eb4e9;
}
.m-circle3
{
    display: flex;
justify-content: center;
height: 35px;
text-align: center;
width: 35px;
border: 2px solid #2eb4e9;
border-radius: 50%;
align-items: center;
position: relative;
background-color: transparent;
transition: all .2s ease-in-out;
margin-left: 15px;
background-color: #2eb4e9;
}
.m-spam-no
{

color: #fff;
font-size: 17px;
letter-spacing: -1px;
transition: all .2s ease-in-out;
}
.m-desc
{
    width: 75%
}
.m-desc p
{
    color: #3b3b3b;
padding: 5px;
  padding-bottom: 5px;
border-bottom: 2px dotted blue;
padding-bottom: 13px;
font-size: 16px;
}
.m-desc span
{
    padding-bottom:5px
}
.last-circle
{
    padding-bottom: 25px;
}
.info {
    display: inline-flex;
    padding: 0;
    width: 100%;
}

.my-icon {
  width: 35px;
  height: 35px;
  background: #2eb4e9;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
  color: #fff;
  vertical-align: text-bottom;
  font-weight: 800;
 
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
    border-right: 0px;
    padding-right: 14px;
    margin: 6px 40px 0px 0px;
  }
  .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
    color: #2eb4e9;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:hover .data-info h6 {
    color: #2a206f;
}
.multi-user {
    background: #e83d89;
    width: 35px;
    height: 34px;
    text-align: center;
    border-radius: 50px;
    padding: 6px;
    color: #c6effa;
    }
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link img {
    width: 32px;
    border-radius: 4px;
    height: 32px;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
    right: -6px;
}
.navbar .theme-brand li.theme-logo img {
padding-left: 0;

}
.navbar .navbar-item .nav-item.user-profile-dropdown {
margin: 0 14px 0 -40px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown {
border:none;
}
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu::after {
right: 26px;
}

.my-icon-top {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #2eb4e9;
    border-radius: 50%;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.info p { /*probal new change*/
    padding-left: 9px;
    padding-top: 5px;
   /* width: 63%;*/
    font-weight: 700;
    color: #3b3b3b;
}
.my-balance p
{
    color: #1d71b9 !important;
}
.user-data {
    box-shadow: 0px 3px 7px rgb(225, 225, 225);
    padding-left: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    margin-left: 10px;
    border-radius: 6px;
}
/*probal changes*/
.info-head
{
    width: 100%;
    display: flex;
}
.my-balance {/*probal new change*/
   /* padding-top: 5px;*/
    font-size: 17px;
    font-weight: 700;
    color: #3b3b3b;
    width: 47%;
    text-align: center;
}
.mid-div
{
    padding: 10px;
border: 0px solid;
box-shadow: 0px 3px 7px rgb(225, 225, 225);
border-radius: 5px;
background: #fff;
}
.logo
{
    padding-left: 15%;
    margin-left: 147px;
}
.log-icon
{
    padding-top: 10%;
    
}
.log-input
{
    border: 0.95px solid #989898;
box-shadow: 4px 8px 12px -5px #919191;
border-radius: 10px;
}

.log-button
{
    width: 100%;
    border-radius: 16px;
    background-color: #2eb4e9;
    color: #fff;
    box-shadow: 4px 8px 12px -5px #919191;
}
/*end deshboard*/
/*resposive*/
@media (min-width:318px)
{
    /*header*/
   .m-logo
    {
        display: none;
    } 
    .m-hide
    {
        display: none;
    }
.logo
{
    padding-left: 15%;
    margin-left: 25px;
}
.log-icon
{
    padding-top: 30%;
    
}
}
@media (min-width:700px)
{
    /*header*/
    .log-icon
    {
        padding-top: 10%;
        
    }

    .m-hide
    {
        display: block;
    }
    .user-profile-dropdown
    {
       justify-content: right;
    }
}
.animated-underline-content .nav-tabs .nav-link.active, .animated-underline-content .nav-tabs .show > .nav-link {
  border-color: transparent;
  color: #805dca;
}
.animated-underline-content .nav-tabs .nav-link::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #805dca;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}
.widget.box .widget-header {
  background: none;
  }

.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #2eb4e9;
border-color: #e83e8a;
}

.page-link {
line-height: 1.25;
color: #e93e89;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle
{
    color: #3b3b3b;
}

section .fa{color:#ffffff;}
.ruck_secondary{color: #ffffff!important;}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.cart-nav i
{
 font-size: 18px;
}
.cart-nav small
{
    font-size: 12px;
}
.cart-nav:hover
{
color: #fff;
}
.access_number p{color: #000;}
.check-all1{margin-bottom:4px;}

.main-content{background: #f8f8f8;}


#sidebar ul.menu-categories li a.active {
	background: #e8edf3;
	border-radius: 5px;
	color: #0e1726
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle.dropdown-toggle:not([data-active="true"]):not([aria-expanded="true"]):hover, #sidebar ul.menu-categories li.menu > .dropdown-toggle:hover {
    background: #e8edf3 !important;
    box-shadow: none !important;
    border-radius: 5px;
  }
  #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:not([data-active="true"]) {
    background: #e8edf3 !important;
  }

.required{color: maroon;}

p.parsley-success{
    color:#468847;
    background-color:#DFF0D8;
    border:1px solid #D6E9C6
}
p.parsley-error{
    color:#B94A48;
    background-color:#F2DEDE;
    border:1px solid #EED3D7
}
ul.parsley-errors-list{
    list-style:none;
    color:#2eb4e9;
    padding-left:0;
	padding-top: 12px;
}
input.parsley-error,select.parsley-error,textarea.parsley-error{
    background:#F2E7EC;
    border:1px solid #2eb4e9;
}
.btn-group .parsley-errors-list{
    display:none
}

.hide{display:none;}
.iti--allow-dropdown input[readonly] {
	background-color: #e3e2e2  !important;
	color:#515365;
	cursor:pointer;
}
/****footer****/
footer
{
    background: #0a69a1 !important;
    padding: 3px;
}
.footer-container{
    color: #fff;
    padding-top: 10px !important;
}
footer a{
 color: #fbfbfb;
}
.footer-container {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

@media (min-width:576px) {
    .footer-container {
        padding-left: 260px;
    }
}
.btn-floating, [class*="btn-outline-"].btn-floating {
border-radius: 50%;
padding: 10px;
position: relative;
background: transparent;
}
.btn-floating {
width: 2.3125rem;
height: 2.3125rem;
}
.btn-outline-light {
color: #fbfbfb;
border-color: #fbfbfb;
}
.btn-outline-light:hover {
  color: #fbfbfb;
  border-color: #fbfbfb;
}

.theme-logo img{
    max-height: 65px;
}
input[readonly] {
	cursor:initial;
}
input[readonly]{color: #535759;}
.nav-tabs .nav-link {
    background: #ffffff;
    background-color: rgb(245, 245, 245);
    color: #3b3b3b;
    height: 40px;
    font-size: 12px;
    border-radius: 0px 0px 0px 0px !important;
    border: 1px solid #0000000f;
}

@media (max-width: 600px) {
    .m-button{padding: .4rem .77rem;}
    .m-button-blue{padding: .4rem .77rem;}
}
table td::selection {background: #dee0ff;  color: #3b3b3b;}
::selection {color: #3b3b3b;background: #dee0ff;}
.input-append{background-color: #2eb4e9!important;color: white;margin-top: -36px;  border-radius: 0px 10px 10px 0px;}

#sidebar ul.menu-categories li.menu > .dropdown-toggle
{
    cursor: pointer;
  font-size: 14px !important;
  letter-spacing: 0px !important;
  font-weight: 500 !important;
}
.layout-px-spacing
{
    margin: 20px !important;
}
.search-model-header {
    background: #1d71b9 !important;
  }
  @media (max-width: 600px) {
  .layout-px-spacing {
    margin: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .logo-mobile
  {
    margin-left: -150px;
  }
}
.btn-primary {
    color: #fff !important;
    background-color: #2eb4e9 !important;
    border-color: #2eb4e9;
    box-shadow: 0 10px 20px -10px #fff;
  }
  #sidebar ul.menu-categories ul.submenu > li.active a {
    color: #2492be;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 600;
  }
  #sidebar ul.menu-categories ul.submenu > li a:hover {
    color: #279ecd;
  }
  #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:not([data-active="true"]) {
    background: #e1eefd;
}
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    color: white !important;
  }
  input[type="checkbox"]:checked {
    accent-color: #2eace9 !important;
   
  }
  
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px !important;
    box-shadow: 4px 8px 12px -5px #91919126;
    height: 36px !important;
  padding-top: 3px;
  }
  .p-color
  {
    color:#1d89b4 !important;
  }
  .m-strong{
    color: #1d89b4;
}
.copy-button button {
    padding: 5px 20px;
    background-color: #2eb4e9;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 4px 8px 12px -5px #919191;
  }
  /* footer */
  .footer-container p {
    margin-bottom: 20px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
  }
 
  .footer span {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .sub_widget_title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  footer a:hover {
    color: #fbfbfb;
  }
  .footer-container .row{
    margin-right: 0;
  }

  .btn-vari {
    background-color: transparent;
  border: none;
  border-radius: 10px;
  color: #1d89b4;
  box-shadow: none;
  padding: 0;
}

.btn-vari:hover {
    background-color: transparent;
    color:rgb(3, 31, 158);
    border: none;
    border-radius: 10px;
    box-shadow:none
}
