/* ==========================================================================================================================
             PARSLEY CSS
 ========================================================================================================================== */

input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 1.5em;
    opacity: 0;
    color: #B94A48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* =============================
        START REGISTER PAGE
=================================*/

#otpdiv {
    display: none;
}

#verifyotp {
    display: none;
}

#message {
    display: none;
}

#resend_otp {
    display: none;
}
.countdown {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 15px;
    margin-top: -27px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 10px;
}
.countdown2 {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top: -27px;
    text-align: left;
    margin-bottom: 8px;
    margin-left:0;
}

#resend_otp:hover {
    text-decoration: underline;
}

/* Table columns width adjusting */

table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 1%;
}

/* table row hover color */

.table-hover tbody tr:hover {
    color: #000000;
    background-color: #edfafd;
}

/* ====================================
         START SIDEBAR NAVIGATION
=========================================*/

/* sidebar menus */

.sidebar-dark .nav-item .nav-link:active {
    font-weight: 700;
    padding-left: 24px;
    border-left: 5px solid white;
}

.sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    font-weight: 700;
    padding-left: 24px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* change dropdown icon */

.sidebar .nav-item.dropdown .dropdown-toggle::after, .topbar .nav-item.dropdown .dropdown-toggle::after {
    content: '\f0d7';
}

/* sidebar heading */

.sidebar-dark .nav-heading:focus, .sidebar-dark .nav-heading:hover {
    font-weight: 500 !important;
}

.sidebar-dark .nav-item .nav-heading {
    color: #ffffff;
    font-weight: 500 !important;
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-heading {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 14rem;
        font-weight: 500 !important;
    }
    .sidebar .nav-item .nav-link {
        padding: .6rem 1rem !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 6.5rem;
    }
    .sidebar.toggled .nav-item .nav-heading i {
        margin-right: 0;
    }
    .sidebar.toggled .nav-item .nav-heading span {
        font-size: 0.65rem;
        display: block;
    }
    .sidebar.toggled .nav-item .nav-heading {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 6.5rem;
    }
    .sidebar .nav-item .nav-heading-menu {
        margin-left: 0.5rem !important;
    }
    .sidebar.toggled .nav-item .nav-heading-menu {
        margin-left: 0rem !important;
    }
}

ul.nav-heading-menu>li.nav-item>a.nav-link {
    padding: 0.6rem 0 0.6rem 1.3rem !important;
}

/* Start Filter Data-Table Column */
table th.filter_column_head>select {
    background-color: #0077b6;
    border: 0px;
    color: white;
    width: 100%;
}

table th.filter_column_head>select option {
    background-color: #e7e7e7;
    color: black;
}
/* End Filter Data-Table Column */

/* Start 1-1 meeting tabs */

#oto_meeting_tabs #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #03045e !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

#oto_meeting_tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 600;
}

#oto_meeting_tabs .nav-link:hover {
    background-color: rgba(169, 169, 169, 0.1);
}

#oto_meeting_tabs a {
    text-decoration: none;
    color: #4e4e4e;
    font-weight: 600;
}

/* End 1-1 meeting tabs */

/*Start Show uploaded image box*/

.image-area {
    border: 2px dashed rgba(0, 0, 0, 0.1);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
    width: 200px;
}

/*End Show uploaded image box*/

/* to make modal full width */

@media (min-width: 576px) {
    div.modal>div.modal-fullwidth {
        max-width: 80vw !important;
    }
}

/* Start live search list box */

.livesearch {
    padding: 0.4rem 1rem 0 1rem;
    /* border: 1px solid rgba(0,0,0,0.2); */
    /* box-shadow: 0px 2px 4px 1px rgb(0, 0, 0, 0.1); */
}
@media only screen and (max-width: 600px) {
    .registation-heading {
        font-size: 21px;
        padding-bottom: 21px;
        font-weight: 500 !important;
    }
    .navbar-nav button {
            margin-right: 10px;
    }
    html,body {
        overflow-x: hidden;
    }
    label {
        padding-left: 0 !important;

    }
    #wrapper .form-control, 
    #wrapper .form-control, {
        margin-bottom: 10px;
    }
    #sendotp,#sendemailCode {
        margin-top: 15px;
        margin-left: -29px;
    }
  

}


/* End live search list box */