
/*--- Start Global style ---*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    background-color: #ebf2ee;
}
.main-wrap {
    min-height: 590px;
    padding-top: 80px;
}
section,
figure,
figcaption,
p {
    margin: 0;
}
a {
    color: #269156;
}
a:hover {
    color: #183138;
}
.btn {
    color: #fff;
    background-color: #269156;
    border-color: #269156;
    transition: all 0.5s ease-in-out;
}
.btn:hover,
.btn:focus {
    background-color: #183138;
    border-color: #183138;
    color: #fff;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu {
    left: auto;
    min-width: 10rem;
    padding: .5rem 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    box-shadow: 0 0.5rem 0.6rem rgba(0,0,0,0.06);
    right: 20px;
    margin: 0;
    padding: 0;
}
.dropdown-item {
    color: #546e7a;
    padding: 6px 16px;
    transition: all 0.5s ease-in-out;
}
.dropdown-item:hover {
    color: #ffffff;
    padding: 6px 16px;
    background-color: #269156;
}
.form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 300;
}
.form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    box-shadow: none;
}
.form-control:focus {
    color: #546e7a;
    background-color: #fff;
    border-color: #269156;
}
.title-head {
    font-size: 32px;
    font-weight: 700;
    color: #183138;
    position: relative;
    margin-bottom: 60px;
}
.title-head::before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 3px;
    width: 60px;
    background: #269156;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.schedule-meetings-wrap .container,
.how-works-wrap .container,
.features-wrap .container {
    max-width: 900px;
}


/*--- End Global style ---*/



.header-wrap {
    background: #ffffff;
    z-index: 100;
    position: relative;
}
.header-wrap .navbar {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(24,49,56,0.06);
    padding: 0 20px;
}
.navbar .nav-item .nav-link {
    color: #546e7a;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding: 12px 24px;
}
.navbar .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
    color: #269156;
}
.navbar .nav-item.active > .nav-link::before,
.navbar .nav-item:hover > .nav-link::before {
    width: 50px;
    background: #269156;
}
.navbar-brand .img-fluid {
    max-width: 180px;
}

button.navbar-toggler {
    background: #269156;
    padding: 3px 10px 1px;
}
button.navbar-toggler:hover {
    background: #183138;
}
.navbar-toggler ion-icon {
    color: #fff;
    font-size: 32px;
}
.user-prof-name {
    color: #fff;
    background: #269156;
    border-radius: 50%;
    padding: 6px 12px;
    margin-right: 4px;
}


/*--- End of header_wrap ---*/



.schedule-meetings-wrap {
    padding: 40px 20px 60px;
}
.schedule-meetings-wrap .title {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 30px;
}
.schedule-meetings-wrap .form-group {
    max-width: 280px;
    width: 100%;
}
.schedule-meetings-wrap .form-control {
    width: 100%;
}
.btn-sign-up {
    padding: 10px 30px;
    text-transform: uppercase;
    margin-left: -6px;
}
.get-started {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
#nav-upcomming .card-header h6,
#nav-pending .card-header h6,
#nav-past .card-header h6  {
    font-size: 18px;
    font-weight: 600;
    color: #269156;
    margin: 5px 0;
}

/*--- End of schedule-meetings-wrap ---*/


.how-works-wrap {
    background: #fff;
    padding: 50px 20px;
}
.how-works-wrap .img-fluid {
    max-width: 320px;
    margin: 0 auto;
    display: block;
}
.sub-title {
    font-size: 22px;
    font-weight: 600;
    margin: 60px 0 16px;
}
.per-text {
    font-size: 16px;
    font-weight: 400;
    max-width: 310px;
}

/*--- End of how-works-wrap ---*/



.features-wrap {
    padding: 50px 20px;
}
.features-wrap .img-fluid {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.features-wrap .sub-title {
    margin: 40px 0 16px;
    display: flex;
}
.features-wrap .sub-title ion-icon {
    color: #269156;
    margin-right: 10px;
}
.features-wrap .per-text {
    max-width: 240px;
}

/*--- End of features-wrap ---*/


.login-form {
    width: 520px;
    margin: 100px auto;
    background: #ffffff;
    box-shadow: 0 0px 10px rgba(24,49,56,0.1);
    padding: 30px 25px;
}
.login-form .title,
.signup-wrap .title {
    font-size: 32px;
    font-weight: 700;
    color: #183138;
    position: relative;
    margin: 0px 0 30px;
}
.btn-login {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin: 20px 0 0;
}
.create-account {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 5px;
}

/*--- End of login-form ---*/

.signup-wrap {
    padding: 40px 20px;
}
.signup-wrap .container {
    max-width: 720px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0px 10px rgba(24,49,56,0.1);
    padding: 30px 25px;
}
.signup-wrap .title {
    margin: 0px 0 10px;
}
.hint-text {
    color: #546e7a;
    margin-bottom: 20px;
    text-align: center;
}
.upload-img {
    max-width: 110px;
    margin: 10px auto 0;
    display: block;
}
.btn-register {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin: 0 auto;
    max-width: 200px;
}
.already-signin {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
/*--- End of signup-wrap ---*/

.events-wrap {
    padding: 40px 20px;
}
.events-wrap .nav-tabs {
    border-bottom: none;
    position: relative;
    z-index: 10;
}
.events-wrap .nav-tabs .nav-link {
    color: #546e7a;
    padding: 12px 24px;
}
.events-wrap .nav-tabs .nav-link.active {
    color: #212529;
}
.events-wrap .nav-tabs .nav-link.active:focus,
.events-wrap .nav-tabs .nav-link.active:hover {
    border-color: #dee2e6 #dee2e6 #fff;
}
.events-wrap .nav-tabs .nav-link:focus,
.events-wrap .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.events-wrap .table {
    margin-bottom: 25px;
}
.events-wrap .table th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}
.btn-new-event {
    color: #fff;
    display: inline-block;
    max-width: 168px;
    text-align: center;
}
.btn-new-event:hover,
.btn-new-event:focus {
    color: #fff;
}
.btn-new-event ion-icon {
    font-size: 20px;
    margin: 2px 6px 0 0;
    float: left;
}
.avatar-element {
    display: inline-block;
    border-radius: 50%;
    background: #269156;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    color: #ffffff;
}
.events-wrap .card-title,
.event-card .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.time-title {
    color: #269156;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}
.form-control:disabled,
.form-control[readonly] {
    color: #1f2d3d;
    font-weight: 400;
}
.card {
    box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 1px 4px rgba(0,0,0,0.15);
}
.event-card {
    max-width: 320px;
    margin: 0 auto 30px;
}
.event-card .card-body .card-text {
    height: 100px;
    overflow: hidden;
}
.card-pending,
.card-upcomming {
    box-shadow: none;
}
.card-pending  .card-header,
.card-upcomming  .card-header {
    padding: 0;
}
.pending-event-title,
.card-upcomming .title {
    margin: 0;
    font-size: 16px;
    padding: 10px 16px;
    background: #d6dfe4;
    transition: all 0.5s ease-in-out;
}
.pending-event-title:hover,
.card-upcomming .title:hover {
    background: #5ad18f;
}
.btn-approve ion-icon {
    font-size: 22px;
    float: left;
    margin: 2px 6px 0px 0px;
}
/*--- End of events-wrap ---*/

.all-event-wrap,
.meeting-set-wrap,
.set-event-wrap {
    padding: 40px 20px;
}
.meeting-set-wrap .container,
.set-event-wrap .container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0px 10px rgba(24,49,56,0.1);
    padding: 30px 25px;
}
.all-event-wrap .container {
    max-width: 1090px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0px 10px rgba(24,49,56,0.1);
    padding: 30px 25px;
}
.create-event-wrap .title {
    font-size: 28px;
    font-weight: 700;
    color: #183138;
    position: relative;
    margin: 0px 0 20px;
}
.create-event-wrap .form-check {
    margin: 0 20px 10px 0 !important;
}
.form-check label,
.form-check input {
    cursor: pointer;
}
.note-btn-group {
    border: 1px solid #ced4da;
}
.note-btn-group .btn {
    font-size: 12px !important;
    font-weight: bold;
    min-width: 50px !important;
    color: #1f2d3d;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: none;
}
.note-btn-group .btn:hover,
.note-btn-group .btn:focus {
    background-color: #183138;
    border-color: #183138;
    color: #fff;
}
.btn-create-now {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin: 0 auto;
    max-width: 200px;
}
#meeting_time_list .form-check-inline {
    min-width: 100px;
}
.create-event-img {
    max-width: 190px;
    margin: 0 0 20px 0;
    min-height: 160px;
}
.profile-info-name {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(77, 80, 85, 0.6);
}
.profile-info-event-type-name {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #4d5055;
}


.create-event-wrap{
    padding: 50px 20px;
}
.create-event-wrap .container{
    max-width: 970px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0px 10px rgba(24,49,56,0.1);
    padding: 25px;
    transition: all 0.5s ease-in-out;
}
.create-event-wrap.extra-padd .container{
    padding-top: 0;
    padding-bottom: 0;
}
.create-event-wrap.sideMenuShowHide .container{
    max-width: 1170px;
}
.create-event-wrap.sideMenuShowHide .event-calender-left {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 0 0 34%;
}
.create-event-wrap.sideMenuShowHide .event-calender-right {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
.event-calender.evo-calendar {
    -webkit-box-shadow: 0 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0 0px 10px 0px rgba(0,0,0,0.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.event-calender .calendar-inner {
    margin-left: 0;
    padding: 30px 20px 20px 20px;
    position: relative;
    width: initial;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: none;
}
.sideMenuShowHide .event-calender.sidebar-hide .calendar-inner {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    margin-left: 0;
}
.event-calender .calendar-events {
    z-index: 0;
    height: 100%;
    padding: 30px 20px;
    position: relative;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    width: initial;
    display: none;
    transition: all 0.5s ease-in-out;
}
.sideMenuShowHide .event-calender.sidebar-hide .calendar-events {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
    display: block;
}
.sideMenuShowHide .event-calender tr.calendar-body .calendar-day .day {
    padding: 8px;
    height: 50px;
    width: 50px;
}

#eventListToggler {
    display: none;
}


.event-available-hrs {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #546e7a;
}
.event-times .form-check .fa {
    font-size: 22px;
    margin-right: 10px;
    color: #4d5055;
}
.event-times .form-check {
    margin-bottom: 0 !important;
}
.event-times .form-check .everyday {
    display: none;
}
.event-times {
    margin-bottom: 15px;
}
.event-calender .calendar-sidebar > span#sidebarToggler {
    width: 50px;
    height: 50px;
    background-color: #269156;
    box-shadow: none;
    top: 0;
}
.event-calender .calendar-sidebar {
    width: 160px;
    background-color: #269156;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.event-calender .calendar-sidebar > .month-list > .calendar-months > li.active-month,
.event-calender .calendar-sidebar > .month-list > .calendar-months > li:hover {
    background-color: #1e7c48;
}
.event-calender .calendar-sidebar > .month-list > .calendar-months > li {
    padding: 6px 20px;
}
.event-calender button.icon-button > span.bars::after {
    bottom: -10px;
}
.event-calender button.icon-button > span.bars::before {
    top: -10px;
}
.event-calender button.icon-button > span.bars::before,
.event-calender button.icon-button > span.bars::after,
.event-calender button.icon-button > span.bars {
    height: 4px;
}
.event-calender #eventListToggler {
    width: 52px;
    height: 52px;
    background-color: #1e7c48;
    padding: 6px;
    z-index: 20;
}
.event-calender button.icon-button > span.chevron-arrow-right {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 24px;
    height: 24px;
}
.event-calender tr.calendar-body .calendar-day .day.calendar-active,
.event-calender tr.calendar-body .calendar-day .day.calendar-active:hover,
.event-calender tr.calendar-body .calendar-day .day.calendar-today {
    color: #fff;
    border-color: transparent;
    background: #269156;
}

.event-calender .calendar-sidebar > .calendar-year {
    padding: 5px 10px;
}
.event-calender .calendar-sidebar > .calendar-year > button.icon-button > span {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 100%;
    height: 100%;
}
.event-calender .calendar-sidebar > .calendar-year > button.icon-button {
    margin-right: 8px;
}
.event-calender .calendar-sidebar > .calendar-year > button.icon-button .chevron-arrow-right {
    margin-left: 8px;
}
.event-calender.event-hide tr.calendar-header .calendar-header-day {
    padding: 6px;
    font-size: 90%;
}
.event-calender-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #4d5055;
}
.create-event-wrap .event-type-details {
    padding-top: 38px;
    padding-right: 20px;
}
.event-calender-right {
    border-left: 1px solid #ced4da;
    padding: 30px 0 30px 20px;
}


/*--- End of events-wrap ---*/


.footer-wrap {
    background: #1c1c1c;
    padding: 20px;
}

.copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.copyright a:hover {
    color: #fff;
}


/*--- End of footer-wrap ---*/






/*--------------------------------------
           Start All Media CSS
---------------------------------------*/


@media (min-width: 1380px) {


}

/*--- End of @media (min-width: 1380px) ---*/


@media (max-width:991px) and (min-width:640px) {



}
/*--- End of @media (max-width:991px) and (min-width:640px) ---*/


@media (max-width:767px) {

    .navbar-nav .nav-item {
        text-align: center;
    }
    .events-wrap .nav-tabs .nav-link {
        color: #546e7a;
        padding: 5px 14px;
    }
    .row{
     margin-right: 0px;
     margin-left: 0;
    }
    .events-wrap {
        padding: 20px 0px;
    }
    .card-body {
        padding: 0.25rem;
    }
    .profile-wrap{
        width: 100%;
    }
    .login-form{
        width: 100%;
    }
    .container-contact1{
        padding: 0;
        max-height: 180px;
    }
    .contact-us .card-body{
        padding: 0;
    }

}
/*--- End of @media (max-width:767px) ---*/

