
@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Bold.eot');
    src: url('font/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Bold.woff2') format('woff2'),
        url('font/Poppins-Bold.woff') format('woff'),
        url('font/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-ExtraLight.eot');
    src: url('font/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-ExtraLight.woff2') format('woff2'),
        url('font/Poppins-ExtraLight.woff') format('woff'),
        url('font/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Light.eot');
    src: url('font/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Light.woff2') format('woff2'),
        url('font/Poppins-Light.woff') format('woff'),
        url('font/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Regular.eot');
    src: url('font/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Regular.woff2') format('woff2'),
        url('font/Poppins-Regular.woff') format('woff'),
        url('font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Medium.eot');
    src: url('font/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Medium.woff2') format('woff2'),
        url('font/Poppins-Medium.woff') format('woff'),
        url('font/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-SemiBold.eot');
    src: url('font/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-SemiBold.woff2') format('woff2'),
        url('font/Poppins-SemiBold.woff') format('woff'),
        url('font/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Thin.woff2') format('woff2'),
        url('font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Medium.woff2') format('woff2'),
        url('font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.woff2') format('woff2'),
        url('font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "font_awesome_5_freeregular";
    src: url('../fonts/fontawesome/font_awesome_5_free-regular-400-webfont.woff2') format('woff2'),
        url('../fonts/fontawesome/font_awesome_5_free-regular-400-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;

}
p{  font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 14px;}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.dashboard_menu {
    background: #fff;
    display: flex;
    padding: 0 20px;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.dashboard_menu .menu_icon {
    position: absolute;
    line-height: 35px;
    width: 35px;
    height: 35px;
    background: #0462b4;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.dashboard_menu .menu_icon:hover {
    background: #07123B
}

.dashboard_menu ul li .dropdown-toggle {
    text-transform: capitalize;
    font-size: 14px;
    color: #000
}

.dashboard_menu ul li .dropdown-toggle img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px
}

.dashboard_menu .dropdown-menu {
    padding: 0;
    position: absolute;
}


.dashboard_menu .dropdown-menu li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.dashboard_menu .dropdown-menu li a:hover {
    color: #fff;
    background: #0462b4 !important;
    background: transparent;
}

.dashboard_sidebar {
    width: 15%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #0A50B2 #0B172D;
    z-index: 99999;
    box-shadow: 0 3px 10px -5px #bdbdbd;
    background:#009EFF url(../images/bg-img.jpg) no-repeat center center;
    background-size: cover
}

.dashboard_sidebar .dash_logo {
    display: block;
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #0d6efd;
    height: 64px;
    background: #efefef;
}
.dashboard_sidebar .dash_logo img{
    height: 35px;
}
.dashboard_sidebar .close_icon {
    line-height: 35px;
    width: 35px;
    height: 35px;
    background: #0462b4;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.dashboard_sidebar .close_icon:hover {
    background: #07123B
}

.dashboard_link {
    margin-top: 0;
    padding: 0;
    line-height: normal
}

.dashboard_link li {
    display: block;
    padding: 0
}

.dashboard_link li a {
    text-align: left;
    padding: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.8px;
    color: #fff;
    border-bottom: 1px solid rgb(4 98 180 / 22%);
}

.dashboard_link li a i {
    margin-right: 10px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.dashboard_link li:last-child a {
    border-bottom: 0
}

.dashboard_link li a:hover,
.dashboard_link li .active {
    background: red !important;
    color: #fff
}

.dashboard_content {
    padding: 110px 35px 45px 0
}

.manage_dashboard_single {
    background: #287ACC;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding-left: 100px;
    background: #0462b4 url(../images/bg-img1.jpg) no-repeat center center /cover;
    background-blend-mode: overlay;
}

.manage_dashboard_single i {
    position: absolute;
    font-size: 75px;
    color: #fff;
    opacity: .4;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.manage_dashboard_single h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

section#dashboard {
    height: 100vh
}

.manage_dashboard_single p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin: 0
}

.manage_dashboard_single.orange {
    background: #F91;
    background: #F91 url(../images/bg-img1.jpg) no-repeat center center /cover;
    background-blend-mode: overlay;
}

.manage_dashboard_single.green {
    background: #1EC38B;
    background: #1EC38B url(../images/bg-img1.jpg) no-repeat center center /cover;
    background-blend-mode: luminosity;
}

.manage_dashboard_single.red {
       /* background: #F91942; */
       background: #8a0000 url(../images/bg-img1.jpg) no-repeat center center /cover;
       background-blend-mode: luminosity;
}

.active_package {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    padding: 30px;
    border-radius: 5px;
    margin-top: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.dashboard_content h4 {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 25px;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    background: #029cfe;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.dashboard_table {
    border-top: 1px solid #ddd;
    margin-bottom: 0
}

.dashboard_table tr {
    display: flex
}

.dashboard_table .active_left {
    width: 50%;
    border-right: 1px solid #ddd;
    color: #505873f2;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px 15px 0
}

.dashboard_table .package_right {
    color: #505873f2;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px 15px 20px;
    width: 100%
}

.dashboard_breadcrumb {
    background: #fff;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0 0 1px 0; */
    padding: 10px;
    /* border-radius: 5px; */
    /* margin-bottom: 45px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.dashboard_breadcrumb span {
    font-size: 25px;
    font-weight: 600;
    color: #07123b;
    text-transform: uppercase
}

.dashboard_breadcrumb ul {
    display: flex;
    padding: 0;
    list-style: none
}

.dashboard_breadcrumb ul li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: #07123b;
    margin-right: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-decoration: none
}

.dashboard_breadcrumb ul li:last-child a {
    margin-right: 0
}

.dashboard_content table.table th {
    color: #fff;
    background-color: #0462b4;
    border-color: #0462b4;
    font-size: 14px;
    font-weight: 500
}

.dashboard_breadcrumb ul li a i {
    margin-left: 10px;
    font-size: 14px
}

.dashboard_breadcrumb ul li a:hover,
.dashboard_breadcrumb ul li .bread_active {
    color: #0462b4
}

.member_price {
    padding: 0;
    text-align: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
    background: #fff
}
.member-price-label {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0,0,0,0.1) 0 5px 20px -5px;
    border-radius: 50px;
    margin: -50px 10px!important;
    position: relative;
    background: #fff;
    padding: 10px;
    flex-wrap: wrap;
}
.member-price-label small {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #d0010c;
}

.member_price h5 {
    font-size: 30px;
    font-weight: 700;
    color: #0462b4;
    font-family: 'Poppins',sans-serif;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}


.my_listing .member_price h4 {
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    display: block;
    background: #2344D0 url(../images/bg-img.jpg) no-repeat center center /cover !important;

    padding: 50px 20px;
    width: 100%;
    letter-spacing: 5px;
}
.my_listing .member_price:hover h4 {
    border: none !important;
    color: #fff !important;
    background: #2344D0 url(../images/bg-img.jpg) no-repeat center center /cover !important;
}

/* .member-price-label {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 20px -5px;
    border-radius: 50px;
    margin: -50px 10px;
    position: relative;
    background: #fff;
    padding: 10px
} */

.member_price h5 {
    font-size: 30px;
    font-weight: 700;
    color: #0462b4;
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.member-price-list {
    padding: 70px 40px
}

.member-price-list p {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2
}

.member_price p {
    font-size: 15px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 6px
}

.member_price a {
    font-size: 16px;
    font-weight: 500;
    color: #0462b4;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #0462b4;
    padding: 6px 20px;
    border-radius: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-decoration: none;
    display: block;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}

.member_price:hover a {
    background: #0462b4;
    color: #fff
}

.member_price:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.member_price h5 span {
    font-size: 15px;
    font-weight: 400
}

.vendor-dashboard .manage_dashboard_single {
    padding-left: 110px
}

.vendor-dashboard .manage_dashboard_single i {
    font-size: 70px;
    left: 20px
}


.card-header.main-heading {
    background: #017cd9;
    padding: 10px 20px
}

.card-header.main-heading {
    background: #017cd9;
    padding: 10px !important;
}
.card-header.main-heading h1 {
    font-size: 1.3em;
    color: #fff !important;
}
.card-header.main-heading a.btn.btn-success {
    font-size: 12px;
    background: #3ec695;
}

.my_listing.schedule .wsus_schedule_create_single input {
    width: auto;
    font-size: 15px;
    max-width: 150px;
    display: block;
}
    

.my_listing.schedule .wsus__search_area .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
}

/* body[data-select2-id] {
    overflow: hidden;
} */
.my_listing .wsus__search_area span.select2 {
    width: 100%;
    border: 1px solid #029cfe;
    padding: 5px 25px 5px 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    resize: none;
    min-width: 250px;
}
.my_listing .wsus__search_area i+select+span.select2 {
    padding: 5px 35px;
}

.vendor-dashboard .active_package {
    color: #505873f2;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    box-shadow: none;
    margin: 0
}

.dashboard_table .active_left {
    font-weight: 500
}

.my_listing {
    background: #fff;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0; */
    padding: 30px;
    border-radius: 5px;
    /* border: 1px solid #029cfe; */
    /* margin: 10px 20px; */
    /* overflow: hidden; */
}

.active_inactive {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.active_inactive h6 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00a4ff;
    padding: 10px;
    letter-spacing: 0.5px;
    flex: auto;
    width: 100%;
}

.active_inactive h6 span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background: #0D6EFD;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px
}

.active_inactive h6 span.red {
    background: red
}

.active_inactive_item {
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px; */
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    vertical-align: top;
    align-items: flex-start;
    justify-content: flex-start;
}

.my_listing .medicine_row_input button {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin-top: 7px;
}
.active_inactive_img {
    width: 40%;
    float: left;
    background: #ededed;
    height: 250px;
}
.active_inactive_img img.img-fluid {
    height: 100%;
    object-fit: cover;
    height: 100%;
}

.active_inactive_text {
    width: 60%;
    float: left;
    padding: 60px 15px 10px;
}
.my_listing_single.mar_bottom a span {
    background: #0d6efd;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.active_inactive_text h3 {
    text-transform: capitalize;
    font-weight: 500;
    line-height: 19px;
}

.active_inactive_text h3 a {
    color: #0462b4;
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
}

.active_inactive_text p {
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
    margin: 10px 0 15px
}

.active_inactive_text p i {
    margin-right: 5px
}

.active_inactive_text .color_text a {
    width: auto;
    background: #04A8E8;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 3px;
    text-decoration: none;
}

.active_inactive_text .color_text a i {
}

.active_inactive_text .color_text .red {
    background: #00AF3C
}

.active_inactive_text ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    list-style: none;
}

.active_inactive_text ul li a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-left: 5px;
    background: #ddd;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0 -2px 3px; */
    display: block;
}

.active_inactive_text ul li.edit-listing a{
    background-color: #04A8E8;
}
.active_inactive_text ul li.schedule a{
    background-color: #00AF3C;
}
.active_inactive_text ul li.product a{
    background-color: #02ddf8;

}
.active_inactive_text ul li.social-media a{
    background-color: #2570ee;

}
.active_inactive_text ul li.aminity a{
    background-color: #267deb

}
.active_inactive_text ul li.image a{
    background-color: #eea900;

}
.active_inactive_text ul li.video a{
    background-color: #f74141;

}


/* .active_inactive_text ul li a:hover {
    color: #07123b
} */

/* .active_inactive_text ul li:nth-child(1) a {
    background: #04A8E8
}

.active_inactive_text ul li:nth-child(2) a {
    background: #00AF3C
}

.active_inactive_text ul li:nth-child(3) a {
    background: #02ddf8
}
.active_inactive_text ul li:nth-child(4) a {
    background: #04A8E8
}

.active_inactive_text ul li:nth-child(5) a {
    background: #00AF3C
}

.active_inactive_text ul li:nth-child(6) a {
    background: #02ddf8
} */


.my_listing_single {
    margin-bottom: 20px
}

.my_listing_single label {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #07123b;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.my_listing_single input, .my_listing_single textarea,.my_listing_single select {
    width: 100%;
    border: 1px solid #029cfe;
    padding: 15px 15px 15px 45px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #07123B;
    resize: none;
    letter-spacing: 0.5px;
}

.my_listing_single .input_area {
    position: relative
}

.my_listing_single .input_area i {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #c4c4c4;
    cursor: pointer;
    z-index: 999;
    transform: translateY(-50%);
}

.input_area_2 textarea {
    padding: 15px
}

.my_listing_single .input_area i:hover {
    color: #0533e7
}

/* .my_listing_single .select2-container--default .select2-selection--single {
    border: 1px solid #029cfe;
    padding: 0px;
    /* border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #07123B; 
} */

/* .my_listing_single .select2-container--default {
    padding-left: 10px;
} */

.my_listing_single.mar_bottom {
    margin-bottom: 0
}

.my_listing.list_mar {
    margin-top: 40px
}

.input_area_2 input {
    padding: 12px;
    border: 1px solid #029cfe;
    margin-bottom: 5px
}

.inpiut_pad input {
    padding: 15px 12px !important
}

.dashboard_content h4 span {
    color: #dc3545;
    font-size: 14px;
    margin-left: 10px
}

.amenities_check_area {
    position: relative;
    border: 1px dashed #017ed9;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 5px
}

.amenities_check_area label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #07123b;
    width: 100%
}

.amenities_check_area i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    opacity: .3;
    color: #017ed9;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.amenities_check_area:hover i {
    color: #017ed9;
    opacity: 1
}

.my_listing.list_padding {
    padding-bottom: 0
}

.my_listing_single.list_mar {
    margin-bottom: 25px
}

#medicine_row label,
#medicine_row2 label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #07123b;
    margin-bottom: 5px
}

#medicine_row label span,
#medicine_row2 label span {
    color: #dc3545;
    font-size: 14px;
    margin-left: 5px
}

.medicine_row_input {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 23px
}

.medicine_row_input input {
    padding: 12px;
    width: 90%;
    border-radius: 5px;
    border: 1px solid #029cfe
}

.medicine_row_input button {
    background: #017ed9;
    color: #fff;
    border: none;
    width: 7%;
    height: 98%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    font-size: 18px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

#removeRow,
#removeRow2 {
    background: red;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.medicine_row_input button:hover {
    background: #4b6cf0
}

#removeRow:hover,
#removeRow2:hover {
    background: #a00101
}

.visitor_rev_single {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px
}

.visitor_rev_img {
    width: 25%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0
}

.visitor_rev_text {
    width: 75%;
    float: left;
    padding-left: 20px
}

.visitor_rev_text .title {
    color: #07123b;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize
}

.visitor_rev_text .title span {
    color: #017ed9;
    font-weight: 400;
    font-size: 16px;
    margin-left: 10px
}

.visitor_rev_text p {
    font-size: 14px;
    color: #F90;
    margin: 8px 0 10px
}

.visitor_rev_text .small_text {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400
}

.visitor_rev_text ul {
    display: flex;
    align-items: center
}

.visitor_rev_text ul li a {
    width: auto;
    background: #04A8E8;
    color: #fff;
    padding: 5px 20px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.visitor_rev_text ul li a i {
    margin-right: 10px
}

.visitor_rev_text ul li:last-child a {
    background: red
}

.visitor_rev_text ul li a:hover {
    color: #000
}

.profile_pic_upload {
    border: 1px solid #029cfe;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 245px
}

.profile_pic_upload img {
    height: 100%;
    object-fit: cover !important
}

.profile_pic_upload input {
    padding: 10px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 90%;
    border-radius: 5px;
    font-size: 12px;
    background: #029cfe;
    color: #fff;
}

.banner_pic_upload {
    margin-bottom: 20px
}

.banner_pic_upload input {
    width: 30%
}

.my_listing button {
    border: none;
    background: #0462b4;
    padding: 12px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.my_listing .table {
    margin: 0;
    border-left: 1px solid #ddd
}

.my_listing .table thead {
    background: #CAE5FF;
    color: #0F1221;
    font-size: 14px;
    text-transform: capitalize
}

.my_listing .table thead tr th {
    border: none;
    border-right: 1px solid #cecece;
    padding: 15px 10px
}

.my_listing .table tr td {
    border-right: 1px solid #ddd;
    padding: 10px;
    font-size: 14px !important;
}

.my_listing .table .package,
.my_listing .table .e_date,
.my_listing .table .p_date {
    width: 200px
}

.my_listing .table .price {
    width: 150px
}

.my_listing .table .method {
    width: 250px
}

.my_listing .table .tr_id {
    width: 350px
}

.my_listing .table .status {
    width: 70px;
    text-align: center
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: none;
    background: #CAE5FF
}

.my_listing .table tbody .status a {
    background: #0082FF;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.my_listing .table tbody .status a:hover {
    background: #0F1221
}



/* .my_listing .member_price:hover h4 {
    background: #fff;
    border-color: #2344ca
} */

.dashboard_breadcrumb .read_btn {
    color: #fff
}

.dashboard_breadcrumb .read_btn i {
    margin-right: 10px;
    margin-left: 0;
    font-size: 16px
}

.dashboard_breadcrumb .read_btn:hover {
    color: #fff
}

.schedule table tr td {
    text-transform: capitalize;
    font-size: 16px !important
}

.schedule .sn {
    width: 100px
}

.schedule .day {
    width: 250px
}

.schedule .date {
    width: 300px
}

.schedule .s_status {
    width: 250px
}

.schedule .action {
    width: 250px
}

.schedule tbody .active {
    color: green;
    font-weight: 500;
    position: relative;
    padding-left: 40px !important
}

.schedule tbody .active::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    content: "\f00c";
    top: 15px;
    left: 15px;
    color: green
}

.schedule tbody .active i,
.schedule tbody .inactive i {
    margin-left: 10px
}

.schedule tbody .inactive {
    color: red;
    font-weight: 500;
    position: relative;
    padding-left: 40px !important
}

.schedule tbody .inactive::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    content: "\f00d";
    top: 15px;
    left: 15px;
    color: red
}

.schedule ul {
    display: flex;
    justify-content: center
}

.schedule ul li a {
    width: 35px;
    height: 35px;
    background: #0D6EFD;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin: 0 5px;
    border-radius: 3px;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.schedule ul li:last-child a {
    background: red
}

.schedule ul li a:hover {
    color: #000
}

.wsus_schedule_create_single {
    margin-bottom: 25px
}

.wsus_schedule_create_single label {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.wsus__invoice_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.wsus__invoice_top .invoice_logo {
    width: 150px;
    display: block;
    overflow: hidden
}

.wsus__invoice_number h5 {
    text-align: right;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize
}

.wsus__invoice_number p {
    text-transform: capitalize
}

.wsus__invoice_header_left {
    margin-bottom: 60px
}

.wsus__invoice_header_left h5 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px
}

.wsus__invoice_header_left h6 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize
}

.wsus__invoice_header_left .call_mail {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.wsus__invoice_header_left .call_mail:hover {
    columns: #0D6EFD
}

.invoice_right {
    text-align: right
}

.invoice .read_btn {
    border: none;
    margin-top: 25px
}

#wsus__agent_profile {
    padding: 100px 0
}

.wsus__profile_header {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    position: relative;
    border: 1px solid #029cfe;
    margin-bottom: 70px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

.wsus__profile_header img {
    width: 250px;
    height: 250px;
    border-radius: 10px;
    border: 3px solid #98ACFF
}

.wsus__profile_text {
    padding: 0 50px 0 25px
}

.wsus__profile_text h4 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.wsus__profile_text a,
.wsus__profile_text p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #505873f2;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease
}

.wsus__profile_text a i,
.wsus__profile_text p i {
    width: 25px
}

.wsus__profile_text a:hover {
    color: #017ed9
}

.wsus__profile_text span {
    font-size: 16px;
    font-weight: 400;
    color: #07123b
}

.wsus__agent_link {
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.wsus__agent_link li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px
}

.wsus__agent_link li:last-child a {
    margin: 0
}

.wsus__agent_link li:nth-child(1) a {
    background: #30559E
}

.wsus__agent_link li:nth-child(2) a {
    background: #25B8F7
}

.wsus__agent_link li:nth-child(3) a {
    background: #0077B0
}

.wsus__agent_link li:nth-child(4) a {
    background: #10B418
}

.wsus__agent_link li:nth-child(5) a {
    background: #C93971
}

#medicine_row3 input {
    width: 100%;
    border: 1px solid #029cfe;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #07123B
}

#medicine_row3 label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #07123b;
    margin-bottom: 5px
}

#medicine_row3 .medicine_row_input button {
    position: inherit;
    width: 50px;
    height: 50px;
    margin-top: 29px;
}

.visitor_rev_area form {
    overflow: hidden;
    width: 100%;
    padding-top: 20px
}

.visitor_rev_area .input_area {
    width: 100%
}

.visitor_rev_area .wsus__search_area {
    margin-bottom: 20px;
    position: relative
}

.visitor_rev_area .input_area textarea {
    width: 100%;
    border: 1px solid #029cfe;
    padding: 15px 15px 15px 45px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #07123B;
    resize: none;
    margin-bottom: 20px
}

.visitor_rev_area .wsus__search_area i {
    left: auto;
    right: 15px
}


.wsus__search_area input {
    width: 100%;
    padding: 15px 10px;
    border-radius: 4px;
    border: none;
    font-size: 15px;

}



.wsus__search_area .read_btn {

    width: 100%;
    padding: 15px 10px;
    border: none;
    display: flex;
    justify-content: center;
    background: #d0010c !important;
    border-radius: 50px;

}


.visitor_rev_area .input_area i {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #6281FB;
    z-index: 10;
    right: auto
}

.visitor_rev_area .select2-container--default .select2-selection--single {
    padding-left: 37px
}

.wsus__rev_textarea {
    position: relative
}

.wsus__payment {
    background: #fff;
    border-radius: 5px
}

div#nav-tabContent {
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-top: 0
}

.wsus__payment .wsus__payment_input {
    margin-bottom: 20px
}

.wsus__payment .wsus__payment_input input {
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #07123B;
    resize: none
}

.wsus__payment .wsus__payment_input label {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase
}

.wsus__payment form button {
    border: none
}

.wsus__payment .nav-tabs {
    border-bottom: 3px solid #017ed9
}

input.razorpay-payment-button {
    font-size: 15px;
    color: #fff;
    background: #040000;
    border-radius: 20px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    letter-spacing: .5px;
    transition: all linear .3s;
    border: none
}

.wsus__payment .nav-link {
    outline: none;
    color: #017ed9;
    background: #fff;
    border-color: #017ed9;
    border-radius: 0 !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px
}

.wsus__payment .nav-tabs .nav-link.active,
.wsus__payment .nav-tabs .nav-link:hover {
    color: #fff;
    background: #017ed9;
    border-color: #017ed9
}

.wsus__cash_delivery h6 {
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500
}

.wsus__cash_delivery ul {
    padding-left: 13px;
    list-style: unset;
    margin-bottom: 20px
}

.wsus__cash_delivery ul li {
    color: #505873f2;
    font-weight: 400;
    font-size: 16px;
    margin-top: 12px
}

#wsws__404_page {
    margin: 100px 0 90px
}

.wsus__404_text {
    text-align: center
}

.wsus__404_text h1 {
    font-size: 130px;
    font-weight: 700;
    margin: 30px 0 15px
}

.wsus__404_text h3 {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px
}

.wsus__404_text h3 span {
    font-size: 45px;
    font-weight: 600;
    color: #017ed9
}

.wsus__404_text a {
    margin-top: 50px
}

.my_listing_single select.select_2 {
    width: 50%;
}

.my_listing_single span.select2 span.select2-selection__rendered {

    padding: 0;
}

.my_listing .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: -24px;
}
.note-editor button.note-btn {
    color: #fff;
    background: #bababa;
}

span.select2-results ul.select2-results__options {
    list-style: none;
    background: #fff;
    padding: 0;
}

span.select2-results ul.select2-results__options[role="listbox"] {
    overflow-y: scroll;
    max-height: 200px;
}



button.read_btn.get-location-btn {
    margin-top: 10px;
    padding: 10px;
    height: 51px;
}
span.select2-results ul.select2-results__options li {
    font-size: 14px;
    padding: 5px 10px;

}

/* span.select2-results ul.select2-results__options li:hover {
    color: #fff;
} */

/* 
.col.wishlist-cols .active_inactive_img {
    width: 120px;
    height: 120px;
} */

.col.wishlist-cols .active_inactive_img img.img-fluid {
    min-height: 100%;
    height: 100%;
}




.my_listing table td .toggle-group label {
    border-radius: 100px;
    padding: 0;
    font-size: 0;
}
.my_listing table td span.toggle-handle {
    border-radius: 50%;
    height: 17px;
    width: 17px;
    margin-right: -24px;
    padding: 0;
}
.my_listing table td .toggle.btn.btn-success span.toggle-handle {
    margin-right: 25px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.my_listing table td .toggle.btn {
    width: auto !important;
    vertical-align: sub;
    height: auto !important;
    min-width: 50px;
    min-height: 27px;
    border-radius: 20px;
    padding: 0;
}
.my_listing table tr td:last-child {
    width: 110px;
}

.my_listing table tr td:first-child {
    width: 40px;
}
input#codeInput.form-control {
    font-size: 13px;
    margin-right: 5px;
}

button.btn.btn-outline-secondary.copied {
    font-size: 13px;
    background: #017cd9;
    color: #fff;
}

.goog-logo-link {
    display: none !important;
}

/* Hide the Google Translate banner */
.goog-te-gadget {
    color: transparent !important;
}

/* Customize the appearance of the dropdown */
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border-radius: 10px;
    padding: 8px;
    margin-top: 5px!important;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/48px-Google_%22G%22_Logo.svg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px 50px !important;
    padding-right: 30px; /* Adjust padding to make space for the icon */
    width: 180px !important;
    margin-left: 770px !important;
}

/* Hide the unnecessary text in the dropdown */
.goog-te-combo option:first-child {
    display: none;
}

/* Additional CSS to ensure the text is hidden */
#google_translate_element .goog-te-gadget {
    color: transparent;
    font-size: 0;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    display: none!important;
}

@media only screen and (max-width: 768px) {
    .goog-te-gadget .goog-te-combo {
        margin: 4px 0;
        border-radius: 10px;
        padding: 8px;
        margin-top: 9px !important;
        background-image: url(../../public/uploads/website-images/google_translate.png);
        background-repeat: no-repeat;
        background-position: 10% center;
        background-size: 26px !important;
        padding-right: 30px;
        width: 50px !important;
        height: 33px;
        margin-left: 0px !important;
       
    }
}