/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700');

html { overflow-y: scroll; }

/*Commmmon Elements*/
.bg-gradient{
background: #628f5d;
background: -moz-linear-gradient(left, #628f5d 0%, #a6c684 73%, #a6c684 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #628f5d), color-stop(73%, #a6c684), color-stop(100%, #a6c684));
background: -webkit-linear-gradient(left, #628f5d 0%, #a6c684 73%, #a6c684 100%);
background: -o-linear-gradient(left, #628f5d 0%, #a6c684 73%, #a6c684 100%);
background: -ms-linear-gradient(left, #628f5d 0%, #a6c684 73%, #a6c684 100%);
background: linear-gradient(to right, #628f5d 0%, #a6c684 73%, #a6c684 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#628f5d', endColorstr='#a6c684', GradientType=1 );
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #588857;
}

::selection {
    color: #fff;
    background: #588857;
}
a {
    color: #588857;
}
.text-underline{
    text-decoration: underline;
}
.bg-info{
    background: #efefef !important;
    color: #9b2f32 !important;
    border: 2px dotted #e9e9e9 !important; 
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.bg-success{
    background-color: #1c2038 !important;
    background-image: url('../images/success-bg.png') !important;
    color: #333333 !important;
    border: 2px dotted #1c2038 !important;  
    background-size: auto auto !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.bg-primary{
    background: #e0f2fd !important;
    color: #333333 !important;
    border: 2px dotted #307ee7 !important;  
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.info-white-box{
    background: #fff;
    color: #989898;
    font-size: 0.73rem;
    padding: 1rem;
    font-weight: 500;
    position: relative;
        line-height: 1.25rem;
}
.icon-right {
    position: absolute;
    right: 22px;
    top: 12px;
    font-size: 22px;
    color: #1c2038;
}
.card-spacing-2{
    padding: 2rem !important;
}
.bg-info i{
    color: #fdacaa;
}
.bg-success i{
    color: #9ce5a7;
}
.text-dark-blue{
    color:  #1c2038;
}
.btn{
    font-size: 12px;
    border-radius: 50px;
    line-height: 21px;
    padding: 7px 25px;
    font-weight: 600;
    letter-spacing: 1.2px;
    border-width: 2px;
    background: #ffffff;
}
.btn:hover, .btn:focus, .btn:active{
    color: #ffffff;
    background: #1c2038;
    border-color: #fff;
}
.btn-info{
    background: #f65656;
    border-color: #f65656;
}
.btn-info:hover, .btn-info:focus, .btn-info:active{
    background: #b53434;
    border-color: #b53434;
}
.btn-success{
    background: #588857;
    border-color: #588857;
}

.btn-success:hover, .btn-success:focus, .btn-success:active{
    background: #446d43;
    border-color: #446d43;
}

.btn-primary {
    background-color: #588857;
    border-color: #588857;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #fff;
    border-color: #588857;
    color: #588857;
}
button.btn-submit.btn.btn-primary:hover, button.btn-submit.btn.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active{
    background: #fff;
    border-color: #588857;
    color: #588857;
}
.btn-secondary{
    background-color: #1c2038;
    border-color: #1c2038;    
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
    background: #fff;
    border-color: #1c2038;
    color: #1c2038;
}
.btn-border {
    color: #fff;
    border-color: #fff;
    background: rgba(0, 0, 0, 0);
}
.btn-border:hover, .btn-border:focus, .btn-border:active{
    background: #fff;
    border-color: #fff;
    color: #588857;
}
.btn-google{
    background: #f1493f;
    border-color: #f1493f;    
    color: #fff;
}
.btn-google:hover, .btn-google:focus, .btn-google:active{
    background: #d22f25;
    border-color: #d22f25;     
}
.btn-facebook{
    background: #3b5a91;
    border-color: #3b5a91;    
    color: #fff;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active{
    background: #4374ca;
    border-color: #4374ca;     
}
.text-normal{
    font-weight: 400;
}

.text-semibold{
    font-weight: 600;
}
.text-green{
    color: #588857 !important;
}
.text-dark-blue {
    color: #1c2038 !important;
}
.alert {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 20px 25px;
    line-height: 1.125rem;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    border-radius: 5px !important;
}
.alert-danger{background: #fff}
.alert-heading{
    font-size: 18px;
    color: #1c2038;
    font-weight: 700;
    margin-bottom: 1rem;
}
.alert em{
    color: #52585b;
    font-size: 14px;line-height: 20px;font-style: normal;
}
.alert-circle{
    margin-bottom: 15px !important;
    display: block;
}
.alert-circle i{
    font-size: 30px !important;
}
.alert-success  .alert-circle i{
    color:#588857; 
}
.alert-danger  .alert-circle i{
    color:#dc3545 !important;
}
.alert-success {
    border-color: #588857;
}
.alert-danger {
    color: #dc3545;
}
.login-left .alert h4 {
    margin-bottom: 15px !important;
}
h1, h2, h3, h4, h5, h6{
    color: #444444;
}

h2{
    font-size: 1.75rem;
    line-height: 2.25rem;
}
h3{
    font-size: 1rem;
    line-height: 1.25rem;
}
h4{
    font-size: 1.125rem;
    line-height: 1.25rem;   
    font-weight: 700;
    margin-bottom: 2.8125rem;
}
h5{
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5625rem;
   line-height: 1.125rem;
}

h6{
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.text-bold{
    font-weight: 700;
}
.text-grey{
    color: #888d9c;
}
.text-info {
    color: #1c2038 !important;
}
.text-spacing{
   letter-spacing: 1.2px;
}
.text-success{    
    color: #fff !important;
}
.text-primary{
    color: #333333 !important;
}
.text-small {
    font-size: 0.8rem;
}
.text-medium {
    font-weight: 500;
}
hr {
    border-top: 1px solid #e2e2e2;
}
/*icon style*/
.icon-large{
    font-size: 34px;
}
.list-box h3{margin-top: 20px;}
.border-icon{
   position: relative;
   display: inline-block;
   width: 53px;height: 53px;     font-size: 25px; line-height: 53px;
}
.border-icon:before{
    z-index: 2;
    position: relative;
    color: #fff;line-height: 53px;
}
.border-icon:after {
    content: ' ';
    width: 53px;
    height: 53px;
    background: #588857;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 15px;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    border: 2px solid #588857;
    transition: all 0.3s;
}
.border-icon:hover:after {
    background: #fff;
    border-color: #588857;
}
.border-icon:hover:before {
    color: #588857;
}
/* Body */
body{
    font-family: 'Montserrat', sans-serif;
    background: #fff;
/*background: -moz-linear-gradient(top, rgba(206,232,245,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,232,245,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(206,232,245,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(206,232,245,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(206,232,245,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(206,232,245,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee8f5', endColorstr='#ffffff', GradientType=0 );*/
}
.navbar-toggler-icon {
    color: #fff;
    border: 1px solid #588857;
    padding: 10px 15px;
    border-radius: 6px;
    background: #588857;
    width: auto;
    height: auto;
}
.full-height{
    min-height: calc(100vh - 46px);
}
/*Header*/
.navbar-collapse{
    flex-grow: inherit;
}
.navbar{
    padding: 0;
}
.top-dropdown {
    background: #f2f2f2;
    border-radius: 50px;
    color: #303745 !important;
    line-height: 32px;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 0 !important;
    display: flex;
    align-items: center;
}
.top-dropdown i, .top-dropdown img {
    font-size: 32px;
    display: inline-block;
    line-height: 32px;
    margin-right: 10px;
    color: #a8c785;
    border-radius: 100%;
    width: 32px;
    height: 32px !important;
}
.navbar-nav .dropdown-menu {
    padding: 0;
}
.dropdown-toggle::after {
    margin-left: 12px;
    margin-right: 5px;
    content: '\f107' !important;
    font-family: 'Font Awesome 5 Free' !important;
    border: none !important;
    width: 10px;
    height: 32px;
}
.dropdown-item{
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    border-bottom: 1px solid #ddd;
    background: #588857;
    color: #fff;
}
.dropdown-item:last-child{
    border: none;
}

/*Card*/
.card {
    border: 0;
    margin: 18px 0;
 /*   -webkit-box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;*/
    background: #fff;
    padding: 25px 30px;
}

.card-header, .card-body, .card-footer{
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
}

.heading-title {
    color: #1e1e1e;
    font-size: 1.75rem;
    margin: 0;
    font-weight: 600;
}

/* Icon box*/
.main-box-wrapper{
    font-weight: 300;
}
.main-box-wrapper span{
    color: #888d9c;
}
.main-box-wrapper h2{
    font-weight: 700;
    margin-bottom: 0;
}
.main-box-wrapper h2 span{
    color: #b6b6b6;
    font-size: 0.875rem;
}
.main-box-wrapper p{
    margin-bottom: 0;
}
.main-box-wrapper > div {
    /*border-right: 1px solid #ece4e1;
    border-bottom: 1px solid #ece4e1;*/
}
.inner-box{
    align-items: center;
    padding: 32px 0;
}
.inner-box h2{
    color: #1b1b1c;
    font-weight: 500;
    font-size: 1.625rem;
}
.inner-box h5 {
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    font-weight: 500;
}
.inner-box h4{
    color: #444444;
    margin-bottom: 0;
}

/*Table*/
.table .thead-dark th {
    color: #d6d5da;
    background-color: #303745;
    border-color: rgba(0, 0, 0, 0);
}

.table .thead-dark th:first-child {
    border-top-left-radius: 10px;
}

.table .thead-dark th:last-child {
    border-top-right-radius: 10px;
}

.table{
    /*border: 1px solid #f4efee;*/
}
.table-bg-light{
    background: #efefef;
    border-radius:20px;
}
.table thead th {
    color: #444444 !important;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 0px solid #e2e2e2 !important;
    border-top: 0px !important;
    background: #fff !important;
    padding: .9375rem .75rem !important;
    /* border: none; */
    white-space: nowrap;
}
.table-bg-light thead th {
    background: rgba(0, 0, 0, 0) !important;
}
.table td {
    font-size: 1rem;
    color: #959aa7;
    text-align: left;
    border: 0px;
    padding: .9375rem .75rem !important;
    font-weight: 700;
    vertical-align: top;
    border-radius: 0px;
    border: none;

    border-top-left-radius: 59px 93px;
    border-bottom-right-radius: 59px 93px;
    border-top-right-radius: 59px 93px;
    border-bottom-left-radius: 59px 93px;
}
table.dataTable.no-footer{
    border-bottom: 0px !important;
}
.table tbody tr{
    /*border-left: 1px solid #f4efee;
    border-right: 1px solid #f4efee;*/
}
.table-vertical th{
    color: #444444;
    font-weight: 600;
    font-size: 12px;
    border: none;
    vertical-align: middle;
    padding-left: 0;
}
.table-vertical td{
    border-bottom: 1px solid #e2e2e2;
}
.table-vertical tr:last-child td{
    border-bottom: none;
}
.table-pagination{/*border-top: 1px solid #e2e2e2;*/
    padding: 20px 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: #444444 !important;}
.dataTables_info{
    font-size: 0.75rem;
    font-weight: 600;
    color: #444444 !important;    
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    margin-top: 30px; padding-top: 0 !important;
}
.paging_simple_numbers{
        background: #f6f6f6;
    border-radius: 50px;
    border: 1px solid #bebec0;
    width: auto;
    display: inline-block;
    padding: 0 10px;
}
.paging_simple_numbers span {
/*    padding: 20px;
    line-height: 42px;*/
    float: left;
}
.paging_simple_numbers span a{color: #75757f !important; display: inline-block !important; padding: 12px 20px !important; text-decoration: none !important; border-right: 1px solid #bebec0 !important; cursor: pointer !important;     outline: none !important;     font-size: 12px !important;     border-radius: 0 !important;     margin-left: 0 !important;}
.paging_simple_numbers span a.current, .paging_simple_numbers span a:hover, .paging_simple_numbers span a:focus, .paging_simple_numbers span a:active{    background: #588857 !important; border-color: #588857 !important;
    color: #fff !important;
    box-shadow: none !important;
    }
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current, .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #fff !important;
}
.paging_simple_numbers a.previous{
        width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-right: 5px solid #bebec0 !important;
    display: inline-block !important;
    text-align: center !important;
    margin-right: 25px !important;
    margin-left: 5px !important;
    text-indent: -99999px !important;
        top: 16px !important;
    position: relative;
    float: left !important; cursor: pointer !important; padding: 0 !important;
}
.form-control:disabled, .form-control[readonly]{
    /*background: #fff;*/
    padding-left: 15px;
}
.paging_simple_numbers a.next{
        width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid #bebec0 !important;
    display: inline-block !important;
    text-align: center !important;
    margin-right: 5px !important;
    margin-left: 25px !important;
    text-indent: -99999px !important; padding: 0 !important;
    top: 16px;
    position: relative; cursor: pointer !important;
}
.paging_simple_numbers a.previous:hover{
    border-right: 5px solid #444444;
}
.paging_simple_numbers a.next:hover{
    border-left: 5px solid #444444;
}
/*Footer*/
footer {
    background: #fff;
    padding: 1rem;
}

.footer-logo{float: left;}

footer h5{
    font-weight: 400;
}
footer h6 {
    color: #303745;
    font-weight: 400;
}


/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; /* Height of navbar */
  height: 100vh;
  /*padding-top: .5rem;*/
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  /* background-image: url('../images/tree-bg.png'); */
  background-image: url('../images/bg-sidebar.png');
  
      background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.10);
}

.sidebar .nav-link {
    font-weight: 600;
    color: #1c2038;
    font-size: 14px;
    line-height: 45px;
}

.sidebar .nav-link i {
      margin-right: 20px;
    color: #588857;
    font-size: 24px;
    display: inline-block;
    top: 4px;
    position: relative;
}

.sidebar .nav-link.active, .sidebar .nav-link:hover {
  color: #588857;
}
.sidebar .nav-link.active i, .sidebar .nav-link:hover i{
color: #588857;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
.logo a{
    border-bottom: 1px solid #bad2dc;
}

/*Tabs*/
.tab-content{
    /*border-top: 1px solid #e2e2e2*/
}
.tab-content.d-md-flex {
    display: block !important;
}
.tabs-wrapper {
   /* border-bottom: 1px solid #e2e2e2;*/
}
.tabs-wrapper h3{
    color: #1c2038;
    font-weight: 700;
    margin-bottom: 0;
}
.tabs-wrapper .active h3{
    color: #1c2038;    
}
.tabs-wrapper .border-icon:before{
    color: #588857;
}
.tabs-wrapper .border-icon:after {    
    background: #fff;
    border: 2px solid #588857;
}
.tabs-wrapper .border-icon:hover:after, .tabs-wrapper .active .border-icon:after {
    background: hsl(119, 22%, 44%);
}
/* .tabs-wrapper .border-icon:hover:before, .tabs-wrapper .active .border-icon:before {
    color: #fff;
} */
.box-border{
    border-bottom: 1px solid #e2e2e2;    
}
.input-box-wrapper{
    font-size: 0.8125rem;
    line-height: 2.5rem;
    color: #9092a5;
    font-weight: 500;
}
.input-box-wrapper span{
    color: #588857;
}
.input-box-wrapper h3{
    margin-bottom: 0;
    line-height: 2.5rem;
}

/*Form design*/
label{
    color: #52585b;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25rem;
   /* margin-bottom: 15px;*/
}
.form-control{
    color: #9092a5;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding-left: 0;
    border-radius: 0;
}
.form-control:focus, .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
   /* border-color: #76d884;*/
}
.form-group{margin-bottom: 2rem !important;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9092a5;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #9092a5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9092a5;
}
:-moz-placeholder { /* Firefox 18- */
 color: #9092a5;
}

/* Customize the label (the form-check-label) */
.form-check-label {
     display: block; 
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
     position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #588857;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
}

/* When the checkbox is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
  background-color: #588857;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
    left: 3px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.input-ghost{
    position: absolute;
}


.step-list{
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    color: #98a3b1;
    letter-spacing: 0.7px;
    line-height: 24px;
        position: relative;
}
.step-list li {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.step-list li i {
    color: #588857;
    font-size: 15px;
    background: #ecfeef;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
ul.step-list:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 14px;
    width: 10px;
    height: 100%;
    border-left: 2px dotted #aae0c4;
}
.info-icon{
    color: #1c2038;
        font-size: 12px;
    margin-left: 6px;
}

.tooltip .tooltip-inner { 
  background: #588857;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #588857;
}
.input-group-text {
    color: #588857;
    font-size: 1rem;
    font-weight: 700;
    background: transparent;
    border-top: none;
    border-radius: 0;
    border-right: none;
}

/*Login*/
.yellow-bg{
    background: #f1f3cc;
}
.light-bg{
    background: rgba(0, 0, 0, 0);
}
.yellow-leaf-bg{
    background-image: url('../images/yellow-bg.png');
      background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    position: relative;
}
.height-full{
    min-height: 100vh;
}
.login-wrapper{
    background: #588857;
       border-radius: 10px;
    padding: 0 0 0 35px;
        margin: 80px auto;
}
.login-right{
      background-image: url('../images/login-right-bg.png');
      background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    padding: 2rem 3rem 5rem 0;
}
.login-left{
    background: #fff;
    -webkit-box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 35px;
        margin-top: -40px;
    margin-bottom: -40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-wrapper i, .icon-green, .input-wrapper i {
    font-size: 20px;
    color: #588857;
    margin-right: 7px;
        top: 4px;
    position: relative;
}
.login-wrapper .form-control, .input-wrapper .form-control {
    padding-left: 32px;
    color: #a9a7a7;
    border-color: #a9a7a7;
        border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
.login-wrapper label, .input-wrapper label{
    font-size: 0.875rem;
    margin-bottom: 0;
}
.remember{
    font-size: 12px !important;
    font-weight: 500;
    color: #282322;
        line-height: 25px;
}
.forgot a{
    font-size: 12px !important;
    font-weight: 500;
    color: #686665;
}
.forgot a:hover{
color: #588857;
text-decoration: none;
}
.login-wrapper .checkmark {
    top: 6px;
    left: 0;
    border: 2px solid #588857;
    border-radius: 50%;
}
.login-wrapper .form-check-label .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 7px;
}
.login-wrapper .form-check-label input:checked ~ .checkmark {
    background-color: #588857;
}
.login-wrapper .btn-primary, .forgot-box .btn-primary{
     background-color: #588857;
      border-color: #588857;
      box-shadow: none !important;
}
.login-wrapper .btn-primary:hover, .forgot-box .btn-primary:hover{
     background-color: #fff;
      border-color: #588857;
      color: #588857;
}
.login-right h3{
    font-size: 20px;
    line-height: 30px;
}
.login-left h4 {
    margin-bottom: 1.5rem !important;
}
.have-account{
    position: absolute;
    left: 35px;
    bottom: 15px;
}
.have-account a{
    text-decoration: none  !important;
}
.have-account a:hover{
    /*text-shadow: 0px 1px 2px #fff;*/
    text-decoration: underline !important;
}
.dashed-heading{
    position: relative;
    text-align: center;
    color: #a9a7a7;
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 0;
}
.dashed-heading:before{
    background: #a9a7a7;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 20px;
    z-index: 2;
}
.dashed-heading span{
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 0 10px;
}
.social-btn i {
    font-size: 16px !important;
    top: 1px !important;
    color: #fff !important;
    font-weight: 400;
    margin-right: 15px !important;
}
.social-btn i:after {
    content: '';
    background: rgba(255, 255, 255, 0.4);
    right: -10px;
    position: absolute;
    width: 1px;
    height: 15px;
    top: 1px;
}
.social-btn{
    padding-left: 25px;
    padding-right: 25px;
    color: #fff !important;
    min-width: 128px;
}
.login-wrapper .form-control ~ .focus-border, .inner-form .form-control ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #588857;
    transition: 0.4s;
}
.login-wrapper .form-control:focus ~ .focus-border, .inner-form .form-control:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s;
}
.login-wrapper .form-group, .inner-form .form-group {
    position: relative;
}
.counter-box{     
    background-image: url('../images/counter-bg.jpg');
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
    padding: 35px;
    display: flex;
    align-items: center;
    height: 100%;
}
.counter-list span{
    background: #fff;
    color: #1c2038;
    font-size: 1.625rem;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
        border-radius: 15px;
}
.counter-list{
    list-style-type: none;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
        margin-bottom: 0;
    padding-left: 0;
}
.counter-list li {
    display: inline-block;
    margin: 0 7px;
}
.progress-box{
    border-radius: 7px;
    padding: 35px;
    height: 100%;
    display: flex;
    align-items: center;   
    background-image: url('../images/progress-bg.jpg');
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.progress-bar {
    background-color: #588857; 
}
.progress {
    height: 10px;
    background-color: #d6d9de;
    border-radius: 10px;
}
.progress-box h4{
    color: #888d9c;
}
.progress-box h4 span{
    color: #444444;    
}
.progress-box p{
    color: #5e5e5e;
}
.progress-box .text-light-green{
    color: #90AA8B;
}
.progress-wrapper{
    position: relative;
}
.progress-wrapper .separator{
	height: 40px;
	position: absolute;
	left: 14%;
	width: 3px;
	background-color:#588857;
	top: -13px;
}
.progress-wrapper .separator:before{
	width: 8px;
	height: 8px;
	background-color:#588857;
	content:"";
	position:absolute;
	top:0;
	left: -2px;
	border-radius: 100%;
}
.progress-box .progress__label{
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #1b1b1c;
    font-weight: 700;
    line-height: 18px;    
}
.middle-info-wrappper{
/*border-bottom: 1px solid #e2e2e2;*/
    padding-bottom: 0.5rem;
}
.progress-box > div{
    width: 100%;
}
.icon-bg-green{
    width: 35px;
    height: 35px;
    background: #588857;
    display: inline-block;
    text-align: center;
    line-height: 35px !important;
    font-size: 25px;
    border-radius: 50%;
    color: #fff !important;
}
.back-link{
        font-size: 13px;
    font-weight: 500;    
}
.back-link i{
    font-size: 20px;
    top: 3px;
    position: relative;
}
.forgot-box h5{
    font-size: 0.75rem;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-width: 2px;
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #588857 !important;
    border-width: 2px;
}
.inner-form .valid-feedback, .form-inner .valid-feedback{
    position: absolute;
    right: 0;
    top: 30px;
    width: 30px;
}
.was-validated .focus-border{
    display: none;
}
.invalid-feedback {
    margin-top: .5rem;
    padding-left: 32px;
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: none;
}
.valid-feedback i{
        font-size: 15px;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  
  /*-webkit-text-fill-color: #588857;*/
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.canvas-wrapper {
  height: 100%;
  background-color: #3fb752;

    border-radius: 7px;
}
.main-canvas-wrapper{
    height: 150px;
    overflow: hidden;
    border-radius: 7px;
}
.animated-bg{
    background: none !important;
    position: absolute;
        left: 35px;
    right: 35px;
    top: 0;
}
.info-img{
        position: absolute;
    left: -45px;
    top: -15px;
    border-radius: 50%;
}
.info-icon-large{
        color: #588857 !important;
    font-size: 27px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 52px;
    height: 52px;
    display: inline-block;
    position: absolute;
    left: -45px;
        border: 2px solid #efefef !important;
    top: -16px;
}
.notification-icon{
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: inline-block;
    position: absolute;
    left: -45px;
        border: 2px solid #efefef !important;
    top: -18px;

}
.notification-icon img {
    border-radius: 100%;
}
.info-icon-large.fa-user-circle:before{
    position: relative;
    top: 1px;
}
.bottom-info-icon{
    top: 0 !important;
}
/*.btn-choose{
    padding-left: 0;
}*/
.icon-success{
        color: #588857 !important;
    font-size: 27px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 52px;
    height: 52px;
    display: inline-block;
    position: absolute;
    left: -45px;
    border: 2px solid #1c2038 !important;
    top: -15px;
}
.success-notice h3{
    font-size: 22px;
    line-height: 30px;
    color: #1c2038;
}
.success-notice{
        position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    box-shadow: 0 0 5px #ddd;
    border-radius: 5px !important;
    border: 1px solid #f7f7f7;
    padding: 40px 50px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    
    max-width: 360px;
    margin: 0 auto;
    
    width: auto;
        z-index: 9;
        top: 5%;
            display: none;
}
a.btn-close {
    position: absolute;
    top: -54px;
    right: -50px;
}
.success-img {
    margin: 0 0 20px 0; 
}
.success-img  img{width:auto!important; height: auto!important}
.success-notice.danger {
    border-color: #f65656;
    color: #f65656;
    background: #ffdcdc;
}
.collapsing {
    transition: height 0.2s;
}
.form-inner .form-control:focus {
    border-color: #588857;
    border-width: 2px;
}
.form-inner .invalid-feedback {
    padding-left: 0;
}
.btn-medium{
    width: 150px;
}
.form-2col.inner-form .form-control ~ .focus-border {
    
    left: 15px;
} 
.form-2col.inner-form .form-control:focus ~ .focus-border {
    width: calc(100% - 30px);
}
.d-block{
    display: block !important;
} 
.width-100{
    width: 100%;
}
.btn-choose {
    border: 2px solid #1c2038 !important;
}



@media screen and (-webkit-min-device-pixel-ratio: 0) { _::-webkit-full-page-media, _:future, :root , .info-icon-large.fa-user-circle:before { top: 0; left:1px;} }

/*new buy token*/
.number {
    color: #6e768d;
    border: 1px solid #6e768d;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    font-weight: 600;
    border-radius: 100%;
    margin-right: 23px;
    margin-left: -20px;
}
.sub-title{
    font-size: 0.8125rem;
    color: #a3a9ba;
    font-weight: 500;
        display: block;
    margin-left: 37px;

}
.list-box {
    background: #f7f7fa;
    border: 2px solid #dadce3;
    border-radius: 7px;
    padding: 25px;
    height: 170px;
}
.list-border-icon{
   /* height: 80px; */
    top: 15px;
}
.title-list h2{
    color: #50555f;
    font-size: 1.375rem;
    font-weight: 400;
}
.title-list .icon-round {
    color: #fff;
    background: #588857;
    font-size: 34px;
    padding: 8px;
    width: 50px;
    border-radius: 100%;
    display: inline-block;
}
.title-list .input-box-wrapper {
    border-bottom: 1px solid #ced4da;
    padding: 15px 0;
}
.border-none{
    border: none !important;
}
.icon-grey{
    color: #b7b7b7;
    font-size: 17px;
}
.text-sub{
        color: #588857 !important;
    font-size: 1.375rem !important;
    font-weight: 600 !important;
}
.icon-blue{
        background: #1c2038;
    color: #fff;
    font-size: 20px;
    width: 40px;
    line-height: 40px !important;
    display: inline-block;
    border-radius: 100%;
}
.active .list-box{
        border: 2px solid #588857;
        background: #f0f6f7;
        position: relative;
}
.active .list-box:after {
    content: '\e90e';
    font-family: 'icomoon';
    color: #fff;
    background: #588857;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    /* padding: 9px; */
    width: 25px;
    font-size: 12px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.icon-tree{
        background: none !important;
    color: #588857 !important;
    font-size: 50px !important;
    padding: 0 !important;
}
.tabs-wrapper .list-border-icon:after {
    background: #f7f7fa;
}
.tabs-wrapper .active .list-border-icon:after {
    background: #f0f6f7;
}

@media (max-width: 1280px) and (min-width: 768px){
.tabs-wrapper .nav-link {
    padding: .5rem 1rem;
}
}
.btn-indicator i{
    transition: all 0.3s;
    transform: rotate(0deg);
}

.active-btn i{
    transform: rotate(180deg) !important;
    transition: all 0.3s;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    display: none;
}
.icon-xin.bottom-xin-icon {
    font-size: 25px !important;
    /* line-height: 36px !important; */
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 5px;
}
i.icon-xin.top-xin-icon {
    font-size: 27px;
    line-height: 38px;
}
.text-blue{
	color: #1c2038;
}
.text-medium {
    font-weight: 500 !important;
}
.bordered-input.input-group{
	    border: 1px solid #ced0d8;
    border-radius: 7px;
    padding: 4px 10px;
    margin-top: 15px;
}
.bordered-input.input-group>.form-control{
	border: none;
}
.bordered-input .input-group-text{
	border: none;
}
.page-box {
    background: #f7f7fa;
    border: 2px solid #dadce3;
    border-radius: 7px;
    padding: 20px;
}
.bordered-disabled{
	background: #e9ecef;
}
.progress__meter {
    background-color: #588857 !important;    border-radius: 50px!important;
}
.progress {
    height: 20px !important;     border: 1px solid #588857;
        background-color: #fff !important;
}
.big-icon {
    font-size: 44px;
}
.font-50{
    font-size: 50px;
}
.font-60{
	font-size: 60px;
}
.icon-medium{
    font-size: 25px;
}
.text-normal{
    font-weight: 400 !important;
}
.help-content{
    line-height: 23px;
    color: #1c2038;
    font-weight: 500;
}
.border-img{
    display: block;
    padding: 20px 50px;
    border: 2px dashed #cccccc;
    border-radius: 10px;
}
.help-tabs .border-icon:after{
    background: none !important;
    border: none !important;
}
.help-tabs .border-icon:before{
        color: #588857 !important;
    font-size: 40px !important;
}
.help-tabs h3 {
    color: #303745;
    font-weight: 700;
}
.help-tabs .list-box {

    padding: 25px 7px;
}

/* updated deign changes */
.logo img{width:150px}
#hubspot-messages-iframe-container .hubspot {display: none !important}

/* 26 september */
.table-wrapper tr th{font-size: 14px; font-weight: 600; color: #1c2038 !important;    border-bottom: 1px solid #e5e5e5 !important;white-space: nowrap;}
.table-wrapper tr td{ font-size: 14px; color: #52585b; font-weight: normal !important;}
.table-wrapper tr td span.bold{font-weight: 700}
.status {
    padding: 5px 10px;
    border-radius: 50px!important;
    color: #52585b;
    font-size: 12px;
    white-space: nowrap;
}
.table-wrapper tr td a{
    border-radius: 50px !important;
    height: 30px;
    width: 30px !important;
    font-size: 12px;
    line-height: 30px !important;
    box-shadow: none;
    color: #959aa7 !important;
    border: 1px solid #d1dae3 !important;
    background: none;    display: inline-block; text-align: center;
}
.table-wrapper tr td a:hover, .table-wrapper tr td a:focus{text-decoration: none}
.bg-lightgreen {background: #e2eae2!important;}
.bg-lightred{background: #fddada !important}
.bg-lightyellow{background: #fff2cc}
.input-search .form-control{border: 1px solid #ccd5e0;}
.login-wrapper .form-control, .login-left .form-control {
    border-radius: 0px !important; }
.form-control {
    border-radius: 5px !important;
    height: 45px !important;   padding: 6px 12px;    color: #959aa7;
}
.inp-search {
    position: relative; width: 100%;
}
.inp-search:after {
    font-family: 'icomoon';
    content: "\e917";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #bdc9d7;
}
select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.select-arrow{position: relative;}
.select-arrow:after{font-family: 'icomoon';
    content: "\e90b"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;}
.date-icon{position: relative;}
.date-icon:after{font-family: 'icomoon';
    content: "\e804"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;}
.upload-icon{position: relative;}
.upload-icon:after {content: "\e598"; font-family: 'icomoon'; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;}
.bg-gray{background: #f4f6f9;}
.invest-step{width: 900px; margin: 0 auto; padding: 10px 25px}
.btn{font-size: 12px; font-weight: 600; border-radius: 50px !important ; min-width: 140px;}
.btn-default{border:1px solid #1c2038; color: #1c2038; background: transparent}
.btn-secondary{background: #1c2038; color: #fff;border-color:#1c2038}
.logo-area img {
    width: 150px; height: auto !important;
}
.invest-area {}
.invest-area .portlet-body.invest-form{padding: 40px 100px;}
.invest-area .portlet-title{border-bottom:1px solid #dee4eb;     padding: 25px 40px; }
.invest-form h2{font-size: 28px; font-weight: 300; color: #52585b;}
.setup-content .panel-heading h6{line-height:21px;}
.setup-content .invest-form h3{font-size: 25px; font-weight: 500; color: #52585b; line-height: 35px;    margin: 0;}
.setup-content .invest-form p{margin: 0; font-weight: 500;
    color: #1c2038;
    font-size: 14px;}
.invest-form label{font-size: 15px; color: #52585b;}
.invest-form .form-group{margin-bottom: 35px;}
.invest-form .form-group a{color:#707fa3; font-size:15px;display: block;
    margin-top: 10px;
    }
.invest-form .form-control{background: #fff; border:1px solid #cad4df; font-size: 14px;color: #52585b;}
.invest-form .form-control:hover, .invest-form .form-control:focus{border-color: #588857 }
.invest-form .form-control::-webkit-input-placeholder { /* Edge */
     color: #959aa7;
}
.invest-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959aa7;
}
.invest-form .form-control::placeholder {
     color: #959aa7;
}
.invest-form .tree-icon{position: relative;}
.invest-form .tree-icon:before{
    content: ''; position: absolute; top: 50%; transform: translateY(-50%);
    background: url(/user/assets/images/small-tree.png) no-repeat;
    background-size: 23px;
    right: 15px;
    width: 23px;
    height: 34px;
}
.invest-form ul {border: 0}
.invest-form ul li a{width: 10px; height: 10px; background: #ececef; margin: 0 3px;display: inline-block; border-radius: 50px !important;border: 0 !important;
    padding: 0;}
.invest-form ul li a.active{    background: #588857 !important;}
.invest-form .investment-details h6{color: #52585b; font-size: 18px; font-weight: 500}
.invest-form .investment-details p{font-size: 14px;color: #52585b}
.invest-media{width: 50px !important;
    height: auto !important;min-height: 70px !important;}
.fade.in {
    opacity: 1;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
.upload-btn-wrapper .btn{    border: 1px solid #cad4df; width: 100% ;border-radius: 0 !important; height: 45px !important;
    padding: 6px 12px;border-radius: 5px !important; font-size: 14px;
    color: #52585b; text-align: left;     font-weight: 500;  letter-spacing: 0;   }
.border-agent{border-left:4px solid #588857; border-radius: 5px; padding: 7px 25px; font-size: 14px; color: #52585b;
     /* margin: 0 30px; */
    }
.scene{
    width: 300px;
    margin: auto;
    height: 300px;
    /* display: flex; */
    align-items: center;
    line-height: 300px;
    position: relative;
}
svg{
    width: 300px; 
}

.invest-class .sidebar , .invest-class .navbar , .invest-class .info-wrapper {display: none !important}
.invest-class{background: #f4f6f9;}
.invest-class .col-md-9.ml-sm-auto.col-lg-10.pt-4.px-3.pt-md-5.px-md-5.bg-white.full-height.full-width,
 .invest-class .col-md-9.ml-sm-auto.col-lg-10.pt-4.px-3.pt-md-5.px-md-5.bg-white.full-height {
    background: #f4f6f9 !important; width: 100% !important; flex: 0 0 100%;
    max-width: 100%;
}
@-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; animation-duration: .5s;
  }
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;animation-duration: .5s;
  }
.stepwizard-row {
    /* display: table-row; */
}
.stepwizard {
    /* display: table; */
    width: 100%;
    position: relative;
}
.stepwizard-step{
    display: inline-block;
    /* width: 10px; */
    /* float: left; */
    margin: 0 0px;
    text-align: center;
}
.stepwizard .btn{width: 10px; height: 10px;  margin: 0 3px;display: inline-block; border-radius: 50px !important;border: 0 !important;
    padding: 0; -webkit-appearance: none;     min-width: auto;}
.stepwizard .btn-default{background: #ececef;}
.stepwizard .btn-success{background: #588857 !important;}
.invest-fixed{    z-index: 2; position: fixed; top: 20%;right: 0;min-width: 450px; background: #fff; padding:40px 45px; border-left: 3px solid #588857; border-radius: 3px;box-shadow: 0 5px 5px -5px #ddd;}
.invest-fixed ul{padding: 0; list-style: none}
.invest-fixed img{    width: auto !important;
    height: auto !important;}
.invest-fixed li{margin-bottom:25px; color: #6e966e; font-size: 15px; font-weight: 500;}

.has-error .form-control {
    border-color: #f00;
}

.bank-details .form-group{border:1px solid #e4e9ef;padding: 10px 20px; border-radius: 5px;    color: #52585b;  }
.bank-details .output{font-weight: 400; font-size: 14px;}

li.nav-item.dropdown.open .dropdown-menu {
    display: block !important;
}
.message .form-control {
    border-radius: 0!important;
}
.dropdown-item.active, .dropdown-item:active{    background-color: #f8f9fa; color: #16181b;}
.btn-info:not(:disabled):not(.disabled):active{background: #d03737;border-color: #d03737 }
.btn:hover, .btn:focus, .btn.active,.btn:active, .btn-info:not(:disabled):not(.disabled):active:focus{outline: none; box-shadow: none}

.dropdown-menu.dropdown-menu-right{
    min-width: 250px;
    box-shadow: 0 0 5px #ddd; border: 0;    margin-top: 10px;
}
.dropdown-item{
    border-bottom: 1px solid #f7f7f7;
    background: #fff;color: #16181b;    padding: 10px 20px; transition: 0.5s all;
}
.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active , .dropdown-item:focus{background: #588857; color: #fff;}
a.dropdown-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
a.dropdown-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.login-left i{color: #658d55;}
#hubspot-messages-iframe-container {display: none !important}
.date-input{
    -webkit-appearance: none!important;
}
.date-input::-webkit-calendar-picker-indicator{
    background: none !important;color: #bdc9d7 !important;
    border: 0 !important; position: relative;
}
.date-input::-webkit-calendar-picker-indicator:after{
    font-family: 'icomoon';
    content: "\e804"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;
}
.date-input::-webkit-inner-spin-button{
    display: none;
    -webkit-appearance: none!important;
}
.date-input::-webkit-clear-button { 
  -webkit-appearance: none !important;
  margin: 0;
}
/* pagination design */
.pagination{justify-content:flex-end}
.pagination > li > span,
.pagination > li > a {
  padding: 13px 16px;
}
.pagination li {
  color: #1c2038;
  float: left;

  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #e1e1e1;
  margin: 0 4px;
}

.pagination > .active > span {
  background-color: #588857 !important;
  color: white !important;
}

.pagination li.active,
.pagination > .active > span:hover {
  background-color: #588857 !important;
  color: white;
  /* border: 1px solid #588857; */
}
.pagination li.active,.pagination li:hover{background: #588857; color: #fff; }
.pagination li:hover:not(.active) {
  background-color: none;
}
.page-item.disabled:hover{border-color: #e1e1e1}
.pagination li{margin: 0;    background: #f6f6f6;}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
  background: #f6f6f6;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 50px!important;
  border-top-left-radius: 50px !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  margin-left: 0;
  border-bottom-right-radius: 50px!important;
  border-top-right-radius: 50px !important;
}
.pagination .page-link{margin: 0}
.pagination li:first-child{border-top-left-radius: 50px !important;border-bottom-left-radius: 50px!important;}
.pagination li:last-child{border-top-right-radius: 50px !important;border-bottom-right-radius: 50px!important;}
.pagination > li > a, .pagination > li > span {
    border: 0;
    background: none;
    color: #1c2038 !important;
}

/* modal design */
.modal-body .caption .caption-subject{margin-bottom: 20px; font-size: 18px; display: block;color: #588857;
    font-weight: 700;}
.close{position: relative;}
.modal-content .close:before {
        content: '\e801';
        font-family: icomoon !important;
        color: #1c2038;
        font-size: 10px;
        position: absolute;
        right: 30px;
        top: 30px;
        width: 20px;
        height: 20px;
        opacity: 1;
    }
    .close:hover, .close:focus{outline: none}
.modal-footer, .modal-header{border:0 !important}
.modal-body{padding:20px 25px}
.modal-footer{padding: 0px 25px 25px 25px;}
.modal-body.add-investor h5{font-weight: 500; color: #030304 !important}
.modal-body.add-investor i{font-size: 25px;}
.modal-body.add-investor .security-icon{width: 25px;max-width: 25px !important; height: auto !important}
.modal-header .caption-subject {font-size: 18px; margin-top: 10px;
  display: block;  display: block;color: #588857;
  font-weight: 700;}

  @media (min-width: 992px){
  .modal-lg {
      max-width: 800px !important;
  }
}
/* responsive chnages */
.collapse.in {
    display: block;
}

.mobile-header  ul.navbar-nav.mr-auto {
    box-shadow: 0 0 5px #ddd;
    border: 0;
}
.mobile-header .navbar-nav .nav-link{
    border-bottom: 1px solid #ddd !important;
    background: #fff !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;    color: #16181b !important;
    padding: 10px 20px;
    transition: 0.5s all;
}
.mobile-header .navbar-nav .nav-item:hover, 
.mobile-header .navbar-nav .nav-item.active, 
.mobile-header .navbar-nav .nav-item:focus{
    background: #588857;
    color: #fff;
}
@media only screen and (max-width:767px){
    .invest-fixed{    min-width: 100%; box-shadow: 0 0 5px #ccc;    position: relative;
        top: 0;margin-bottom: 15px;
    }
    .invest-fixed .rightimg{text-align: center;    text-align: center;
        margin-top: 10px;}
    .invest-fixed .rightimg img{    width: 150px !important;margin-top: 1rem;}
    .invest-step {
        width: 100%;padding: 10px 0px;}
        .invest-area .portlet-body.invest-form{padding: 20px 25px}
        .border-img{width: 100%}
        .mobile-header .navbar-toggler-icon{padding: 20px 25px !important;}
        .success-notice{margin:0 15px;}
        ul.step-list:before{    left: 19px; width: 2px;}
}

@media only screen and (max-width:991px) and (min-width:768px){
    .invest-fixed{    min-width: 60%;}
    .invest-step { width: 100%;padding: 10px 0px;}
    .collapse.navbar-collapse{display: flex !important;    position: absolute;
        right: 0;
        top: 0;
        z-index: 2;}
    /* .collapse.navbar-collapse{
        display: flex;
        flex: 1;
        flex-wrap: wrap;
    } */
    .logo img {
        width: 100px;
    }
}
@media only screen and (max-width:1024px) and (min-width:992px){
    .logo img {
        width: 100px;
    }
}

.counter-box{padding: 25px}
.img-purchase{width: 50px !important; height: 50px !important;}
.subheading{font-size: 15px; font-weight: 500; color: #52585b;}
.purchase-overview p{color: #52585b}
.media-purchase{min-height: 60px}
.purchase-text{min-height: 50px;     display: flex;
    align-items: center;
    justify-content: center;    flex-direction: column;}
.border-span{border: 1px solid transparent; border-radius: 50px !important;padding: 2px 20px; display: inline-block; margin-left: 15px;}
.btcBorder{border-color: #f8a23a}
.xinBorder{border-color: #e73341}
.ethBorder{border-color: #828384}
.fiatBorder{border-color: #008000}
.usdBorder{border-color: #588857}
.chfBorder{border-color: #0072bc}
.eurBorder{border-color: #5e83ee}

@media only screen and (min-width:992px) and (max-width:1550px){
    .invest-fixed .col-md-6{ max-width: 100%;
        flex: 0 0 100%;}
    .invest-fixed .col-md-6.rightimg{    display: none;}
    .invest-fixed{padding: 25px 25px; min-width: 20%;}
}
@media only screen and (min-width:1280px) and (max-width:1366px){
    .sidebar .nav-link i{font-size: 18px;}
    .nav-accordion li.nav-item{margin-right: 15px;}
    .invest-fixed{padding: 25px 25px; min-width: 20%;}
    .invest-area .portlet-body.invest-form{    padding: 40px 40px;}
    .invest-step{    width: 800px;     padding: 10px 15px;}
    .rightimg img {
        width: 100px !important;
    }
    .invest-fixed li{margin-bottom: 15px;     font-size: 13px;}
    .btn{    min-width: 120px;     padding: 5px 16px;}
    .invest-fixed .col-md-6{ max-width: 100%;
        flex: 0 0 100%;}
    .invest-fixed .col-md-6.rightimg{    display: none;}
}
@media only screen and (max-width:991px) and (min-width:768px){
    .invest-fixed {position: relative;}
}
@media only screen and (max-width:767px){
    .nav.nav-accordion{display: block !important}
    .purchase-overview .col-md-4{border-bottom: 1px solid #f7f7f7;
        padding-bottom: 15px;
        margin-bottom: 15px;}
}
.text-exchange{ font-size: 12px;
    color: #588857;
    font-weight: 500; }
.exchange_rate{
    font-weight: 500; border-radius: 5px; padding: 7px 25px; font-size: 12px; color: #52585b;    background: #f4f6f9;
    border-left:4px solid #588857;
}
.exchange_rate#admin_comment{    
    font-weight: 500;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 12px;
    background: rgba(255, 184, 24, 0.1);
    color: #FFB818 !important;
    letter-spacing: 1.2px;
    line-height: 1.125rem;
    border-width: 1px;
    border-style: solid;
    border-color: #FFB818;
    margin-bottom: 1rem;
}
.exchange_rate#admin_comment::before{
    content: "\f05a";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";    
    font-weight: 900;
    margin-right: 0.2rem;
    font-size: 1.25rem;
    vertical-align: -3px;
}
.exchange_rate small{font-size:12px;}

/* custom select  */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {    width: 100% !important;}
.bootstrap-select .dropdown-toggle{
    border-radius: 5px !important;
    background: none !important;
    border: 1px solid #cad4df;
    font-size: 14px;
    color: #52585b;
    height: 45px !important;
    padding: 6px 12px; 
}
.bootstrap-select .filter-option-inner-inner {
    font-size: 14px;
    color: #52585b;
    font-weight: 500;    letter-spacing: 0;
}
.bootstrap-select .dropdown-menu .dropdown-item{
    display: block;
    width: 100%;
    padding: 10px  20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;    margin-top: 0;
    margin-bottom: 10px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text{position: relative; top: -10px;}
.bootstrap-select .dropdown-menu .dropdown-item:hover, .bootstrap-select .dropdown-menu .dropdown-item.active, 
.bootstrap-select .dropdown-menu .dropdown-item:focus{
    background: none !important; color: #588857; border-radius: 0; outline: none;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{color: #588857}
.bootstrap-select .dropdown-toggle::after{font-family: 'icomoon' !important;
    content: "\e90b" !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #bdc9d7;margin: 0;
    border: 0;
    width: auto;
    height: auto;
}
.bootstrap-select .dropdown-menu .inner.show::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu .inner.show:-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;    border-radius: 50px !important;
}

.bootstrap-select .dropdown-menu .inner.show::-webkit-scrollbar
{
	width: 4px;
    height: 4px;
    border-radius: 50px;
	background-color: #F5F5F5;
}

.bootstrap-select .dropdown-menu .inner.show::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #588857;    border-radius: 50px !important;
}
.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
}
.form-group .bootstrap-select > select{    width: 100% !important;
    left: 0 !important;}
.gj-datepicker{width: 100% !important; }
.gj-datepicker .form-control{width: 100%}
.gj-datepicker  .input-group-append{display: none}
.gj-icon{font-family: icomoon!important;     font-size: 15px;}
.gj-icon.chevron-right:before{
    content: "\e90c" !important;
}
.gj-icon.chevron-left:before{
    content: "\e90d" !important;
}
.gj-datepicker .form-control{position: relative;}
.gj-datepicker .form-control:after{font-family: 'icomoon';
    content: "\e804"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;}
    .gj-datepicker .form-control:focus .gj-datepicker:after{background: #f00}
.user-icon{position: relative;}
.user-icon:after{font-family: 'icomoon';
    content: "\e597"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;}
.email-icon{position: relative;}
.email-icon:after{ font-family: 'icomoon';    font-size: 13px;
        content: "\e802"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;}
.password-icon{position: relative;}
.password-icon{ font-family: 'icomoon';
    content: "\e803"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;}
.telephone-icon{position: relative;}
.telephone-icon:after{
        font-family: "Font Awesome 5 Free";     font-weight: 900; content: "\f095";position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;
}
.telephone-icon .iti{
    width: 100%;
}
.valid-hide{
    display: none !important;
}
.valid-feedback:not(.valid-hide),
.invalid-feedback:not(.valid-hide){
    display: block !important;;
}
.iti__country-list{
    font-size: 15px;
    color: #212529;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem;    
    box-shadow: none !important;
}
.iti__divider{
    border-color: rgba(0,0,0,.15) !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: rgb(244, 246, 249) !important;
}
.iti__country.iti__highlight{
    background-color: rgb(244, 246, 249) !important;
    color: #588857;    
}
.city-icon{position: relative}
.city-icon:after{ font-family: "Font Awesome 5 Free";content: "\f1ad";position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;
}
.street-icon{ position: relative}
.street-icon:after{ font-family: "Font Awesome 5 Free";content: "\f018";position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;
}
.zip-icon{position: relative}
.zip-icon:after{ font-family: "Font Awesome 5 Free";content: "\f2b6";position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;
}
.asset-icon{position: relative}
.asset-icon:after{ font-family: "Font Awesome 5 Free";content: "\f1d8";position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #bdc9d7;
}
#viewIdent .modal-content{border: 0}
#viewIdent iframe{    max-width: 100% !important;
    width: 100% !important; border: 0 !important}
@media (min-width: 576px){
    #viewIdent .modal-dialog {
        max-width: 800px;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
.modal-lg {
    max-width: 1000px !important;
}
#termsCondition tr td:first-child{ color: #1c2038; font-weight: 500}
#termsCondition tr td, #termsCondition li{font-size: 14px; font-weight: normal;margin-bottom:10px;}

.green-btn {
    background-color: #588857;
    color: white;
    border-radius: 3px;
}
.green-btn:hover, .green-btn:focus{background: #4b754a !important; color: #fff; border-color: #4b754a !important}
textarea.form-control{height: auto !important;
    border: 1px solid #e2e2e2 !important;}
    .modal-content{border: 0}
#kycCommentModal{    box-shadow: 0 0 5px #ccc;}

/* 28/11/2019 (Peerbits) */
img{
    max-width: 100%;
}
.table td{
    border-radius: 0px;
}
.table-hover tbody tr:hover,
.table-wrapper tbody tr.active{
    background-color: #F5F6FA;
}
.table-hover tbody tr:hover td:first-child,
.table-wrapper tbody tr.active td:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: inset 2px 0px 0px 0px #588857    
}
.table-hover tbody tr:hover td:last-child,
.table-wrapper tbody tr.active td:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.notification-dropdown{
    background-color: transparent !important;
}
.notification-dropdown .badge{
    position: absolute;
    top: -10px;
    right: -2px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    padding: 0;
    background-color: #FFF;
    border: 2px solid #a8c785;    
}

