:root {
  --wine-burnt-merlot: #75210a;
  --wine-midnight-syrah: #1b263b;
  --wine-barrel-blue: #2c3e50;
  --wine-cellar-moss: #4a7856;
}

body{margin: 0;padding:0;font-size: 14px; font-family: 'Roboto', sans-serif;overflow: hidden;overflow-y: scroll;background-color: #ffffff;}
h1,
h2,
h3,
h4,
h5,
h6{margin: 0; padding:0;}
a{text-decoration: none;}
a:hover, a:focus{text-decoration: none !important;outline: none !important;}
button[type="button"]:active, button[type="submit"]:active, input[type="button"]:active{outline: none !important;}
button[type="button"]:focus, button[type="submit"]:focus, input[type="button"]:focus{outline: none !important;}
ul{list-style: none; padding:0; margin: 0 !important; list-style: none;}
.common-btn {
    display: inline-block;
    color: #ffffff;
    background-color: #33954A;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    text-transform: none;
    border: none;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    padding: 10px 25px;
    min-width: 80px;
    box-shadow: none;
}
.common-btn:focus{
    outline:none;
}
.common-btn:hover {
    -webkit-box-shadow: 0px 7px 14px rgb(0 0 0 / 29%);
    box-shadow: 0px 7px 14px rgb(0 0 0 / 29%);
    color: #0D0D0D;
    background-color: #ffffff;
}
.common-btn.wht {
    color: #333333;
    background-color: #ffffff;
}
.common-btn.wht:hover {
    color: #0D0D0D;
    background-color: #33954A;
}
.form-control{
    height:40px;
    border: 1px solid #dddee6;
    box-shadow: none;
}
.form-control:focus {
    color: #666666;
    border: 1px solid #dddee6;
    background-color: #ffffff;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
    background-color: #f1f1f1;
    border: 1px solid #b5b2b2;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #d4145a;
    border: 1px solid #d4145a;
}
.btn {
    padding: 10px 17px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background-color: #4A7856;
    border: 1px solid #33954A;
    border-radius: 5px;
}
.btn:focus{
    color:#0D0D0D;
    background-color: #33954A;
    box-shadow:none;
    border: 1px solid #33954A;
}
.btn:hover{
    background-color:#ffffff;
    border-color:#ffffff;
    color:#0D0D0D;
}

.btn-error {
    padding: 10px 17px;
    border: none;
    color: #e74c3c;
    font-size: 15px;
    background-color: #F8FAF3 ;
    border: 2px solid #e74c3c;
    border-radius: 5px;
}
.btn-error:focus{
    background-color:#15afd9;
    color: #F8FAF3 ;
}
.btn-error:hover {
    background-color: #e74c3c;
    color: #F8FAF3 ;
}
.dashboard {
    min-height: calc(100vh + 20px);
    background: #fbfbfb;
}
.user-left-side {

    background: var(--wine-midnight-syrah);
    max-width: 250px;

    /*background: #fbfbfb;*/ /*THEME:: BLUE*/
    min-height: 100vh;
    position: absolute;
    height: 100%;
    /*max-width: 270px;*/ /*THEME:: BLUE*/
    width: 100%;
    left: 0px;
    display: flex;
    padding: 0px 0 0px;
    top: 0;
    bottom: 0;
    right: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    /* align-items: flex-start; */
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: 0.8s ease-in-out;
}


.user-left-side .side-bar-menu {
    line-height: normal;
    text-align: center;
    background-color: #F8FAF3 ;
    padding: 2px 0px;
}
.user-left-side .side-bar-menu a {
    font-size: 16px;
    color: #374252;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    line-height: initial;
    width: 100%;
}
h1.left_logo_menu {
    font-size: 12px;
    color: #33954A;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.mobile-view .mobile-side-bar-menu {padding: 0 20px;line-height: 92px;border-bottom: 1px solid #e1e7ed;}
.mobile-view .mobile-side-bar-menu a{
    font-size: 16px;
    color: #374252;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    line-height: initial;
    width: 100%;
}
.mobile-view .mobile-side-bar-menu a img {float: right;}
.user-left-side.toggled {width: 100px;transition:0.8s ease-in-out;}
.user-dash-right.slide-right-side {margin-left: 100px;transition:0.8s ease-in-out;}
.user-left-side .side-bar-menu a img {
    float: none;
}
.user-dash-right {
    background: #3854494d;
    padding: 0px;
    margin-left: 250px;
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
    min-height: calc(100vh + 35px);
    transition: 0.8s ease-in-out;
    border-left: none;
    height: 100%;
    position: relative;
}
.user-top-head {
    text-align: left;
    line-height: 60px;
    padding: 5px 15px;
    position: relative;
    min-height: 80px;
    background: #FBFBFB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-turn .pagination .page-item .page-link {
    position: relative;
    display: block;
    color:#1C4841;
    background-color: #C8E3D9;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    padding: 0 8px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 17px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.page-turn .pagination .page-item .page-link:hover{
    background:#23CD9C;
    color:#F8FAF3 ;
}
.page-turn .pagination .page-item.active .page-link {
    position: relative;
    display: block;
    color: #F8FAF3 ;
    background:#23CD9C;
}
.page-turn .pagination .page-item {
    margin-right: 8px;
}
.logo-sec {text-align: center;display: inline-block;}
.top-right-btn {
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
}
.top-right-btn ul, .mobile-view .top-right-btn ul{list-style: none;margin: 0;padding:0;}
.top-right-btn ul li, .mobile-view .top-right-btn ul li{display: inline-block;}

.top-right-btn ul li:last-child a{margin-left: 20px;}
/*.top-right-btn ul li a:hover{box-shadow: 0px 0px 20px rgba(11, 235, 208, 0.5);}*/
.mobile-view{display: none;}
.user-left-side ul, .mobile-view ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.user-left-side ul li, .mobile-view ul li {
    display: block;
    margin-bottom: 0px;
}
.user-left-side ul li:last-child{
    border-bottom:none;
}
.mobile-view ul li:last-child{
    border-bottom: none;
}
.user-left-side ul li a, .mobile-view ul li a {
    text-align: left;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    padding: 12px 10px;
    padding-left: 20px;
    border-radius: 0px;
    font-weight: 500;
    transition: 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 3px solid transparent;
}
.user-left-side ul li.active a, .mobile-view ul li.active a {
    border-color: #33954A;
    /*background: rgb(106 106 106 / 10%);*/ /**/
    background: #A24227; /* THEME:: WINE */
}
.user-left-side ul li.active a i, .mobile-view ul li.active a i{
    color:#33954A;
}
.user-left-side ul li a i, .mobile-view ul li a i {
    top: 4px;
    position: relative;
}
.user-left-side ul li a:hover, .mobile-view ul li a:hover {
    border-color: #33954A;
    /*background: rgb(106 106 106 / 10%);*/ /* THEME:: BLUE */
    background: #A24227; /* THEME:: WINE */
}
.user-left-side ul li a:hover i, .mobile-view ul li a:hover i{
    color:#33954A;
}
.user-left-side ul li a i, .mobile-view ul li a i {
    margin-right: 10px;
    font-size: 18px;
}
.user-left-side.toggled .side-bar-menu a {font-size: 0;text-align: center;}
.user-left-side.toggled .side-bar-menu a img {float: none;}
.user-left-side.toggled ul li a {font-size: 0;text-align: center;}

.user-left-side ul li.sub-menu-level a { 
    padding-left: 40px; 
    font-size: 12px;
}
.user-left-side ul li.sub-menu-level a i.icofont { 
    margin: -5px 10px 0 0;
}

.top-right-btn ul li.wallet_area a, .mobile-view .top-right-btn ul li.wallet_area a{
    font-size: 14px;
    font-weight: 600;
    color: #9B06D6;
    border-radius: 18px;
    padding: 8px 15px;
    background-color: #FAEEFF;
}
.top-right-btn ul li.wallet_area a img{
    position: relative;
    top: -2px;
    padding-right: 5px;
}

h2.common-title{color: #374252; font-weight: 600;font-size: 20px;margin: 0;text-transform: uppercase;float: none;}

.dashboard-footer {
    background: #031927;
    line-height: 60px;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
}
.dashboard-footer p{margin: 0; color:#F8FAF3 ; font-size: 13px;}
.dashboard-footer ul.social-icon{margin: 0; padding:0;list-style: none;}
.dashboard-footer ul.social-icon li{display: inline-block;}
.dashboard-footer ul.social-icon li a{display:block;font-size: 15px;color:#F8FAF3 ;text-decoration: none !important;padding-left: 15px;transition:0.4s ease;}
.dashboard-footer ul.social-icon li a:hover{color:#c1c1c1;}
a.scroll_top {
    position: fixed;
    right: 10px;
    bottom: 70px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #F8FAF3 ;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    background: #f16221;
    transition: 0.4s ease;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
    text-decoration: none !important;
}
a.scroll_top:hover{background: #000; color:#F8FAF3 ;}

.dash-drop{
    margin: 0px 0 0;
    cursor: pointer;
}
.top-right-btn .headr-prof-pic {
    width: 35px;
    height: 35px;
    border: none;
    display: inline;
    font-size: 18px;
    color: #333;
}

.top-right-btn ul.header-top li h1 {
    color: #33954A;
    display: inline;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px !important;
}
.top-right-btn ul.header-top li:nth-child(2) {
    margin: 0px 23px;
}
.top-right-btn a.icon-info {
    font-size: 24px;
    color: #fff;
    position: relative;
}

.top-right-btn a.icon-info .label.label-primary {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 2px;
    border: 1px solid #ffffff;
    padding: 0;
    background-color: #33954A;
}

.copy-right {
    font-size: 16px;
    color: #F8FAF3;
    font-weight: 500;
    padding-bottom: 25px;
    padding-top: 30px;
    padding-left: 15px;
    letter-spacing: 1px;
}
.ico-pd{
    padding-right: 15px;
}
.table-box{
    background-color: #F8FAF3 ;
    box-shadow: 3px 4px 10px 0px rgba(0, 61, 121, 0.15); 
}

.table-box .table>tbody>tr>td{
    border: none;
    font-size: 14px;
    color: #8898aa;
    padding: 15px 15px;
}

.table-box .table>tbody>tr>td.text-success{
    color: #28a745;
}
.table-box .table>tbody>tr>td.text-danger{
    color:#dc3545;
}
.table-box .table>tbody>tr>td.text-warning{
    color:#f4911c;
}
.table-box .table>tbody>tr>td.text-primary{
    color:#09b7e6;
}

.table-box .table>tbody>tr>td i{
    border: none;
    font-size: 14px;
    color: #003d79;
}

.table-box .table>thead>tr>th {
    vertical-align: bottom;
    font-size: 12px;
    color: #0f266b;
    font-weight: bold;
    padding: 16px 15px;
    border-bottom: 1px solid #ddd;
}

.table-box .btn-bx {
    border-top: 1px solid #e2e4ee;
    padding: 18px 0px;
}
.table-box .btn-bx .btn-link{
    font-size: 13px;
    color: #0f266b;
    font-weight:bold;
}
.table-box .btn-bx .btn-link:hover{
    color:#15afd9;
}
.table-box .btn-bx .btn-link i{
    padding-left: 10px;
}

.top-right-btn ul.nw-drp li:first-child {
    margin-right: 0px;
    display: block;
}

.top-right-btn ul.header-top li ul.nw-drp li:first-child{
    margin-right: 0px;
    display: block;
}
.top-right-btn ul.header-top li ul.nw-drp li {
    display: block;
    text-align: center;
    margin-right: 0 !important;
    margin-left: 0px !important;
}
.top-right-btn ul.header-top li ul.nw-drp li a {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
    background-color: #F8FAF3 ;
    border-bottom: 1px solid #e4e2e2;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    padding: 0;
    line-height: 35px;
}

.top-right-btn ul.header-top li ul.nw-drp li a:hover {
    background: #52816A;
    color: #F8FAF3 ;
}
.top-right-btn ul.header-top li ul.nw-drp li a i{
    padding-right: 5px;
}

.top-right-btn ul.header-top li ul.nw-drp {
    border-radius: 0;
    border: none;
}
ul.dropdown-menu.nw-drp:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    width: 0;
    margin: 0 auto;
    top: -9px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 9px solid #ffffff;
}
.user-left-side a.sml-logo{
    display:none;
}
.user-left-side.toggled a.sml-logo{
    display:block;
}

.user-left-side.toggled a.big-logo{
    display:none;
}

.user-left-side.toggled ul li a i {
    top: 0px;
    position: relative;
    margin: 0 auto;
}
.user-left-side.toggled ul li a{
    padding: 13px 0px;
    padding-left: 0;
}
.user-left-side .side-bar-menu a.berger {
    top: 20px;
    right: 20px;
    position: relative;
}
.user-left-side.toggled h1.left_logo_menu {
    font-size: 12px;
    margin-left: 0;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0px;
}
.user-left-side.toggled .side-bar-menu a.berger {
    top: 20px;
    right: auto;
    position: relative;
}
.pad-30{
    padding-bottom:50px;
}
/***********signup-start***********/

/* .sign-up-inner{
       background: url(../images/log_bg_1.png)no-repeat;
} */
.new-register-form .input-field > label {
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #8898aa;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}
.new-register-form .row {
    margin-bottom: 0px;
}
body .user-panel-page {
    height: 100%;
}
.sign-up-inner{
    height: 100%;
}
.sign-up-inner{
    height: 100%;
}
body{
    height: 100%;
}
html {
    height: 100%;
}

ul.nw-ul{
    display: block;
}
ul.nw-ul li:first-child{
    background-image: none;
    padding: 0;
    width: auto;
}
ul.nw-ul li:last-child {
    background-image: none;
    padding: 0;
    width: auto;
    padding-left: 15px !important;
    color: #8898aa;
}
ul.nw-ul li{
    background-image: none;
    padding: 11px 0px !important;
    width: auto;
    display: inline-block;
}

.login-logo img{
    width: 195px;
}
.group-radio{
    margin-bottom: 10px;
}
.new-btn-wrp{
    display: block;
}

.padding-30{
    padding-bottom: 35px;
    padding-top: 10px;
}
.padding-0{
    padding-left: 0;
    padding-right: 0;
}
.ancher-color {
    color: #09b7e6 !important;
    font-weight: 600;
    font-size: 13px;
}
p.gr-text{
    color: #8898aa;
    font-size: 13px;
}
.ancher-color:hover {
    color: #048fb5 !important;
    font-weight: 500;
}
.user-left-side.toggled .side-bar-menu {
    min-height: 70px;
    display: table;
}
.user-left-side.toggled .side-bar-menu .sml-logo{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.user-left-side.toggled .side-bar-menu .sml-logo img{
    width: 90px;
    margin: 0 auto;
}
.user-left-side .side-bar-menu {
    min-height: 80px;
    display: table;
    /*background-color: #fbfbfb;*/ /* THEME:: BLUE */
    border-right: 1px solid #ce8e7c;
}
.user-left-side .side-bar-menu .big-logo {
    display: table-cell;
    vertical-align: middle;
    float: none;
    transition: 0.8s ease-in-out;
    text-align: left;
    padding-left: 15px;
}
.user-left-side .side-bar-menu .big-logo img {
    width: auto;
    max-width: 77%;
    margin-right: auto;
    transition: 0.8s ease-in-out;
}
.form-group label {
    font-size: 14px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333333;
}
.form-control {
    width: 100%;
    height: 45px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    font-size: 15px;
    background-color: #FFFFFF;
    color:#666666;
    padding: 0 10px;
}
.form-control:focus{
    box-shadow: none;
}

.common-dash-form .form-group .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    background: #ffffff;
    padding: 0 15px;
    color: #8898aa;
    overflow: hidden;
}
.common-dash-form .form-group .file-upload-wrapper:before {
    content: "\f01d";
    position: absolute;
    font-family: 'IcoFont';
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    /* background: #fff; */
    color: #33954A;
    z-index: 25;
    font-size: 16px;
    line-height: 48px;
    padding: 0 15px;
    pointer-events: none;
    border-radius: 0px 8px 8px 0px;
}
.common-dash-form .form-group .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 45px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.common-dash-form .form-group .file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 20;
    line-height: 46px;
    font-size: 14px;
}



.dashboard .dash-bottom-part {
    padding-top: 30px;
    padding-bottom: 50px;
}
.dropdown-menu.show .dropdown-menu{
    display: block;
}
.bottom-part-1 .inner-box .media .media-left .view_link {
    font-size: 16px;
    font-weight: 700;
    color: #F8FAF3 ;
}
.bottom-part-1 .inner-box .media .media-left .view_link i{
    font-size: 25px;
}
.dash_heading {
    font-size: 24px;
    font-weight: 500;
    color: #f7f7f7;
    padding: 15px 10px 10px 15px;
    margin: 0px -15px 25px -15px;
    border-bottom: 1px dotted #4a7856;
    background: #4a7856;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.dash_heading .mn_heading {
    text-align: left;
    letter-spacing: 0px;
    color: #1C4841;
    font-size: 30px;
}
.bottom-part-2 .left_bx .cust-scroll-table{
    max-height:450px;
    padding: 20px 20px;
}
.bottom-part-2 .right_box .cust-scroll-table {
    max-height: 450px;
    padding: 10px;
}

.user-left-side .side-bar-menu a.berger {
    top: 20px;
    right: 20px;
    position: relative;
}
.dashboard .table .thead-dark th {
    background-color: #C8E3D9;
    border-color: #C8E3D9;
    font-size:14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    color: #25447B;
    text-transform: uppercase;
    padding: 10px 12px;
}
.st_green{
    color:#23CD9C;
}
.st_red {
    color: #e74c3c;
}
.dashboard .table {
    margin-bottom: 20px;
}
.dashboard .table td {
    background-color: transparent;
    font-size: 15px;
    color: #1B263B;
    border-bottom: none;
    border-top: none;
    vertical-align: middle;
}
.dashboard .table tbody tr{
    border-bottom: 1px solid #E2E2E2;
}
.dashboard .table-striped tbody tr:nth-of-type(odd){
    background-color: #F8FAF3 ;
}
.dashboard .table-striped tbody tr:nth-of-type(even){
    background-color: #FCFCFC;
}
.user-left-side .btn_bx {
    border: 1px solid #476B65;
    padding: 20px;
    border-left: none;
    border-right: none;
}
.user-left-side .btn_bx .btn{
    border-color: transparent;
    font-size: 16px;
    padding: 8px 17px;
}
.dashboard .table_bx {
    background-color: #F8FAF3 ;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding-bottom: 30px;
}
.dashboard .table_bx .table_media img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.dashboard .table_bx .table_media .media-body h5{
    color: #8898AA;
    font-size:15px;
}
.dashboard .table_bx .table_topfrm h1 {
    font-size: 14px;
    font-weight: bold;
    color: #700F2A;
    text-transform: uppercase;
}
.dashboard .table_bx .table_topfrm .msg {
    font-size: 12px;
    font-weight: bold;
    color: #F2134F;
}
.dashboard .table_bx .table_topfrm .msg:hover{
    color:#702772;
}
.dashboard .table_bx .table_topfrm{
    padding:15px 10px;
}
.white-top-bg {
    background-color: #F8FAF3 ;
    height: 90px;
    top: 71px;
    width: 100%;
    margin-bottom: 75px;
}
.mn_heading {
    text-align: left;
    letter-spacing: 0px;
    color: #1C4841;
    font-size: 30px;
}
.attach_line {
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
    margin-bottom: 20px;
    margin-top: 25px;
}
.veryfiction_bx form .input-group .form-control {
    border-left: transparent;
    padding-left: 0px;
    border-radius: 5px 0px 0px 5px;
}
/***********signup-end***********/

.help-block {
    color: #f00;
    font-size: 13px;
}
.form-group.has-error .form-control {
    border: 1px solid #f00;
}
.form-group .form-control.has-error {
    border: 1px solid #f00;
}

.common-section-box {
    background: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 33%);
    border-radius: 5px;
}
.common-section-box-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
}
.common-section-box-heading h2 {
    font-size: 20px;
    color: #1C4841;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
}
.common-section-box-content {
    padding: 20px 30px !important;
    border: none !important;
}
textarea{
    min-height: 100px;
}





.veryfiction_bx.dash_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    border-radius: 0px;
    margin-bottom: 30px;
}
.veryfiction_bx.dash_intro .heading_on {
    font-size: 30px;
    color: #1C4841;
    font-weight: 300;
    margin-bottom: 5px;
}
.veryfiction_bx.dash_intro p {
    font-size: 18px;
    color:#1C4841;
    margin-bottom: 0px;
}
.dash_intro.payment_area .heading_on{
    font-size: 23px;
}


/***********signup-end***********/

.top-right-btn ul.header-top li ul.nw-drp {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    border: none;
    border-radius: 5px;
    top: 15px !important;
    left: -18px !important;
    padding: .5rem 0;
}
.top-right-btn ul.header-top li ul.nw-drp li a:hover {
    background: #b39a4c;
    color: #F8FAF3;
}
.top-right-btn ul.header-top li ul.nw-drp li a {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e4e2e2;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    padding: 0;
    line-height: 35px;
}
.top-right-btn ul.header-top li ul.nw-drp li:last-child a {
    border-bottom: transparent;
}

.bottom-part-1 .inner-box {
    margin-bottom: 16px;
    padding: 23px 20px;
    box-shadow: 0px 6px 14px rgb(0 0 0 / 15%);
    border-radius: 10px;
    min-height: 132px;
    cursor: pointer;
}
.bottom-part-1 .inner-box:hover .media-right{
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.back-ground1 {
    background: transparent linear-gradient(103deg, #4a7856 0%, #c9a227 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.back-ground2 {
    background: transparent linear-gradient(103deg, #1b263b 0%, #4e7753 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.back-ground3 {
    background:-moz-linear-gradient(115deg, rgba(0, 205, 172, 1) 0%, rgba(0, 157, 162, 1) 100%); 
    background:-webkit-linear-gradient(115deg, rgba(0, 205, 172, 1) 0%, rgba(0, 157, 162, 1) 100%);
    background:-o-linear-gradient(115deg, rgba(0, 205, 172, 1) 0%, rgba(0, 157, 162, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009DA2', endColorstr='#00CDAC', GradientType=0 );
    background:-ms-linear-gradient(115deg, rgba(0, 205, 172, 1) 0%, rgba(0, 157, 162, 1) 100%);

    /*background:linear-gradient(115deg, rgba(0, 205, 172, 1) 0%, rgba(0, 157, 162, 1) 100%);*/ /* THEME:: BLUE */
    background: linear-gradient(115deg, rgb(161, 80, 57) 0%, rgb(18, 136, 165) 100%); /* THEME:: WINE */
    
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.back-ground4 {
    background:-moz-linear-gradient(114deg, rgba(9, 61, 119, 1) 0%, rgba(0, 92, 162, 1) 100%); 
    background:-webkit-linear-gradient(114deg, rgba(9, 61, 119, 1) 0%, rgba(0, 92, 162, 1) 100%);
    background:-o-linear-gradient(114deg, rgba(9, 61, 119, 1) 0%, rgba(0, 92, 162, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005CA2', endColorstr='#093D77', GradientType=0 );
    background:-ms-linear-gradient(114deg, rgba(9, 61, 119, 1) 0%, rgba(0, 92, 162, 1) 100%);
    background:linear-gradient(114deg, rgba(9, 61, 119, 1) 0%, rgba(0, 92, 162, 1) 100%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.back-ground5 {
    background:-moz-linear-gradient(114deg, rgba(9, 119, 35, 1) 0%, rgba(43, 141, 24, 1) 100%); 
    background:-webkit-linear-gradient(114deg, rgba(9, 119, 35, 1) 0%, rgba(43, 141, 24, 1) 100%);
    background:-o-linear-gradient(114deg, rgba(9, 119, 35, 1) 0%, rgba(43, 141, 24, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B8D18', endColorstr='#097723', GradientType=0 );
    background:-ms-linear-gradient(114deg, rgba(9, 119, 35, 1) 0%, rgba(43, 141, 24, 1) 100%);
    background:linear-gradient(114deg, rgba(9, 119, 35, 1) 0%, rgba(43, 141, 24, 1) 100%);   
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.back-ground6 {
    background:-moz-linear-gradient(290deg, rgba(214, 143, 20, 1) 0%, rgba(232, 91, 62, 1) 100%); 
    background:-webkit-linear-gradient(290deg, rgba(214, 143, 20, 1) 0%, rgba(232, 91, 62, 1) 100%);
    background:-o-linear-gradient(290deg, rgba(214, 143, 20, 1) 0%, rgba(232, 91, 62, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D68F14', endColorstr='#E85B3E', GradientType=0 );
    background:-ms-linear-gradient(290deg, rgba(214, 143, 20, 1) 0%, rgba(232, 91, 62, 1) 100%);
    background:linear-gradient(290deg, rgba(214, 143, 20, 1) 0%, rgba(232, 91, 62, 1) 100%); 
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.inner-box.back-ground1 .media {
    align-items: center;
}
.inner-box .media-left h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.inner-box .media-left h3 span {
    font-size: 18px;
}
.inner-box h2 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
}
.inner-box h1{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.inner-box .media-right {
    background: rgba(255, 255, 255, 0.15) 0% 0% no-repeat padding-box;
    border-radius: 100%;
    width: 76px;
    height: 76px;
    text-align: center;
    /* padding-top: 20px; */
    line-height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    transition: 0.4s ease;
    align-items: center;
}

.inner-box .media-right i {
    font-size: 30px;
    color: #fff;
}
.inner-box .media {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dash_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-color: #ffffff;
    align-items: center;
    padding: 18px 30px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.row.thumnel_multicolorbx .col-xl-4.col-lg-4.col-sm-12.col-12{
    padding-right:8px;
    padding-left:8px;
}
.row.thumnel_multicolorbx{
    margin-right: -8px;
    margin-left: -8px;
}
.dash_intro .heading_on {
    color: #333333;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 5px;
}
.dash_intro p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 0px;
}
.dashboard .veryfiction_bx.cmnwhtbx {
    padding: 25px;
}
.badge {
    background: linear-gradient(115deg, rgb(161, 80, 57) 0%, rgb(18, 136, 165) 100%);;
    color: #FFFFFF;
    font-weight:500;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: auto;
    justify-content: center;
    white-space: unset;
    vertical-align: middle;
}

.badge img{
    margin-right: 7px;
}

.dash_intro.upgradepack{
    border-radius: 5px;
    background:-moz-linear-gradient(95deg, rgba(128, 119, 4, 1) 0%, rgba(197, 167, 15, 1) 100%); 
    background:-webkit-linear-gradient(95deg, rgba(128, 119, 4, 1) 0%, rgba(197, 167, 15, 1) 100%);
    background:-o-linear-gradient(95deg, rgba(128, 119, 4, 1) 0%, rgba(197, 167, 15, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C5A70F', endColorstr='#807704', GradientType=0 );
    background:-ms-linear-gradient(95deg, rgba(128, 119, 4, 1) 0%, rgba(197, 167, 15, 1) 100%);
    background:linear-gradient(95deg, rgba(128, 119, 4, 1) 0%, rgba(197, 167, 15, 1) 100%);
    padding: 14px 30px;
}
.dash_intro.upgradepack .common-btn{
    font-size: 18px;
    color:#C5A70F;
    padding: 12px 30px;
    font-weight:500;
}
.dash_intro.upgradepack .common-btn:hover{
    color:#333333;
}
.dash_intro.upgradepack .left_part .heading_on {
    color: #ffffff;
    font-weight: 500;
    font-size: 23px;
}


.avatar-upload {
    position: relative;
    width: 100%;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-preview {
    width: 100%;
    height: 192px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bottom-part-2 .nav-tabs .nav-link {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    padding: 15px 25px;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.bottom-part-2 .nav-tabs {
    border-bottom: none;
}
.bottom-part-2 .nav-tabs .nav-link:focus, .bottom-part-2 .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #ffffff;
}
.bottom-part-2 .nav-tabs .nav-item.show .nav-link, .bottom-part-2 .nav-tabs .nav-link.active {
    color:#33954A;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.common-dash-form ul.checkbx li label {
    color: #F2F2F2;
    font-weight: 500;
    font-size: 13px;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow:none;
}
.common-dash-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #3BA80D;
}
:focus {
    outline: 0;
}
.btnView{
     background: #33954a;
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}
.btnEdit{
    background: #3e0a8f;
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}
.btnDelete{
    background: #dc3545;
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
}
.btnView:hover, .btnEdit:hover, .btnDelete:hover {
    background: #464646;
    color: #fff;
    transition: 0.3s;

}
.common-dash-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    background: #ffffff;
    box-shadow: none;
    color: #45555f;
    min-height: 40px;
    font-size: 14px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #D4145A !important;
    border: 1px solid #D4145A !important;
    color: #ffffff !important;
    font-size: 13px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
}
.select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    cursor: text;
    height: 45px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.select2-container:focus{
    border: 1px solid #D4145A;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 5px;
    margin-top: 2px;
    font-weight: 500;
    margin-bottom: 2px;
    padding: 5px 7px;
}
.bootstrap-select .btn {
    width: 100%;
    height: 45px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ffffff;
    color: #666666;
    padding: 0 25px 0px 10px;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    font-size: 14px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    display: block;
    color: #F3F3F3;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 7px;
    background-color: #3e3d3d;
    font-size:13px;
    border-bottom: 1px solid #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #ffffff;
    background-color: #33954A;
}
.bootstrap-select .dropdown-toggle:focus {
    outline:thin dotted none !important;
    outline:none !important;
    outline-offset:0px;
}
.bootstrap-select.btn-group .dropdown-menu {
    padding: 0px;
    border-radius: 2px;
    background-color: #3e3d3d;
}

.bootstrap-select.btn-group .dropdown-menu li:last-child a {
    border-bottom: 1px solid transparent;
}
.input-group .btn {
    padding: 10px 10px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 10px;
    margin-top: 0px;
}
.input-group-text {
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 500;
    background-color: #33954A;
    border: 1px solid #33954A;
}
.common-dash-form .custom-checkbox .custom-control-label::before {
    user-select: none;
    background-color: #f1f1f1;
    width: 16px;
    height: 16px;
    border: 1px solid #b5b2b2;
    border-radius: 3px;
}
.common-dash-form .custom-checkbox .custom-control-label::after {
    width: 16px;
    height: 16px;
}


.package-box {
    background: #3c3b3b;
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
}
.package-box .package-top {
    padding:20px 15px;
    border-bottom: 1px solid rgba(177, 189, 218, 0.3);
}
.package-box .package-top h2 {
    font-size: 20px;
    font-weight: 500;
    color: #F2F2F2;
    margin: 5px 0px;
}
.package-box .package-top h2 span {
    font-size: 16px;
    color: #F2F2F2;
    font-weight: 500;
}
.package-box .package-top h3 {
    font-size: 20px;
    font-weight: 600;
    color: #F2F2F2;
    text-transform: uppercase;
    margin:0px;
}
.package-box .package-top h6 {
    font-size: 14px;
    color: #F2F2F2;
}
.package-box .package-list {
    padding: 20px 15px 0;
}
.package-box .package-list ul li {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    color: #717b94;
}
.package-box .package-list ul li.active {
    color: #F2F2F2;
}
.package-box .package-list ul li i {
    color: #717b94;
    margin-right: 8px;
    font-size: 16px;
}
.package-box .package-list ul li.active i {
    color: #33954A;
}
.package-box .package-bottom {
    padding: 25px;
    border-top: 1px solid rgba(177, 189, 218, 0.3);
    margin-top: 30px;
}
.row.package-grid-area .col-lg-3.col-sm-6{
    padding-left: 5px;
    padding-right: 5px;
}
.package-box.selected-package {
    border: 3px solid #70BE0B;
}
.package-box.selected-package .package-bottom .common-btn {
    background: #5f9f0c;
    color: #ffffff;
    pointer-events: none;
}
.package-box .package-bottom .common-btn {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin: 0 20px;
}
.user-top-head{
    /*background: #074367;*/ /* THEME:: BLUE */
    background: var(--wine-midnight-syrah); /*THEME:: WINE*/
}
.user-left-side{
    /*background: #074367;*/ /* THEME: BLUE */
    background: var(--wine-midnight-syrah); /* THEME: WINE */
}
.side-bar-menu{
    background-color: #fff !important; /*THEME:: WINE*/
    /*background-color: #055274 !important;*/ /*THEME:: BLUE*/
    border-top-right-radius: 100%;
}
h1.left_logo_menu{
    color: #fff !important;
}
.user-left-side ul li a, .mobile-view ul li a {
    color: #f7f7f7;
}
.user-left-side ul li.active a, .mobile-view ul li.active a {
    border-color: #FCB040;
    background: var(--wine-cellar-moss);
}
.user-left-side ul li.active a i, .mobile-view ul li.active a i {
    color: #fff;
}
.user-left-side ul li a:hover, .mobile-view ul li a:hover {
    border-color: #FCB040;
    background: var(--wine-cellar-moss);
}
.user-left-side ul li a:hover i, .mobile-view ul li a:hover i {
    color: #fff;
}
.subscriptionMsg{
    background: #fff;
    padding: 20px 15px;
    margin-top: 1px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    color: #25447B;
}
.subscriptionBox{
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 5px solid #fff;
}
.subTitle{
    text-align: center;
}
.subTitle h2{
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    color: #111B35;
    padding-top: 40px;
}
.subTitle h4{
  font-size: 20px;
  color: #E58B5D;
  font-weight: 400;
  margin-top: 1rem;
}
.subPrice{
    background: #F5EFFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
.subPrice h1{
    color: #33954A;
    font-size: 70px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.subPrice span{
    font-size: 28px;
    font-weight: 500;
    position: relative;
    top: -20px;
}
.subPrice h5{
    color: #3E0A8F;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.subList{
    padding: 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B1BDDA;
}
.subList p{
    font-size: 16px;
}
.subList i{
    font-size: 18px;
    color: #3366FF;
    position: relative;
    top: 3px;
    margin-right: 7px;
}
.subList .d-flex{
    margin-bottom: 10px;
}
.subBtnArea{
    padding: 30px;
}
.subBtnArea button{
    background: #33954A;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 12px 5px;
}
.subBtnArea button:hover{
    background: #3E0A8F;
}
.top-right-btn ul.header-top li h1 {
    color: #ffffff;
}
.user-left-side{
    position: fixed;
}
.subActive{
    border: 5px solid #33954a;
}

.bottom-part-2 .nav-tabs .nav-item.show .nav-link, .bottom-part-2 .nav-tabs .nav-link.active {
    color: #3e0a8f;
}
.top-right-btn ul.header-top li ul.nw-drp li a:hover {
    background: #3e0a8f;
}
.btn-red{
    background: #dc3545;
    border-color: #dc3545;
}
.btn-blue{
    background: #3E0A8F;
    border-color: #3E0A8F;
}
.btn-red:hover{
    background: #F1F1F1;
}
.btn-blue:hover{
    background: #F1F1F1;
}
.notificationMain{
   
}
.dashNotification{
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #3E0A8F;
    box-shadow: 0px 3px 6px #ccc;
    border-radius: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #424242;   
    background-color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #ffffff;
    background-color: #3e0a8f;
}
.circlePoint{
    position: absolute;
    background: green;
    line-height: 0;
    top: -2px;
    right: -9px;
    font-size: 12px;
    padding: 10px 4px;
    border-radius: 25px;
}