/* Bordered form */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap'); */

body{
    color: #000000;
}

h2{
    color: #000;
}

.login-bg{
    position: relative;
    align-items: center;
    display: flex;
    background: #fff;
}

.login-bg .container{
    max-width: 400px !important;
}

.option-text {
    text-align: center;
    color: #989898;
    position: relative;
    z-index: 9;
}

.option-text:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    left: 0;
    top: 51%;
    z-index: -9;
}

.option-text span{
    background-color: #fff;
    padding: 0 10px;
}

.dis-event{
    background: #EBF0FE;
    border: 1px dashed #B7C0D7;
    border-radius: 5px;
}

a{
    color:#3E4095;
}


*{
    margin: 0px;
    padding: 0px;
}

/* Full-width inputs */
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #CDCDCD;
}

::-webkit-input-placeholder { /* Edge */
    font-family: 'SF-Pro-Text-Light';
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'SF-Pro-Text-Light';
}

::placeholder {
    font-family: 'SF-Pro-Text-Light';
}

.placeholder {
    color: #4F4F4F;
    font-family: 'SF-Pro-Text-Light';
}

.form-control{
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #CDCDCD;
    border-radius: 5px;
    height:40px;
    line-height: 40px;
}

.nav-tabs-custom .nav-item .nav-link {
    border: none;
    font-size: 14px;
    padding: .5rem .0rem;
    font-weight: 400;
}
.input-group-text i{
    color: #4F4F4F;
}



.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #050505;
    height: 53px;
    border-radius: 5px;

    line-height: 37px;
}

.btn-white {
    color: #050505;
    background-color: #f9f9fc;
    border-color: #030303;
    height: 53px;
    border-radius: 5px;

    line-height: 37px;
}

.btn-secondary{
    background: #000000;
    border-radius: 5px;
    height: 42px;
    line-height: 24px;
    border-color: #030303;
}

.btn-secondary:hover{
    background: transparent;
    border-color: #000000;
    color: #000;
}

.btn-outline-secondary{
    border-radius: 5px;
    height: 42px;
    border-color: #030303;

}

.btn-outline-secondary:hover{
    background-color: #050505;
}

.form-content-block{
    padding: 0;
}

.form-content-block{
    position: relative;
}

.form-content-block h1{
    font-family: 'SF-Pro-Text-Semibold';
    font-size: 50px;
}

.form-content-block p {
    font-style: normal;
    font-family: 'SF-Pro-Text-Light';
    font-size: 28px;
    line-height: 36px;
    padding-right: 20px;
}

/*.img-bg-bock {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -9;
}*/

.img-bg-bock img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-block {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 30%;
    display: none;
}


.form-block {
    /*  min-height: 100vh;*/
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.form-block h2{
    font-style: normal;
    font-family: 'SF-Pro-Text-Medium';
    font-size: 45px;
    line-height: 62px;
}

.form-block p{
    font-family: 'SF-Pro-Text-Light';
    font-size: 18px;
    line-height: 24px;
}

.max-width{
    max-width: 400px;
    width: 100%;
}

/* Side Bar */
.wrapper {
    display: flex;
    text-decoration: none;
    transition: all 0.4s;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #f5f5f5;
    color: #fff;
    transition: all 0.4s;
    height: 100vh;
    border-right: 1px solid #ddd;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding:10px;
    background: #fff;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #000;
    border: 0;
    opacity: .25;
}


#sidebar .nav-pills .nav-link.active, #sidebar .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3E4095;
}
#content {
    width: 100%;
    padding: 20px;
    min-width: height 100vh;
    transition: all 0.4s;
}

#content h2 {
    text-align: center;
    margin-bottom: 50px;
}

#content p {
    text-align: justify;
}
#content .navbar .btn-dark {
    color: #fff;
    background-color: #3E4095;
    border-color: #3E4095;
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.meeting-block{
    background: #3E4095;
    border-radius: 15px;
    margin: 0 10px;
    min-height: 350px;
    position: relative;
}
.user-imgs {
    position: relative;
    display: flex;
    flex-direction: row;
}
.user-imgs img {
    border-radius: 50%;
    width: 28px;
    border: 2px solid #fff;
    margin-left: -8px;
}
.user-imgs img:first-child{
    margin-left: 0;
}
.share-icon{
    position: absolute;
    bottom: 15px;
    right: 0;
    display: flex;
}
.share-icon a{
    background: #010238;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
    margin: 0 10px;
}
.share-icon a img{
    width: 20px;
}