/*=====tanzid Start====*/
:root {
    --animation-time: 1.3s;
}

a.renew-button {
    background-color: #EB5757;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-left: 15px;
}

a.renew-button:hover {
    background-color: #EB5757;
    color: white;
}

.renew {
    font-size: 16px;
    color: #858585;
    margin-top: 10px;
}

p.renew b {
    color: red;
    font-size: 16px;
}

a.transaction-button {
    color: #FFFFFF;
    background-color: #15374E;
    border-radius: 3px;
    padding: 10px 10px;
    text-align: center;
}

a.transaction-button:hover {
    color: white;
    background-color: #47c995;
}

.row.member-top {
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px rgba(128, 128, 128, 0.16);
    padding: 0px 0px 10px;
}

.row.profile-details {
    margin-top: 30px;
    margin-bottom: 30px;
}

.row.profile-details h2 {
    color: #15374E;
    font-size: 30px;
}

span.title-line-bar {
    background: #EAEAEA;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    width: 187px;
    margin-top: 16px;
    margin-left: 15px;
}

span.title-line-bar:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 80px;
    background: #47C995;
    height: 3px;
    border-radius: 5px;
}

.profile-description p {
    font-family: Barlow;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #969696;
    margin-bottom: 15px;
}

.profile-details span {
    padding-bottom: 7px;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 2px;
    position: absolute;
    width: 50%;
}

p.contact-num {
    font-size: 18px;
    color: #110000;
    font-weight: 500;
}

.profile-details p {
    margin-bottom: 15px;
}

.profile-description h3 {
    margin-bottom: 15px;
}

ul.social-media li {
    float: left;
}

ul.social-media li i {
    padding: 5px 2px 5px;
    border: 1px solid #47c995;
    border-radius: 4px;
    width: 40px;
    margin: 0px 5px;
    font-size: 25px;
    text-align: center;
}

ul.social-media li i {
    padding: 5px 2px 5px;
    border: 1px solid #47c995;
    border-radius: 4px;
    width: 40px;
    margin: 0px 5px;
    font-size: 25px;
    text-align: center;
    color: #47c995;
}

ul.social-media li i:hover {
    color: #ffffff !important;
    background-color: #47c995 !important;
}

.social-media li:first-child {
    margin-top: 5px;
    margin-right: 20px;
    color: white;
}

b.company-name {
    color: #000000;
    font-size: 15px;
    font-style: normal;
}

.contact-num {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}

/*====Payment css Start===*/
.header-top {
    background-color: #F7F7F7;
    padding: 16px 17px 17px 15px;
}

.payment-transaction {
    padding: 30px 0;
}

.payment-transaction input[type=search], .payment-transaction input[type=text], .payment-transaction select {
    height: 30px;
    border: 1px solid #333333;
}

.payment-transaction table th {
    width: 23%;
}

.payment-transaction table td {
    vertical-align: top;
    border-top: 0.3px solid #CACACA;
    font-size: 12px;
}

.transaction-modal-table tr
.select-section {
    margin: 16px 0px;
    padding-bottom: 20px !important;
    border-bottom: 0.3px solid #CACACA;
}

.select-section span {
    float: left;
    background-color: #E9E9E9;
    border: 0.3px solid #E9E9E9;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    padding: 2px 5px 4px;
    width: 20px;
    height: 35px;
}

select.form-control.date {
    padding: 0px;
    width: 80%;
    font-size: 14px;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}

select.form-control {
    padding: 0px;
    font-size: 14px;
    height: 35px;
}

select.form-control.order {
    padding: 0px;
    width: 79%;
    font-size: 14px;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}

.event-button {
    text-align: right;
}

.required:after {
    content: " *";
    color: red;
}

.single-member li:first-child {
    margin: 0px;
}

span.history-details {
    float: right;
    font-size: 16px;
    font-weight: 500;
}

.active-status {
    background-color: #219653;
    color: white;
    font-size: 9px;
    /*float: left;*/
    padding: 5px 10px;
    border-radius: 0px 0px 5px 0px;
}

.active-status:hover {
    background-color: #219653;
    color: white;
}

span.status {
    border: none;
    padding-bottom: 0px;
    margin-left: 10px;
    line-height: 10px;
    margin-top: 20px;
}

span.search-active-user {
    margin-top: 0px;
}

.member-search {
    background-color: #ffffff4a;
    box-shadow: 0 10px 30px rgba(128, 128, 128, 0.16);
    margin-top: 18px;
}

.member-search .mb-3 {
    margin-bottom: 0px !important;
}

.search {
    color: white;
    background-color: #15374E;
    font-size: 14px;
}

.search:hover {
    background-color: #219653;
}

.member-search .form-control {
    margin: 0px;
    padding-left: 15px;
}

.member-search .input-group {
    padding: 0px;
}

.member {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.member .border {
    margin-top: 13px;
    border-bottom: 0.3px solid #EAEAEA !important;
    border-radius: 2px;
    position: absolute;
    width: 50%;
}

section.option-search {
    margin-bottom: 20px;
    margin-top: 20px !important;
}

.box-search {
    padding: 0px;
}

.box-search .search {
    height: 45px;
    width: 100%;
}

.box-search .form-control {
    height: 45px;
    padding-left: 10px;
}

.member-search button[type=submit] {
    width: 100%;
    background-color: #15374E;
    color: #FFFFFF;
    margin: 0;
    padding: .375rem .75rem;
}

/*Slick Slide start*/
.grid-member {
    background-color: #F4F4F4;
    margin-top: 20px;
    /*margin-right: 20px;*/
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.slick-profile-pic {
    width: 40%;
    float: left;
}

.search-profile-pic {
    width: 40%;
    float: left;
}

.search-profile-pic img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.member-details {
    padding: 10px;
    font-size: 10px;
    width: 60%;
    float: left;
}

.member-name {
    color: #15374E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.member-name:first-letter {
    text-transform: uppercase;
}

.member-details .designation {
    border-bottom: none;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: -6px;
}

.member-details .batch {
    font-weight: normal;
    font-size: 10px;
}

#member-slider {
    margin-bottom: 20px;
}

/*Slick Slide End*/
.custom-pagination {
    float: right;
    width: 100%;
}

.custom-pagination .pagination {
    float: right;
    margin: 15px 0 20px;
}

.custom-pagination .pagination li a {
    font-size: 20px;
    padding: 10px;
}

.custom-pagination li.active {
    font-size: 20px;
    background-color: #15374e;
    color: #fff;
}

.pagination-section {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}

.search-page li a {
    color: #47c995;
    font-size: 16px;
    padding: 5px 10px;
}

.search-page .first {
    padding-right: 7px;
    border-radius: 4px;
}

.search-page .last {
    padding-left: 7px;
    border-radius: 4px;
}

.search-page {
    margin-right: 0px !important;
}

.search-page .page-link:hover {
    border: 1px solid #47c995;
}

.slick-prev {
    right: 28px !important;
    float: right;
    top: -5% !important;
    left: initial !important;
}

.slick-next {
    float: right;
    top: -5% !important;
    right: 0% !important;
    font: normal normal normal 14px/1 FontAwesome !important;
}

.slick-prev:before, .slick-next:before {
    line-height: 1;
    color: #000000 !important;
    content: "\f007" !important;;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 16px;
    font-weight: 900;
}

.slick-prev:before {
    content: "\f104" !important;
    font-size: 20px !important;
    font-weight: 400;
}

.slick-next:before {
    content: "\f105" !important;
    font-size: 20px !important;
    font-weight: 400;
}

/*=====Tanzid css End====*/

/*=====Responsive Start====*/

@media (max-width: 1024px) {
    select.form-control.date {
        width: 79%;
    }

    select.form-control.order {
        width: 77%;
    }

    .col-lg-4.col-md-6.col-sm-6.grid-member {
        max-width: 32% !important;
    }

    .slick-prev {
        top: 2% !important;
    }

    .slick-next {
        top: 2% !important;
    }
}

@media (max-width: 991px) {
    .member-top {
        text-align: center;
        margin: 10px 0px;
    }

    .member-top.transaction-button {
        margin: 10px 0px;
    }

    .payment-button {
        padding-top: 15px;
    }

    .profile-pic {
        width: 100%;
    }

    .profile-description .heading {
        width: 106px;
    }

    .profile-form span.title-line-bar {
        width: 100px;
    }

    .form-control {
        margin: 10px 0px;
    }

    .select-section span {
        margin: 10px 0px;
        width: 21px;
    }

    select.form-control.date {
        width: 79%;
    }

    select.form-control.order {
        width: 86%;
    }

    .social-media li:first-child {
        margin: 10px 0px;
    }

    .social-media li {
        margin: 5px 2px;
    }

    .grid-member {
        max-width: 100% !important;
    }

    .btn.btn-outline-secondary.search {
        /*margin: 10px 0px;*/
    }

}

@media (max-width: 767px) {
    .col-lg-4.col-md-6.col-sm-6.grid-member {
        max-width: 32% !important;
    }

    .member-top {
        text-align: center;
        margin: 10px 0px;
    }

    .row.member-top {
        margin-left: 0px;
        padding: 20px !important;
    }

    .member-top.transaction-button {
        margin: 10px 0px;
    }

    .payment-button {
        padding-top: 15px;
    }

    .profile-pic {
        width: 100%;
    }

    .profile-description .heading {
        width: 106px;
    }

    .profile-form span.title-line-bar {
        width: 100px;
    }

    .form-control {
        margin: 10px 0px;
    }

    .select-section span {
        margin: 10px 0px;
        width: 21px;
    }

    select.form-control.date {
        width: 90%;
    }

    select.form-control.order {
        width: 93%;
    }

    .social-media li:first-child {
        margin-right: 12px;
    }

    .update-btn-warp {
        text-align: center;
    }

}

@media (max-width: 575px) {
    .page-header {
        padding: 20px 0px;
    }

    .page-title h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .member-top {
        text-align: center;
        margin: 10px 0px;
    }

    .row.member-top {
        margin-left: 0px;
        padding: 20px !important;
    }

    .member-top.transaction-button {
        margin: 10px 0px;
    }

    .payment-button {
        padding-top: 15px;
    }

    .profile-pic {
        width: 100%;
    }

    .profile-description .heading {
        width: 120px;
    }

    .profile-form span.title-line-bar {
        width: 100px;
    }

    .form-control {
        margin: 10px 0px;
    }

    .select-section span {
        margin: 10px 0px;
    }

    select.form-control.date {
        width: 91%;
    }

    select.form-control.order {
        width: 94%;
    }

    .social-media li:first-child {
        margin-right: 12px;
    }

    .update-btn-warp {
        text-align: center;
    }

    .login-profile {
        padding: 30px 0px;
        text-align: center;
    }
}

@media (max-width: 524px) {
    .member-top {
        text-align: center;
        margin: 10px 0px;
    }

    .text-right {
        margin-top: 10px;
        text-align: center !important;
    }

    .row.member-top {
        margin-left: 0px;
        padding: 20px !important;
    }

    .member-top.transaction-button {
        margin: 10px 0px;
    }

    .payment-button {
        padding-top: 15px;
    }

    .profile-pic {
        width: 100%;
        max-width: 180px;
    }

    .profile-form span.title-line-bar {
        width: 86px;
    }

    .profile-form span.title-line-bar:after {
        width: 55px;
    }

    .row.profile-details h2 {
        font-size: 20px;
    }

    .update-btn-warp {
        text-align: center;
    }

    .form-control {
        margin: 10px 0px;
    }

    .select-section span {
        margin: 10px 0px;
        width: 21px;
    }

    select.form-control.date {
        width: 91%;
    }

    select.form-control.order {
        width: 94%;
    }

    .social-media li:first-child {
        margin-right: 12px;
    }

    span.history-details {
        float: right;
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
    }

    .member-search .input-group {
        padding: 0px 15px;
    }

    .member-search {
        background-color: #ffffff4a;
        box-shadow: none;
        margin-top: 18px;
    }

    .box-search {
        padding: 0px 15px;
    }

    .search-page {
        margin-right: 14px !important;
        margin-left: 14px !important;
    }

    .search-page li a {
        color: #47c995;
        font-size: 16px;
        padding: 5px 6px;
    }

    .grid-slider {
        padding: 0px 5px;
    }
}

@media (max-width: 340px) {
    .member-top {
        text-align: center;
        margin: 10px 0px;
    }

    .row.member-top {
        margin-left: 0px;
        padding: 20px !important;
    }

    .member-top.transaction-button {
        margin: 10px 0px;
    }

    .payment-button {
        padding-top: 15px;
    }

    .profile-pic {
        width: 100%;
    }

    .profile-description .heading {
        width: 70px;
    }

    span.heading.title-line-bar:after {
        width: 44px;
    }

    .form-control {
        margin: 10px 0px;
    }

    .select-section span {
        margin: 10px 0px;
    }

    select.form-control.date {
        width: 89%;
    }

    select.form-control.order {
        width: 92%;
    }

    .social-media li:first-child {
        margin: 10px 70px;
    }

    .social-media li {
        margin: 0px 10px;
    }

    .profile-form span.title-line-bar {
        width: 45px;
    }

    .profile-form span.title-line-bar:after {
        width: 30px;
    }
}

/*=====Responsive End====*/


