/* cyrillic-ext */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {

    font-family: "Montserrat";

    font-style: normal;

    font-weight: 400;

    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2)

        format("woff2");

    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,

        U+FE2E-FE2F;

}



/* cyrillic */



@font-face {

    font-family: "Montserrat";

    font-style: normal;

    font-weight: 400;

    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2)

        format("woff2");

    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;

}



/* vietnamese */



@font-face {

    font-family: "Montserrat";

    font-style: normal;

    font-weight: 400;

    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2)

        format("woff2");

    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,

        U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;

}



/* latin-ext */



@font-face {

    font-family: "Montserrat";

    font-style: normal;

    font-weight: 400;

    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2)

        format("woff2");

    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,

        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

}



/* latin */



@font-face {

    font-family: "Montserrat";

    font-style: normal;

    font-weight: 400;

    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)

        format("woff2");

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,

        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,

        U+2215, U+FEFF, U+FFFD;

}

:root {
    --secondary-color: #536d79;
    --primary-color: #048692 !important;
}

body {

    font-family: "Inter", serif;

}



.white-text {

    color: #fff !important;

}



.card-header {

    border-bottom: 1px solid var(--primary-color);

    font-size: 18px;

    font-weight: 600;

}



.meeting-pagination {

    overflow-x: auto;

}



.btn-primary {

    background-color: var(--primary-color);

    color: #fff;

    border: 1px solid var(--primary-color);

}



.btn-primary:hover,

.btn-primary:active,

.btn-primary:focus,

.btn-primary:disabled,

.btn-primary:not(:disabled):not(.disabled):active {

    background-image: linear-gradient(

        rgba(0, 0, 0, 0.1),

        rgba(0, 0, 0, 0.1)

    ) !important;

    border: 1px solid linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.meeting-list .meeting-card {

    border-left: 3px solid #ddd;

}



.meeting-list .active-meeting {

    border-left: 3px var(--primary-color) solid;

}



.meeting-details .card-header {

    word-break: break-word;

}



footer {

    position: relative;

    bottom: 0;

    background: #fff;

    width: 100%;

    padding: 10px 10px 1px;

    color: var(--primary-color);

    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.075);

    font-size: 12px;

}



.footer-links {

    padding-left: 0;

    list-style: none;

    display: inline;

}



.footer-links li {

    display: inline-block;

}



.footer-links li a {

    padding: 0 5px;

}



a {

    color: var(--primary-color) !important;

}



a:hover {

    color: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;

}



.navbar {

    background-color: var(--primary-color);

    padding-top: 0;

    padding-bottom: 0;

}


/*
.navbar a {

    color: white !important;

}*/



.navbar .dropdown-menu a {

    color: var(--primary-color) !important;

}
.thankyoupage{
    padding-top: 100px;
}
.thankyousec{
        height: 85vh;
}
.btn-theme-sec {
    background-color: #26988a;
    border: 0;
    width: 100%;
    padding: 10px 0;
}
.thankyoupage .rejoincall a {
    background-color: #01808E;
    padding: 10px 60px;
    display: inline-block;
    color: #fff !important;
    border-radius: 10px;
    margin-bottom: 10px;
}
.call-icon i {
    font-size: 20px;
    margin-bottom: 10px;
}


#emptyDetails i {

    font-size: 100px;

    color: var(--primary-color);

}



.invite-list {

    overflow: auto;

    max-height: 400px;

}



#showInvites {

    max-height: 700px;

}



.bg-primary {

    background-color: var(--primary-color) !important;

}



.meeting-card .card-title {

    display: contents;

}



.btn-link {

    padding: 5px;

}



.form-check-label {

    position: relative;

    margin-left: 7px;

}



.form-check .form-check-label:before {

    content: "";

    border: 1px solid var(--primary-color);

    padding: 8px;

    border-radius: 3px;

    margin-right: 10px;

    position: absolute;

    left: -26px;

    top: 2px;

}



.form-check .form-check-label:after {

    content: "";

    border: solid #fff;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

    position: absolute;

    top: 5px;

    left: -19px;

    width: 5px;

    height: 10px;

    display: none;

}



.form-check input:checked + .form-check-label:before {

    background-color: var(--primary-color);

}

.form-check-contact-us input:checked + .form-check-label:before {

    background-color: #74a9c6;

}



.form-check input:checked + .form-check-label:after {

    display: block;

}



.form-check input {

    display: none;

}



.application-footer .footer-links li a {

    color: var(--primary-color) !important;

}



.application-header.navbar {

    background: transparent;

    box-shadow: none !important;

}



.application-header .nav-link {

    color: var(--primary-color) !important;

}



#emptyDetails {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -55%);

}



#emptyDetails img {

    margin-bottom: 15px;

}



.btn-group-lg > .btn,

.btn-lg {

    font-size: 14px;

}



.meeting-details .form-group label,

.meeting-details .card-header h5 {

    display: block;

}



.meeting-details .card-header h5 {

    width: 95%;

}



.hide {

    display: none;

}



.cookie {

    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    overflow: hidden;

    padding: 10px;

    background-color: var(--primary-color);

    border: 1px solid var(--primary-color);

    box-shadow: 0 2px 3px grey;

    display: none;

    align-items: center;

    justify-content: space-between;

    transition: all 0.5s ease-in-out;

    color: #fff;

}



.show-cookie {

    display: flex;

    transition: all 0.5s ease-in-out;

}



.confirm-cookie {

    float: right;

    width: 100px;

    background-color: #fff;

    color: var(--primary-color);

}



.confirm-cookie:hover {

    color: var(--primary-color);

}



.cookie p {

    margin-top: 0.5em;

    margin: 0;

}



.cookie i {

    font-size: 20px;

}



.cookie a {

    color: #fff !important;

}



/* footer css :: start */



.application-footer {

    position: relative;

    padding: 10px 10px 5px;

    color: var(--primary-color);

    box-shadow: none;

}



.footer-links,

.social-links {

    padding: 0;

    list-style: none;

    display: inline;

}



.footer-links li,

.social-links li {

    display: inline-block;

    font-size: 12px;

    padding: 0 20px;

    cursor: pointer;

    position: relative;

}



.social-links li {

    padding: 0 5px;

}



.application-footer p,

.app-footer p {

    /* width: 80%; */

    margin-bottom: 8px;

    font-size: 12px;

}



.application-footer .footer-links,

.app-footer .footer-links {

    display: inline-block;

    font-size: 14px;

    padding: 0;

    margin-bottom: 10px;

}



.application-footer .footer-links li a,

.application-footer .social-links li a,

.app-footer .footer-links li a,

.app-footer .social-links li a {

    color: var(--font-color);

    transition: all 0.5s ease-in-out;

    padding: 0;

}



.application-footer .footer-links li a:hover,

.application-footer .social-links li a:hover,

.app-footer .footer-links li a:hover,

.app-footer .social-links li a:hover {

    color: var(--primary-color);

}



.application-footer h4,

.app-footer h4 {

    color: var(--primary-color);

    font-weight: 700;

    margin-bottom: 20px;

}



/*.social-data {

    width: fit-content;

    margin-left: auto;

    text-align: center;

}*/



.footer-links li:first-child {

    padding-left: 0;

}



.footer-links li:first-child a:before {

    display: none;

}



.social-links li:last-child {

    padding-right: 0;

}



.footer-links li a::before {

    content: "";

    position: absolute;

    left: -3px;

    width: 3px;

    height: 3px;

    border-radius: 30px;

    background-color: #ccc;

    top: 7px;

}



main {

    height: 100%;

    min-height: 83vh;

}



.btn-outline-primary:not(:disabled):not(.disabled).active,

.btn-outline-primary:not(:disabled):not(.disabled):active,

.show > .btn-outline-primary.dropdown-toggle {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.btn-outline-primary:not(:disabled):not(.disabled).active,

.btn-outline-primary:not(:disabled):not(.disabled):active,

.show > .btn-outline-primary.dropdown-toggle {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.btn-outline-primary {

    color: var(--primary-color);

    border-color: var(--primary-color);

}



.btn-outline-primary:hover {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.btn-primary.disabled,

.btn-primary:disabled {

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.plan-footer a {

    color: #fff !important;

}



.no-feature {

    text-decoration: line-through;

}



.title-bold {

    font-weight: 700;

}



select {

    font-size: 14px;

}



.page-item.active .page-link {

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



/* rtl css :: start */



[dir="rtl"] .text-right.filter-options {

    text-align: left !important;

}



[dir="rtl"] .card-text-label {

    float: right;

    padding-left: 5px;

}



[dir="rtl"] #meetingDetail .card-body a {

    float: right;

}



[dir="rtl"] #meetingDetail .card-body a:first-child {

    margin-left: 1.25rem;

}



[dir="rtl"] .ribbon-wrapper.ribbon-lg {

    right: auto;

    left: 0;

}



[dir="rtl"] .ribbon-wrapper.ribbon-lg .ribbon {

    left: -40px;

    top: 20px;

    right: auto;

    -webkit-transform: rotate(306deg);

    transform: rotate(306deg);

}



[dir="rtl"] .chat-header {

    text-align: right;

}



[dir="rtl"] .close-panel {

    right: auto;

    left: 15px;

}



[dir="rtl"] .btn-actions .text-left {

    text-align: right !important;

}



[dir="rtl"] .navbar {

    direction: rtl;

    text-align: right;

}



[dir="rtl"] .navbar-nav.ml-auto {

    margin-right: auto !important;

    margin-left: 0 !important;

}



[dir="rtl"] footer .text-left {

    text-align: right !important;

}



[dir="rtl"] footer .text-right {

    text-align: left !important;

}



[dir="rtl"] .offset-md-1 {

    margin-right: 8.333333%;

}



[dir="rtl"] .card {

    text-align: right;

}



[dir="rtl"] .input-group.float-right {

    float: left !important;

}



[dir="rtl"] .close {

    float: left !important;

    margin-left: 0;

}



[dir="rtl"] .input-group .btn-primary {

    border-radius: 5px 0 0 5px;

}



[dir="rtl"] .text-md-left {

    text-align: right !important;

}



[dir="rtl"] .text-md-right {

    text-align: left !important;

}



[dir="rtl"] .social-data {

    margin-left: 0;

    float: left;

}



[dir="rtl"] footer .text-md-left {

    text-align: right !important;

}



[dir="rtl"] .footer-links li a::before {

    left: auto;

    right: 6px;

}



[dir="rtl"] footer .text-left {

    text-align: right !important;

}



[dir="rtl"] footer .text-right {

    text-align: left !important;

}



/* login section css */

.login_sec{
    background-color: #F9FAFB;
}
.login-list ul li {
    display: flex;
    column-gap: 20px;
}
.login-list ul{
    padding-left: 0px;
}
.mw-80 {
    max-width: 80%;
    margin: 0 auto;
}
input:-internal-autofill-selected {

    background-color: transparent !important;

}

.form_label {
    font-size: 14px !important;
    font-weight: 500 !important;
}


.auth-container {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    height: 75%;
    width: 100%;

}







.terms-social{
    margin-top: 60px;
}
.terms-social a {
    background-color: #fff;
    color: #000 !important;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 44px;
    opacity: 1;
    text-align: center;
}
.terms-social a  i{
    display: inline-block;
    line-height: 44px;
}

.auth-info.card .card-header {

    border: 0;

}

.auth-info {
   margin-top: 100px;
}

.login_sec{
    max-width: 1920px;
    margin:  0 auto;
}
button#loginButton, .register_btn {
    background-color: #017380;
    width: 100%;
    padding: 10px;
}
.login_sec form#login {
    max-width: 450px;
    margin: 0 auto;
}
.navbar:has(main .login_sec){
    display: none;
}
.signup_option{
    font-size: 14px;
    text-align: center;
}
.signup_option a{
    color: #01808E !important;
}
.remember_text{
    font-size: 14px;    
}
.remember_me {
    color: #6B7280;
}
.forgot-text{
     color: #01808E !important;
     font-size: 14px !important;
}

.auth-enterdata {

    background: #fcfcfc !important;

}

.auth-enterdata .card-body {

    padding: 0 15px;

    flex: none;

    width: 100%;

    margin-top: 26px;

}

.auth-info .form-control {
    background: #F9FAFB;
}
.top_section {
    padding: 0px 50px;
    position: absolute;
    top: 50px;
    z-index: 55;
    width: 100%;
    margin: auto;
}
.top_section ul{
    list-style-type: none;
    margin: 0;

}



.bg-set {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

    height: 100%;

    opacity: 1;
    background-color: #26988A;

}



.main-authsection {

    border-radius: 5px;

    box-shadow: 2px 3px 5px #ababab;

}



.logo-home {

    width: 60px;

    margin-left: 10px;

}
.dashboard-header a.navbar-brand img {
    width: 60px;
}


.logo-inner {

    width: 190px;

}



.center-div {

    margin-left: auto;

    margin-right: auto;

    text-align: center;

}



.alert .close {

    color: #fff;

    opacity: unset;

}



.select2-selection__choice__display,

.select2-selection__choice__remove {

    color: #000 !important;

}



.select2-selection__choice__display {

    padding-left: 5px !important;

}



.user-profile-upload {

    width: 100px;

    height: 100px;

    margin: auto;

    position: relative;

}

.user-initial {

    font-size: 50px;

    font-weight: 700;

    text-align: center;

    background-color: var(--primary-color);

    color: #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}

#initial {

    font-weight: bold;

    margin-bottom: 0;

    color: #fff;

}

.user-profile-upload img {

    border-radius: 50%;

    object-fit: cover;

    width: 100%;

    height: 100%;

}

.user-profile-upload .user-initial::after {

    content: "+";

    width: 100%;

    height: 100%;

    border-radius: 50%;

    position: absolute;

    left: 0;

    top: 0;

    background: #33333363;

    font-size: 40px;

    color: #fff;

    line-height: 2.5;

    cursor: pointer;

    display: none;

    text-align: center;

    transition: all 0.1s ease-in-out;

    z-index: 2;

}

.edit-profile {

    position: relative;

}

.user-profile-upload input,

.edit-profile input {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    opacity: 0;

    z-index: 2;

    cursor: pointer;

}

.user-profile-upload:hover .user-initial::after {

    display: block;

}

.user-avatar {

    width: 50px;

    height: 50px;

    object-fit: contain;

    background: #fff;

    border-radius: 50%;

    padding: 2px;

    display: flex !important;

    align-items: center;

    justify-content: center;

    color: var(--primary-color);

    font-weight: bold;
    border: 1px solid lightgray;

}

.set-profile {

    display: flex !important;

    align-items: center;

    justify-content: center;

    gap: 5px;

}

#removeAvatar {

    position: absolute;

    right: 7px;

    top: -5px;

    z-index: 4;

    border-radius: 30px;

    padding: 1px 6px 0px;

}

/*.table-display {

    display: table;

    width: 100%;

}*/
.user-nav {
    margin: 0px 2px 0px 7px;
}
span.meetings-icon img {
    position: relative;
    top: -1px;
}
.pricingpage .card{
    transition: 0.3s all;
}
.annual-plan a {
    color: #01808E!important;
    font-size: 16px;
}
p.dollar-line {
    margin-bottom: 0;
    color: #6B7280;
    font-size: 16px;
    font-weight: 400;
}
h2.main-price {
    font-size: 48px;
    font-weight: bold;
    color: #111928;
    margin-top: 20px;
}
.pricingpage .plan-footer {
    margin: 0px 20px;
}
.pricingpage .plan-footer a.btn.btn-primary {
    background-color: #000;
    border: 0;
    font-size: 14px;
}
.pricingpage .plan-footer a.btn.btn-primary:hover{
    background-color: #01808E;
}

.login_sec .table-display .auth-enterdata{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.table-display .col-12 {

    display: table-cell !important;

    width: 50%;

    vertical-align: middle;

}
.login_sec .table-display .auth-enterdata .card {
    max-width: 500px;
}
.login_sec  .table-display .auth-text-section {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.signin-option-link {
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #E5E7EB;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    background-color: #fff;
    margin: 20px 0;
}
.signin-option-link img{
    margin-right: 5px;
}
.or-sec p {
    text-align: center;
    position: relative;
    color: #6B7280;
}
.or-sec p::before {
    content: "";
    display: inline-block;
    width: 100%;
    background-color: #E5E7EB;
    height: 1px;
    position: absolute;
    left: 0;
    top: 14px;
}
.or-sec p span {
    background-color: #fff;
    position: relative;
    padding: 0px 40px;
}
h3.sign-title {
    font-size: 24px;
    font-weight: 700;
    color: #111928;
    margin-bottom: 30px;
}
.or-sec {
    margin-top: 20px;
}

.table-display .auth-text-section {

    border-radius: 5px 0 0 5px;

    background-color: #26988A !important;

}

.auth-text-section .white-text {

    z-index: 9;

    position: relative;

}

.social-login-links a i,

.social-login-links a i::before {

    color: #fff !important;

}

.fb {

    background-color: #3b5998;

    color: white !important;

}



.twitter {

    background-color: #1d9bf0;

    color: white !important;

}



.google {

    background-color: red;

    color: white !important;

}



.linkedin {

    background-color: #0077b5;

    color: white !important;

}



.cropper-view-box,

.cropper-face {

    border-radius: 50%;

}



.cropper-container {

    width: 100% !important;

}

#navbarSupportedContent .nav-link {

    display: flex;

    align-items: center;

    gap: 7px;

}

#previewImage {

    max-width: 100%;

}

.social-login-links .btn {

    width: 35px !important;

    height: 35px !important;

    padding: 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: all 0.2s linear;

}

.social-login-links {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

}

.social-login-links .btn:hover {

    transform: scale(1.1);

}

.cropper-canvas,

.cropper-canvas img {

    transform: none !important;

    width: 100% !important;

    height: 100% !important;

}

.crop-img-section {

    width: 100%;

    height: 100%;

}



#buy-now * {

    -o-transition: 0.5s;

    -ms-transition: 0.5s;

    -moz-transition: 0.5s;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    outline: none;

}



#buy-now {

    position: fixed;

    bottom: 50%;

    right: 70px;

    z-index: 10000;

}



#buy-now a {

    color: #ffffff !important;

    z-index: 1001;

    position: absolute;

    border-radius: 60px;

    -moz-border-radius: 60px;

    -webkit-border-radius: 60px;

    background: #78a938;

    display: block;

    font-size: 24px;

    font-weight: bold;

    width: 60px;

    height: 60px;

    padding: 18px;

    text-decoration: none;

    line-height: 1em;

}



#buy-now a span {

    font-size: 14px;

    font-weight: 500;

    left: 8px;

    position: absolute;

    top: 18px;

    width: 100px;

}



#buy-now .buy-now-button {

    position: absolute;

    font-weight: bold;

    font-size: 16px;

    background: #ffffff;

    color: #78a938;

    width: 120px;

    padding: 10px;

    padding-right: 20px;

    text-align: center;

    top: 8px;

    border-radius: 5px;

    right: -20px;

    opacity: 0;

    border: 1px solid #78a938;

    cursor: pointer;

}



#buy-now:hover .buy-now-button {

    opacity: 1;

}


/*NEW CSS*/

.application-header .login-btn{
    background-color: #30BFAD;
    color: #111928 !important;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 30px !important;
}
.application-header .register-btn {
    background-color: #01808E;
    color: #fff !important;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 30px !important;
}

.application-header .btn-padding {
    padding: 18px 18px !important;
}
.application-header .language-sec {
    color: #000 !important;
    font-size: 14px;
}
label.form-check-label.terms-text {
    font-size: 14px;
    color: #6B7280;
}
ul.social-links.login-social {
    white-space: nowrap;
}
.terms-text a {
    color: #26988a !important;
}



/*Dashboardpage*/

.dashboard-page, .meeting-zone, .dashboard-main{
    background-color: #F6F6F9;
}
.meeting-zone{
    padding-top:70px;
}
.mini-container{
    padding: 80px 20px;
    max-width: 1000px !important;
}
.guestwelcome{
    text-align: center;
    margin-bottom: 50px;
}
.guestwelcome h1{
    font-size: 35px;
    color: #11142D;
    font-weight: 800;
}
.guestwelcome p{
    color:#414357;
    font-size: 21px;
}
.btn-theme {
    background-color: #01808E !important;
    color: #fff !important;
    height: 52px;
}

.dashboard-global-btn {
    display: flex;
    align-items: center;
    text-align: left;
    column-gap: 20px;
    background-color: #fff !important;
    color: #000;
    border: 1px solid #989ca07a;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
}
.dashboard-global-btn:hover{
    background-color: #01808E  !important;
}
span.plus-circle {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #01808e;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
span.plane-icon-circle {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #3AE5CF;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.copy-link{
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #30BFAD;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 44px;
}


.dashboard-global-btn h5 {
    font-weight: 700;
}
.btn-content-area p {
    color: #707281;
    font-size: 13px;
}
.dashboard-global-btn:hover .btn-content-area p{
    color: #fff;
}
.host-meeting {
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0px 0px 5px 5px #eee;
}
.host-meeting h3 {
    font-size: 36px;
    color: #171714;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.host-meeting label {
    color: #111928;
    font-weight: 400 !important;
    font-size: 14px;
}
.search-meeting h3 {
    font-size: 24px;
    font-weight: bold;
}
.host-meeting input, .search-meeting 
 input.form-control {
    background-color: #F9FAFB;
    height: 52px;
    margin-bottom: 20px;
    padding-left: 40px;
    background-image: url(/storage/images/video-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    font-size: 16px;
}
.host-meeting button#join {
    background-color: #3AE5CF;
    width: 100%;
    height: 52px;
    border: 0;
}
.dashboard-header .navbar-nav li a {
    color: #111928!important;
    font-size: 14px;
}
.meeting-details .card-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
}
.meeting-details .card {
    background-color: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0px 0px 5px 5px #eee;
}
.meeting-details span.card-text-label {
    font-weight: bold;
    color: #111928;
}
.meeting-details span.card-text-value{
    font-weight: normal;
    color: #6B7280;
}
.all-btns {
    display: flex;
    justify-content: space-between;
}
.all-btns .card-link {
    padding: 8px 15px;
    width: 30%;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
    font-size: 12px;
}
.start-btn{
    background-color: #3AE5CF;
}
.invite-btn{
    background-color: #1C64F2;
}
.edit-btn{
    background-color: #C0A615;
}
.delete-btn{
    background-color: #E02424;
}
.copy-btn{
    background-color: #01808E;
}
.add-cal-btn{
    background-color: #31C48D;
}

footer.app-footer.dashboard-footer {
    box-shadow: unset;
    background-color: #f6f6f9;
}
.dashboard-footer li a, .copy-right-data p {
    color: #111928!important;
    font-size: 16px;
}
.footer-right-data {
    display: flex;
    column-gap: 60px;
    align-items: center;
    justify-content: end;
}
.social-data ul.social-links li a {
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
ul.footer-links {
    margin: 0 !important;
}
.create-modal-meeting .form-control {
    background-color: #F9FAFB;
    font-size: 14px;
    font-weight: 400 !important;
    border-color: #D1D5DB !important;
}

.select2-container--default .select2-selection--multiple
{
    background-color: #F9FAFB !important;
    font-size: 14px;
    font-weight: 400 !important;
    border-color: #D1D5DB !important;
}

.select2-container .select2-search--inline .select2-search__field {
    /* padding-left: 10px !important; */
    height: calc(2.25rem + 2px) !important;
    padding: .3rem .36rem !important; 
}

.create-modal-meeting .form-group {
    margin-bottom: 10px;
}
.create-modal-meeting .form-group label {
    margin-bottom: 0px;
}
h5#createMeetingLabel {
    font-size: 18px;
    font-weight: 600;
    color: #111928;
}
.red-bg-btn {
    width: 50%;
    background-color: #E02424;
    border: 0;
    font-size: 16px;
    font-weight: 400;
}
.theme-bg-btn{
     width: 50%;
    background-color: #01808E;
    border: 0;
    font-size: 16px;
    font-weight: 400;
}
.modal-footer-btn {
    display: flex;
    column-gap: 10px;
    flex-wrap: nowrap;
}
.set-profile br {
    display: none;
}
.profile-page  .card-header {
    border-bottom: 1px solid #E5E7EB;
    margin-top: 10px;
}
.user-profile label {
    font-size: 14px;
    font-weight: normal !important;
    color: #111928;
}
.user-profile input{
     background-color: #F9FAFB;
    font-size: 14px;
    font-weight: 400 !important;
    border-color: #D1D5DB !important;
}
.profile-page .container {
     max-width: 700px; 
}
.btn-theme-btn {
    background-color: #01808E;
    color: #fff;
}
.btn-theme-contact-us {
    background-color: #74a9c6;
    color: #fff;
    width: 90%;
    border-radius: 14px;
}
.btn-theme-contact-us:hover {
    background-color: #6196b3;
    color: #fff;
}
.contact-us-a{
    color: #74a9c6 !important; 
}
.contact-us-card{
    border-radius: 16px;
}
.form-control-lg::placeholder {
    /* color: #000; */
    font-size: medium;
}
.form-control-lg {
    font-size: medium;
}
.top_section .row{
    align-items: center;
}
.top_section .dropdown.show {
    display: table;
    margin-left: auto;
}
.pricing-points {
    text-align: left;
}
.pricing-points img {
    max-width: 19px;
    height: 19px;
}
.logo-sec.login-logo-desktop {
    margin-bottom: 40px;
}
.register-logo {
    width: 60px;
}
   .main-header-sec, .dashboard-header {
    padding: 10px  0!important;
}

.label2{
    font-size: 12px;
    color: #A3A4B1;
}
.plans-text {
    font-size: 18px;
    color: #111928;
}
.plan-sec {
    background-color: #F9FAFB !important;
    box-shadow: unset !important;
    border: 1px solid rgba(0,0,0, 0.15);
}
.plan-sec h5 {
    font-size: 17px;
}
p.plan-status-active {
    margin: 0;
    background-color: #39C858;
    display: table;
    padding: 2px 10px;
    color: #fff;
    border-radius: 20px;
    font-size: 10px;
    position: absolute;
    right: 10px;
}
p.plan-status-deactive {
    margin: 0;
    background-color: #bb2124;
    display: table;
    padding: 2px 10px;
    color: #fff;
    border-radius: 20px;
    font-size: 10px;
    position: absolute;
    right: 10px;
}
p.sub-text-sec {
    font-size: 12px;
    margin-bottom: 0 !important;
}
.plan-sec .progress {
    height: 7px;
}
.pricing-points span img {
    margin-right: 5px;
}
.registerpage, .registerpage .h-100 {
    height: auto !important;
}


/*FAQ*/
.page-section {
    position: relative;
    padding: 80px 20px;
}
.faq_section  .home-heading {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
}
.token-color {
    color: #0E201B;
}
.faq_section .card-header {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.gray-500 {
    color: #6B7280;
}
.faq_section  .card-body {
    color: #6B7280;
}
.light_bg {
    background-color: #F5F6F6;
}
.custom-container {
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;
}
.home-heading {
    font-size: 48px;
    font-weight: 700;
}
.color-primary {
    color: #393941;
}
.slider-section {
    overflow: hidden;
    padding-bottom: 100px;
}
.swiper-container {
    width: 100%;
    max-width: 1200px;
}
.rating-section i {
    font-size: 27px;
    color: #C0A615;
    margin: 0 10px;
}
.rating-section h4 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: #171714;
}
.quote {
    font-size: 1rem;
    color: #393941;
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative;
    margin-top: 20px;
}
.author-info {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
}
.slide-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    max-width: 100%;
}
.quote::before {
    content: "";
    width: 25px;
    display: inline-block;
    background-image: url(/storage/images/quote-icon.svg);
    position: absolute;
    left: 0;
    top: -19px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.author-name {
    font-weight: bold;
    margin: 0;
    color: #01808E;
}
.location {
    font-size: 0.9rem;
    color: #777;
    margin: 0;
}
.slider-section .swiper-button-next:after, .slider-section .swiper-button-prev:after {
    font-size: 21px;
    color: #01808e;
    min-width: 50px !important;
    min-height: 50px !important;
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.slider-section .swiper-button-prev, .slider-section .swiper-button-next {
    top: unset;
    bottom: 0;
}
.slider-section {
    overflow: hidden;
    padding-bottom: 100px;
}
.pricingpage{
    padding-bottom: 80px !important; 
} 
.page-section.light_bg .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #048692;
}

/*fAQ*/


/*Modal css*/

.create-modal-meeting label {
    font-size: 14px;
    font-weight: 400 !important;
    color: #111928;
}

.description{
    font-size: large;
    font-weight : 700;
}

/**/
@media only screen and (max-width:1000px) {
    #general-section{
        text-align: center;
    }
}

@media only screen and (max-width:1600px){
     .main-authsection, .h-100 {
    height: auto !important;
    min-height: 100%;
}
.registerpage .card {
    margin-top: 110px;
}
}


@media only screen and (max-width: 1338px) {

    .title-hide {

        display: none;

    }

}

@media only screen and (max-width: 1199px) {

    .auth-info.card {

        width: 100%;

    }

}

@media only screen and (max-width: 991px) {

    .auth-container {

        height: 80vh;

        position: relative;

        top: auto;

        left: auto;

        transform: none;

        padding: 0 20px;

    }

    main {

        height: 100%;

    }

.top_section {
    padding: 20px 20px;
    position: unset;
}
.table-display .col-12.auth-enterdata{
    padding: 0px 20px;

}
.login_sec .table-display .auth-enterdata .card{
    padding: 20px;
}
.signin-option-link{
    margin: 10px 0;
    display: inline-block;
}
.top_section > .row {
    align-items: center;
}
}

@media only screen and (max-width: 767px) {
    .dashboard-main section.page-section.light_bg h2.token-color.home-heading.text-center {
    font-size: 28px;
}
.rating-section{
    display: none !important;
}
.faq_section .card-header{
    padding-left: 0px;
}
    #searchMeeting .col-9, #searchMeeting .col-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.search-meeting {
    text-align: center;
}
#searchMeeting .col-3 button {
    max-width: 80%;
}
    .registerpage .card {
    margin-top: 0px;
}

    .show-cookie {

        display: block;

        text-align: center;

    }

    /* .cropper-container img {

        height: 100% !important;

        width: 100% !important;

    } */

    .auth-container {

        height: 90vh;

    }

    .table-display .auth-text-section {

        display: none !important;

    }

    .table-display .auth-enterdata {

        border-radius: 5px 0 0 5px;

    }

    .cookie p {

        text-align: left;

    }

    .confirm-cookie {

        float: none;

        margin: auto;

    }

    .meeting-details video {

        height: 200px;

    }

    .video-detail {

        margin-bottom: 10px;

    }

    .profile-tabs .nav-tabs.flex-column {

        flex-direction: unset !important;

        display: flex;

        gap: 5px;

    }

    .profile-tabs .nav-tabs.flex-column .nav-link.active,

    .profile-tabs .nav-tabs.flex-column .nav-link:hover,

    .profile-tabs .nav-tabs.flex-column .nav-link:focus {

        border: 0;

        background-color: var(--primary-color);

        color: #fff !important;

        border-radius: 0.25rem !important;

    }

    .user-initial {

        height: 80px;

        width: 80px;

        line-height: 80px;

        font-size: 40px;

        top: 20%;

    }

    .user-profile-upload .user-initial::after {

        line-height: 2;

    }

    .auth-enterdata .card-body {

        padding: 0;

    }
.login_sec .table-display .auth-text-section{
    display: none !important;
}
.terms-social.desktop_none {
  
    text-align: center;
    margin-top:20px !important;
}
.terms-social.desktop_none p{
      color: #000 !important;
}
.white-logo{
    display: none;
}
.terms-social.desktop_none a {
    color: #eee;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 20px  0;
}
img.login-logo-phone {
    width: 60px;
}
}



@media only screen and (min-width: 1466px) {

    body,

    .btn {

        font-size: 16px;

    }

    .confirm-cookie {

        font-size: 14px;

    }

    footer {

        font-size: 14px;

    }

}

@media only screen and (min-width:767px) and (max-width:1200px){
    .table-display .auth-text-section{
        padding: 20px;
    }
}


@media only screen and (min-width:768px){
    .desktop_none{
        display: none;
    }
    .color-logo{
        display: none;
    }
    .top_section {
    padding: 10px 50px;
    position: absolute;
    top: 0px;
    z-index: 55;
    width: 100%;
    margin: auto;
    background-image: linear-gradient(90deg, #26988a 50%, #fcfcfc  50%);
}
.login-logo-phone{
    display: none;
}
    .mw-80 {
        max-width: 80% !important;
        margin: 0 auto !important;
    }
}
@media only screen and (max-width: 767.25px) {
    .faq_section .card-header h5 {
    font-size: 16px;
}
.mw-80{
    max-width: 100% !important;
}
.remember_text .col-6 {
    padding: 0 !important;
}
.auth-enterdata .card-body{
    margin-top: 0px;
}
.auth-info.card .card-header{
    padding: 0;
}
.main-authsection{
    box-shadow: unset;
}
.dashboard-footer .container-fluid {
    padding: 20px 10px;
    background-color: #fff;
    margin: 10px 0 20px;
}
footer.app-footer.dashboard-footer .social-data ul.social-links li a {
    border: 1px solid rgba(0,0,0,0.12);
}
.dashboard-header .dropdown-menu a.nav-link {
    padding-left: 15px;
}

    .navbar-collapse {

        background: #fff;

        z-index: 15;

        padding: 0 10px;

    }

   /* .application-header .nav-link {

        color: #fff !important;

    }*/

    footer.application-footer {

        color: var(--primary-color);

    }

    /* .application-footer {

        position: fixed;

    } */

    [dir="rtl"] .text-md-left {

        text-align: center !important;

    }

    [dir="rtl"] .text-md-right {

        text-align: center !important;

    }

    [dir="rtl"] .form-group label {

        text-align: right !important;

    }

    [dir="rtl"] footer .text-md-left {

        text-align: center !important;

    }

    [dir="rtl"] footer .text-md-right {

        text-align: center !important;

    }

    [dir="rtl"] .social-data,

    .social-data {

        float: none;

        margin: auto;

    }

    .table-display {

        display: flex !important;

    }

    .table-display .col-12.auth-enterdata {

               display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .guestwelcome h1{
        font-size: 25px;
    }
    .guestwelcome {
    text-align: left;
}
.guestwelcome p{
    padding-left: 40px;
}
.all-btns span.phone-text {
    display: none;
}
.all-btns .card-link{
    padding: 8px 10px;
}
.guestwelcome h1{
        display: flex;
        column-gap: 5px;
}
.footer-right-data {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 20px;
}
.flex-area-sec {
    display: flex;
    flex-direction: column;
}
.row.host-row {
    flex-direction: column-reverse;
    order: 0;
}
.flex-area-sec > .search-meeting{
        padding:45px 0;
}
.search-meeting {
    order: 3;
}
.short-links {
    margin-top: 15px;
}
.row.meeting-data-row {
    order: 3;
}
.set-profile{
    justify-content: start !important;
}
.login-logo-desktop{
    display: none;
}
.auth-info{
    margin-top: 0px !important;
}
}



@media only screen and (max-width: 600px) {

    #form-reset {

        min-height: 90vh;

    }

}



@media only screen and (max-width: 576px) {

    #emptyDetails {

        transform: none;

        position: relative;

        top: 40px;

        left: 0;

    }

}



@media (min-width: 320px) {

    .meeting-list {

        height: 24vh;

        overflow-y: auto;

    }

}


@media only screen and (min-width:768px){
    .pricingsubheading {
    max-width: 60%;
    margin: 0px auto 20px;
}
}


@media (min-width: 576px) {

    .meeting-list {

        overflow-y: auto;

        min-height: calc(100vh - 580px);
        max-height: calc(100vh - 300px);

    }

}



@media (orientation: landscape) and (max-width: 1024px) {

    .user-initial {

        font-size: 20px;

    }

}

