@import url(old.css);
body {
    padding: 0;
}

::selection {
    background-color: #91bd3e;
    color: #fff;
}

.text-primary {
    color: #8ac12a !important;
}

.text-info {
    color: #91bd3e !important;
}

p,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Nunito';
    text-transform: capitalize;
}

code {
    background-color: #ffffff;
    border: 1px solid #e0e8f1;
    font-size: 13px;
    letter-spacing: 2px;
    color: #659a00;
    padding: 7px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0px 2px 3px 0px rgba(125, 125, 125, 0.42);
}

h1.title {
    font-size: 23px;
    font-weight: 600;
    color: #8da2b7;
    letter-spacing: 1px;
}

p.paragraph {
    font-size: 14px;
    letter-spacing: 1px;
    color: #8da2b7;
    opacity: 0.5;
}

.container {
    width: 1300px;
}

@media (max-width: 576px) {
    .container {
        width: auto;
    }
}

.navbar-toggler {
    cursor: pointer;
}

.dropdown-menu {
    left: auto;
}

input {
    outline: 0;
    box-shadow: 0 0 0;
    border: 0;
}

input.inputDefault {
    padding: 8px 180px 8px 20px;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    color: #8da2b7;
    font-size: 12px;
}

input.inputDefault::placeholder {
    font-size: 12px;
    color: #8da2b7;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.line-black {
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(0deg, rgba(123, 1, 233, 0.3) 0%, rgba(96, 131, 193, 0) 100%);
}

a {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.btn {
    cursor: pointer;
    outline: 0;
    font-family: 'Nunito';
    text-transform: capitalize;
    letter-spacing: 1px;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

.btn-blue {
    background-color: #3b76ba;
    box-shadow: 0px 3px 7px 0px rgba(125, 125, 125, 0.42);
    border: 0;
    color: white;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #6c971c;
}

.btn-success {
    background-color: #c5f1e2;
    color: #8ac12a;
    border: 1px solid #8ac12a;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #c5f1e2;
    color: #8ac12a;
    border: 1px solid #8ac12a;
    opacity: 0.8;
}

.btn-info,
.dropdown-toggle {
    background-color: #f6f9fc;
    border: 1px solid #e3eaf1;
    color: #8da2b7;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
    background-color: #8ac12a !important;
    border: 1px solid #8ac12a !important;
    color: #fff !important;
}

.card,
.widget {
    border: 1px solid #e3eaf1;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.card .head,
.widget .head {
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.card .card-primary .card-header,
.widget .card-primary .card-header {
    background-color: #91bd3e;
    color: #fff;
}

.card .card-info .card-header,
.widget .card-info .card-header {
    background-color: #8ac12a;
    color: #fff;
}

.card .card-success .card-header,
.widget .card-success .card-header {
    background-color: #8CD790;
    color: #fff;
}

.card .card-warning .card-header,
.widget .card-warning .card-header {
    background-color: #FFEB6C;
    color: #fff;
}

.card .card-danger .card-header,
.widget .card-danger .card-header {
    background-color: #FF2E63;
    color: #fff;
}

.color-warning {
    color: #f9c851 !important;
}

.color-danger {
    color: #FF2E63 !important;
}

.color-primary {
    color: #2a6cc1 !important;
    /* 2a6cc1 */
}

.navbar {
    background-color: #fff;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-image: -webkit-linear-gradient(0deg, #8ac12a 0%, #91bd3e 100%);
}

.navbar #dropdownUser .fa {
    font-size: 12px;
}

.navbar .d-user {
    right: 0;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08) !important;
}

.navbar .d-user .submnue {
    flex-direction: column;
}

.navbar .d-user .submnue a {
    text-transform: capitalize;
}

.navbar .d-user .submnue a .fa {
    font-size: 12px;
    margin-right: 8px;
}

.navbar .navbar-brand img {
    width: 152px;
}

.navbar .btn {
    margin-left: 10px;
}

.navbar .btn-success {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.navbar .top {
    text-align: right;
    position: relative;
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.navbar .top::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-image: -webkit-linear-gradient(0deg, white 0%, #e4e4e4 100%);
}

.navbar .bottom .nav-link {
    text-transform: capitalize;
    color: #91bd3e;
    transition: all 0.3s;
    padding-bottom: 30px;
}

.navbar .bottom .nav-link:hover {
    color: #91bd3e;
    opacity: 0.6;
}

.navbar .bottom .navbar-nav .nav-item:last-child a {
    padding-right: 0;
}

.navbar .dropdown-menu {
    transition: all 0.4s;
    border-radius: 0px;
    border: 0;
    margin-top: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.18);
    padding: 20px;
}

.navbar .dropdown-menu .submnue {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.navbar .dropdown-menu .submnue .dropdown-item {
    flex-basis: 33.3%;
    padding: 10px 15px;
    color: #8da2b7;
    transition: all 0.4s;
    position: relative;
}

.navbar .dropdown-menu .submnue .dropdown-item::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 25px;
    top: 10px;
    left: 0;
    opacity: 1;
    background-color: #91bd3e;
    transform: scale(0);
    transition: all 0.4s;
}

.navbar .dropdown-menu .submnue .dropdown-item:hover {
    background-color: #fff;
    color: #91bd3e;
}

.navbar .dropdown-menu .submnue .dropdown-item:hover::before {
    transform: scale(1);
}

@media (max-width: 990px) {
    .container {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
    }
    .navbar-brand {
        position: absolute;
        top: -50px;
    }
}

@media (max-width: 992px) {
    .navbar {
        padding: 30px 50px;
        display: flex;
        justify-content: center;
    }
    .navbar .navbar-toggler {
        position: absolute;
        z-index: 1;
        top: 35px;
    }
    .navbar .navbar-brand {
        position: absolute !important;
        z-index: 1;
    }
}

@media (max-width: 992px) and (max-width: 576px) {
    .navbar .navbar-brand {
        right: 0;
    }
}

#hero {
    padding: 50px 0;
    background-image: -webkit-linear-gradient(90deg, #8ac12a 0%, #91bd3e 100%);
    box-shadow: 0px 4px 20px 0px rgba(79, 214, 167, 0.64);
}

#hero #HeroVideo .content {
    margin-top: 100px;
}

#hero #HeroVideo .content .title {
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
}

#hero #HeroVideo .content .paragraph {
    color: #fff;
    letter-spacing: 2px;
    margin-right: 50px;
    margin-top: 20px;
    font-size: 13px;
}

#hero #HeroVideo .content .text {
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
}

#hero #HeroVideo .content .text a {
    color: #8ac12a;
    margin: 0 5px;
    text-transform: capitalize;
}

#hero #HeroVideo .img {
    margin-left: 100px;
    height: 500px;
    position: relative;
}

#hero #HeroVideo .img .fa-play {
    color: #8ac12a;
    background-color: #fff;
    box-shadow: 0px 4px 100px 10px black;
    padding: 30px;
    border-radius: 100px;
    position: absolute;
    top: 40%;
    left: 30%;
    transition: all 0.4s;
    transform: scale(1);
}

#hero #HeroVideo .img img {
    margin-top: 50px;
    box-shadow: 0px 3px 70px 0px black;
    border-radius: 10px;
    width: 250px;
    height: 400px;
}

#hero #HeroVideo .img:hover .fa-play {
    transform: scale(1.3);
}

#hero #HeroVideo .actorsAndRate {
    margin: 30px 0;
}

#hero #HeroVideo .actorsAndRate .line-black {
    width: 1px;
    height: 60px;
    margin: 0 10px 0 30px;
}

#hero #HeroVideo .actorsAndRate .actors .act {
    transition: all 0.4s;
    position: absolute;
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100px;
    box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.2);
}

#hero #HeroVideo .actorsAndRate .actors .act:first-of-type {
    margin: 0;
}

#hero #HeroVideo .actorsAndRate .actors .act:nth-child(2) {
    margin-left: 20px;
}

#hero #HeroVideo .actorsAndRate .actors .act:nth-child(3) {
    margin-left: 40px;
}

#hero #HeroVideo .actorsAndRate .actors .act:nth-child(4) {
    margin-left: 60px;
}

#hero #HeroVideo .actorsAndRate .actors .act:hover:first-child {
    transform: scale(1.2);
    z-index: 1;
}

#hero #HeroVideo .actorsAndRate .actors .act:hover:nth-child(2) {
    transform: scale(1.2);
    z-index: 1;
}

#hero #HeroVideo .actorsAndRate .actors .act:hover:nth-child(3) {
    transform: scale(1.2);
    z-index: 1;
}

#hero #HeroVideo .actorsAndRate .actors .act:hover:nth-child(4) {
    transform: scale(1.2);
    z-index: 1;
}

#hero #HeroVideo .actorsAndRate .actors .act img {
    width: 100%;
    border-radius: 100px;
    box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.2);
}

#hero #HeroVideo .actorsAndRate .actors .number {
    margin-left: 140px;
    margin-top: 10px;
    background-color: rgba(250, 250, 250, 0.2);
    border-radius: 5px;
    position: relative;
}

#hero #HeroVideo .actorsAndRate .actors .number:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgba(250, 250, 250, 0.2);
    top: 34%;
    left: -8px;
}

#hero #HeroVideo .actorsAndRate .actors .number p {
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 700;
}

#hero #HeroVideo .actorsAndRate .rate {
    margin-left: 20px;
    margin-top: 20px;
}

#hero #HeroVideo .actorsAndRate .rate span {
    border-radius: 100px;
    border: 2px solid #8ac12a;
    padding: 16px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #8ac12a;
}

#hero #HeroVideo .actorsAndRate .rate .number {
    margin-left: 80px;
    margin-top: -35px;
    background-color: rgba(250, 250, 250, 0.2);
    border-radius: 5px;
    position: relative;
}

#hero #HeroVideo .actorsAndRate .rate .number:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgba(250, 250, 250, 0.2);
    top: 34%;
    left: -8px;
}

#hero #HeroVideo .actorsAndRate .rate .number p {
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 700;
}

@media (max-width: 992px) {
    #HeroVideo .content {
        display: flex;
        flex-direction: column;
        margin: 0 !important;
    }
    #HeroVideo .actorsAndRate {
        display: flex;
        flex-direction: column;
    }
    #HeroVideo .img {
        margin: 0 !important;
        display: flex;
        justify-content: center;
    }
    #HeroVideo .img .fa-play {
        left: 46% !important;
        transition: all 0.4s;
        transform: scale(1);
    }
}

form.search {
    display: flex;
    padding: 20px 90px;
    position: absolute;
    z-index: 1;
    transition: all 0.4s;
    top: -100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.04);
}

form.search .out {
    margin-left: 20px;
    color: #91bd3e;
}

form.search input {
    flex: 1;
    color: #91bd3e;
}

form.search input::placeholder {
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #91bd3e;
}

#MoviesList {
    margin: 60px 0;
}

#MoviesList .post {
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.28);
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

#MoviesList .post:before {
    transition: all 0.4s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(90deg, black 0%, transparent 100%);
}

#MoviesList .post .all {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    z-index: 1;
}

#MoviesList .post .over {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    opacity: 0;
    z-index: 2;
}

#MoviesList .post .over a {
    border-radius: 100px;
    border: 2px solid #fff;
    padding: 2px;
    transition: all 0.4s;
    transform: scale(0);
}

#MoviesList .post .over a .fa {
    border-radius: 100px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(90deg, #8ac12a 0%, transparent 100%);
    padding: 20px;
    color: black;
}

#MoviesList .post .over:hover {
    opacity: 1;
}

#MoviesList .post .over:hover a {
    transform: scale(1);
}

#MoviesList .post img {
    width: 100%;
    border-radius: 5px;
}

#MoviesList .post .type {
    position: absolute;
    z-index: 1;
    font-family: 'Nunito';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
}

#MoviesList .post .free {
    background-color: #8ac12a;
    right: 10px;
    top: 10px;
}

#MoviesList .post .pro {
    background-color: #91bd3e;
    right: 10px;
    top: 10px;
}

#MoviesList .post .eps {
    background-color: #91bd3e;
    left: 10px;
    top: 10px;
}

#MoviesList .post .hd {
    background-color: #91bd3e;
    right: 10px;
    bottom: 15px;
}

#MoviesList .post .text {
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 0;
    color: #fff;
    font-size: 12px;
}

footer {
    background-color: #f6f9fc;
    border-top: 1px solid #e3eaf1;
    padding: 70px 0;
}

footer .emailList p {
    margin-top: 20px;
}

footer .emailList .emailForm {
    margin-top: 30px;
}

footer .emailList .emailForm input {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .links ul {
    margin-top: 30px;
    padding: 0;
    display: flex;
}

footer .links ul li {
    width: 33.3%;
    list-style: none;
    display: flex;
    flex-direction: column;
}

footer .links ul li a {
    color: #8da2b7;
    opacity: 0.5;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: all 0.3s;
    margin-bottom: 5px;
}

footer .links ul li a:hover {
    opacity: 1;
    color: #8ac12a;
}

footer .bottom {
    display: flex;
    justify-content: center;
    border-top: 1px solid #e3eaf1;
    padding-top: 50px;
    margin-top: 50px;
}

footer .bottom a {
    color: #8da2b7;
    transition: all 0.3s;
    letter-spacing: 0;
}

footer .bottom a:hover {
    letter-spacing: 2px;
    color: #91bd3e;
}

@media (max-width: 992px) {
    footer .links {
        margin-top: 60px;
    }
}

#dir {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
}

#dir .left {
    display: flex;
}

#dir .left a,
#dir .left p {
    text-transform: capitalize;
    color: #8da2b7;
}

#dir .left a {
    margin-left: 4px;
    text-decoration: none;
    transition: all 0.3s;
}

#dir .left a:hover {
    color: #91bd3e;
}

#dir .right {
    text-align: right;
}

#dir .right .btn {
    font-weight: 600;
}

@media (max-width: 576px) {
    #dir .left,
    #dir .right {
        display: flex;
        justify-content: center;
    }
}

#big {
    padding: 0;
    margin: 0;
    position: relative;
}

#big .vid {
    position: relative;
    overflow: hidden;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

#big .vid:before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#big .vid #vimg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

#big .vid #vlink {
    position: absolute;
    z-index: 3;
    color: black;
    font-size: 20px;
    background-color: #fff;
    padding: 40px;
    border-radius: 100px;
    transition: all 0.3s;
}

#big .vid #vlink:hover {
    transform: scale(1.2);
}

#big .vid iframe {
    width: 100%;
    height: 600px;
    border: 0;
}

#topInfo {
    background-color: #f6f9fc;
    border-bottom: 1px solid #e3eaf1;
    padding: 20px 0;
    color: #8da2b7;
}

#topInfo .info {
    width: 100%;
    display: flex;
}

#topInfo .info .left {
    flex: 1;
}

#topInfo .info .left p {
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 40px;
}

#topInfo .info .left p .fa {
    margin-right: 20px;
}

#topInfo .info .right .btn {
    box-shadow: 0 0 0;
    margin-left: 10px;
}

#topInfo .info .right .btn:hover {
    box-shadow: 0px 3px 10px 0px rgba(123, 1, 233, 0.4);
}

#topInfo .info .right .btn .fa {
    font-size: 12px;
    margin-right: 4px;
}

#topInfo .info .right .download {
    background-color: #8ac12a;
}

#topInfo .info .right .favorite {
    background-color: #91bd3e;
}

#server {
    background-color: #f6f9fc;
    border-bottom: 1px solid #e3eaf1;
    color: #8da2b7;
}

#server .info {
    padding: 20px 0;
    position: relative;
    display: flex;
}

#server .info:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e3eaf1;
    left: 160px;
    top: 0;
}

#server .info h1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 34px;
}

#server .info .links {
    margin-left: 55px;
}

#server .info .links .btn {
    color: #8da2b7;
    border: 1px solid #e3eaf1;
    font-weight: 600;
    margin-right: 14px;
}

#server .info .links .btn:hover {
    color: #91bd3e;
    border: 1px solid #91bd3e;
}

#movieInfo {
    border-bottom: 1px solid #e3eaf1;
}

#movieInfo .left {
    padding: 30px 30px 30px 0;
    display: flex;
    border-right: 1px solid #e3eaf1;
}

#movieInfo .left .poster .img {
    width: 200px;
    height: 280px;
    overflow: hidden;
    border-radius: 5px;
    background-color: red;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.28);
    position: relative;
}

#movieInfo .left .poster .img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, black 0%, transparent 100%);
}

#movieInfo .left .poster .img img {
    width: 100%;
}

#movieInfo .left .info {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#movieInfo .left .info .big {
    color: #91bd3e;
    font-size: 25px;
    font-weight: 600;
}

#movieInfo .left .info .paragraph {
    margin-bottom: 20px;
}

#movieInfo .left .info .director h1,
#movieInfo .left .info .writers h1 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    color: #8da2b7;
}

#movieInfo .left .info .director a,
#movieInfo .left .info .writers a {
    padding: 0;
    margin: 0;
    color: #8ac12a;
    margin-right: 8px;
}

#movieInfo .left .info .actors {
    margin-top: 20px;
    display: flex;
}

#movieInfo .left .info .actors .actor {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
    transition: all 0.4s;
}

#movieInfo .left .info .actors .actor:hover {
    transform: scale(1.1);
}

#movieInfo .left .info .actors .actor img {
    width: 100%;
}

#movieInfo .right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#movieInfo .right .stars .true {
    text-shadow: 0px 3px 7px rgba(79, 214, 167, 0.6);
    color: #8ac12a;
}

#movieInfo .right .stars .false {
    color: #e3eaf1;
}

#movieInfo .right .rate {
    margin: 20px 0;
}

#movieInfo .right .rate h1 {
    text-shadow: 0px 3px 7px rgba(79, 214, 167, 0.6);
    color: #8ac12a;
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 2px;
}

#movieInfo .right .info {
    margin-bottom: 10px;
}

#movieInfo .right .info .list-group .list-group-item {
    border: 0;
    padding: 0;
}

#movieInfo .right .info .list-group .list-group-item h1 {
    font-size: 18px;
    color: #8da2b7;
    font-weight: 600;
    margin-right: 5px;
}

#movieInfo .right .info .list-group .list-group-item p {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    color: #8da2b7;
    font-size: 13px;
}

#movieInfo .right .trailer .btn {
    font-weight: 600;
}

#movieInfo .right .trailer .btn .fa {
    font-size: 12px;
    margin-right: 10px;
}

#TrailerModal {
    background-color: rgba(250, 250, 250, 0.9);
}

#TrailerModal .modal-dialog {
    margin-top: 200px;
}

#TrailerModal .modal-header {
    border: 0;
    padding: 0;
}

#TrailerModal .modal-header .close {
    position: absolute;
    right: -20px;
    z-index: 1;
    background-color: #91bd3e;
    padding: 10px 14px;
    opacity: 1;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}

#TrailerModal .modal-body {
    background-color: transparent;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 450px;
}

#TrailerModal .modal-body iframe {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

#comments {
    padding: 60px 0;
    background-color: #fafcfe;
}

#comments .big {
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
    color: #8da2b7;
}

#comments .wrapper {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0px 3px 32px 0px rgba(141, 162, 183, 0.08);
}

#comments .wrapper .comment .top {
    display: flex;
}

#comments .wrapper .comment .top .user {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
}

#comments .wrapper .comment .top .user img {
    width: 100%;
}

#comments .wrapper .comment .top .name {
    margin: 8px 10px 0 10px;
}

#comments .wrapper .comment .top .name h1 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    color: #8da2b7;
}

#comments .wrapper .comment .top .rate {
    margin-top: 8px;
}

#comments .wrapper .comment .top .rate h1 {
    font-size: 16px;
    font-weight: 800;
    color: #8ac12a;
    text-shadow: 0px 3px 7px rgba(79, 214, 167, 0.6);
}

#comments .wrapper .comment .bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f9fc;
}

#comments .wrapper .addComment h1 {
    font-size: 16px;
    margin: 40px 0;
}

#comments .wrapper .addComment .rateValue {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e3eaf1;
    width: 33%;
    padding: 10px;
}

#comments .wrapper .addComment .rateValue select {
    border: 0;
    background-color: transparent;
    width: 100%;
    color: #8da2b7;
}

#comments .wrapper .addComment .rateValue select:hover,
#comments .wrapper .addComment .rateValue select:active,
#comments .wrapper .addComment .rateValue select:focus {
    outline: 0;
    box-shadow: 0;
}

#comments .wrapper .addComment textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e3eaf1;
    text-transform: capitalize;
    padding: 20px;
    margin-top: 30px;
    color: #8da2b7;
}

#comments .wrapper .addComment textarea::placeholder {
    color: #8da2b7;
}

#comments .wrapper .addComment .btn-primary {
    background-color: #91bd3e;
    margin-top: 20px;
    padding: 13px 60px;
}

#comments .wrapper .addComment .logoin {
    display: flex;
    justify-content: center;
}

@media (max-width: 1300px) {
    #vlink,
    #vimg {
        display: none;
    }
}

@media (max-width: 992px) {
    #server .info:before {
        width: 0;
    }
    #server .info h1 {
        display: none;
    }
    #server button {
        margin-bottom: 10px;
    }
    #movieInfo .left {
        border-right: 0;
        border-bottom: 1px solid #e3eaf1;
        margin-bottom: 20px;
    }
    #movieInfo .right {
        padding-bottom: 30px;
    }
}

@media (max-width: 576px) {
    #movieInfo .left .info {
        display: none;
    }
}

#err {
    margin: 80px 0 0 0;
    text-align: center;
}

#err h1 {
    font-size: 120px;
    font-weight: 600;
    color: #91bd3e;
}

#err p {
    color: #8da2b7;
    font-weight: 600;
    margin: 30px 0;
    letter-spacing: 1px;
}

#err .btn {
    margin-right: 20px;
    font-weight: 600;
}

#err .btn .fa {
    margin-right: 10px;
}

#err .errImg {
    height: 300px;
    overflow: hidden;
    margin-top: 80px;
}

#err .errImg img {
    height: 100%;
}

#plans {
    margin: 100px 0;
    text-align: center;
}

#plans .top .big {
    font-size: 24px;
    font-weight: 600;
    color: #8da2b7;
}

#plans .top .small {
    margin-top: 20px;
    color: #8da2b7;
    font-weight: 500;
    font-size: 16px;
}

#plans .top .usd,
#plans .top .bit {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

#plans .top .usd {
    color: #8ac12a;
}

#plans .top .bit {
    color: #91bd3e;
}

#plans .bottom .plan {
    background-color: #f6f9fc;
    border-radius: 5px;
    border: 1px solid #e3eaf1;
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

#plans .bottom .plan ul {
    padding: 40px;
    margin: 0;
    list-style: none;
}

#plans .bottom .plan ul li {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Nunito';
    font-weight: 500;
    color: #8da2b7;
    margin-bottom: 16px;
}

#plans .bottom .plan ul li:last-of-type {
    font-weight: 800;
}

#plans .bottom .plan ul .big {
    font-size: 45px;
    font-weight: 600;
    color: #8ac12a;
}

#plans .bottom .plan ul .big span {
    font-size: 18px;
}

#plans .bottom .plan .btn {
    position: absolute;
    bottom: -20px;
    padding: 10px 30px;
    background-color: #8ac12a;
    color: #fff;
    box-shadow: 0px 8px 21px 0px rgba(79, 214, 167, 0.41);
}

#plans .bottom .plan .btn:hover {
    box-shadow: 0 0 0 0;
}

#plans .bottom .active {
    background-color: #d4a5ff;
    border: 1px solid #91bd3e;
}

#plans .bottom .active ul li,
#plans .bottom .active ul .big {
    color: #91bd3e;
}

#plans .bottom .active .btn {
    background-color: #91bd3e;
    box-shadow: 0px 8px 21px 0px rgba(123, 1, 233, 0.41);
}

#profile .head {
    padding: 80px 0 0 0;
}

#profile .head .user {
    display: flex;
}

#profile .head .user .photo {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
}

#profile .head .user .photo img {
    width: 100%;
}

#profile .head .user .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

#profile .head .user .info h1 {
    font-size: 18px;
    font-weight: 700;
    color: #8da2b7;
}

#profile .head .user .info .badge-primary {
    background-color: #c5f1e2;
    border: 1px solid #8ac12a;
    color: #8ac12a;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}

#profile .head .infoLeft {
    display: flex;
    justify-content: flex-end;
}

#profile .head .infoLeft .fav {
    text-align: center;
    background-color: #f6f9fc;
    border: 1px solid #e3eaf1;
    border-radius: 5px;
    padding: 14px 20px;
    margin-left: 20px;
    color: #8da2b7;
}

#profile .head .infoLeft .fav h1 {
    font-size: 22px;
    font-weight: 600;
}

#profile .head .infoLeft .fav p {
    font-size: 12px;
    letter-spacing: 1px;
}

#profile .head .infoLeft .fav p,
#profile .head .infoLeft .fav h1 {
    padding: 0;
    margin: 0;
}

#profile .head .links {
    margin-top: 80px;
    margin-bottom: 60px;
    border-top: 1px solid #e3eaf1;
    border-bottom: 1px solid #e3eaf1;
    padding: 20px 0;
}

#profile .head .links .btn {
    color: #8da2b7;
    text-decoration: none;
}

#profile .head .links .btn:hover {
    color: #8ac12a;
}

#profile .head .links .btn .fa {
    font-size: 12px;
}

#profile .head .links .active {
    color: #8ac12a;
}

#profile .userInfo .personal {
    border-radius: 5px;
    border: 1px solid #e3eaf1;
    padding: 30px;
    margin-bottom: 60px;
}

#profile .userInfo .personal p {
    opacity: 1;
    color: #8da2b7;
    font-size: 18px;
}

#profile .userInfo .personal input {
    border: 1px solid #e3eaf1;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    color: #8ac12a;
    margin-bottom: 30px;
    transition: all 0.3s;
}

#profile .userInfo .personal input::placeholder {
    color: #8da2b7;
    text-transform: capitalize;
    letter-spacing: 2px;
}

#profile .userInfo .personal input:hover,
#profile .userInfo .personal input:active,
#profile .userInfo .personal input:focus {
    border: 1px solid #8ac12a;
}

#profile .userInfo .personal .btn:hover {
    background-color: #8ac12a;
    border: 1px solid #8ac12a;
}

#log .left {
    height: 100vh;
    background: url("img/log.png") center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#log .left .logo {
    height: 180px;
    width: 180px;
}

#log .left .logo img {
    width: 100%;
}

#log .right {
    height: 100vh;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
}

#log .right input {
    border-radius: 3px;
    background-color: #303030;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#log .right input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

#log .right button {
    padding: 10px 40px;
    background-color: #8ac12a;
    font-weight: 600;
    transition: all 0.4s;
}

#log .right button:hover {
    opacity: 0.6;
}

#log .right .btn-link {
    color: #8ac12a;
}

#blog {
    margin: 100px 0;
}

#blog .post {
    overflow: hidden;
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.28);
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s;
}

#blog .post:hover {
    opacity: 0.8;
}

#blog .post h1 {
    position: absolute;
    bottom: 10px;
    padding: 0 20px 0 30px;
    line-height: 27px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

#blog .post img {
    width: 100%;
    border-radius: 5px;
}

#singleBlog .post {
    border-bottom: 1px solid #e3eaf1;
}

#singleBlog .post .postImg {
    height: 450px;
    overflow: hidden;
    position: relative;
}

#singleBlog .post .postImg h1 {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    padding: 30px 90px;
}

#singleBlog .post .postImg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, black 0%, transparent 100%);
}

#singleBlog .post .postText {
    margin: 60px 0;
}

#singleBlog .post .postText p {
    color: #8da2b7;
    font-size: 16px;
    line-height: 32px;
}

#admin {
    position: relative;
    display: flex;
    flex-direction: row;
}

#admin:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(0deg, #8ac12a 0%, #91bd3e 100%);
}

#admin .hide {
    display: none;
}

#admin .sidebarOff {
    width: 0 !important;
}

#admin .contentOn {
    margin-left: 0 !important;
}

#admin .sidebar {
    width: 18%;
    height: calc(100vh - 86px);
    position: fixed;
    overflow: scroll;
    border-right: 1px solid #e3eaf1;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.09);
    top: 86px;
}

#admin .sidebar .head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

#admin .sidebar .head .logo {
    height: 75px;
    width: auto;
}

#admin .sidebar .head .logo img {
    height: 100%;
}

#admin .sidebar .head .btn {
    margin-top: 30px;
    font-size: 12px;
    background-image: -webkit-linear-gradient(0deg, #91bd3e 0%, #8ac12a 100%);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    text-transform: uppercase;
    transition: all 0.4s;
}

#admin .sidebar .head .btn:hover {
    box-shadow: 0 0 0;
}

#admin .sidebar .head .btn:active,
#admin .sidebar .head .btn:focus {
    color: #fff;
}

#admin .sidebar #list .nav .nav-item .nav-link,
#admin .sidebar #list .nav .sub .nav-link {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #8da2b7;
    border-bottom: 1px solid #f6f9fc;
    padding: 14px 20px;
    letter-spacing: 1px;
    transition: all 0.4s;
}

#admin .sidebar #list .nav .nav-item .nav-link:hover,
#admin .sidebar #list .nav .sub .nav-link:hover {
    color: #91bd3e;
}

#admin .sidebar #list .nav .nav-item .nav-link:hover:before,
#admin .sidebar #list .nav .sub .nav-link:hover:before {
    background-color: #91bd3e;
}

#admin .sidebar #list .nav .nav-item .nav-link .fa,
#admin .sidebar #list .nav .sub .nav-link .fa {
    font-size: 14px;
    margin-right: 15px;
}

#admin .sidebar #list .nav .nav-item .active,
#admin .sidebar #list .nav .sub .active {
    color: #91bd3e;
    font-weight: 500 !important;
}

#admin .sidebar #list .nav .sub {
    background-color: #f6f9fc;
}

#admin .sidebar #list .nav .sub .nav-link {
    margin-left: 40px;
    position: relative;
    font-weight: 300;
}

#admin .sidebar #list .nav .sub .nav-link:before {
    content: '';
    position: absolute;
    transition: all 0.4s;
    width: 8px;
    height: 8px;
    left: 10px;
    top: 40%;
    border-radius: 100px;
    background-color: #8da2b7;
}

#admin .sidebar #list .nav .sub .nav-link:first-of-type {
    padding-top: 30px;
}

#admin .sidebar #list .nav .sub .nav-link:first-of-type:before {
    top: 55%;
}

#admin .sidebar #list .nav .sub .nav-link:last-of-type {
    padding-bottom: 30px;
}

#admin .sidebar #list .nav .sub .nav-link:last-of-type:before {
    top: 32%;
}

#admin .sidebar #list .nav .sub-ico {
    position: absolute;
    right: 20px;
}

#admin .content {
    background-color: #fcfcfc;
    margin-left: 18%;
    width: 100%;
}

#admin  .top.top-header {
    padding: 0;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid #e3eaf1;
    width: 100%;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 6;
    align-items: center;
    height: 86px;
    justify-content: space-between;
}

#admin  .top.top-header .left {
    flex: 0 0 16%;
}

#admin  .top.top-header .right {
    height: 86px;
}

#admin  .top.top-header .right .dropdown-menu {
    left: -80%;
    top: 100%;
    border-radius: 0;
    border: 1px solid #e3eaf1;
    margin: 0;
    padding: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    height: auto;
}

#admin  .top.top-header .right .dropdown-menu a {
color: #0E501B;
    border-top: 1px solid rgba(151, 151, 151,0.2);
    border-bottom: 1px solid rgba(151, 151, 151,0.2);
    padding: 15px;
    transition: all 0.3s;
    background: #fff;
    font-size: 12px;
}

#admin  .top.top-header .right .dropdown-menu a:last-of-type {
    border-bottom: 1px solid #fff;
}

#admin  .top.top-header .right .dropdown-menu a:hover {
border-top: 1px solid rgba(151, 151, 151,0.2);
    border-bottom: 1px solid rgba(151, 151, 151,0.2);
    background-color: #fff;
    color: #0E501B;
    font-weight: 800;
}

#admin  .top.top-header .btn {
    margin-right: 10px;
}

#admin  .top.top-header .btn:hover {
    background-color: #8ac12a;
    border: 1px solid #8ac12a;
}

#admin  .top.top-header .fa-home {
    margin-right: 6px;
}

#admin  .top.top-header .fa-arrow-down {
    margin-left: 4px;
    font-size: 12px;
}

#admin .content .bottom {
    padding: 0 30px;
    width: 100%;
    display: flex;
    margin-top: 20px;
}

#admin .content .bottom .left {
    flex: 1;
}

#admin .content .bottom .left h1 {
    font-size: 22px;
    font-weight: 600;
    color: #91bd3e;
}

#admin .content .bottom .right {
    display: flex;
    margin-top: 5px;
}

#admin .content .bottom .right h1 {
    font-size: 16px;
    color: #8da2b7;
}

#admin .content .bottom .right a {
    text-transform: capitalize;
    line-height: 0;
    margin-left: 4px;
    margin-top: 6px;
    color: #8da2b7;
}

#admin .content #real {
    padding: 30px;
}

#admin .content #real h1.head {
    color: #8da2b7;
    font-size: 22px;
}

#admin .content #real .activeMode .card {
    display: flex;
    flex-direction: row;
}

#admin .content #real .activeMode .card h1 {
    font-size: 15px;
    font-weight: 600;
    color: #8da2b7;
    margin-top: 10px;
    flex: 1;
}

#admin .content #real .regsterUsers .card {
    background-image: -webkit-linear-gradient(0deg, #91bd3e 0%, #75a225 100%);
    border: 0;
    color: #fff;
    padding: 30px 40px;
    min-height: 320px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.18);
    padding-top: 4em;
}

#admin .content #real .regsterUsers .card .card-top {
    display: flex;
}

#admin .content #real .regsterUsers .card .card-top h1 {
    flex-grow: 1;
    font-weight: 800;
    font-size: 69px;
}

#admin .content #real .regsterUsers .card .card-top .fa {
    font-size: 60px;
}

#admin .content #real .regsterUsers .card .card-bottom {
    margin-top: 3em;
}

#admin .content #real .regsterUsers .card .card-bottom p {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

#admin .content #real .analytics .card {
    display: flex;
    flex-direction: row;
}

#admin .content #real .analytics .card .icon .fa,
#admin .content #real .analytics .card .icon .fab {
    font-size: 23px;
    margin-right: 20px;
    color: #8ac12a;
}

#admin .content #real .analytics .card .text {
    flex: 1;
    width: 100%;
    color: #8da2b7;
}

#admin .content #real .analytics .card .text h1 {
    font-size: 18px;
    font-weight: 700;
    color: #8da2b7;
}

#admin .content #real .analytics .card .text p {
    font-size: 15px;
    letter-spacing: 1px;
}

#admin .content #real .users .user {
    display: flex;
    margin: 15px 0 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f9fc;
}

#admin .content #real .users .user:first-of-type {
    margin-top: 30px;
}

#admin .content #real .users .user:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

#admin .content #real .users .user .uImg {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#admin .content #real .users .user .uImg img {
    width: 100%;
}

#admin .content #real .users .user .info {
    margin-left: 30px;
    margin-top: 5px;
    flex: 1;
}

#admin .content #real .users .user .info h1 {
    font-size: 17px;
    color: #8da2b7;
    font-weight: 600;
    margin: 0;
}

#admin .content #real .users .user .info p {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 1.4px;
    font-size: 12px;
}

#admin .content #real .users .user .type .btn {
    font-size: 14px;
    padding: 5px 10px;
}

#admin .content #chart .highcharts-series .highcharts-area {
    fill: rgba(118, 163, 38, 0.31);
}

#admin .content #chart .highcharts-series .highcharts-graph {
    stroke: #8ac12a;
}

#admin .content #chart .highcharts-markers path,
#admin .content #chart .highcharts-markers rect,
#admin .content #chart .highcharts-legend-item path,
#admin .content #chart .highcharts-legend-item rect {
    fill: #8ac12a;
}

#admin #leads .head {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3eaf1;
}

#admin #leads .table tbody td,
#admin #leads .table tbody th,
#admin #leads .table thead td,
#admin #leads .table thead th {
    border: 0;
    padding-left: 0;
    text-transform: capitalize;
}

#admin #leads .table thead th {
    font-weight: 500;
    color: #8da2b7;
}

#admin #leads .table tbody td {
    padding: 10px 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    letter-spacing: 1.2px;
}

#admin #leads .table tbody td .fa {
    font-size: 12px;
}

#admin #active .card {
    border: 0;
    background-image: -webkit-linear-gradient(90deg, #8ac12a 0%, #91bd3e 100%);
    box-shadow: 0px 4px 10px rgba(204, 204, 204, 0.8);
}

#admin #active p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px !important;
    font-weight: 300;
}

#admin #active .head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#admin #active .aria {
    margin-top: 16px;
}

#admin #active .info {
    display: flex;
}

#admin #active .info h1 {
    margin-top: 20px;
    color: #fff;
    font-weight: 800;
    font-size: 50px !important;
    letter-spacing: 4px;
}

#admin #active .info p {
    font-size: 20px !important;
    margin-bottom: 30px;
}

#admin #questions .head {
    margin-bottom: 20px;
}

#admin #questions .pro {
    margin-bottom: 15px;
}

#admin #questions .pro:last-of-type {
    margin-bottom: 0;
}

#admin #questions .pro .proTop {
    display: flex;
}

#admin #questions .pro .proTop .left {
    flex: 1;
}

#admin #questions .pro .proTop p {
    font-size: 13px;
    font-weight: 600;
    color: #8da2b7;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}

#admin #questions .pro .progress {
    height: 10px;
    background-color: #e3eaf1;
}

#admin #questions .pro .progress .progress-bar {
    background-color: #8da2b7;
}

#doc {
    padding: 100px;
}

#doc section {
    border-bottom: 1px solid #eaedf1;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

#doc section:last-of-type {
    border: 0;
}

#doc section .head {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 3px;
    color: #91bd3e;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7cbff;
}

#doc section h1 {
    font-size: 19px;
    font-weight: 700;
}

#doc section .img {
    width: 900px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 50px 0;
}

#doc section .img img {
    width: 100%;
}

.highcharts-credits {
    display: none;
}

#IndexChartOne .highcharts-pie-series .highcharts-color-0 {
    fill: #e13b38;
}

#IndexChartOne .highcharts-pie-series .highcharts-color-1 {
    fill: #90e138;
}

#IndexChartOne .highcharts-pie-series .highcharts-color-2 {
    fill: #666;
}

#IndexChartOne .highcharts-pie-series .highcharts-color-3 {
    fill: #8da2b7;
}

#IndexChartTwo .highcharts-tracker .highcharts-color-0 {
    fill: #e13b38;
}

#IndexChartTwo .highcharts-tracker .highcharts-color-1 {
    fill: #90e138;
}

#IndexChartTwo .highcharts-tracker .highcharts-color-2 {
    fill: #666;
}

.wrap .app-content h4.m-b-lg {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
    color: #8da2b7;
    letter-spacing: 1px;
}

.wrap .app-content .progress {
    margin: 30px 0;
}

.wrap .app-content .btns .btn {
    margin: 5px;
}

.wrap .app-content .list-group {
    margin-bottom: 30px;
    color: #91bd3e;
}

.wrap .app-content .list-group .list-group-item {
    color: #91bd3e;
}

.wrap .app-content .list-group .active {
    color: #fff;
    background-color: #91bd3e;
    border: 1px solid #91bd3e;
}

.wrap .app-content .cards .card-top {
    padding: 30px !important;
}

.wrap .app-content .cards .card {
    padding: 0;
}

.wrap .app-content .cards .card .m-b-lg {
    margin-bottom: 30px;
}

.wrap .app-content .cards .card .card-block {
    font-size: 13px;
    line-height: 25px;
}

.wrap .app-content .cards .card .card-title {
    padding: 0;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
}

.wrap #contact #categories-list,
.wrap #contact #inbox-action-panel,
.wrap #inbox #categories-list,
.wrap #inbox #inbox-action-panel {
    margin-top: 30px !important;
    margin-left: 0;
    padding-left: 0;
}

.wrap #contact #categories-list span,
.wrap #contact #inbox-action-panel span,
.wrap #inbox #categories-list span,
.wrap #inbox #inbox-action-panel span {
    margin-left: 2px;
}

.wrap #contact #categories-list .fa,
.wrap #contact #inbox-action-panel .fa,
.wrap #inbox #categories-list .fa,
.wrap #inbox #inbox-action-panel .fa {
    margin-right: 4px;
}

.wrap #contact #categories-list .list-group,
.wrap #contact #inbox-action-panel .list-group,
.wrap #inbox #categories-list .list-group,
.wrap #inbox #inbox-action-panel .list-group {
    font-size: 13px;
    font-weight: 600;
}

.wrap #contact #categories-list .list-group .list-group-item,
.wrap #contact #inbox-action-panel .list-group .list-group-item,
.wrap #inbox #categories-list .list-group .list-group-item,
.wrap #inbox #inbox-action-panel .list-group .list-group-item {
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.wrap #contact #categories-list .list-group .list-group-item:hover,
.wrap #contact #inbox-action-panel .list-group .list-group-item:hover,
.wrap #inbox #categories-list .list-group .list-group-item:hover,
.wrap #inbox #inbox-action-panel .list-group .list-group-item:hover {
    background-color: #f6f9fc;
    border: 1px solid #e3eaf1;
}

.wrap #contact #categories-list .list-group .list-group-item .item-action,
.wrap #contact #inbox-action-panel .list-group .list-group-item .item-action,
.wrap #inbox #categories-list .list-group .list-group-item .item-action,
.wrap #inbox #inbox-action-panel .list-group .list-group-item .item-action {
    transition: all 0.2s;
}

.wrap #contact #categories-list .list-group .list-group-item .item-action:hover,
.wrap #contact #inbox-action-panel .list-group .list-group-item .item-action:hover,
.wrap #inbox #categories-list .list-group .list-group-item .item-action:hover,
.wrap #inbox #inbox-action-panel .list-group .list-group-item .item-action:hover {
    color: #91bd3e;
}

.wrap #contact #contacts-list,
.wrap #inbox #contacts-list {
    margin-top: 40px;
}

.wrap #contact #contacts-list .media-left,
.wrap #inbox #contacts-list .media-left {
    margin-right: 20px;
}

.wrap #contact #contacts-list .media-left .avatar,
.wrap #inbox #contacts-list .media-left .avatar {
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.wrap #contact #contacts-list .media-left .avatar img,
.wrap #inbox #contacts-list .media-left .avatar img {
    height: 100%;
}

#inbox .mail-list {
    margin-top: 30px;
}

#inbox .mail-list .mail-item .mail-container {
    border: 0 !important;
    border-spacing: 0 !important;
    border-collapse: collapse;
}

#inbox .mail-list .mail-item .mail-container .mail-left .avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}

#inbox .mail-list .mail-item .mail-container .mail-left .avatar img {
    height: 100%;
}

#forms .m-b-xl,
#forms .title-color {
    margin-bottom: 30px;
}

#forms .col-md-12 {
    margin: 40px 0;
}

#Profile .widget .media {
    margin-top: 30px;
}

#Profile .widget .media .media-left {
    margin-right: 20px;
}

#Profile .widget .media .media-left .avatar {
    height: 50px;
    width: 50px;
}

#Profile .widget .media .media-left .avatar img {
    height: 100%;
}

#Profile #profile-tabs h1 {
    margin-top: 100px;
    text-align: center;
    letter-spacing: 5px;
    color: #8ac12a;
}

#Profile #profile-tabs li {
    padding: 10px 20px 10px 0 !important;
    color: #8da2b7;
}

#Profile .promo-footer {
    border-radius: 5px;
    border: 0;
    background-color: #f6f9fc;
}

#Profile .m-r-xs {
    margin: 0 10px;
}

#Profile a {
    color: rgba(0, 0, 0, 0.5);
}

#Profile .cover-icon {
    color: #91bd3e;
}

#Profile .avatar {
    overflow: hidden;
    border-radius: 100px;
}

#Profile .avatar img {
    width: 100%;
}

#invoice .table {
    margin: 40px 0;
}

#invoice .details {
    margin: 30px 0;
}

#invoice .clearfix {
    display: flex;
}

#invoice .clearfix .pull-left {
    flex: 1;
}

#invoice .panel-title {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0;
}

#invoice .panel-body p {
    font-size: 14px;
    font-weight: 600;
    color: #8da2b7;
}

#price .price-box {
    margin-top: 50px;
}

#price .price-box .box-head {
    padding: 40px 0;
}

#price .price-box .box-body {
    margin: 30px 0;
}

#price .price-box .box-body ul {
    margin: 0;
    padding: 0;
}

#price .price-box .box-body li {
    padding: 10px 0;
    list-style: none;
}

#price .price-box .box-footer {
    padding: 30px 0;
}

#price .head {
    margin: 40px 0;
}

#support .text-center .fa {
    font-size: 30px;
}

#support .text-center h4 {
    font-size: 18px;
    font-weight: 600;
}

#support .text-center p {
    font-size: 14px;
    color: #8da2b7;
}

#support .accordion {
    padding-bottom: 0;
}

#support .accordion h4 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #91bd3e;
}

#support .panel-body {
    font-size: 14px;
    margin-bottom: 30px;
    color: #8da2b7;
}

#support .app-actions-list a {
    padding-left: 0;
    font-size: 15px;
    color: #8da2b7;
}

#support .app-actions-list .fa {
    margin-right: 10px;
}

@media (max-width: 990px) {
    #admin {
        position: relative;
    }
    #on {
        position: absolute;
        z-index: 1;
    }
    .content {
        margin: 0 !important;
    }
    .sidebar {
        background-color: #fff;
        position: absolute;
        z-index: 1;
        left: 0;
    }
}

.app-content {
    margin: 2em;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #91bd3e;
}

input:focus+.slider {
    box-shadow: 0 0 1px #91bd3e;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #eceeef;
}

.btn_cancel {
    background-color: #676b6e;
    color: white;
}

.width_ctrl {
    width: 90px;
    text-align: center;
    padding: 10px;
    letter-spacing: 0;
    font-size: 15px;
}

.btn-primary {
    background-color: #8eba3b !important;
    border: 0;
    color: white !important;
    border: 1px solid #7da72e;
}

.dropdown-item>strong {
    margin-left: 0.5em;
    background: #8da2b7;
    color: white;
    padding: 1px 5px;
    border-radius: 2px;
    font-weight: 600;
}

.form-control {
    border: 1px solid rgb(224, 224, 224);
}
.dropdown-toggle {
  background-color: #f6f9fc;
  border: 1px solid #e3eaf1;
  color: #8da2b7;
}

/*dashboard*/

#admin .sidebar #list .nav .nav-item .active > i:before {
    color: #0E501B;
}
#admin .sidebar #list .nav .nav-item {
    padding-left: 25px;
}
#admin .sidebar #list .nav .nav-item .nav-link span, #admin .sidebar #list .nav .sub .nav-link span {
    margin-right: 15px;
    text-align: left;
    width: 18px;
    height: 18px;
    display: inline-block;
}

#admin .sidebar #list .nav .nav-item .nav-link span img, #admin .sidebar #list .nav .sub .nav-link span img {width: 100%;}
#admin .top.top-header .left .logo {
    height: 75px;
    text-align: center;
    padding: 0px 0;
}
#admin .top.top-header .left .logo img {
    height: 100%;
    margin: 0 auto;
}
div#list {
    padding-top: 25px;
}
a.nav-link, a.nav-link.active {
    color: #0E501B !important;
    border: none !important;
    display: flex;
    align-items: center;
}
a.nav-link{
    transition: all 0.2s ease !important;
    font-weight: 400 !important;
}
a.nav-link:hover{
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
}
.dashboard-content ul.list-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto 0;
}
#admin .top.top-header .right > div {
    height: 100%;
    align-items: center;
    justify-content: space-between;

}

#admin .top.top-header .right > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(151, 151, 151,0.2);
    border-right: 1px solid rgba(151, 151, 151,0.2);
        min-width: 90px;
}
#admin .top.top-header .right > div > div > button{
    width: 40px;
    height:40px;
    background: transparent !important;
    border: none !important;
}
#admin .top.top-header .right > div > div > button:hover {
    border: none !important;
    background: transparent !important;
}
#admin .top.top-header .right > div > a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    border-left: 1px solid rgba(151, 151, 151,0.2);
    color: #0E501B;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.35s ease;
    letter-spacing: 0.7px;
}
.top_bar_right div button.bell-icon {
    width: auto !important;
    height: auto !important;
}

button.btn-transparent {
    background: transparent !important;
}

button.btn-transparent img {
    background: transparent;
}
.top_bar_right div button.bell-icon img {
    width: 24px;
    height: auto;
}
#admin .top.top-header .right > div > div > button:focus, #admin .top.top-header .right > div > div > button:hover {
    outline: none;
}
.top_bar_right div button.bell-icon:before {
    content: "";background: #95C13A;width: 10px;height: 10px;position: absolute;border-radius: 100px;border: 2px solid #fff;
}
#admin .top.top-header .right > div > a:hover,#admin .top.top-header .right > div > a:focus {
    text-decoration: none;
    outline: none;
    transition: all 0.35s ease;
    background: rgba(151, 151, 151,0.1);
}
.dashboard_right_sidebar div#tabd1 > div,.dashboard_right_sidebar div#tabd2 > div {
    background: #fff;
}

.dashboard_right_sidebar div#tabd1 > div:nth-child(2n),.dashboard_right_sidebar div#tabd2 > div:nth-child(2n) {
    background: rgba(255,255,255,0.4);
}
.dashboard_right_sidebar div#tabd1 .card-body,
.dashboard_right_sidebar div#tabd2 .card-body {
    padding: 1.25rem 2rem;
}

.dashboard_right_sidebar div#tabd1 .card-body .tw-flex.tw-mb-0:first-child > div:last-child,
.dashboard_right_sidebar div#tabd2 .card-body .tw-flex.tw-mb-0:first-child > div:last-child {
    font-weight: 700;
    color: #222;
}
.dashboard_right_sidebar div#tabd1 .card-body .tw-flex.tw-mb-0, .dashboard_right_sidebar div#tabd2 .card-body .tw-flex.tw-mb-0 {
    color: #777;
}
.dashboard_right_sidebar div#tabd1 .card-body .tw-flex.tw-mb-0:first-child > div:first-child,
.dashboard_right_sidebar div#tabd2 .card-body .tw-flex.tw-mb-0:first-child > div:first-child {
    font-weight: 600;
}
.dashboard_right_sidebar div#tabd1 .card-body button.btn.assign {
    margin-top: 15px;
    border-radius: 2px;
    /*font-size: 14px !important;
    padding: 2px 10px !important;*/
}
.dashboard_right_sidebar div#tabd2 .card-body button.btn.assign{
     border-radius: 2px;
}
.dashboard_right_sidebar div#tabd1 .card-body i.fa.fa-phone,.dashboard_right_sidebar div#tabd2 .card-body i.fa.fa-phone {
    transform: rotateY(180deg);
    font-size: 10px;
}
.dashboard_right_sidebar div#tabd2 .card-body > div:nth-child(3) {
    margin-bottom: 15px;
}

.dashboard_right_sidebar div#tabd2 .card-body div:nth-child(5) {
    margin-bottom: 15px;
}
.dashboard_right_sidebar div#tabd2 .card-body > div:nth-child(4) span {
    color: #0E501B;
    font-size: 14px;
}

.dashboard_right_sidebar div#tabd2 .card-body > div:nth-child(4) {
    margin-bottom: 15px;
}
.dashboard_right_sidebar div#tabd2 .card-body > *:last-child {
    display: flex;
    align-items: center;
}
.dashboard_right_sidebar div#tabd2 .card-body > div:nth-child(5) > div:first-child {
    font-size: 14px !important;
    font-weight: 400;
}

.dashboard_right_sidebar div#tabd2 .card-body div:nth-child(5) span {
    position: relative;
}

.dashboard_right_sidebar div#tabd2 .card-body div:nth-child(5) span img {
    position: absolute;
    width: 25px;
    left: 0;
    display: inline-block;
    max-width: initial;
    top: -1px;
}
.dashboard_right_sidebar div#tabd2 .card-body div:nth-child(5) span {
   position: relative;
    width: 25px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
.dashboard_right_sidebar div#tabd2 .card-body div:nth-child(5) span a:hover {
    color: #212529;
    outline: none;
    text-decoration: none;
}
.dashboard-content span.h2 {
    font-weight: 800;
}

.dashboard-content span.h2 + span {
    font-size: 17px !important;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
}
.dashboard-content span.h2 {
    font-weight: 600;
}

.dashboard-content span.h2 + span {
    font-size: 12px !important;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
}

.dashboard-content ul.list-inline li.list-inline-item div > p:last-child {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600;
}

.dashboard-content ul.list-inline li.list-inline-item div > p:nth-child(3) {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.dashboard-content ul.list-inline li.list-inline-item div > p {
    padding: 0 !important;
    margin-bottom: 15px !important;
}

.dashboard-content ul.list-inline li.list-inline-item:first-child div > p:nth-child(2) {
    color: #0E501B;
    font-size: 12px !important;
}

.dashboard-content ul.list-inline li.list-inline-item:last-child div > p:nth-child(2) {
    color: #F7B500;
    font-size: 12px !important;
}

.dashboard-content ul.list-inline li.list-inline-item:nth-child(2) div > p:nth-child(2) {
    color: #0070C0;
    font-size: 12px !important;
}
.dashboard-content ul.list-inline li.list-inline-item div > p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dash_right_sidbar_top > div {
    font-size: 15px !important;
    font-weight: 500;
    padding: 12px;
    text-transform: uppercase;
}
body.modal-show {
    overflow: hidden !important;
    padding-right: 17px !important;
    transition: all 0.35s ease;
}
body{
    transition: all 0.35s ease;
}
.modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
    max-width: 600px;
}

div#assign-modal .modal-dialog {
    max-width: 600px;
}
.modal-header button.btn-transparent {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: rgba(0,0,0,0.1) !important;
}

.modal-body .details-block {
    max-width: 70%;
}

.modal-body > form {
    margin-top: 30px;
}

.modal-body > .details-block {
    margin-top: 20px;
}
.modal-header {
    background: #F7B500;
    align-items: center;
    padding: 10px 30px;
}
.modal-header {
    background: #F7B500;
    align-items: center !important;
    padding: 10px 30px !important;
}

.modal-body {
    padding: 30px !important;
}

.search-staff {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.search-staff > button {
    position: absolute;
    right: 0;
    height: 80%;
    top: 10%;
    font-size: 13px;
    background: #0E501B !important;
    border: none !important;
    border-radius: 2px;
    right: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.search-staff input.form-control {
    padding-right: 130px;
    border: 1px solid #C8C8C8 !important;
    padding: 0px 50px;
}
.search-staff img {
    position: absolute;
    top: 10px;
    left: 15px;
}

.search-staff input.form-control:focus {
    border: 1px solid #000 !important;
    transition: all 0.35s ease;
    box-shadow: none;
}


.staff-list .tw-flex.tw-mb-0 > div > span:last-child {
    color: #212529;
    font-size: 0.75rem !important;
    font-weight: 400;
}

.staff-list .tw-flex.tw-mb-0 > div > span:last-child i.fa.fa-phone {
    transform: rotateY(180deg);
    margin-left: 10px;
    font-size: 10px !important;
    margin-right: 2px;
}

.staff-list button.btn.btn-primary.btn-assign {
    font-size: 12px;
    background: #0E501B !important;
    border: none !important;
    border-radius: 2px;
    padding: 0.375rem 1rem;
}
.modal-body > .details-block .tw-text-success-dark {
    font-weight: 800;
}
form.addstaff-form {
    padding: 0 50px;
}

form.addstaff-form h4.modal-titlehead {
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}

form.addstaff-form section.form-section {
    margin: 15px 0;
}

form.addstaff-form section.form-section input {
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 32px;
    font-size: 12px;
    padding: 10px 15px;
    color: #3F3F3F;
    border-radius: 2px;
}

.btn.btn-primary {
    background: #0E501B !important;
    padding: 0.3rem 1rem;
    /* border: none !important; */
    border-radius: 2px;
    font-size: 12px;
}

form.addstaff-form section.form-section:last-child {
    text-align: right;
}
div#activate-modal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.activated-block > p {
    margin-bottom: 20px;
    color: #3F3F3F;
    font-size: 16px;
}

.activated-block > p:first-child {
    color: #0E501B;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.activated-block > p:nth-child(2) span:first-child {
    color: #0E501B;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.activated-block > p:nth-child(2) span:last-child {
    color: #777777;
    font-size: 13px;
}

.activated-block > p:nth-child(3) {
    margin-bottom: 0;
}

.activated-block > p:last-child {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}
.activated-block > p:last-child input {
    border: 1px solid #D8D8D8;
    min-height: 30px;
    padding: 0 10px;
    max-width: 210px;
    font-size: 14px;
}

.activated-block > p:last-child > span:first-child,
#generatedUnionNumber {
    flex: 1;
    padding: 0.3rem 0.75rem;
    border: 1px solid #c8c8c8;
    margin-right: 25px;
}



/*end dashboard*/

/*member-registration*/

.real_dashboard_old.dashboard-content.main-inner-content {
    position: relative;
    width: 100%;
    padding: 0;
}

.main-inner-content > div {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 86px);
    overflow: hidden;
}

.main-inner-content > div section.registration-steps {
    width: 35%;
    padding: 60px;
    background: #f3f3f3;
    padding-top: 100px;
    padding-left: 7%;
}

.main-inner-content > div section.registration-form {
    width: 65%;
    padding: 60px;
    padding-top: 100px;
    padding-left: 7%;
    max-height: 100%;
    overflow-y: auto;
}
.main-inner-content > div section.registration-form * {
    transition: all 0.35s ease;
}
.registration-steps ul.progressbar {
    position: relative;
}

.registration-steps ul.progressbar li {
    padding: 12px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.registration-steps ul.progressbar span.number {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #333F48;
    color: #95C13A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.registration-steps ul.progressbar span.dot-styler {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 1px solid #9B9B9B;
    left: 7.5px;
    background: #fff;
}

.registration-steps ul.progressbar li.current {
    cursor: pointer;
}

.registration-steps ul.progressbar li span:last-child {
    color: #9B9B9B;
    font-size: 12px;
    padding-left: 45px;
    font-weight: 400;
}

.registration-steps ul.progressbar li.current span.number + span {
    font-weight: 500;
    color: #333F48;
}

.registration-steps ul.progressbar span.dot-styler:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 3px;
    left: 3px;
    background: #989898;
    border-radius: 100px;
}

.registration-steps ul.progressbar:before {
    content: "";
    position: absolute;
    background: #95C13A;
    height: 1000%;
    width: 1px;
    left: 15px;
    top: -100px;
}

.registration-steps ul.progressbar li.current span:last-child {
    color: #0E501B;
}

.registration-steps ul.progressbar li.current span.dot-styler {
    border: 1px solid #95C13A;
}

.registration-steps ul.progressbar li.current span.dot-styler:before {
    background: #95C13A;
}
.registration-form .registration-content {
    width: 65%;
}

.registration-form .registration-content section.form-section {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.registration-form .registration-content section.form-section div:first-child {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 20px;
}

.registration-form .registration-content section.form-section div:first-child label.control-label {
    color: #6D7278;
    font-size: 12px;
}

.registration-form .registration-content section.form-section div:last-child {
    flex: 0 0 65%;
    max-width: 65%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.registration-form .registration-content section.form-section div.radio-block {
    flex-direction: row;
}
.registration-form .registration-content section.form-section div:last-child label.radio-label {
    margin-right: 15px;
    margin-bottom: 0;
}

.registration-form .registration-content section.form-section div:last-child .form-control {
    /*min-width: 300px;*/ 
    border: 1px solid #C7C7C7;
    background: #fff;
    color: #6D7278;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
}

.registration-form .registration-content section.form-section.pull-right {justify-content: flex-end;}

.registration-form .registration-content section.form-section div:last-child .form-control:focus {
    border: 1px solid #333F48;
    box-shadow: none;
    outline: none;
}

.registration-form .registration-content section.form-section.pull-right a.btn.btn-next {
    background: #95C13A;
    color: #fff;
    font-size: 12px;
    box-shadow: 0px 4px 10px rgba(149, 193, 58, 0.24);
    border-radius: 2px;
    letter-spacing: 0px;
    padding: 10px 20px;
}
.registration-steps ul.progressbar li.current.completed span:last-child {
    color: #3F3F3F;
}
.registration-steps ul.progressbar li.current.list-completed span.number {
    background: #95C13A;
    color: #fff;
}


/*end member rgistration*/


/*member profile edit*/
section.block-content {
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

section.block-content > div:first-child {
    padding: 40px;
}

section.block-content .tw-text-success-dark {
    font-weight: 600;
}
section.block-content .tw-flex {
    color: #777;
}

i.fa.fa-phone {
    font-size: 10px;
    transform: rotateY(180deg);
}

section.block-content img {
    margin-right: 5px;
    display: inline-block;
}

section.block-content .content-tabs {
    display: flex;
    border-top: 1px solid #D8D8D8;
    padding: 3px 40px;
    align-items: center;
    justify-content: space-between;
}

section.block-content .content-tabs ul {
    display: flex;
    align-items: center;
}

section.block-content .content-tabs ul li {
    display: inline-block;
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin-right: 20px !important;
}

section.block-content .content-tabs ul li a {
    /*display: inline-block;width: 100%;color: #3F3F3F;font-size: 16px;font-weight: 800;position: relative;*/}

section.block-content .content-tabs > div {
    flex: 1;
}

section.block-content .content-tabs > div:last-child {
    text-align: right;
}

section.block-content .content-tabs ul li a:before {content: "";}

.btn.btn-borderonly {
    border: 1px solid #0E501B;
    border-radius: 2px;
    min-width: 85px;
    padding: 0.3rem 1rem;
    margin-right: 15px;
}

section.block-content .content-tabs > div:last-child a.btn.btn-primary {
    border: 1px solid #0E501B;
    min-width: 85px;
    margin-right: 15px;
}

section.block-content .content-tabs > div:last-child a.btn.btn-danger {
    border: 1px solid #e3342f;
    min-width: 85px;
    margin-right: 15px;
    border-radius: 2px;
    padding: 0.3rem 1rem
}

section.block-content .content-tabs > div:last-child .dropdown > div {
/*    position: relative;
    height: 18px;
    width: 6px;*/
}

section.block-content .content-tabs > div:last-child .dropdown {
    position: relative;
    height: 100%;
    display: inline-block;
    width: auto;
    cursor: pointer;
}

section.block-content .tw-text-right.f-14 span:first-child {
    margin-right: 20px;
}

section.block-content .tw-text-right.f-14 span:last-child {
    font-weight: 800;
}
.dashboard-content > section.block-content:last-child {
    padding: 40px !important;
    position: relative;
}

.dashboard-content > section.block-content:last-child a#edit-profile,
.dashboard-content > section.block-content:last-child a#save-profile {
    position: absolute;
    top: 15px;
    right: 40px;
    display: flex;
    align-items: center;
    color: #109CF1;
    font-size: 14px;
}

.dashboard-content > section.block-content:last-child .personal-info .tw-text-right {
    display: flex;
    align-items: center;
}

.dashboard-content > section.block-content:last-child .personal-info .tw-text-right label.radio-label {
    margin-right: 20px;
}

.dashboard-content > section.block-content:last-child .personal-info .tw-text-right label.radio-label:before {
    top: 5px;
}

.dashboard-content > section.block-content:last-child .personal-info .tw-text-right label.radio-label:after {
    top: 7px;
}

.dashboard-content > section.block-content:last-child h4.title {
    color: #4D4F5C;
    font-weight: 500;
    font-size: 12px;
    margin: 15px 0;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
}

.dashboard-content > section.block-content:last-child .personal-info {
    width: 100%;
}

.dashboard-content > section.block-content:last-child .personal-info .tw-text-left,.dashboard-content > section.block-content:last-child .personal-info .tw-text-right {
    color: #6D7278;
    font-size: 13px !important;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.dashboard-content > section.block-content:last-child .personal-info .tw-text-right {
    text-align: left;
}
.dashboard-content > section.block-content:last-child a#edit-profile img {
    margin-left: 10px;
}
.dashboard-content > section.block-content:last-child > div {
    padding: 0;
}
section.block-content .content-tabs ul li:before {content: "";position: absolute;background: #fff;width: 0;height: 6px;transition: all 0.35s ease;bottom: -11px;}

section.block-content .content-tabs ul li.active:before {
    background: #FFB901;
    transition: all 0.35s ease;
    width: 80%;
}
.dashboard_right_sidebar.comment-section {
    height: calc(95vh - 86px);
    background: #fff;
}

.dashboard_right_sidebar.comment-section .sidebar-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments {height: 100%;display: flex;flex-direction: column;justify-content: flex-end;}

.dashboard_right_sidebar.comment-section .sidebar-header h4.titlehead {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background: #F7B500;
    color: #3f3f3f;
    font-weight: 500;
    font-size: 12px;
    min-height: 40px;
}

ul.comment-list {overflow-y: auto;padding:0 15px;    max-height: 442px;}

ul.comment-list li {
    margin: 25px 0;
}

ul.comment-list li div:first-child {
    color: #0E501B;
    font-size: 12px;
    margin-bottom: 5px;
}

ul.comment-list li div:last-child span:first-child {
    color: #777777;
    font-size: 12px;
    margin-right: 15px;
}

ul.comment-list li div:last-child span:last-child {
    color: #95C13A;
    font-size: 12px;
    margin-left: 15px;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments form.form-comments {
    padding: 0 5px;
    margin-bottom: 5px;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments form.form-comments section.form-section {
    position: relative;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments form.form-comments section.form-section textarea.form-control {
    background: #f9f9f9;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #F3F3F3;
    padding-right: 60px;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments form.form-comments section.form-section button {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 0.6rem;
    border-radius: 4px;
    width: 40px;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments .sidebar-footer {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: #FFB901;
    padding: 10px 20px;
    border-top: 1px solid #f3f3f3;
}


.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments .sidebar-footer > div:first-child > div:first-child {
    color: #3F3F3F;
    font-size: 12px !important;
    font-weight: 500;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments .sidebar-footer > div:last-child > div:last-child > span:first-child {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    margin-right: 15px;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments .sidebar-footer > div:last-child > div:last-child > span:last-child > button {
    padding: 0.7rem 0.9rem;
    border-radius: 4px;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments .sidebar-footer > div:last-child > div:first-child {
    color: #000000;
    font-size: 12px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.dashboard_right_sidebar.comment-section .sidebar-header .sidebar-comments .sidebar-footer > div:last-child > div:last-child {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.dashboard_right_sidebar .dash_right_sidbar_top {
    z-index: 999;
}
div#tabd2 {
    margin: -40px;
}
table.main-table {
    width: 100%;
}

table.main-table tr th {
    padding: 20px;
    background: rgba(255, 185, 1, 0.8);
    color: #3f3f3f;
}

table.main-table tr td {
    border-bottom: 1px solid #E8E1E1;
    padding: 10px 20px;
    color: #3F3F3F;
    font-size: 13px;
}

table.main-table td.bg-lightblue {
    text-align: center;
    background: rgba(16, 156, 241, 0.24);
}

table.main-table td.bg-lightyellow {
    text-align: center;
    background: #FFFAEC;
}

table.main-table td.bg-lightgreen {
    text-align: center;
    background: rgba(149, 193, 58, 0.24);
}
section.block-content .content-tabs > div:last-child .dropdown-menu {
    padding: 0;
}

section.block-content .content-tabs > div:last-child .dropdown-menu a.dropdown-item {
    padding: 0.7rem 1.5rem;
    font-size: 12px;
}

section.block-content .content-tabs > div:last-child .dropdown-menu a.dropdown-item:first-child {
    color: #F7B500;
}

section.block-content .content-tabs > div:last-child .dropdown-menu a.dropdown-item:nth-child(2) {
    color: #3F3F3F;
}

section.block-content .content-tabs > div:last-child .dropdown-menu a.dropdown-item:last-child {
    color: #E02020;
}
/*end member profile edit*/

/*member page*/
.error{
    color:red;
    font-weight: bold;
}
.success{
    color:green;
    font-weight: bold;
}
.main-memberblock {
    width: 100%;
}

.main-memberblock .m-tablecontent {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding:0 30px;
}
.main-inner-content.with-table > div {
    overflow-y: auto !important;
}
table.m-datatable {
    border: 1px solid #f3f3f3 !important;
    margin-bottom: 30px !important;
}

table.m-datatable tbody tr td {
    border: none !important;
    padding: 8px 15px !important;
    color: #3F3F3F !important;
    font-size: 12px;
    vertical-align: middle;
}

table.m-datatable thead tr th {
    background: #f3f3f3;
    color: #3F3F3F;
    padding: 15px;
    border: none !important;
    /*font-weight: 300;*/
    font-weight: 400;
    font-size: 12px;
}
table.m-datatable tbody tr td:first-child {
    color: #0E501B !important;
    width: 150px;
}
.main-memberblock .m-tablecontent section.filter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-memberblock .m-tablecontent section.filter-section > div {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    justify-content: space-between;
    padding: 5px 0;
}

.main-memberblock .m-tablecontent section.filter-section > div:first-child {padding: 20px 0px;}

.main-memberblock .m-tablecontent section.filter-section > div:first-child ul li {
    display: inline-block;
    margin-right: 30px;
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    transition: all 0.35s ease;
}

.main-memberblock .m-tablecontent section.filter-section > div:first-child > div {
    display: flex;
    align-items: center;
}

.main-memberblock .m-tablecontent section.filter-section > div:first-child > div > * {
    /*margin-left: 30px;*/
}

.main-memberblock .m-tablecontent section.filter-section > div:first-child > div  input.form-control {
    border: none;
    /*padding: 0;*/
    padding: 0px 0px 0px 2em;
    height: auto;
    width: auto !important;
    /*text-align: right;*/
}

.main-memberblock .m-tablecontent section.filter-section > div:last-child {
    /*border-top: 1px solid #F7B500;*/
    border-bottom: 1px solid #F7B500;
}

.main-memberblock .m-tablecontent section.filter-section > div:last-child div > span {
    margin-right: 30px;
}

.main-memberblock .m-tablecontent section.filter-section > div:last-child div {
    display: flex;
    align-items: center;
    position: relative;
}

.main-memberblock .m-tablecontent section.filter-section > div:first-child ul li span {
    font-size: 12px;
    color: #777777;
    font-weight: 600;
}

.main-memberblock .m-tablecontent section.filter-section > div:first-child ul li:before {
    content: "";
    position: absolute;
    background: #95C13A;
    height: 5px;
    width: 0;
    top: -20px;
    transition: all 0.35s ease;
}

.main-memberblock .m-tablecontent section.filter-section > div:first-child ul li.active:before {
    width: 100%;
    transition: all 0.35s ease;
}

.main-memberblock .m-tablecontent section.filter-section > div:first-child ul li.active {
    transition: all 0.35s ease;
    color: #0E501B;
    font-weight: 500;
}

.main-memberblock .m-tablecontent section.filter-section > div:last-child div button {
    position: absolute;
    left: 0;
}

.main-memberblock .m-tablecontent section.filter-section > div:last-child div input {
    padding-left: 30px;
    border: none !important;
    min-width: 250px;
}

.main-memberblock .m-tablecontent section.filter-section > div:last-child div input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.main-memberblock .card-info-text > a {
    position: absolute;
    right: 0;
    top: 5px;
    color: #0E501B;
    font-size: 12px;
}

.main-memberblock .card-info-text {
    position: relative;
}


.main-memberblock .m-tablecontent form.form-horizontal {
    margin: 0 !important;
}


table.m-datatable tbody tr td:last-child img {margin: 0 auto;cursor: pointer;}

table.m-datatable tbody tr td:last-child .dropdown-menu {
    right: calc(50% - 4px);
    left: auto !important;
    padding: 0;
    margin-top: 0;
}



table.m-datatable tbody tr td:last-child .dropdown-menu a.dropdown-item {
    padding: 12px 25px;
    color: #3F3F3F;
}
table.m-datatable tbody tr td:last-child .dropdown-menu a:first-child{
    color: #F7B500;
}
table.m-datatable tbody tr td:last-child .dropdown-menu a:last-child{
    color: #E02020;
}
table.m-datatable tbody tr {
    background: #fff;
    cursor: pointer;
}

table.m-datatable tbody tr:hover {
    background: rgba(149, 193, 58,0.5);
}
/*end member page*/

/*contributions page*/
.c-mainblock {
    background: #fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6F6FF;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 52px;
}

.c-mainblock > div {
    width: 100%;
    position: relative;
    padding: 0px 15px;
    text-align: center;
}

.main-contentblock {
    width: 100%;
}

.c-mainblock > div .icon-box {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #FFFAEC;
    border: 1px solid #FCBF5E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 32px);
    top: -32px;
}

.c-mainblock > div > p {
    margin-top: 37px;
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}


.h-formblock .h-form-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 10px;
    min-height:37px;
}

.h-formblock .h-form-box div {
    position: relative;
    text-align: left;
}

.h-formblock .h-form-box div label.control-label {
    margin: 0;
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 500;
}

.h-formblock .h-form-box div .form-control {
    min-width: 260px;
    padding-right: 30px;
    max-width: 260px;
}

.h-formblock .h-form-box div .form-control + span {
    width: 16px;
    height: calc(100% - 2px);
    display: flex;
    position: absolute;
    top: 1px;
    align-items: center;
    right: 5px;
    background: transparent;
}

.h-formblock .h-form-box div .btn.btn-primary {
    background: #0070C0 !important;
    border-radius: 4px;
    min-width: 140px;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
}

.h-formblock .h-form-box div label.control-label span {
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 100;
}

.h-formblock .h-form-box div .btn.btn-primary img {
    margin-left: 5px;
    width: 16px;
    position: relative;
    top: -2px;
}


.h-totalblock .h-total-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.h-totalblock .h-total-box > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.h-totalblock .h-total-box > div:last-child div {
    margin-left: 15px;
}

.h-formblock .h-form-box div .form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
    outline: none;
}
.h-totalblock .h-total-box > div:first-child > span:first-child {
    color: #718189;
    letter-spacing: 0.4px;
    font-weight: 800;
}

.h-totalblock .h-total-box > div:first-child > span:last-child {
    color: #95C13A;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.h-totalblock .h-total-box > div:last-child div span {
    position: relative;
    padding-left: 20px;
}

.h-totalblock .h-total-box > div:last-child div span:first-child:before {content: "";position: absolute;background: #EDECFE;width: 10px;height: 10px;border-radius: 100%;left: 0;top: 2px;}

.h-totalblock .h-total-box > div:last-child div span:first-child {
    color: #718189;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.h-totalblock .h-total-box > div:last-child div span:last-child {
    color: rgba(0, 0, 0,0.5);
    font-size: 14px;
    font-weight: 500;
}
.h-totalblock .h-total-box > div:first-child > span:first-child {
    color: #718189;
    letter-spacing: 0.4px;
    font-weight: 500;
    font-size: 13px;
}

.h-totalblock .h-total-box > div:first-child > span:last-child {
    color: #95C13A;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.h-totalblock .h-total-box > div:last-child div span {
    position: relative;
    padding-left: 20px;
}

.h-totalblock .h-total-box > div:last-child div span:first-child:before {content: "";position: absolute;background: #EDECFE;width: 10px;height: 10px;border-radius: 100%;left: 0;top: 2px;}

.h-totalblock .h-total-box > div:last-child div span:first-child {
    color: #718189;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.h-totalblock .h-total-box > div:last-child div span:last-child {
    color: rgba(0, 0, 0,0.5);
    font-size: 16px;
    font-weight: 400;
    width: 18px;
}

.h-totalblock .h-total-box > div:last-child div:last-child span.triangle:before {content: unset;}
span.triangle {
    display: inline-block;
    padding: 0 !important;
}
.c-mainblock > div:before {content: "";position: absolute;right: 0;background: rgba(200, 200, 200, 0.4);height: 85%;
    top: 7.5%;width: 1px;}

table.table.c-table {box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);border: 1px solid #E6F6FF;}

table.table.c-table thead tr th {
    padding: 20px 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    background: #FFFAEC;
    border-top: none;
    border-bottom: none;
}

table.table.c-table tbody tr td {
    padding: 15px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        vertical-align: middle;
        font-size: 13px;
}
.payment-detailsblock {
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(247, 181, 0, 0.25);
    background: #FFFAEC;
    padding: 30px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment-detailsblock span.close {
    position: absolute;
    top: 10px;
    right: 25px;
    border-radius: 4px;
    border: 1px solid #3F3F3F;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
}

.payment-detailsblock > div {
}

.payment-detailsblock > div a {
    color: #0070C0;
    font-size: 12px;
    letter-spacing: 0.4px;
}

.payment-detailsblock > div p {
    color: #3F3F3F;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
}

.payment-detailsblock > div p + span {
    font-size: 12px;
    color: #3F3F3F;
}

.payment-detailsblock > div .f-horizontal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.payment-detailsblock > div .f-horizontal div > input {
    width: 34px;
    text-align: center;
    height: 34px;
    border: 1px solid rgba(247, 181, 0, 0.25);
}
.payment-detailsblock > div .f-horizontal div:nth-child(1) label {
    min-width: 135px;
}

.payment-detailsblock > div .f-horizontal div >  label {
    margin: 0 10px 0 0;
    color: #3F3F3F;
    font-size: 13px;
    letter-spacing: 0.4px;
}

.payment-detailsblock > div .f-horizontal div {
    margin: 20px 20px 0;
}

.payment-detailsblock > div .f-horizontal div span {
    position: relative;
}

.payment-detailsblock > div .f-horizontal div span input {
    height: 34px;
    padding: 10px 30px 10px 10px;
    max-width: 150px;
    border: 1px solid rgba(247, 181, 0, 0.25);
}

.payment-detailsblock > div .f-horizontal div span img {
    position: absolute;
    right: 5px;
    top: 0;
    width: 17px;
}

.payment-detailsblock > div .f-horizontal div > input + input {
    width: 70px !important;
    text-align: left;
    padding: 10px;
}

.payment-detailsblock > *:last-child input {
    margin-top: 10px;
    border: 1px solid rgba(247, 181, 0, 0.25);
    padding: 3px 10px;
    height: 34px;
}

.c-maintable > div:last-child {
    margin-top: 30px;
}

.c-maintable > div:last-child > a.btn.btn-primary {
    background: #0070C0 !important;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 800;
}
table.table.c-table tbody tr td input {
    width: 70px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #0070C0;
    color: #0070C0;
    background: transparent;
}
table.table.c-table tbody tr td label input {
    width: 70px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #0070C0;
    color: #0070C0;
    background: transparent;
    position: absolute;
    top: 0;
    display: none;
}


table.table.c-table tbody tr td a.btn.btn-primary {
    /*display: flex; */
    /* align-items: center; */
    justify-content: center;
    background: #0070C0 !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
}

table.table.c-table tbody tr td a.btn.btn-primary img {
    margin-left: 10px;
}
table.table.c-table tbody tr td input::placeholder {
  color: #0070C0;
  opacity: 1;
}

table.table.c-table tbody tr td input:-ms-input-placeholder {
  color: #0070C0;
}

table.table.c-table tbody tr td input::-ms-input-placeholder {
  color: #0070C0;
}
tr.color-fill td {
    background: #DCECFF !important;
}
table.table.c-table tbody tr.color-fill td:nth-child(6) {
    color: #0070C0;
}
table.table.c-table tbody tr:hover td a.btn.btn-primary label {
    transition: all 0.35s ease;
    opacity: 1;
}
table.table.c-table tbody tr:hover td a.btn.btn-primary  {
    transition: all 0.35s ease;
    opacity: 1;
}
table.table.c-table tbody tr td a.btn.btn-primary  {
    transition: all 0.35s ease;
    opacity: 0;
}
table.table.c-table tbody tr td a.btn.btn-primary label {
    transition: all 0.35s ease;
    opacity: 0;
    margin: 0;
    display: flex;
    padding: 10px;
}
table.table.c-table tbody tr:hover td a.btn.btn-primary label{
    transition: all 0.35s ease;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: center;
    padding: 10px;
 }
 table.table.c-table tbody tr:hover td a.btn.btn-primary label img{
    display: inline-block;
    margin-left: 5px;
 }



table.table.c-table tbody tr:hover td a.btn.btn-primary input[type="file"] {
    display: none;
}
.main-contentblock > a {
    display: flex;
    align-items: center;
    width: 55px;
    color: #6D7278;
    margin-bottom: 8px;
    font-size: 17px;
}

.main-contentblock > a img {
    margin-right: 5px;
}
/*end contributions page*/

/*dashboard modal style*/



.activate-membership p span:first-child {
    color: #0E501B;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 22px;
}

.activate-membership p span:last-child {
    font-size: 12px;
}

.activate-membership p {
    margin-bottom: 20px;
    text-align: left;
}

.activate-block > div {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(151, 151, 151,0.2);
}

.activate-block > div:last-child {
    border-bottom: 1px solid rgba(151, 151, 151,0.2);
}

.activate-block {
    margin-bottom: 30px;
}

.activate-block > div span:first-child {
    color: #0E501B;
    font-size: 12px;
}

.activate-block > div span:first-child span.error {
    color: red !important;
    font-weight: 400;
    margin-left: 10px;
}

.activate-membership  .btn-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.activate-membership .btn-block button {
    margin-left: 14px;
    padding: 7px 21px;
    border-radius: 2px !important;
}

.activate-membership .btn-block button.btn.btn-primary.btn-transparent {
    border: 1px solid #F7B500 !important;
    background: transparent !important;
    color: #3F3F3F !important;
}


.staff-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: 10px 0;
}

.staff-list ul li > div > span:last-child {
    color: rgba(0, 0, 0,0.49);
    font-size: 12px;
    text-transform: capitalize;
}

.staff-list ul li > div > span:first-child {
    text-transform: capitalize;
    letter-spacing: 1px;
}

.staff-list ul li > div > span:last-child i.fa.fa-phone {
    margin: 0 2px 0 10px;
}
.staff-list > ul {
    width: 100%;
    display: block;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

/* Contribution module */


table.table.c-table tbody tr:hover td a.btn.btn-danger label {
    transition: all 0.35s ease;
    opacity: 1;
}
table.table.c-table tbody tr:hover td a.btn.btn-danger  {
    transition: all 0.35s ease;
    opacity: 1;
}
table.table.c-table tbody tr td a.btn.btn-danger  {
    transition: all 0.35s ease;
    opacity: 0;
}
table.table.c-table tbody tr td a.btn.btn-danger label {
    transition: all 0.35s ease;
    opacity: 0;
    margin: 0;
    display: flex;
    padding: 10px;
}
table.table.c-table tbody tr td a.btn.btn-danger label{
    transition: all 0.35s ease;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: center;
    padding: 10px;
    font-size: 11px;
 }
 table.table.c-table tbody tr td a.btn.btn-danger label img {
    display: inline-block;
    margin-left: 5px;
    width: 17px;
}

table.table.c-table tbody tr:hover td a.btn.btn-danger input[type="file"] {
    display: none;
}

/* Contribution module */


/*end dashboard modal style*/

/*select dropdown style*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    padding: 0.375rem 0.75rem !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #C7C7C7 !important;
    border-radius: 2px !important;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container {
    width: 100% !important;
}
/*end selectdropdown style*/

/*custom radio btn style*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #747474;
    font-size: 12px;
    line-height: 24px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 17px;
    height: 17px;
    border: 1px solid #95989A;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #747474;
    position: absolute;
    top: 4.5px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.registration-form .registration-content section.form-section div.radio-block > div {
    flex: unset !important;
    max-width: initial !important;
}
.registration-form .registration-content section.form-section div.datetime-block {
    position: relative;
}

.registration-form .registration-content section.form-section div.datetime-block span.calender-icon {
    position: absolute;
    right: 15px;
    top: 8px;
}

.registration-form .registration-content section.form-section div.datetime-block input {
    padding-right: 45px;
}
/*end custom radio btn style*/

/*custom style*/
.h-formblock .h-form-box div a.btn.btn-primary {
    position: relative;
    cursor: pointer;
}

.h-formblock .h-form-box div a.btn.btn-primary form#fileupload input[type="file"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.payment-detailsblock > div .f-horizontal div:nth-child(2) label {
    min-width: 35px;
}

.payment-detailsblock > div .f-horizontal div:nth-child(3) label {
    min-width: 90px;
}
div#allMembersTable_wrapper tbody tr td:nth-child(4) {
    min-width: 100px;
}

div#allMembersTable_wrapper tbody tr td:last-child {
    min-width: 100px;
}
.form-control:disabled, .form-control[readonly]{
    background: #fff !important;
}
div#allMembersTable_wrapper tbody tr td:first-child {
    min-width: 150px;
}

img.ic-disabled:hover,
img.ic-enabled:hover {
    cursor: pointer;
}
span.arrears_datecontrol {
    position: relative;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    margin-right: 15px !important;
    display: flex !important;
    align-items: flex-end !important;
    width: 100% !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

span.arrears_datecontrol input.form-control {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    height: 44px !important;
    z-index: 99;
    width: 100%;
    position: relative;
    box-shadow: none !important;
    border-bottom: none !important;
}

span.arrears_datecontrol a.input-button {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    background: #0E501B;
    border-radius: 4px;
}

span.arrears_datecontrol input.form-control:focus {
    outline: none;
}

.bottom-btnblock {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    padding: 40px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-btnblock div p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}
a.btn.btn-danger > label {
    padding: 0 !important;
}



.bottom-btnblock div {display: flex;flex-direction: row-reverse;}

.bottom-btnblock div .btn.btn-primary {
    background: #0070C0 !important;
    border: 1px solid #0070C0 !important;
    min-width: 120px;
    font-size: 14px;
}

.bottom-btnblock div .btn.btn-borderonly {
    color: #0070C0 !important;
    border: 1px solid #0070C0 !important;
    min-width: 120px;
    font-size: 14px;
}

.bottom-btnblock div .btn.btn-borderonly.btn-cancel {
    color: #C8C8C8 !important;
    border: 1px solid #C8C8C8 !important;
    font-size: 14px;
}

.bottom-btnblock div a:focus {
    outline: none;
}
table.table.c-table tbody tr td input.form-control.workfromtodate {
    width: 140px;
    font-size: 11px;
}

table.table.c-table tbody tr td input.form-control.workfromtodate:focus {
    outline: none !important;
    box-shadow: none;
}
.h-form-box.twin-box > div {
    margin-right: 0px;
}
.h-formblock .h-form-box label.control-label {
    font-size: 13px !important;
    line-height: 17px;
}
.h-form-box.twin-box > div .form-control {
    min-width: 140px !important;
}
.h-form-box.twin-box > div:last-child {
    margin-right: 0px;
}
.main-memberblock .m-tablecontent section.filter-section > div:first-child > div input.form-control:focus {
    box-shadow: none !important;
    border: none !important;
}
.mt-30 {
    margin-top: 30px;
}
table.table.c-table tbody tr td > span {
    font-size: 10px;
}
/*end custom style*/



@media(max-width: 1440px){
    table.table.c-table thead tr th {
        padding: 20px 15px;
        font-size: 12px;
        font-weight: 500;
    }
    table.table.c-table tbody tr td {
        padding: 10px 15px;
        font-size: 12px;
    }
    .h-formblock .h-form-box div .btn.btn-primary {
        min-width: 140px;
        padding: 0.4rem 0.4rem;
        font-size: 12px !important;
    }
    /* .btn.btn-primary, .btn.btn-danger {
        font-size: 13px;
    } */
    .h-formblock .h-form-box label.control-label {
        font-size: 12px !important;
        line-height: 17px;
    }
    .h-formblock .h-form-box div .btn.btn-primary img {
        margin-left: 5px;
    }
    .h-form-box.twin-box > div .form-control {
        min-width: 130px !important;
        width: 130px;
        padding: 0 0 0 5px !important;
    }
    .h-totalblock .h-total-box > div:last-child div span:first-child {
        color: #718189;
        font-size: 12px !important;
        font-weight: 500;
        letter-spacing: 0;
    }
    .h-totalblock .h-total-box > div:first-child > span:first-child {
        color: #718189;
        letter-spacing: 0.4px;
        font-weight: 500;
        font-size: 12px !important;
    }
    #admin .sidebar #list .nav .nav-item {
        padding-left: 5px;
    }
    #admin .sidebar #list .nav .nav-item .nav-link, #admin .sidebar #list .nav .sub .nav-link {
        font-size: 12px !important;
        padding: 10px 10px !important;
    }
    span.arrears_datecontrol {
        margin-right: 0px !important;

    }
    span.arrears_datecontrol input.form-control{
        height: 34px !important;
    }
    span.arrears_datecontrol a.input-button {
        width: 34px;
        height: 34px;
    }
    table.main-table tr td {
        padding: 10px 5px;
        font-size: 11px;
    }
    table.main-table tr th {
        padding: 20px 5px;
        font-size: 10px;
        font-weight: 500;
    }
    table.table.c-table tbody tr td {
        font-size: 12px;
    }
    .tw-text-success-dark {
        color: #0E501B;
        font-weight: 300;
        font-size: 12px !important;
    }
    .tw-text-xs {
        font-size: 0.5rem !important;
    }
    .dashboard_right_sidebar div#tabd1 .card-body, .dashboard_right_sidebar div#tabd2 .card-body {
        /*padding: 1.25rem 0.75rem;*/
    }
    .dashboard_right_sidebar div#tabd2 .card-body > div:nth-child(5) > div:first-child {
        font-size: 12px !important;
        font-weight: 400;
    }
    .payment-detailsblock > div .f-horizontal div > label {
        font-size: 12px !important;
    }
    .payment-detailsblock > div .f-horizontal div span input {
        font-size: 12px !important;
    }
    .payment-detailsblock > div .f-horizontal div > input {
        font-size: 12px !important;
    }
    .payment-detailsblock > div p {
        font-size: 12px;
    }
    .payment-detailsblock > div a {
        font-size: 12px;
    }
    /*.btn.btn-primary {
        font-size: 12px;
    }*/
    .main-contentblock > a {
        font-size: 12px;
    }
    .main-contentblock > a img {
        width: 5px;
    }
    .payment-detailsblock > div .f-horizontal div:nth-child(1) label {
        min-width: 145px !important;
    }
    #admin .top.top-header .right .dropdown-menu {
        left: calc(-100% + 20%);
    }
    #admin .sidebar #list .nav .nav-item .nav-link span, #admin .sidebar #list .nav .sub .nav-link span {
        height: auto !important;
        width: 15px !important;
    }
}


table.table.c-table tbody tr td button.btn.btn-danger {
    font-size: 11px;
    background: transparent;
    border: transparent;
    color: #777;
}
.chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart-header > div {
    display: flex;
    align-items: center;
}

.chart-header > div > div {
    margin-right: 25px;
    position: relative;
    font-size: 12px;
}
.chart-header > div select.form-control {
    font-size: 12px !important;
    height: auto !important;
}

.chart-header > div > div span {position: relative;padding-left: 25px;font-size: 12px;color: #777;}

.chart-header > div > div span:before {content: "";position: absolute;background: #F7B500;width: 20px;height: 10px;border-radius: 15px;top: 50%;margin-top: -5px;left: 0;}

.chart-header > div > div:last-child > span:before {
    background: #0E501B;
}


.main-inner-content > div section.app-content.main-memberblock section.registration-form {
    width: 90%;
    padding-left: 0% !important;
    padding: 0px;
}

.main-inner-content > div section.app-content.main-memberblock section.registration-form .registration-content {
    width: 70%;
}

.main-inner-content > div section.app-content.main-memberblock section.registration-form .registration-content section.form-section div:first-child {
    flex: 0 0 20%;
    max-width: 20%;
}

.main-inner-content > div section.app-content.main-memberblock section.registration-form .registration-content section.form-section div:last-child {
    flex: 0 0 80%;
    max-width: 80%;
}
.dropdown.triangle-drop {
    margin: 0 !important;
}

.dropdown.triangle-drop div {
    margin: 0 !important;
}

.dropdown.triangle-drop .dropdown-menu {
    left: auto !important;
    right: 0;
    min-width: 20rem;
    padding: 0;
    top: 15px;
}

.dropdown.triangle-drop .dropdown-menu a.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown.triangle-drop .dropdown-menu a.dropdown-item > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown.triangle-drop .dropdown-menu a.dropdown-item > div:first-child span:first-child:before {
    content: unset;
}

.dropdown.triangle-drop .dropdown-menu a.dropdown-item > div:first-child span {
    padding: 0;
    font-size: 12px !important;
}

.dropdown.triangle-drop .dropdown-menu a.dropdown-item > div:last-child > div span:first-child {
    font-size: 12px !important;
}

.dropdown.triangle-drop .dropdown-menu a.dropdown-item > div:last-child > div span:last-child {
    font-size: 12px;
    font-weight: 500;
}

.dropdown.triangle-drop .dropdown-menu a.dropdown-item > div:last-child > div {
    margin-left: 25px !important;
    margin-right: 10px !important;
}

.dropdown.triangle-drop .dropdown-menu a.dropdown-item:last-child {
    border-bottom: none;
}
span.triangle {
    cursor: pointer;
}





div#allMembersTable_wrapper > div.row:nth-child(1),
div#allActiveMembersTable_wrapper > div.row:nth-child(1),
div#allFreezedMembersTable_wrapper > div.row:nth-child(1),
div#allFrozenMembersTable_wrapper > div.row:nth-child(1),
div#allResignedMembersTable_wrapper > div.row:nth-child(1),
div#allDeletedMembersTable_wrapper > div.row:nth-child(1),
div#allNonMembersTable_wrapper > div.row:nth-child(1) {
    flex-direction: row-reverse;
    align-items: center;
}

div#allMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1),
div#allActiveMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1),
div#allFreezedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1),
div#allFrozenMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1),
div#allResignedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1),
div#allDeletedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1),
div#allNonMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1)
 {
    padding-left: 15px;
    padding-right: 0;
}



div#allMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3),
div#allActiveMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3),
div#allFreezedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3),
div#allFrozenMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3),
div#allResignedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3),
div#allDeletedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3),
div#allNonMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3) {
    padding-right: 15px;
    padding-left: 0;
    max-width: 247px;
}



div#allMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1) div.dataTables_length,
div#allActiveMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1) div.dataTables_length,
div#allFreezedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1) div.dataTables_length,
div#allFrozenMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1) div.dataTables_length,
div#allResignedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1) div.dataTables_length,
div#allDeletedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1) div.dataTables_length,
div#allNonMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(1) div.dataTables_length {
    text-align: right;
}
div#allMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3) div.dataTables_filter,
div#allActiveMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3) div.dataTables_filter,
div#allFreezedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3) div.dataTables_filter,
div#allFrozenMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3) div.dataTables_filter,
div#allResignedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3) div.dataTables_filter,
div#allDeletedMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3) div.dataTables_filter,
div#allNonMembersTable_wrapper > div.row:nth-child(1) > .col-sm-12.col-md-4:nth-child(3) div.dataTables_filter {
    text-align: left;
}
table.dataTable{    
    min-width: 100% !important;
}
.h-form-box.twin-box > div:nth-child(1) {
    min-width: 120px;
}
span.triangle {
    top: -4px;
}

.c-mainblock > div:nth-child(1) > .h-formblock .h-form-box > div:nth-child(1) {
    min-width: 125px;
}
.h-form-box.twin-box > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-form-box.twin-box > div:last-child input.form-control {
    width: 140px;
    padding-right: 21px;
}

.h-form-box.twin-box > div:last-child select.form-control.searchfield {
    width: 120px !important;
    min-width: 120px !important;
    padding-right: 15px;
}

.h-form-box.twin-box > div:last-child .form-control + span {
    left: 116px;
    right: initial;
    height: calc(100% - 3px);
}
.h-totalblock .h-total-box > div > span,.h-totalblock .h-total-box > div > div > span {
    display: block;
    line-height: 16px;
    font-size: 12px !important;
}
table.table.c-table tbody tr td a.btn.btn-primary label img {
    display: inline-block;
    margin-left: 5px;
    width: 17px;
    position: relative;
    top: -2px;
}

table.table.c-table tbody tr td a.btn.btn-primary label {
    transition: all 0.35s ease;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: center;
    padding: 0 !important;
    font-size: 11px;
}

table.table.c-table tbody tr:hover td a.btn.btn-primary {
    display: inline-block !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
}
table.table.c-table tbody tr: td  .btn-cancel {
    background: transparent !important;
    border: none !important;
    color: rgba(109, 114, 120,0.5) !important;
}
table.table.c-table tbody tr:hover td  .btn-cancel,table.table.c-table tbody tr:focus td  .btn-cancel {
    background: transparent !important;
    border: none !important;
    color: #d9534f !important;
}
div.dataTables_wrapper div.dataTables_length label {
    margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    margin: 0;
}
.dataTables_wrapper .toolbar {
    padding: 0;
    text-align: justify;
    max-width: initial;
    flex: 1;
}

.dataTables_wrapper .toolbar > span {
    margin-right: 15px;
}
.sidebar .active,
  .router-link-exact-active{
    font-family: 'Poppins', sans-serif !important;
    /*font-weight: 900 !important;*/
  }
  .c-mainblock > div:nth-child(2) {
    width: 90%;
}


@media(max-width: 1440px){
    .h-form-box.twin-box > div:last-child input.form-control {
        width: 130px;
        padding: 0 0 0 5px !important;
    }
    .h-form-box.twin-box > div:last-child select.form-control.searchfield {
        min-width: 80px !important;
        width: 80px !important;
    }
}


table.table.c-table tbody tr td button.btn.btn-danger:hover,table.table.c-table tbody tr td button.btn.btn-danger:focus {
    box-shadow: none;
    color: #e3342f;
}
div#allMembersTable_wrapper > div.row .col-sm-12.col-md-6:nth-child(1) {
    text-align: right;
    padding-right: 0;
}

div#allMembersTable_wrapper > div.row .col-sm-12.col-md-6:nth-child(2) > div {
    text-align: left;
}

div#allMembersTable_wrapper > div.row .col-sm-12.col-md-6:nth-child(2) {
    padding-left: 0;
}
.h-totalblock .h-total-box > div:first-child {
    text-align: left;
}

.dashboard-content ul.list-inline li.list-inline-item {
    flex: 1;
}
.dashboard-content ul.list-inline li.list-inline-item div > div.inline-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-content ul.list-inline li.list-inline-item div > div.inline-group > span > p:first-child {
    color: #9B9B9B;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    line-height: normal;
    letter-spacing: -0.3px;
}

.dashboard-content ul.list-inline li.list-inline-item div > div.inline-group > span > p:last-child {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}
.dashboard-content ul.list-inline li.list-inline-item .card {
    margin-bottom: 2rem;
}
section.login h3 {
    font-size: 24px;
    font-weight: bold;
}

section.login .form-control {
    font-size: 12px;
}

section.login a {
    font-size: 12px;
}

section.login button {
    font-size: 12px;
}
.main-contentblock h4.m-b-lg {
    font-size: 24px !important;
    font-weight: 600;
}

.main-contentblock table.table.table-bordered tr th,.main-contentblock table.table.table-bordered tr td {
    font-size: 12px;
    padding: 5px 15px;
    vertical-align: middle;
}

.main-contentblock table.table.table-bordered tr td code {
}

.main-contentblock table.table.table-bordered tr td label {
    margin: 0;
}
div.dataTables_wrapper div.dataTables_filter label{
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
    white-space: nowrap;
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_length label{
    font-size: 12px;
}
.real_dashboard_old.dashboard-content.main-inner-content.overflowblock > div {
    overflow-y: auto;
}




table tr  th label {
    font-weight: 500;
    font-size: 12px;
}

table tr button.btn.btn-primary {
    font-weight: 400 !important;
    font-size: 12px;
}

button.btn.btn-blue.hidden-xs-down {
    font-size: 12px !important;
}
.btn-danger {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f;
    font-size: 12px !important;
}
button.btn.btn_cancel.hidden-xs-down.cancel_request {
    font-size: 12px;
    border: 1px solid #a1a1a1;
    color: #fff;
    background: #a1a1a1;
}
.real_dashboard_old.dashboard-content.main-inner-content h3 {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.real_dashboard_old.dashboard-content.main-inner-content.overflowblock form > * {
    font-size: 12px;
}

.real_dashboard_old.dashboard-content.main-inner-content.overflowblock form {margin-top: 15px;}
.main-contentblock table.table.table-bordered tr th .checkbox.checkbox-default {
    display: flex;
    align-items: center;
}

.main-contentblock table.table.table-bordered tr th .checkbox.checkbox-default input {
    margin-right: 5px;
}
a {
    font-size: 12px !important;
}
.dashboard-content ul.list-inline li.list-inline-item .card {
    padding: 0;
}

.dashboard-content ul.list-inline li.list-inline-item .card > div > div.text-center {
    padding: 25px 25px 0;
}

.dashboard-content ul.list-inline li.list-inline-item > .card .inline-group > span {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}

.dashboard-content ul.list-inline li.list-inline-item > .card .inline-group > span:last-child {border-right: none;}
.card-info-text.rightalign {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    font-size: 12px !important;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 12px !important;
    color: #6D7278 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6D7278 !important;
}

.c-maintable >  .c-titlesection {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

.c-maintable >  .c-titlesection + .table-responsive {
    margin-top: 0;
}

.c-maintable > .c-titlesection span {
    padding-left: 15px;
    line-height: 19px;
}

.c-maintable > .c-titlesection span a {
    color: #0E501B;
    text-transform: uppercase;
    font-weight: 500;
}

.c-maintable > .c-titlesection span label.control-label {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 500;
}

.c-maintable > .c-titlesection span label.control-label input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
/*member details tab section*/
ul.nav.nav-pills.member-tabs li a {
    position: relative;
    background: transparent;
    font-weight: 500 !important;
    color: #3f3f3f !important;
    padding: 0.5rem 0rem;
    cursor: pointer !important;
}

ul.nav.nav-pills.member-tabs li a:before {content: "";position: absolute;background: #FFB901;height: 6px;width: 0;bottom: -3px;transition: all 0.3s ease;}

ul.nav.nav-pills.member-tabs li.show a {
    background: transparent !important;
}

ul.nav.nav-pills.member-tabs li a.active:before {
    content: "";
    position: absolute;
    background: #FFB901;
    height: 6px;
    width: 100%;
    bottom: -3px;
    transition: all 0.3s ease;
}


@media(max-width: 1400px){
     .dashboard_right_sidebar.comment-section {
        height: calc(98vh - 86px);
        background: #fff;
    }
    .dashboard_right_sidebar.comment-section .sidebar-header h4.titlehead {
        min-height: 40px;
    }
    ul.comment-list {overflow-y: auto;padding:0 15px;    max-height: 343px;}   
}

.flatpickr-calendar > * {
    font-size: 12px !important;
}

.flatpickr-current-month > * {
    font-size: 12px !important;
}



/*27-05-2020*/

.arrears-tabblock {
    margin: -40px;
}

 table.new-tableblock {width: 100%;}

 table.new-tableblock thead {
    background: rgba(255, 185, 1, 0.8);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
}

 table.new-tableblock thead th {
    padding: 11px 5px;
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 600;
}

 table.new-tableblock thead th input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

 table.new-tableblock tbody td {
    padding: 11px 5px;
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 400;
}

 table.new-tableblock tbody {
    padding: 15px 0;
    max-height: 510px;
    overflow-y: auto;
    overflow-x: hidden;
}

 table.new-tableblock tbody  td.text-right {
    text-align: right;
}

table.new-tableblock tfoot tr {
    background: #FFB901;
}

 table.new-tableblock tfoot tr td {
    padding: 11px 5px;
    color: #3f3f3f;
    font-weight: 600;
    font-size: 12px;
    font-weight: 400;
}

table.new-tableblock tfoot tr td span.lg-font {
    font-size: 24px;
    font-weight: 600;
}

 table.new-tableblock tfoot tr td a {
    min-width: 85px;
}

 table.new-tableblock, table.new-tableblock thead,  table.new-tableblock tbody, table.new-tableblock tfoot {
    display: block;
}

table.new-tableblock tr {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 35px;
}

 table.new-tableblock thead th {
    width: 50%;
}

 table.new-tableblock thead  th.text-right {
    /*flex: 1;*/
}

 table.new-tableblock tfoot tr td {
    width: 15%;
}

 table.new-tableblock tfoot tr  td.text-right {
    flex: 1;
}

 table.new-tableblock tbody td {
    width: 50%;
}

 table.new-tableblock tbody td.text-right {
    /*flex: 1;*/
}

.arrears-tabblock > .table-responsive {
    margin: 0;
}
.arrears-tabblock{
    position: relative;
}

.popup-block {
    width: 290px;
    position: absolute;
    bottom: 0;
    right: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.popup-block .popup-header {
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.popup-block form {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    background: #FDC532;
}

.popup-block form .text-area {
    margin-bottom: 0;
}

.popup-block form .input-fields {
    margin: 30px 0;
    display: flex;
}

.popup-block form .btn-fields {
    margin: 0px 0 12px;
    display: flex;
}

.popup-block form .text-area textarea.form-control {}

.popup-block form .input-fields > div {flex: 0 0 50%;max-width: 50%;padding: 0 15px;}

.popup-block form .input-fields > div label.control-label {color: #000000;font-size: 12px;margin-bottom: 5px;}

.popup-block form .input-fields > div input {
    width: 100%;
    height: 41px;
    background: #F8FAFB;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}

.popup-block form .btn-fields > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.popup-block.adjustment-popup {
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: bottom;
}

.popup-block.posting-popup {
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: bottom;
}

.popup-block  .colored.popup-header {
    background: #FDC532;
}

.popup-block form .input-fields > div:nth-child(1) {
    padding-right: 7.5px;
}

.popup-block form .input-fields > div:nth-child(2) {
    padding-left: 7.5px;
}

.popup-block form .btn-fields > div:nth-child(1) {
    padding-right: 7.5px;
}

.popup-block form .btn-fields > div:nth-child(2) {
    padding-left: 7.5px;
}

.popup-block form .btn-fields > div button, .popup-block form .btn-fields > div a {
    width: 100%;
    min-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
}

.popup-block.posting-popup .input-fields {
    margin-top: 0;
    padding-top: 30px;
}
.popup-block.posting-popup.show-block {
    transition: all 0.3s ease;
    transform: scale(1);
    transform-origin: bottom;
}

.popup-block.adjustment-popup.show-block {
    transition: all 0.3s ease;
    transform: scale(1);
    transform-origin: bottom;
}
.arrears-tabblock table.new-tableblock thead th span {
    font-weight: 100;
    font-size: 10px;
    display: block;
}


@media(max-width: 1440px){
    .arrears-tabblock table.new-tableblock thead th {
        padding: 11px 5px;
        color: #3F3F3F;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }
    .arrears-tabblock table.new-tableblock tbody {
        padding: 15px 0;
        max-height: 385px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .arrears-tabblock table.new-tableblock tfoot tr td span.lg-font {
        font-size: 20px;
    }
}
<<<<<<< HEAD


.ui-widget.ui-widget-content {
    min-width: 40%;
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.15);
    border: none !important;
}

.ui-widget.ui-widget-content table {
    width: 100% !important;
}

.ui-widget.ui-widget-content table tr td {
    color: #000;
    font-size: 12px;
    padding: 13px 20px;
    background: #fff;
}
.ui-widget.ui-widget-content table tr:hover td, .ui-widget.ui-widget-content table tr:focus td {
    background: #FFFAEC !important;
}
.ui-widget.ui-widget-content table tr td.red {
    color: #C93232;
}

.c-mainblock.c-newmainblock {
    max-width: 85%;
}

.c-mainblock.c-newmainblock > div {
    width: 100%;
    flex: 1;
    padding: 0 40px;
}

.c-mainblock.c-newmainblock > div:nth-child(2):before {
    background: transparent;
}
=======
>>>>>>> c0c33ca402e919da92f206196432a4c8c11f6fca





.text-white {
    color: #fff;
}

.checkbox-dates .checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-dates .checkbox-group label {
    position: relative;
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #000000;
    z-index: 2;
}

.checkbox-dates .checkbox-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
}

.checkbox-dates .checkbox-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #0E501B;
    background: #0E501B;
    z-index: -1;
}

.arrears-tabblock table.new-tableblock tbody td.common-cellwidth {
    flex: 1;
}

.arrears-tabblock table.new-tableblock th.common-cellwidth {
    flex: 1;
}

.checkbox-dates {
    display: flex;
}

.checkbox-dates .checkbox-group {
    padding-right: 5px;
}



table.new-tableblock.contribution-tableblock {}

tr {}

table.new-tableblock.contribution-tableblock td.flex-display {/* flex: unset; */display: flex;align-items: stretch;justify-content: space-between;}

table.new-tableblock.contribution-tableblock  td.w-30 {
    width: 30%;
}

table.new-tableblock.contribution-tableblock td.flex-display a.close-icon {
    min-width: initial !important;
}

table.new-tableblock tbody  td.common-cellwidth {
    flex: 1;
}

table.new-tableblock thead  th.common-cellwidth {
    flex: 1;
}

table.new-tableblock tfoot tr td td.common-cellwidth {
    flex: 1;
}

.c-maintable.c-newmaintable {
    max-width: 85%;
}

table.new-tableblock tfoot tr td p.heading {
    color: #0071BC;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}

table.new-tableblock tr td p.text {
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 400;
}
table.new-tableblock.contribution-tableblock thead {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
table.new-tableblock.contribution-tableblock td.flex-display p.text {
    padding-left: 60px;
    display: flex;
    align-items: flex-end;
}
section.block-content .tw-flex .flex-width {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

section.block-content .tw-flex .flex-width span {
    flex: unset;
    margin-left: 10px;
}
section.block-content .tw-flex.tw-mb-0.justify-between > div:nth-child(2) > span:first-child {
    flex: 1;
}

section.block-content .tw-flex .flex-width span:nth-child(1) {display: flex;}

section.block-content .tw-flex .flex-width span.red {color: #C93232;font-weight: bold;}
span.text-bold {
    font-weight: bold;
}

table.table.c-table tbody tr td a.btn.btn-members {
    color: #fff;
    display: inline-block !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    opacity:1 !important;
    background: #0070C0 !important;
    border: 1px solid #0070C0 !important;
}




.listing-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.listing-popup .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999;
}

.listing-popup .innerblock {
    background: #FFFFFF;
    box-shadow: -4px 4px 64px rgba(0, 0, 0, 0.25);
    width: 50%;
    right: 0;
    position: fixed;
    z-index: 999;
    min-height: 100vh;
}

.listing-popup .innerblock .top-section {
    padding: 40px;
}

.listing-popup .innerblock .table-section {}

table.new-tableblock thead th.w-30 {
    width: 30%;
}

.listing-popup .innerblock .top-section .tw-font-bold {
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
}

.listing-popup .innerblock .table-section thead {
    background: #F4F4F4;
}

.listing-popup .innerblock .table-section tfoot {}

.listing-popup .innerblock .table-section tfoot tr {
    background: #fff;
}

.listing-popup .innerblock .table-section tbody {
    max-height: calc(100vh - 335px);
    min-height: calc(100vh - 335px);
}

.listing-popup .innerblock .table-section tbody p.heading {}

.listing-popup .innerblock .table-section tbody p.text {}

.listing-popup .innerblock .table-section tbody p.heading span.name {
    color: #0070C0;
    font-weight: bold;
    margin-right: 5px;
}

.listing-popup .innerblock .table-section tbody p.heading span.number {
    color: #979797;
    font-size: 12px;
    margin-left: 5px;
}

.listing-popup .innerblock .table-section tbody p.text span.dob {
    color: #9B9B9B;
    font-weight: 500;
    margin-right: 10px;
}

.listing-popup .innerblock .table-section .table-responsive {}

.listing-popup .innerblock .top-section .tw-flex {}

.listing-popup .innerblock .top-section .tw-flex > div:last-child {}

.listing-popup .innerblock .top-section .tw-flex > div:last-child > span:last-child {
    min-width: 35px;
    display: inline-block;
    margin-left: 15px;
}
.listing-popup .innerblock .top-section .flex-block {
    justify-content: space-between;
}

.listing-popup .innerblock .top-section .flex-block > div {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(1) {}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(2) {text-align: center;    max-width: 130px;}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(3) {
    text-align: right;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(3) p.heading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-position-x: #000;
    font-size: 12px;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(3) p.heading input.table-input {
    max-width: 70px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #0070C0;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 2px rgba(0, 112, 192, 0.25);
    border-radius: 4px;
    padding: 2px 5px;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(2) .owl-item {
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(1) a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    font-size: 12px;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(1) a img {
    width: 18px;
    margin-right: 8px;
}
.listing-popup .innerblock .top-section .flex-block > div:nth-child(2) .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(2) .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(2) .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(2) .owl-nav button:hover,.listing-popup .innerblock .top-section .flex-block > div:nth-child(2) .owl-nav button:focus {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}
.listing-popup.memberlist-popup.show-block {
    display: block;
}
.listing-popup .innerblock .table-section tbody tr:hover {
    background: #FFFAEC;
}

.listing-popup .innerblock .table-section tbody input.table-input {
    max-width: 70px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #0070C0;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 2px rgba(0, 112, 192, 0.25);
    border-radius: 4px;
    padding: 2px 5px;
    margin: 0;
}
.listing-popup .innerblock .top-section .flex-block > div:nth-child(2) .item {
    font-size: 12px !important;
}
.listing-popup.addmemberlist-popup.show-block {
    display: block;
}
.listing-popup .innerblock .addform-section {
    padding: 0;
}

.listing-popup .innerblock .addform-section p.text-bold {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 0 40px 10px;
}

.listing-popup .innerblock .addform-section .search-member {
    background: #F4F4F4;
    padding: 10px 40px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.listing-popup .innerblock .addform-section .form-content {
    padding: 40px;
}

.listing-popup .innerblock .addform-section  .form-section {
    width: 80%;
}

.listing-popup .innerblock .addform-section  .form-section input {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 34px;
    width: 100%;
    padding: 5px 15px;
    font-size: 12px;
    color: #979797 !important;
    text-align: left;
}
.listing-popup .innerblock .addform-section .form-section input::placeholder {
    color: #979797 !important;
}

.listing-popup .innerblock .addform-section  .form-section p.sub-text {
    color: #979797;
    font-size: 12px;
}

.listing-popup .innerblock .addform-section .btn-block {
    text-align: right;
}

.listing-popup .innerblock .addform-section .form-content .form-section {
    margin-bottom: 20px;
}

.listing-popup .innerblock .addform-section .form-content .form-section input {
    margin-bottom: 5px;
}


table.new-tableblock tbody  td.w-100.text-bold.min-height {
    min-height: calc(98vh - 492px);
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.arrears-tabblock table.new-tableblock thead th span span.inline {
    display: inline-block;
}

section.block-content .tw-flex.tw-mb-0.justify-between {
    justify-content: space-between;
}

section.block-content .tw-flex.tw-mb-0.justify-between > div:nth-child(2) {
    width: 35%;
}
.c-maintable.c-newmaintable div.table-responsive {
    position: relative;
    margin: 0;
}
.table-responsive {
    margin-bottom: 0 !important;
}
.arrears-tabblock table.new-tableblock thead th.text-light {color: #3f3f3f !important;font-size: 10px;font-weight: 300;}

.arrears-tabblock table.new-tableblock thead th.text-light b {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
table.new-tableblock tbody td.w-10,table.new-tableblock thead th.w-10 {
    width: 12%;
}
table.new-tableblock.contribution-tableblock td {
    border: none !important;
}

table.new-tableblock.contribution-tableblock tr:nth-child(2n),table.new-tableblock.contribution-tableblock tr:nth-child(2n) td {
    background: #F8FAFB;
}
table.new-tableblock.contribution-tableblock thead th {
    background: transparent !important;
}

table.new-tableblock.contribution-tableblock thead th.text-right input[type="checkbox"], table.new-tableblock.contribution-tableblock tbody td.text-right input[type="checkbox"] {
    width: auto;
}

table.new-tableblock.contribution-tableblock thead th.text-right,table.new-tableblock.contribution-tableblock tbody td.text-right {text-align: right !important;}


.listing-popup .innerblock .top-section .flex-block .add-btn .btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-btn {}

.listing-popup .innerblock .top-section .flex-block .add-btn .btn.btn-primary > img {
    width: 18px;
    margin-right: 8px;
}

.listing-popup .innerblock .top-section .flex-block .add-btn .btn.btn-primary span {
    font-size: 12px;
}
.listing-popup .innerblock .top-section .flex-block > div .date-slider p {
    position: relative;
    font-size: 12px;
    font-weight: 600;
}

.listing-popup .innerblock .top-section .flex-block > div .date-slider p img.next-arrow {
    position: absolute;
    right: 0;
    top: 4px;
    width: 8px;
}

.listing-popup .innerblock .top-section .flex-block > div .date-slider p img.prev-arrow {
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
}

.listing-popup .innerblock .top-section .flex-block > div:nth-child(3) p.heading span:last-child {
    max-width: 70px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #0070C0;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 2px rgba(0, 112, 192, 0.25);
    border-radius: 4px;
    padding: 2px 5px;
}
.listing-popup .innerblock .addform-section .btn-block .btn.btn-primary {
    background: #0E501B !important;
    border-color: #0E501B !important;
}
table.new-tableblock.contribution-tableblock td.common-cellwidth {
    flex: 1;
}
table.new-tableblock thead th.text-light {
    color: #3F3F3F !important;
}

table.new-tableblock thead th.text-light b {
    font-weight: 600;
}

.h-formblock .h-form-box > div:nth-child(1) {
    min-width: 120px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.6em + 0.75rem + 2px) !important;
}

.h-form-box.twin-box > div:last-child select.form-control.searchfield {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.h-form-box.twin-box > div:last-child input.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
table.new-tableblock.contribution-tableblock td {
    background: transparent !important;
}
.activate-block > div span:last-child {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.activate-block > div span:nth-child(2) {
    margin-left: 10px;
    font-weight: 400;
}
.registration-form .registration-content section.form-section > .radio-block {
    flex: 0 0 65%;
    max-width: 65%;
    display: flex;
    align-items: center;
}

.registration-form .registration-content section.form-section div.radio-block label.radio-label {
    margin: 0 !important;
}

.c-maintable.c-newmaintable > div.table-responsive {
    overflow: visible;
}
.listing-popup .innerblock .top-section .flex-block > div .date-slider {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 5px 10px;
}

.staff-list > ul.tw-flex.tw-mb-0.list li {
    justify-content: flex-start;
}

table.table.table-bordered.mb-3 td.py-3:last-child {
    min-width: 155px;
    text-align: left !important;
}

table.table.table-bordered.mb-3 th {
    padding: 15px !important;
    background: #f3f3f3;
    color: #3F3F3F;
    padding: 15px;
    border: none !important;
    font-weight: 400;
    font-size: 12px;
    /*min-width: 135px;*/
}

table.table.table-bordered.mb-3 td.py-3 {
    padding: 8px 15px !important;
    border: none !important;
}

table.table.table-bordered.mb-3 td.py-3 button.btn.btn-blue.mt-2.hidden-xs-down {
    margin: 0 !important;
    font-size: 11px !important;
    border-radius: 0;
    padding: 0 !important;
    box-shadow: none;
    border: none;
    margin-left: 0;
    letter-spacing: 0;
    font-weight: 500;
}

table.table.table-bordered.mb-3 td.py-3 a.btn.btn-danger.text-white.hidden-xs-down {
    font-size: 11px !important;
    border-radius: 0;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #e3342f !important;
    letter-spacing: 0;
    font-weight: 500;
    margin-right: 10px;
}

table.table.table-bordered.mb-3 td.py-3 a.btn.btn-primary.text-white.hidden-xs-down {
    font-size: 11px !important;
    border-radius: 0;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #0E501B !important;
    letter-spacing: 0;
    margin-right: 10px;
    font-weight: 500;
}

table.table.table-bordered.mb-3  tr:hover td.py-3 {
    background: rgba(149, 193, 58,0.5);
}

table.table.table-bordered.mb-3 {
    border: 1px solid #f3f3f3 !important;
}