@font-face {
  font-family: 'montserratblack';
  src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratextrabold';
  src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'), url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratthin';
  src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'), url('../fonts/montserrat-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
    
/***Logo Section***/

.logs {
    display: flex;
    align-items: center;
}
.logs img {
    width: 95px;
    height: auto;
    padding-right: 6px;
}

span.main-title {
    font-family: 'montserratblack';
    text-transform: uppercase;
    font-size: 15px;
    display: block;
}
span.light{
    font-family: 'montserratbold';
}
span.sub {
    font-size: 14px;
    color: #404040;
}




/**** user profile ******/


/**** user profile ******/

.row-frm label {
    font-weight: 600;
}

.card-user .avatar {
    width: 124px;
    height: 124px;
    border:5px solid #c50549;
    border-bottom-color: transparent;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
    margin-bottom: 15px;
}
.card-user .card-description {
    margin-top: 30px;
    font-size: 14px;
}
.card-user .button-container {
    margin-bottom: 6px;
    text-align: center;
}

.btn.btn-icon, .navbar .navbar-nav>a.btn.btn-icon {
        border-radius: 50%;
    height: 2.375rem;
    min-width: 2.375rem;
    width: 2.375rem;
    padding: 0;
    font-size: 0.9375rem;
    overflow: hidden;
    position: relative;
    line-height: normal;
}

.form-group.cp {
    position: relative;
}
a.changepass {
    position: absolute;
    bottom: : 0;
    right: 8px;
    font-size: 11px;
}

.change_password_popup .modal-dialog {
    width: 400px;
}

.change_password_popup .modal-body {
    padding: 25px !important;
}
.change_password_popup .modal-title {
    font-size: 20px;
    padding: 10px 0 10px 20px;
    color: #fff;
}
.change_password_popup .modal-header {
    background: #39267C;
    padding: 0;
}
.change_password_popup button.close {
    background: whitesmoke;
    margin: 0 !important;
    padding: 7px 17px !important;
    border-top-right-radius: 4px;
    opacity: .99;
    font-size: 36px;
}
.change_password_popup .green-bg {
    padding: 10px 0;
     transition: .3s;
}
.change_password_popup .green-bg:hover {
    background: #16821b !important;
    transition: .3s;
}
.change_password_popup button.close:hover {
    background: #de1313;
    opacity: .99 !important;
    color: #fff;
    text-shadow: none;
}
.form-group.c-pass {
    position: relative;
}
.icon-pass {
    position: absolute;
    top: 36px;
    right: 11px;
    color: #848484;
}
.row-frm input, .row-frm select {
    height: 40px;
}

.row-frm label {
    font-weight: 600;
}

.card-user .avatar {
    width: 124px;
    height: 124px;
    border:5px solid #17c545;
    border-bottom-color: transparent;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
    margin-bottom: 15px;
}
.card-user .card-description {
    margin-top: 30px;
    font-size: 14px;
}
.card-user .button-container {
    margin-bottom: 6px;
    text-align: center;
}

.btn.btn-icon, .navbar .navbar-nav>a.btn.btn-icon {
        border-radius: 50%;
    height: 2.375rem;
    min-width: 2.375rem;
    width: 2.375rem;
    padding: 0;
    font-size: 0.9375rem;
    overflow: hidden;
    position: relative;
    line-height: normal;
}

.form-group.cp {
    position: relative;
}
a.changepass {
    position: absolute;
    bottom: : 0;
    right: 8px;
    font-size: 11px;
}

.change_password_popup .modal-dialog {
    width: 400px;
}

.change_password_popup .modal-body {
    padding: 25px !important;
}
.change_password_popup .modal-title {
    font-size: 20px;
    padding: 10px 0 10px 20px;
    color: #fff;
}
.change_password_popup .modal-header {
    background: #39267C;
    padding: 0;
}
.change_password_popup button.close {
    background: whitesmoke;
    margin: 0 !important;
    padding: 7px 17px !important;
    border-top-right-radius: 4px;
    opacity: .99;
    font-size: 36px;
}
.change_password_popup .green-bg {
    padding: 10px 0;
     transition: .3s;
}
.change_password_popup .green-bg:hover {
    background: #16821b !important;
    transition: .3s;
}
.change_password_popup button.close:hover {
    background: #de1313;
    opacity: .99 !important;
    color: #fff;
    text-shadow: none;
}
.form-group.c-pass {
    position: relative;
}
.icon-pass {
    position: absolute;
    top: 36px;
    right: 11px;
    color: #848484;
}

.bg-pup {
    background: #fda400;
    font-size: 13px;
    color: #fff;
    padding: 4px 18px;
}
.bg-green {
    background: #0a7526;
}
.bg-green:hover {
    background: #fda400;
    color: #fff;
}
.card-header h3 {
    font-family: 'montserratbold';
}


.itle h6{
    font-family: 'montserratbold' !important;

}




.single_element .single_quick_activity {
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 20px 30px;
    position: relative;
       background-color: rgb(253 164 0);
}
.single_element .single_quick_activity h4 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    margin-bottom: 12px;
}
.single_element .single_quick_activity h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 900;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    margin-bottom: 7px;
}
.cyan {
    background-color: #f1502d !important;
}
.purple {
    background-color: #34455F !important;
}
.green {
    background: #0a7526  !important;
} 
.dark-purple {background: #da0f7a !important}
.yell {background: #ffe72f !important}
.single_element .single_quick_activity:hover::before {
    background-image: url(../img/diamond.png);
}
.single_element .single_quick_activity::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
}

#chartdiv{
  width: 100%;
  height: 500px;
}
#chartdiv2 {
  width: 100%;
  height: 450px;
}

.tble-h3 h3 {
    background: #e4e4e4;
    margin: 0;
    padding: 6px;
}

.mem-table thead tr th {
    background: #0a7526;
    color: #fff;
}
.bg-white .left-content img {
    width: 90px;
}
.bg-white .left-content h2{
    font-family: 'montserratblack';
    font-size: 24px;
    padding-top: 20px;
}
.bg-white .left-content h6{
    font-family: 'montserratregular';
    font-size: 16px;
}