@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #ced4da;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
    outline-style: none;
    box-shadow: none;

}


body {
    color: #171717;
    overflow-x: hidden;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

a {
    color: #171717;
    transition: 0.5s;
    outline-style: none;
    text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
    color: #DA211C;
}

p {
    padding: 0;
    margin: 0;
    color: #677069;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

section {
    display: block;
    float: left;
    width: 100%;
}

.login_body {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 15px;
}

.login_body .logo_area {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.login_body .logo_area img {
    width: 100%;
    max-width: 150px;
}

.login_body .form_area {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.login_body .form_area .inside {
    display: block;
    float: left;
    width: 100%;
    background: #F1F0F0;
    padding: 60px 80px;
    border-radius: 12px;
}

.login_body .form_area .inside .text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #000;
}

.login_body .form_area .inside .form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
}

.login_body .form_area .inside .form input {
    height: 50px;
    border: 1px solid #D1DADB;
}

.login_submit {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #677169;
    color: #fff;
    font-size: 20px;
    padding: 12px 15px;
    border-radius: 12px;
    font-weight: 500;
    border: none;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.login_submit:hover {
    background: #000;
}

.login_copy {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}


.left_pannel {
    display: block;
    float: left;
    width: 240px;
    background: #fff;
    min-height: 100vh;
    transition: all .3s;
    transition-timing-function: ease-out;
    position: fixed;
}

.left_pannel.active {
    margin-left: -240px;
}

.left_pannel .inside {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    left: 0;
    top: 0;
}

.left_pannel .inside {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    left: 0;
    top: 0;
}

.left_pannel .inside::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #d3d3d3;
    background-color: #d3d3d3;
}

.left_pannel .inside::-webkit-scrollbar {
    width: 5px;
    background-color: #677069;
}

.left_pannel .inside::-webkit-scrollbar-thumb {
    background-color: #677069;
}

.left_pannel .logo {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.left_pannel .logo img {
    width: 100%;
    max-width: 120px;
}

.left_pannel .menu_area {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0 20px 0;
}

.left_pannel .nav-link {
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    color: #677069;
    margin: 5px 0;
    cursor: pointer;
}

.left_pannel .nav-link:hover {
    background: #F1F0F0;
    box-shadow: inset 5px 0px 0px 0px #677069;
}

.left_pannel .active {
    background: #F1F0F0;
    color: #677069;
    box-shadow: inset 5px 0px 0px 0px #677069;
}

.left_pannel .nav-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    margin-right: 8px;
    margin-top: -5px;
}

.dropdown-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    margin-right: 8px;
    margin-top: -5px;

}

.dropdown-item {
    cursor: pointer;
    padding: 10px 12px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.right_pannel {
    display: block;
    float: right;
    width: calc(100% - 240px);
    background: #F1F0F0;
    min-height: 100vh;
    position: relative;
    transition: all .3s;
    transition-timing-function: ease-out;
}


.right_pannel.active2 {
    width: 100%;
}

.right_pannel .body {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 20px 20px 20px;
    position: relative;
}

.right_top_header {
    display: flex;
    float: left;
    width: 100%;
    height: 54px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    padding: 0 15px;
    z-index: 3;
}

.right_top_header .left_header {
    display: flex;
    align-items: center;
}

.right_top_header .headername {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 10px;
    display: flex;
    align-items: center;
    color: #000000;
}

.right_top_header .menu {
    display: block;
    float: left;
    cursor: pointer;
}

.right_top_header .header_right {
    display: flex;
    width: auto;
    align-items: center;
}

.notification_section {
    display: flex;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: #677169;
    margin-right: 10px;
}

.notification_section img {
    height: 15px;
}

.notification_section span {
    position: absolute;
    top: -4px;
    right: -5px;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #FF0000;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.top_header_logout {
    display: flex;
    vertical-align: top;
    width: auto;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.top_header_logout p {
    color: #677169;
    font-size: 16px;
    font-weight: 500;
}


.logout_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #D9D9D9;
    color: #FF0000;
    margin-left: 3px;
}

.dashboard_top_boxes {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.dashboard_top_box1 {
    display: flex;
    float: left;
    width: calc(100% / 5 - 20px);
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 10px;
    align-content: space-between;
    flex-wrap: wrap;
}

.dashboard_top_box1 .top_pannel {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 15px;
}

.dashboard_top_box1 .top_pannel h2 {
    font-size: 18px;
    color: #677169;
}

.dashboard_top_box1 .bottom_pannel {
    display: block;
    float: left;
    width: 100%;
    padding: 6px 15px;
    background: #677169;
}

.dashboard_top_box1 .bottom_pannel p {
    color: #fff;
    font-size: 18px;
}

.table_area {
    display: block;
    float: left;
    width: 100%;
}

.table_area .table_header {
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 10px;
    background: #677169;
    border-radius: 6px 6px 0 0;
}

.table_area .table_header>div {
    padding: 0 5px;
}

.table_area .table_body {
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    padding: 10px 10px;
    color: #000;
    font-size: 12px;
    align-items: center;
    transition: all .5s;
    transition-timing-function: ease-out;
    text-align: left;
    min-height: 56px;
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);

}

.table_area .search_analysis_table_body {
    min-height: 40px;
    padding: 5px 10px;
}

.table_area .table_body p {
    color: #000;
}

.table_area .table_body>div {
    padding: 0 5px;
}

.table_area .table_body .mobile_heading {
    display: none;
    color: #809FB8;
    margin-right: 10px;
}

.table_dropdown_div {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

.table_dropdown_div .dropdown:hover ul.dropdown-menu {
    display: block;
}

.table_dropdown_div .dropdown-toggle::after {
    display: none;
}

.table_dropdown_div .dropdown-menu {
    width: 200px;
}

.table_dropdown_div .dropdown-menu {
    padding: 0 10px;
}

.table_dropdown_div .dropdown-menu li {
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    border-bottom: 1px solid #a5a5a5;
}

.table_dropdown_div .dropdown-menu li:last-child {
    border-bottom: none;
}

.fa-circle-info {
    color: #545454;
}

.status_completed {
    color: #DD0000 !important;
    font-weight: 700;
}

.status_ongoing {
    color: #06C02F !important;
    font-weight: 700;
}


.del {
    color: #DA211C;
    background: #FFEBEC;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.del:hover {
    color: #fff;
    background: #6A798A;
}

.view {
    color: #6A798A;
    background: #D1DADB;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.view:hover {
    color: #D1DADB;
    background: #6A798A;
}

.share {
    color: #138808;
    background: #BAE9B5;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.share:hover {
    color: #BAE9B5;
    background: #138808;
}

.profile_img_name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile_img2 {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    flex: 34px 0 0;
    border-radius: 100%;
    overflow: hidden;
    background: #00B6B0;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 5px;
}

.profile_img2 img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rating i {
    font-size: 15px;
    color: #FFC700;
}

.country img {
    width: 26px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    margin-right: 4px;
}

.table_count {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #677169;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

.accepted {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    background: #BAE9B5;
}

.accepted i {
    color: #138808;
}

.block {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    background: #fcd4d4;
}

.block i {
    color: #e20606;
}

.pending {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    background: #FF9933;
    color: #fff;
}

.pending i {
    color: #fff;
}


.order_search_area {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
}

.order_search_area .order_left_area {
    display: block;
    float: left;
    width: 100%;
    max-width: 400px;
}

.order_search_area .order_right_area {
    display: flex;
    float: left;
    align-items: center;
}

.order_search_area .order_right_area select {
    width: 100%;
    height: 44px;
    float: left;
    margin: 0 10px;
}

.download_cv_but {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    background: #006E2F;
    color: #fff !important;
    border-radius: 5px;
    padding: 0 20px;
    white-space: nowrap;
}

.download_cv_but:hover {
    background: #000;
}




.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 44px;
    line-height: 44px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.order_search_area input {
    height: 44px;
}

.switch_style1 {
    display: inline-block;
    margin: 0;
    min-height: auto;

}

.switch_style1 .form-check-input {
    width: 34px;
    height: 16px;
}

.form-switch .form-check-input:focus {
    box-shadow: none;
}

.switch_style1 .form-check-input:checked {
    background-color: #06C02F;
    border-color: #06C02F;
}

.online_icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.closed {
    color: #C7203A !important;
    font-weight: bold;
}

.modal-header {
    background: #677169;
    padding: 8px 15px;
    color: #fff;
}

.modal-header .modal-title {
    font-size: 18px;
}

.btn-close {
    background: url(../images/modal_cross.svg) center no-repeat;
    opacity: 1;
}

.modal_del_body {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.modal_del_body img {
    width: 100%;
    max-width: 120px;
}

.modal_del_body h2 {
    color: #000;
    margin-top: 12px;
    font-size: 22px;
}

.but_style1 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    min-width: 150px;
    background: #677169;
    color: #fff !important;
    font-size: 16px;
}

.but_style1:hover {
    background: #434343;
}

.delete_class {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.delete_class a {
    color: #707070;
}

.delete_class a:hover {
    color: #000;
}

.Workshop_details_body {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #000;
}

.Workshop_details_body p {
    color: #000;
}

.share_support_top_section {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 2px dotted #677169;
    padding-bottom: 20px;
}

.share_support_bottom_section {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px;
}

.share_support_bottom_section .top {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.share_support_bottom_section .top p {
    color: #000;
}

.share_support_bottom_section .top .left {}

.share_support_bottom_section .top .right {
    display: flex;
}

.share_support_bottom_section .top .right select {
    margin-left: 10px;
}

.share_support_bottom_form {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.search_analysis_details {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
}

.search_analysis_modal_country_code {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.search_analysis_modal_country_code h2 {
    font-size: 16px;
}

.search_analysis_modal_heading {
    font-size: 16px;
    margin-top: 30px;
}

.search_analysis_modal_male {
    display: flex;
    float: left;
    width: 100%;
    background: #677169;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.search_analysis_modal_male p {
    color: #fff;
}

.cms_card {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
}

.cms_img {
    float: left;
    width: 100%;
}

.cms_but_area {
    display: block;
    float: left;
    width: 100%;
}

.techer_details_top_pannel {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #00000050;
    padding: 0 0 20px 0;
}

.techer_details_top_pannel .img_area {
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    flex: 150px 0 0;
}

.techer_details_top_pannel .img_area img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.techer_details_top_pannel .text_area {
    float: left;
    width: calc(100% - 150px);
    padding-left: 20px;
}

.techer_details_name {
    font-size: 18px;
    color: #000;
    margin: 5px 0;
}

.techer_details_name span {
    background: #D9D9D9;
    color: #000;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 6px;
    border-radius: 5px;
    margin: 0 5px;
}

.techer_details_text {
    font-size: 16px;
}

.techer_details_mid_pannel {
    display: flex;
    float: left;
    width: 100%;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.techer_details_mid_pannel .left {
    display: flex;
}

.techer_details_mid_pannel .left p {
    color: #000;
    font-size: 18px;
    margin-right: 12px;
}

.techer_details_mid_pannel .right .form-switch {
    padding-left: 0 !important;
    padding-right: 2.5em !important;
}

.techer_details_mid_pannel .right .form-switch .form-check-input {
    margin-right: -2.5em;
    float: right !important;
}

.techer_details_courses {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.sub_heading {
    font-size: 18px;
}

.courses_card {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.course_box1 {
    display: block;
    float: left;
    width: 100%;
    background: #677169;
    border-radius: 10px;
    margin: 12px 0;
}

.course_box1 .img_area {
    display: block;
    float: left;
    width: 100%;
}

.course_box1 .img_area img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.course_box1 .text_area {
    display: block;
    float: left;
    width: 100%;
    padding: 12px;
}

.course_box1 .text_area p {
    color: #fff;
}

/* Main CSS */
.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.techer_details_accept_and_deny_area {
    display: flex;
    float: right;
    align-items: center;
}

.techer_details_accept_and_deny_area p {
    color: #000;
}
.filter_box
{
    display: block;
    float: left;
}
.filter_but
{
    background: #fff !important;
    border: none;
    padding: 8px;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
}
.filter_but::after {
    display: none;
}
.filter_but_area
{
    position: relative;
    z-index: 1;
}
.filter_but_area .dropdown-menu
{
    padding: 0 10px;
}
.filter_but_area .dropdown-menu a
{
    border-bottom: 1px solid #00000082;
    padding: 10px 0;
}
.filter_but_area .dropdown-menu li:last-child a
{
    border-bottom: none;
}

.filter_but_area .dropdown-menu a:hover
{
    background: none;
}