/**
* Template Name: NiceAdmin - v2.5.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

/* p {
  margin: 0px -7px 3px !important;
} */

body {
    font-family: "Open Sans", sans-serif;
    background: #f6f6f6 !important;
    /* color: #444444; */
}

a {
    color: #4154f1;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}
.sliderCustom {
    position: relative;
}

.plinfoiner .sliderCustom .plinfobnrgrpc {
    max-width: 810px;
    bottom: 0;
    padding-bottom: 0;
}
.logoContainerCustom { padding-top: 20px !important; }
.showPic {
    display: none;
}
.main_button_div button{
    padding: 0 15px !important;
}
.hovers:hover .showPic {
    display: block !important;
    width: 150px;
}

.hovers .showPic {
    transition: width 2s, height 4s;
}

/* @media screen and (max-width: 480px) {
  .custom-select {
    display: block;
  }
} */
.dateFilters {
    display: flex;
    justify-content: center;
}

.endDate {
    padding-left: 10px;
}

tr.highlight {
    background-color: rgb(238, 90, 90);
}

form.custom-search.pull-right {
    float: right;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/* main #main {
  margin-top: 200px;
  padding: 20px 30px;
  transition: all 0.3s;
  margin-top: 250px !important;
} */
.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px 0 20px;

}
#select_sports{
    padding: 5px;
    border-color: lightblue;
    border-radius: 3px;
}
.headLefttPanel {
    /* display: flex; */
    flex: 0 0 100px;
}
.headCenterPanel {
    display: flex;
    max-width: 540px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
    .mainHeader{
        padding: 0 20px;
    }
}

main#main {
    margin-top: 250px;
    padding: 20px 56px 0px 61px;
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }

}

@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.card-titlee {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card.card-body.custom_card { padding: 20px 20px 0; }
.card.card-body.custom_card table {
    min-width: 850px;
}
.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}
.custom-check-box {
    padding-left: 18px;
    margin-bottom: 24px;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-weight: 600;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #000 !important;
}

button.accordion-button {
    font-weight: 600;
    color: #000 !important;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    max-height: 26px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    margin-top: 210px;
    width: 0px;
    /* display: none !important; */
    margin-left: auto;
    height: 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #012970;
    display: none;
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

span.scroll_preview {
    display: none;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {

    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

header {
    display: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 244px;
    left: 64px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    bottom: 0;
    width: 257px;
    z-index: 996;
    transition: all 0.3s;
    /* padding: 20px; */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}
@media (max-width: 1024px) {
body .color_white, body .color_blue{
position: relative !important;
height: auto !important;
top:60px !important
}

p.custom-logoo{
    margin-top: -40px !important;
}
}
.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 270px
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #ced4da;
}


.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: 0.3;
    font-family: 'Rajdhani', sans-serif;
    /* background: #f6f9ff; */
    padding: 10px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #0b2a41; float: right;
}
.custom-dropDowns3 .sidebar-nav>li>a {
    display: block !important;
}
.custom-dropDowns2 .sidebar-nav>li>ul>li>a {
    margin-top: 0 !important; padding: 7px 10px 7px 0;
}
ul#components-nav6 li {
    padding-bottom: 0 !important;
}

.sidebar-nav .nav-link.collapsed i {
    color: #0b2a41;
}

/* .sidebar-nav .nav-link.collapsed {
  color: #000;
  background: #fff;
} */
/* 


/* .sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
} */

/* .sidebar-nav .nav-link:hover i {
  color: #4154f1;
} */

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #012970;
    padding: 10px 10px 10px 0;
    transition: 0.3s;
    position: relative;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 0;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
    background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #4154f1;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
}

.dashboard .news h4 a:hover {
    color: #4154f1;
}

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
    border: 0;
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

.dashboard .top-selling .table thead {
    background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
    border: 0;
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

.iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #012970;
    padding: 15px 0;
}

.iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
}

.iconslist .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #4154f1;
    margin-bottom: 0;
    line-height: 150px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #3e4f6f;
}

nav.custom-bottom-pagination {
    float: right;
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

.custom-select {
    display: flex;
    justify-content: space-between;
}

input.search {
    border-radius: 5px;
    height: 35px;
    border: 1px solid #ced4da !important
}

button.search-button {
    height: 35px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

form.custom-search-form.pull-right {
    float: right;
    padding-top: 10px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 19px;
}

input::placeholder {
    padding-left: 8px;
}

.toggle-switch input[type="checkbox"] {
    display: none;
}

.toggle-switch .switch {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 0.2s ease;
}

.toggle-switch .switch::before {
    position: absolute;
    content: "";
    left: -6px;
    top: 0px;
    width: 20px;
    height: 19px;
    background-color: #aaa;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.toggle-switch input[type="checkbox"]:checked+.switch::before {
    transform: translateX(25px);
    background-color: rgb(165, 197, 245);
}

.toggle-switch input[type="checkbox"]:checked+.switch {
    background-color: #4154f1;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

.dropdown1 {
    display: flex;
}

button.dashboard_btn {
    background-color: #345098;
    color: #fff;
    font-size: 14px;
    width: 100px;
    height: 35px;
    border-radius: 3px;
    border: none;

}

li.nav-item_button {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ced4da;
}

span.upload {
    color: red;
}

.digitalDashboard {
    width: 100%;
    height: 100%;
}

span.myDigital_upper_word {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;

}

span.myDigital_upper_word1 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;

}

.myDigital_lower_word {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: lightslategray;
}

.custom-radio-btn {
    padding-top: 20px;
}

label.form-check-label {
    font-weight: 500;
    font-size: large;
    font-family: 'Rajdhani', sans-serif;
}

.inline-Custom.col-md-3 {
    display: inline-block;
}

.donation {
    display: flex;
    padding-top: 5px;
    align-items: flex-start;
    margin-bottom: 15px;
    /* justify-content: space-around; */

}

.donation a {
    font-family: 'Rajdhani', sans-serif;
}

.donation span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}

.custom-switch {
    display: inline-block;
    margin-left: 10px;
}

.form-switch .form-check-input:checked {
    height: 30px;
    width: 60px;

}

.form-switch .form-check-input {
    height: 30px;
    width: 60px;
}

.custom-input {
    width: 230px;
}

/* .booking-Url {
  padding-left: 70px;
} */

.merchandise_part {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.merchandise_part span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}

.reset_default {
    display: flex;
    align-items: center;
}

.reset_default span {
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.btn_group {
    margin-top: 25px;
}

.btn_group1 {
    margin-top: 25px;
}

.custom-label {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.custom-input-btn {
    height: 50px;
}

.input_btn {
    margin-top: -14px;
    position: relative;

}

button.btn.custom_edit {
    background-color: lightgray;
}

.main-template {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.digital_template1 {
    text-align: center;
}

.digital_template2 {
    text-align: center;
}

.template {
    padding-top: 25px;
}

.template span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}

.client-block-view ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 0px; */
    border: 1px solid #000 !important;
}

li.pils {
    width: 220px;
    text-align: center;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #000;
    border-radius: 0px !important;
}

a.nav-link {
    display: grid;
    color: #000;
}

.send_upper {
    text-align: center;

}

.send_upper span {
    font-size: 18px;
    font-weight: 600;
}

img.img-size {
    width: 250px;
    max-width: 100%;
}

.Qr_image {
    text-align: center;
}

.Qr_image_upper {
    border: 1px solid #ced4da;
    padding: 20px;
    width: 450px;
    margin: auto;
}


.social_icons {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 20px
}

.facebook {
    height: 50px;
    width: 50px;
    background-color: #395693;
    border-radius: 50%;
    line-height: 58px;
    align-items: center;
    justify-content: center;
}

i.fa.fa-facebook {
    font-size: 30px;
}

.whatsapp {
    height: 50px;
    width: 50px;
    background-color: #1ad03f;
    border-radius: 50%;
    line-height: 58px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}

i.fa.fa-whatsapp {
    font-size: 30px;
}

.twitter {
    height: 50px;
    width: 50px;
    background-color: #1c96e8;
    border-radius: 50%;
    line-height: 58px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}

i.fa.fa-twitter {
    font-size: 30px;
}

.linkedIn {
    height: 50px;
    width: 50px;
    margin-left: 10px;
    background-color: #0073b1;
    border-radius: 50%;
    line-height: 58px;
    align-items: center;
    justify-content: center;
}

i.fa.fa-linkedin {
    font-size: 30px;
}

.copy_link {
    text-align: center;
    padding-top: 25px;
}

.client-block-view {
    width: 450px;
    margin: auto;
}

.input_field {
    text-align: center;
    width: 410px;
    margin: auto;
}

.send_btn {
    padding-top: 15px;
}

.send_btn button {
    width: 410px;
    height: 35px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
}




p.ads1 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Rajdhani', sans-serif;

}

p.ads2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    padding-left: 10px;
}

p.ads3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    padding-left: 10px;
}

button {
    width: 100px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
}

.cornor_btn {
    text-align: right;
    margin-bottom: 5px;
}

.advertisment {
    border: 1px solid #000;
    /* margin-top: 15px; */
    border-radius: 10px;
    width: 98%;
    margin: auto;
}

.advertisment1 {
    margin-top: 15px;
    margin-left: 25px;
}

.advertisment1 p {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
}

.advertise_img {
    margin-top: 15px;
}

.advertise_img input {
    height: 45px;
    background-color: gainsboro;
}

.advertise_img p {
    font-size: 20px;
    font-weight: 500;
}

.upload_ads {
    padding-top: 20px;
}

button.add_advertise_btn {
    width: 150px;
    height: 50px;
    color: #000;
    background-color: gainsboro;
}

@media only screen and (max-width: 768px) {
    .demo2 {
        display: flex;
        /* border: 1px solid #000; */
        height: 54px;
        padding-left: 0 !important;
        border-radius: 5px;
        /* padding-top: 3px; */
        margin-left: 0 !important;
        font-size: 12px !important;
    }
    .main_button_div{
        flex-flow: column;
    }
    .flex-item-custom:nth-child(1) {
        order: 2; /* Will be displayed second */
      }
      
      .flex-item-custom:nth-child(2) {
        order: 1; /* Will be displayed first */
        margin-bottom: 5px;
      }
      
      .flex-item-custom:nth-child(3) {
        order: 3; /* Will be displayed third */
      }
      .flex-item-custom:nth-child(4) {
        order: 4; /* Will be displayed third */
      }
    .main_button_div {
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
        flex-flow: revert;
        gap: 3px;
    }
    .main_button_div button {
        width: auto !important;
        padding: 0 9px !IMPORTANT;
        font-size: 14px;
    }
    span.cards_first {
        font-size: 11px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 5px;
        text-align: left;
        line-height: 15px;
    }
    .upper_button button a {
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        background: transparent !IMPORTANT;
    }
    .upper_button {
        padding-top: 7px;
        padding-right: 0;
        text-align: center;
        padding-bottom: 7px;
    }
    button.MEMBER-BTN {
        width: 100%;
        font-size: 10px;
        height: 40px;
        background-color: #0d3553;
        color: #fff;
        font-weight: 700;
        border: none;
        padding: 5px 10px;
    }
    .member_name {
        text-align: center;
        margin-right: 40px;
    }
    .headCenterPanel {
        max-width: 100%;
        padding: 0 20px !IMPORTANT;
    }
    .headRightPanel {
        width: 100%;
    }
    .main_button_div button {
        width: 100% !important;
        padding: 0 15px;
        margin-left: 0 !important;
        margin-bottom: 6px;
    }
    .demo2 {
        display: flex;
        /* border: 1px solid #000; */
        height: 54px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 5px;
        padding-top: 3px;
        margin-left: 10px;
    }
    span.cards_first{
        width: 100%;
    }
   
    span.scroll_preview {
        display: block;
        width: 100%;
        text-align: center;
    }
    .profile_upper {
        position: relative;
        margin-left: 0;
        width: 100%;
    }
    .profile_upper1 {
        position: relative;
        top: -35px;
    }
    .headLefttPanel {
        /* display: flex; */
        flex: 0 0 70px;
    }
    .edit_icon {
        position: absolute;
        bottom: 30px;
        left: 0;
    }
    .mainHeader {
        padding: 0 20px;
        flex-flow: column;
    }
    .for-color-picker {
        justify-content: start !important;
    }
    .main_button_div{
        padding-top: 0 !important;
    }
    .header {
        width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
    }

    .header .toggle-sidebar-btn {
        display: initial;
    }
    .profile_upper1 {
        position: relative;
        top: -40px;
        left: 0;
    }
    .send_btn button {
        width: 250px;
    }

    .input_field {

        width: 250px;

    }
    .member_name {
        text-align: right;
        margin-right: 0 !important;
    }
    .client-block-view ul {
        border: none !important;
    }

    li.pils {
        width: 120px;
    }

    .donation {
        display: flex;
        padding-top: 25px;
        align-items: center;
        justify-content: initial;
    }

    .booking-Url {
        padding-left: 0px;
    }

    .client-block-view-custom {
        width: 248px !important;
        margin: auto;
    }

    .client-block-view {
        width: 248px !important;
        margin: auto;
    }

    .Qr_image_upper {
        width: 315px;
    }

    .color_white {
        display: block;
        height: auto !important;
        top: 110px !important;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .color_blue {
        display: block;
        top: 60px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }

    .header {
        margin-top: 0px;
    }

    .sidebar {
        top: 60px;
    }

    main#main {
        margin-top: 50px;
        padding: 20px 10px;
    }

    .client-block-view {
        width: 297px !important;
        margin: auto !important;
    }

    i.bi.bi-grid-fill {
        top: 93px;

    }

    i.bi.bi-card-list {
        top: 93px;
    }

    a.misha-upl {
        margin-right: 20px !important;
    }

    a.misha-upl img {
        height: 80px !important;
        width: 130px !important;
    }

    .advertise_img img {
        height: 80px !important;
        width: 100px !important;
    }

    button.btn.add_youtube.btn-success {
        float: right !important;
    }

    .btn_remove {
        margin-top: 4px !important;
        margin-left: 17px !important;
    }

    input.name_list {
        width: 100% !important;
    }

    .wppb-rpf-add {
        width: 25px;
        height: 25px;
        bottom: 25px;
        right: 105px;
        top: 58px;
        line-height: 27px;

    }

    .wppb-rpf-remove {
        top: 35%;
        left: 63%;
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 16px;
    }

    .wppb-rpf-group span.wppb-rpf-action.wppb-rpf-add {
        right: 80px;
        top: 72px;
    }

    .wppb-rpf-group span.wppb-rpf-action.wppb-rpf-remove {
        top: 113%;
        left: 71%;
    }

    .custom-tabs a#nav-profile-tab {
        width: 155px;
    }

    .custom-tabs a#nav-home-tab {
        width: 255px !important;

    }

    .ft-contact-box {
        width: 100% !important;
    }

    .remove_update {
        margin-top: 3px !important;
        margin-left: 20px !important;
    }

    .multi_vdeodes {
        height: 30px !important;
    }

    i.custom-fill {
        position: absolute !important;
        top: 130px !important;
        border: 0px;
    }

    table.custom-table-width {
        width: 100% !important;
    }

    input[type="submit"] {
        margin-top: 5px;
    }

    i.fa.fa-arrow-down {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .header {
        width: 100% !important;
        display: initial !important;
    }

    i.fa.fa-arrow-down {
        padding-left: 5px;
    }

    .for-color-picker {
        justify-content: start !important;
    }

    span.scroll_preview {
        display: block;
        width: 100%;
        text-align: center;
    }

    .header .toggle-sidebar-btn {
        display: initial;
    }

    .color_white {
        display: block;
        height: auto !important;
        top: 110px !important;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .color_blue {
        display: block;
        top: 60px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }

    .header {
        margin-top: 0px;
    }

    .sidebar {
        top: 0px;
    }

    /* .dataTable {
    width: 100% !important;
  } */

    main#main {
        margin-top: 177px;
        padding: 20px 10px;
    }

    .btn_remove {
        float: right !important;
    }

    button.btn.add_youtube.btn-success {
        float: right !important;
    }

    .client-block-view-custom {
        width: 300px !important;
    }

    .client-block-view {
        width: 300px !important;
    }

    i.custom-fill {
        position: absolute !important;
        top: 100px !important;
        border: 0px;
    }

    table.custom-table-width {
        width: 100% !important;
    }

    .profile_upper1 {
        width: 100px !important;
    }

}

.color_blue {
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 776;
    width: 92%;
    margin-left: 66px;
    background-color: #0b2a41;
}

.color_white {
    height: auto;
    position: fixed;
    top: 50px;
    width: 92%;
    z-index: 777;
    background-color: #fff;
    margin-top: 50px;
    margin-left: 66px;
}

.profile_upper {
    position: relative;
    margin-left: 10px;

}

.profile_upper1 {
    position: relative !important;
    top: =40px !important;

}

.profile_upper1 img {
    border-radius: 50%;
    height: auto !important;
    width: 70px !important;
    object-fit: cover;
    margin-top: 8px;
}
.main_button_div button{
    padding-left:  0 !important;
}
.edit_icon {
    position: absolute;
    bottom: 40px;
    left: -4px;
}

.edit {
    height: 30px;
    width: 30px;
    background-color: #1c96e8;
    border-radius: 50%;
    line-height: 32px;
    padding-left: 8px;
    align-items: center;
    justify-content: center;
}

i.fa.fa-pencil-square-o {
    color: #fff;
}

span.profile_text {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    /* margin-left: 10px; */
}

.profile_text_upper {
    margin-top: 50px;
    margin-left: 7px;
    width: 94px;
}

.main_card {
    height: 60px;
    margin-top: 21px;
    /* border: 1px solid #000 !important; */
}

i.fa.fa-check-square-o {
    font-size: 25px;
    color: #6fbeff;
    margin-top: 7px
}

i.bi.bi-bar-chart {
    font-size: 25px;
    color: #6fbeff;
}

.active2 p {
    font-weight: 600;
    font-size: 14px;
}

.active_icon {
    margin-top: -13px;
}

.active2 {
    margin-top: -13px;
}

p.zero {
    margin-top: -25px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    color: #6fbeff;
}

.fa.fa-comments-o {
    font-size: 25px;
    color: #6fbeff;
}

.main_arrow {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
/* START Tanuj */
.main_arrow {
	margin-top: 9px;
}
.headRightPanel {
    width: auto;
}
.main_lower2 p {
    margin: 0 0 3px;
}
.contact-socials2 p {
    position: relative;
    right: 0;
    top: 0;
    margin: 28px 0 5px;
}
.triangle3 {
	background: #6661ab;
    border: none !important;
    width: 100% !important;
    height: auto !important;
	margin: 0 0 20px !important;

}
.triangle3.triangleCustom {
    border: none !important;
}
.triangle3 .contact-socials3 {
    position: unset;
    padding: 66px 0 40px;
}

.custom-dropDowns .sidebar-nav .nav-item {
    margin-bottom: 0px;
    border-bottom: none !important;
}
.rose-lyles3 .rose-vacor {
    margin: 0 0 10px !important;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.onOffToggle.col-md-6.mb-2 {
    margin-top: 20px;
}
.namingPosition h1 {
    margin: 0 0 35px;
    line-height: 40px;
}
button.btn.btn-primary.school-schedule {
    line-height: 28px;
}
button i.bi.bi-chevron-down {
    float: right;
    margin-top: 0;
}
.custom-dropDowns .sidebar-nav>li>ul {
    margin: 0 0 20px;
}

.agent-custom {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.agent-custom {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.agent-custom-inner {
    min-width: 22px;
}
.agent-custom-inner i {
    font-size: 22px !important;
}
.agent-custom-inner-2 {
    margin-left: 10px;
}


/* END Tanuj */

.arrow_right {
    height: 36px;
    width: 40px;
    background-color: #f4f4f4;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}

.arrow_left {
    height: 36px;
    width: 36px;
    background-color: #f4f4f4;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
}

i.bi.bi-arrow-left-short {
    font-size: 22px;
}

i.bi.bi-arrow-right-short {
    font-size: 22px;
}



.upper_button {
    padding-top: 7px;
    padding-right: 38px;
    text-align: end;
    padding-bottom: 7px;
}

.upper_button button {
    background-color: #0d3553;
    height: 38px;
    /* width: 280px !important; */
    font-size: 13px;
    /* color: #000; */
    border: none;
}

.upper_button button a {
    color: #fff;
    font-weight: 700;
}

.member_name {
    text-align: right;
    margin-right: 40px;
}



button.MEMBER-BTN {
    width: auto;
    font-size: 13px;
    height: 40px;
    background-color: #0d3553;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 5px 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: blue;
}


button.order_btn1 {
    width: 140px;
}

.main_button_div {
    padding-top: 20px;
}

button.order_btn1 {
    width: 120px;
    display: flex;
    align-items: center;
    background-color: #345098;
    border: none;
    padding-left: 5px;
}

span.cards_first {
    font-size: 11px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

span.cards_first a {
    color: #fff;
    font-weight: 700;
}

button.order_btn2 {
    width: 115px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    background-color: #345098;
    border: none;
    padding-left: 5px;
}

button.order_btn3 {
    width: 110px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    background-color: #345098;
    border: none;
    padding-left: 5px;
}

.main_button_div {
    display: flex;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #0b2a41;
}

.form-check-input:checked {
    background-color: #6fbeff;
    border-color: #6fbeff;
}

.input_user {
    position: relative;
}

.user {
    position: absolute;
    left: 5px;
    top: 7px;
}

label.form-label {
    font-weight: 700;
    font-size: 12px;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 0px !important;
    margin-right: 3px
}

input#exampleFormControlInput1 {
    background-color: #fafafa;
    padding-left: 25px !important;
}

.add-socal a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.last_part button {
    width: 125px;
    font-size: 14px;
    height: 53px;
    display: flex;
    align-items: center;
    background-color: #345098;
    border: none;
}

.last_part {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.last_part p {
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}

input#flexCheckDefault {
    margin-left: 10px;
}

.upload_file {
    display: none;
}

label {
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
}



/* ____________________________________________ */
img.custom-img-table {
    width: 100%;
    max-width: 50px;
    height: 100%;
    padding-right: 10px;
    max-height: 50px;
}

.client-block-view {
    width: 450px;
    margin-top: -32px;
    margin-left: 395px;
}

.client-btn {
    padding-top: 10px;
    width: 386px;
}

.client-block-view ul {
    list-style-type: none;
    display: flex;
    height: 32px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    border: 1px solid lightblue !important;
}

li.view-as.me-2 {
    font-size: 13px;
    padding-bottom: 3px;
    margin-top: -2px;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #6fbeff !important;
    height: 32px;
    margin-bottom: 20px;
    padding-right: 30px;
    border-radius: 0px !important;
}

i.bi.bi-grid-fill {
    position: absolute;
    top: 67px;
    border: 0px;
}

i.bi.bi-card-list {
    position: absolute;
    top: 67px;
    bottom: 0;
}

/* a.nav-link {
  padding-bottom: 17px;
} */

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff !important
}


.subs-client-btns {
    display: flex;
}

.add-client-btn {
    margin-right: 10px;
}

.add-client-btn button {

    text-transform: uppercase;
    font-weight: 600;
    background-color: #202426;
    height: 30px;
    margin: 0;
    border-radius: 5px;
    padding: 16px 30px;
    outline: none;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.editprofilepage ul {
    list-style-type: none;
    display: flex;
    line-height: 15px;
    height: 34px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    border: 1px solid lightblue !important;
}

a.nav-link {
    display: table-cell !important;
    color: #000;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: lightblue !important;
}











/* __________________________________________________________________- */
ul#dynamic_field {
    list-style: none;
}

.multi_imgdes {
    display: initial;
}

.onlyUpload a.misha-upl {
    width: 162px;
    border-radius: 3px;
    justify-content: center;
    /* margin-right: 45px; */
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-flex;
    border: 1px solid #000;
}

button.btn.add_image.btn-success {
    width: 127px !important;
    background-color: #fff !important;
    font-size: 20px;
    margin-top: 8px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #000;
    color: #000;
}

.profileimages h1 {
    font-weight: 600;
}

input.name_list {
    width: 50%;
    margin-top: 20px;
    border: 1px solid #ced4da !important;
}


ul#dynamic_field {
    padding: 0px;
}

input#fullgame_playerpage {
    /* width: 50%;
     margin-left: 30px; */
    height: 44px;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

input#stat_url_text {
    width: 50%;
    /* margin-left: 30px; */
    height: 44px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
}

input#imagesandvideobtn {
    height: 36px;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #6fbeff;
    border: 1px solid #6fbeff;
}

input#edit_profile {
    background-color: #6fbeff;
    width: 100px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
}

button.btn.add_youtube.btn-success {
    margin-left: 20px;
    margin-top: 28px;
    height: 43px;
    background-color: #0b2a41;
    font-size: 18px;
    font-weight: 700;
    width: 120px;
}

.btn_remove {
    margin-left: 478px;
    margin-top: -77px;
    height: 43px;
    /* margin-left: 593px; */
    background-color: #0b2a41 !important;
    font-size: 18px;
    font-weight: 600;
}

.inputBox p {
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
}

input#register {
    background-color: #6fbeff;
    width: 120px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
}

li {
    list-style: none !important;
}

.wppb-rpf-remove {
    top: 48% !important;
    left: 65% !important;
    height: 35px !important;
    width: 35px !important;
    line-height: 30px !important;
    font-size: 19px !important;
}

.wppb-rpf-add {
    width: 35px !important;
    height: 35px !important;
    bottom: 43px !important;
    right: 370px !important;
    top: 71px !important;
    color: #222;
    background: #ddd;
    line-height: 30px !important;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

ul.wppb-checkboxes {
    display: flex;
    text-align: center;
}

label.wppb-rc-value.form-label {
    padding-left: 9px;
    display: initial;
}

@media (min-width: 1280px) {
    .wppb-rpf-remove {
        left: 74% !important;
    }
}

input#colorPickerButtonText {
    position: absolute;
    top: 0px;
    /* padding: 20px 50px; */
    height: 50px;
    width: 100px;
    border-radius: 5px;
}

input#colorPicker {
    position: absolute;
    top: 0px;
    /* padding: 20px 50px; */
    height: 50px;
    width: 100px;
    border-radius: 5px;
}

input[type=color],
textarea {
    color: #666666 !important;
    border: 1px solid #dbdbdb !important;
    padding: 21px 50px !important;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

i.bi.bi-pen-fill {
    position: absolute;
    top: 0px;
    z-index: 775;
    left: 39px;
}

i.bi.bi-box-arrow-right {
    color: #fff;
}

nav ul {
    display: flex;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    background-color: #fff;
    border: 1px solid lightblue;
    border-radius: 4px;
    font-size: 12px;
    color: #000 !important;
    padding: 4px;
    margin-top: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    background-color: #fff;
    border: 1px solid lightblue;
    border-radius: 4px;
    font-size: 12px;
    color: #000 !important;
    padding: 4px;
    margin-top: 10px;
    margin-left: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions {
    background-color: #fff;
    border: 1px solid lightblue;
    border-radius: 4px;
    font-size: 12px;
    color: #000 !important;
    padding: 4px;
    margin-top: 10px;
    margin-left: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    background-color: #fff;
    border: 1px solid lightblue;
    border-radius: 4px;
    font-size: 12px;
    color: #000 !important;
    padding: 4px;
    margin-top: 10px;
    margin-left: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    background-color: #fff;
    border: 1px solid lightblue;
    border-radius: 4px;
    font-size: 12px;
    color: #000 !important;
    padding: 4px;
    margin-top: 10px;
    margin-left: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
    background-color: #fff;
    border: 1px solid lightblue;
    border-radius: 4px;
    font-size: 12px;
    color: #000 !important;
    padding: 4px;
    margin-top: 10px;
    margin-left: 10px;
    width: 130px;
    height: 30px;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    background-color: #fff;
    border: 1px solid lightblue;
    border-radius: 4px;
    font-size: 12px;
    color: #000 !important;
    padding: 4px;
    margin-top: 10px;
    margin-left: 10px;
    width: 130px;
    height: 30px;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    background-color: #fff;
    border: 1px solid lightblue;
    border-radius: 4px;
    font-size: 12px;
    color: #000 !important;
    padding: 4px;
    margin-top: 10px;
    margin-left: 10px;
    height: 30px;
    width: 100px;
    text-align: center;
}

input[type="search"] {
    height: 35px;
}





.main_class {
   /* display: flex;
    margin-top: -21px;
    align-items: initial;
     margin-left: 50px; */
    /* width: 130px; */
}

p.lower_zero {
    text-align: center;
    color: #6fbeff;
}

p.lower_zero2 {
    text-align: center;
    color: #6fbeff
}

.main_lower3 {
    line-height: initial;
    padding-top: 4px;
    margin-left: 3px;
}

.main_lowerr {
    padding-left: 50px;
}

.main_lower4 {
    width: 77px;
    line-height: initial;
    padding-top: 4px;
}

p.lower_zero3 {
    text-align: center;
    color: #6fbeff;
}

.main_lower_upper {
    margin-left: 4px;
}

/* .main_lower_upper2 {
  margin-left: 50px;
} */

.demo {
    display: flex;
    /* border: 1px solid #000; */
    /* padding-left: 5px;
  padding-right: 5px; */
    height: 54px;
    border-radius: 5px;
}

.main_lower {
    padding: 5px;
}

.main_lower2 {
    font-size: 14px;
    line-height: initial;
    padding-left: 4px;
    padding-top: 10px
}

.demo2 {
    display: flex;
    
}

.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-next {
    color: #000 !important;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    color: #000 !important;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #000 !important;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-next {
    right: -10px;
}

th {
    width: 200px !important;
    /* text-align: center !important; */
}


table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 17px !important;
}



.wppb-rpf-group span.wppb-rpf-action.wppb-rpf-add {
    position: absolute;
    width: 35px !important;
    height: 30px !important;
    bottom: 43px !important;
    right: 370px !important;
    top: 30px !important;
}

.wppb-rpf-name-wppb_repeater_field_social-media-account span.wppb-rpf-action.wppb-rpf-add {
    position: absolute;
    width: 90px !important;
    height: 30px !important;
    bottom: 43px !important;
    right: 195px !important;
    top: 30px !important;
    font-weight: 500;
    color: #6fbeff !important;
    background: none !important;
}

.wppb-repeater>ul {
    border: none !important;
}


.extra_field_input {
    margin-bottom: 15px !important;
}

.wppb-repeater>ul {
    padding: 20px 20px !important
}

li#wppb-form-element-559 {
    margin-top: -20px;
}

form#wppb-edit-user-student-profile-form {
    padding-top: 15px;
}

.wp-core-ui .button-group.button-hero .button,
.wp-core-ui .button.button-hero {
    padding: 0px !important;
}

input#imagesand {
    margin-top: 10px;
    background: #0b2a41;
    color: #fff;
    border: 1px solid #0b2a41;
    border-radius: 3px;
    padding: 5px 7px 7px 7px;

}

button#deleteadvertise {
    color: #fff;
    background: #0b2a41;
    border: 1px solid #0b2a41;
    height: 35px;
    font-weight: 500;
    width: 50px;
}

button#updateadvertise {
    color: #fff;
    background: #0b2a41;
    border: 1px solid #0b2a41;
    height: 35px;
    font-weight: 500;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
    padding: 0px 4px !important;
}


.loader {
    position: fixed;
    display: none;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif') 50% 50% no-repeat #fff;
}

.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label,
#wppb-login-wrap .login-auth label {
    width: 100% !important;
    float: left;
    min-height: 1px;
}

label.wppb-rc-value.form-label {
    position: absolute;
}

.mainaccountprofile input.text-input {
    background-color: #f6f6f6;
    height: 44px;
    font-size: 14px !important;
}

.mainaccountprofile input#course_name {
    background-color: #f6f6f6;
    height: 44px;
    font-size: 14px !important;
}

.mainaccountprofile input#class_room {
    background-color: #f6f6f6;
    height: 44px;
    font-size: 14px !important;
}

.mainaccountprofile input.extra_field_input {
    background-color: #f6f6f6;
    height: 44px;
    font-size: 14px !important;
}

.activeMenu {
    color: #6fbeff !important;
}

li.nav-item_button span {
    background-color: #374f97;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}

li.nav_item_active {
    width: 100%;
    background-color: #f6f6f6;
    border-right: 5px solid #0b2a41;
}

input#edit_profile {
    background-color: #0b2a41 !important;
    height: 45px !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 3px 23px !important;
    margin-bottom: 10px;

}

span.wppb-rpf-action.wppb-rpf-remove {
    color: #000 !important;
    background: #fff !important;
    border: none !important;
    margin-top: 10px;
    box-shadow: none !important;
}

input#cashappRadio {
    margin-top: 9px;
}

input#venmoRadio {
    margin-top: 9px;
}

.tab-pane.form-group {
    padding-top: 10px;
    text-align: center;
}

input#donate_cashaptext {
    background: #f6f6f6;
}

input#booking_url {
    background: #f6f6f6;
}

input#merchandise_url {
    background: #f6f6f6;
}

input#company_phone {
    background: #f6f6f6;
    height: 35px;
}

input#company_fax {
    background: #f6f6f6;
    height: 35px;
}

button#changepassword {
    width: 160px;
    height: 41px;
    background-color: #0b2a41 !important;
}

.contact-tab-wrapper {
    /* border: 1px solid #ced4da; */
}

.ft-contact-box {
    padding: 20px;
    width: 450px;
    margin: auto;
}

ul.card-social-media {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

ul.card-social-media li {
    list-style: none;
    padding: 0 5px;
}

ul.card-social-media img {
    height: 33px;
}

button.btn.copy-btn.copy-btndd {
    width: 115px;
}

.qr-link-copy {
    text-align: center;
    margin: 20px 0px;
}

.custom-tabs {
    border: 1px solid #000;
    height: 78px;
}

.custom-tabs a#nav-home-tab {
    width: 201px;
    text-align: center;
    border-radius: 0px;
}

.custom-tabs a#nav-profile-tab {
    width: 208px;
    text-align: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.qr-image {
    text-align: center;
}

button#hihellosendmail {
    background: #000;

    color: #fff;
    width: 100%;
}

button.close {
    color: #fff;
}

span.name {
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
}

span.titlename {
    margin-left: 10px;
}

button.rmwc-icon {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

i.bi.bi-person {
    margin-right: 10px;
}

i.bi.bi-phone {
    margin-right: 10px;
}

i.bi.bi-building {
    margin-right: 10px;
}

i.bi.bi-chat {
    margin-right: 5px;
}

i.bi.bi-envelope {
    margin-right: 10px;
}

.modal-content {
    border: 1px solid #000;
}

.Boxstyled__text {
    margin: 10px;
    /* border-bottom: 1px solid #000; */
}

.Boxstyled__Box-card-content {
    border: 1px solid #ced4da;
    border-radius: 5px;
}

button.close {
    padding: 0px 7px !important;
    width: 50px;
    margin-left: 5px;
}

li#wppb-form-element-328 {
    margin-top: -38px;
}

.table-responsive.video_table h4 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
}

.select_image_for_digital_card {
    margin-top: 20px;
}

.profileimages h4 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.profileimages {
    margin: 10px 0 0 !important;
}

.table-responsive {
    overflow-x: scroll !important;
}
.table-responsive table th {
    white-space: nowrap !important;
}

.remove_update {
    margin-left: 478px;
    margin-top: -77px;
    height: 43px;
    /* margin-left: 593px; */
    background-color: #0b2a41 !important;
    font-size: 18px;
    font-weight: 600;
}

.multi_vdeodes {
    height: 5px;
}

a.misha-rmv {
    background: #000;
    color: #fff;
    border-radius: 4px;
}

a.next-upload {
    border-radius: 3px;
    margin-right: 45px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /* border: 1px solid #000; */
}

.add_new_button {
    margin-left: 30px;
}

.form-select {
    border-radius: 3px;
    padding: 9px 20px !important;
    background-color: #f6f6f6
}

input[type=text] {
    background-color: #f6f6f6;
}

.card h4 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
}

button.btn.btn-danger.removeRow {
    margin-top: 6px;
    color: #fff;
    background: #0b2a41;
    border: 1px solid #0b2a41;
    height: 35px;
    font-weight: 500;
    width: 50px;
}

.mainsidebar {
    flex: 0 0 34%;
    max-width: initial !important;
}

.profileImageClass {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 30px;
}

select#choose_sports option:disabled {
    color: #9b9696;
}

.client-block-view-custom {
    width: 440px;
    margin: auto;
    margin-top: 20px;
}

.client-block-view-custom ul {
    list-style-type: none;
    display: flex;
    height: 32px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    border: 1px solid lightblue !important;
}

i.custom-fill {
    position: absolute !important;
    top: 100px !important;
    border: 0px;
}

span.heading-dashboard {
    font-size: 17px;
    font-weight: 700;
}

/* .custom-rmv-btn {
    position: absolute;
    left: 145px;
    top: -20px;
} */

.btn-rmv-custom {
    width: 35px;
    border-radius: 50px;
}

.custom-rmv-btn button {
    color: #ed3c0d;
}

.cross_btn {
    position: relative;
}

.dataTable {
    /* width: 35%; */
    border: 1px solid #ced4da !important;
    border-radius: 5px;
}

table.custom-table-width {
    width: 35%;
}

div#myModalDashboard .modal-content {
    width: 881px !important;
    margin: auto;
}

div#myModalDashboard .modal-dialog {
    max-width: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

div#myModalDashboard h4.modal-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

div#myModalDashboard .donation {
    display: flex;
    padding-top: 15px;
    align-items: center;
    margin-bottom: 15px;
}

div#myModalDashboard .merchandise_part {
    padding-top: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

button.btn_remove_video {
    color: #fff;
    background: #0b2a41;
    border: 1px solid#0b2a41;
    height: 35px;
    font-weight: 500;
    width: 50px;
}

button.btn_remove_video:hover {
    color: #fff;
    background: #0b2a41;
    border: 1px solid #0b2a41;
    height: 35px;
    font-weight: 500;
    width: 50px;
}

.arrow-custom {
    margin-left: auto;
}

i.fa.fa-file-text.textclass {
    color: #000;
}

.plstcntctinfocol a.textclass {
    color: #000;
    text-decoration: none;
    margin-left: 5px;
}

.plstcntctinfocol a {
    text-decoration: none;
}

/*  */


.customCoachName {
    font-size: 25px;
}

.game-ticket-banner {
    width: 100%;
    max-width: 800px !important;
    min-height: 250px;
    margin: auto;
    /* padding-top: 36px; */
}

.main_button_div button {
    width: auto !important;
    padding: 0 15px !important;
}

.main_button_div {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    padding-top:0 !important      ;
}

input#colorPickerBackground {
    position: absolute;
    height: 50px;
}
.main_lower3 p {
    margin: 0;
}
input#colorPickerText {
    position: absolute;
    height: 50px;
}

.modal-header {
    justify-content: space-between !important;
    position: relative !important;
}

input[type=text] {
    padding: 11px 10px !important;
}

.file-name {
    display: none !important;
}

/* .main-content-area-inner .slider {
  background-color: #202d3e !important;
}

.main-content-area2 .slider {
  background-color: #202d3e !important;
} */
button#imagesandvideobtn {
    margin-top: 30px;
}

li.videoaddbutton {
    margin-left: 264px;
}

button.add-new-media {
    background-color: #0b2a41 !important;
    border-color: #0b2a41;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

button.btn.btn-primary {
    background-color: #0b2a41;
    border-color: #0b2a41;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}

button.btn.btn-secondary.add_image {
    background-color: #0b2a41;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.for-color-picker {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ekclass {
    z-index: 999;
    background-color: #fff;
    width: 100%;
}

.student-photo img {
    height: 100%;
    width: 100%;
}

.subs_link.morethan {
    padding-bottom: 15px;
}

label.wppb-rc-value.form-label {
    position: absolute;
    width: 400px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

a.add-custom-media {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
}

label.form-label.socialmediacheckboxlabel {
    font-weight: 400;
    font-size: 14px;
}

.inputBox {
    padding-left: 0px;
}

.myDigital_lower_word {
    font-family: 'Rajdhani';
    color: #000;
}

.dashboard.digitalDashboard .card h4 {
    font-size: 22px;
}

.socialConsent {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* button {
  font-family: 'Rajdhani', sans-serif !important;
} */
/* **************************toggle button css ********************* */
.toggle {
    --width: 80px;
    --height: calc(var(--width) / 2.5);

    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
    margin-left: 10px;
}

.toggle input {
    display: none;
}

.toggle .sliders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #ccc;
    transition: all 0.4s ease-in-out;
}

.toggle .sliders::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

.toggle input:checked+.sliders {
    background-color: #2196F3;
}

.toggle input:checked+.sliders::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 5px;
    color: #4d4d4d;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    color: #ffffff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
}

.toggle input:checked~.labels::after {
    opacity: 0;
}

.toggle input:checked~.labels::before {
    opacity: 1;
}

label.agent-custom {
    text-align: center;
}

.custom-label-field label {
    width: 17%;
}

label.custom-labell {
    display: block;
}

.custom-design input {
    width: 100%;
}

p.onOFF {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

p.custom-logoo {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    font-size: 15px;
}

table#example {
    font-size: 13px !important;
}
a.preview {
    width: 100%;
    display: inline-block;
}
.preview img {
    height: auto !IMPORTANT;
    width: 100% !IMPORTANT;
}

@media only screen and (max-width:413px) {
    .slider2 div#carouselExampleCaptions2 img {
        min-height: 360px !important;
    }
}

.appendhere {
    position: relative;
}
.appendhere .closeIcon {
    position: absolute;
    right: -20px;
    top: 5px;
}

.appendhere input {
    width: 100px;
}

.extra_field_concept .form-label label {
    width: 100px;
}
.resume-record td.textclass:first-child {
    min-width: 210px;
}
@media (max-width: 768px) {
    .custom-tabs a#nav-home-tab {
		width: 105px !important;border-radius: 0px !important;
	}
	.custom-tabs a#nav-profile-tab {
		width: 100%; 
		border-radius: 0;
	}
}