/* STYLE FOR ALL THE PAGES */


/* [Banner headings] */

.banner-heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.5rem;
    font-weight: 700;
}

body {
    background-color: #fcfcfc !important;
    overflow: auto;
}


/* [login] */


/* for video */


/* #videoBG {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
} */

.wrapper-background {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    /* background: url("../images/athomesie.png"); */
    /* background: url("../images/wahome.png"); */
    /* background-color: rgba(0, 0, 0, 0.05); */
    /* background: #2980B9; */
    /* fallback for old browsers */
    /* background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9); */
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.form-page {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.form-page::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.form-wrap {
    width: 400px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 10px 30px 10px;
    background: white;
    z-index: 2;
    /*box-shadow: */
}

.form-title {
    font-family: "Times New Roman", serif;
    font-size: 2rem;
    color: #343a40;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.btn {
    border-radius: 0.4rem;
    font-family: 'Times New Roman', serif;
    outline: none;
}


/* [SIGN UP PAGE] */

.terms-link {
    font-weight: 600;
}

#live-stream-icon {
    margin-bottom: 0;
    margin-left: 0;
    width: 16px;
    height: 16px;
}


/* [Blog Pages] */

.blog-body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1rem;
}


/* .mastfoot
{
  background-color: #ffffff !important;
  text-align: right;
  height: 80px;
} */

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: white;
    text-align: right;
}

.show {
    display: block;
}

.fa-chevron-right {
    font-weight: 200;
    margin-left: 5px;
    font-size: 11px;
}

.main-logo>img {
    height: 50%;
    width: 100%;
}

.main-logo-ref>img {
    height: 180px;
    width: 270px;
}

@media only screen and (max-width: 1024px) {
    /* .main-logo>img {
        height: 180px;
        width: 250px;
    } */
    .main-logo-ref>img {
        height: 180px;
    }
}

@media only screen and (max-width: 768px) {
    /* .main-logo>img {
        height: 180px;
        width: 250px;
    } */
    .main-logo-ref>img {
        width: 150px;
        height: 180px;
    }
}

@media only screen and (max-width: 500px) {
    /* .main-logo>img {
        height: 180px;
        width: 250px;
    } */
    .main-logo-ref>img {
        height: 180px;
    }
}

@media only screen and (max-width: 400px) {
    /* .main-logo>img {
        height: 180px;
        width: 170px;
    } */
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
}

.participants-link {
    text-decoration: underline;
    color: rgb( 0, 174, 239);
    font-weight: bold;
}

.article-title {
    font-family: "Times New Roman", serif;
    font-weight: 600;
    text-align: center;
}

a.article-title:hover {
    color: rgb( 0, 174, 239);
    text-decoration: none;
}

.content-section {
    padding: 1% 1.6%;
    font-size: 0.9rem;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 1rem;
}

#id_title {
    width: 100%;
    font-size: 1.3rem;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    outline: none;
}

#id_description {
    width: 100%;
    height: 75px;
    padding: 1.5%;
    border-radius: 1rem;
    border: none;
    outline: none;
    font-size: 0.8rem;
}

#id_image {
    outline: none;
}


/* [CKEDITOR ON BLOG UPDATE PAGE] */

#id_body {
    width: 100%;
    padding: 1.5%;
    border-radius: 1rem !important;
    border: none;
}

.cke_chrome {
    width: 100% !important;
    padding: 1.5%;
    border: none;
}

.cke_top {
    border-radius: 1rem !important;
    /* background-color: rgb(38, 56, 73) !important; */
    background-color: rgb(233, 237, 241) !important;
    border: none !important;
}

.cke_inner {
    border-radius: 1rem !important;
    background-color: rgb(233, 237, 241) !important;
}

.cke_bottom {
    border-radius: 1rem !important;
    background-color: rgb(233, 237, 241)!important;
    border-top: none !important;
}

.django-ckeditor-widget {
    width: 100%;
    border-radius: 1rem !important;
    outline: none;
}

.blog-img {
    border-radius: 0.5rem;
}

p img {
    width: 60% !important;
    height: 55% !important;
    border-radius: 0.5rem;
}

.blog-container {
    border-radius: 0.5rem;
    min-height: 100vh;
}

@media (max-width: 1366px) {
    .marginLogin {
        margin-top: 180px !important;
    }
}

.blog-banner {
    /* background-image: url('../images/blog_banner.jpg'); */
    background-image: url('../images/blog_banner_bright.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-blend-mode: darken;
    width: 100%;
    height: 352px;
    border-radius: 0.5rem;
    color: white;
}

#blog-title-on-card {
    font-size: 1.5rem;
    font-family: 'Times New Roman', Times, serif;
}


/* .card {
border-radius: 1rem;
float: left;
padding: 0px;
} */


/* .card-deck {
float: left;
margin: auto;
} */

.card {
    border-radius: 0.5rem;
    margin-bottom: 1.875em;
    border-radius: 0.5rem;
    padding: 0;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border: 0 solid white;
}


/* .blog-cards {
   width:
} */

.card-img-top {
    position: relative;
    min-height: 80px;
    max-height: 240px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border: none;
}

.card-body {
    border-radius: 0.5rem;
    border: none;
}

.posty {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 1rem;
    line-height: 21px;
    color: #808080;
}

.card-footer {
    border-radius: 0.5rem;
    /* border-color: transparent; */
    background-color: #ffffff;
    outline: none;
    font-size: 12px !important;
}

.paginator {
    display: block;
    float: right;
    align-self: baseline;
}


/* [USER ACCOUNT PAGE */

.banner {
    background-color: lightslategray;
    position: relative;
    width: 100%;
    min-height: 30px;
    display: block;
    color: white;
    font-weight: bold;
    line-height: 1.6rem;
}

.signup-msg-row {
    background-color: white !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /* for video */
    /* position: relative;
    z-index: 2; */
}


/* for video */


/* @media only screen and (max-width: 600px) {
    .wrapper-background {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 0;
        background: url("https://cdn.pixabay.com/photo/2020/01/19/06/12/face-4776910__340.jpg");
        background-color: rgba(0, 130, 255, 0.04);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    #videoBG{
        display: none;
    }
  } */

.signup-msg {
    color: rgb( 0, 174, 239);
    line-height: 15px;
    padding-top: 10px;
}

.header-banner {
    /* background-image: url("../images/account.jpg"); */
    background-image: url("../images/account_bright_3.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-blend-mode: darken;
    background-size: 100%;
    color: white;
    height: 352px;
    margin: 8px;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.sec-account {
    height: 400px;
}

.card-container {
    width: 90%;
}

.table-block {
    width: 100%;
    align-items: center;
    justify-content: center;
}


/* [USER DASHBOARD] */

.jumbotron {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    /* position: relative;
    overflow: hidden; */
}


/* #video-background{ 
    position: absolute;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
  } */


/* .cont{
    position: relative;
    color: #ffffff;
    z-index: 2;
  } */

.user-dashboard-banner {
    background-image: url("../images/Crunch.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-blend-mode: darken;
    color: white;
    height: 352px;
    margin: 8px;
    border-radius: 1rem;
    /* width: 100%;
    height: 300px;
    color: #101820; */
}

.user-dash-headings {
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(65, 65, 65);
}


/* .sch-card {
    border-radius: 0.5rem;
    background-color: white;
}
.sch-card-img {
    border-radius: 0.35rem;
    object-fit: cover;
} */

.userdash-livecard {
    /* background-image: url("../images/weights.png"); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.ongoing {
    color: #dc3545;
    font-weight: 600;
}

.ended {
    color: #6c757d !important;
    font-weight: 600 !important;
}


/* .account-card {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../images/workout2.jpg");
} */


/* .calender-cont {
    position: relative;
} */


/* .calendar-style {
} */

.calender-cont .fc-title {
    color: #fff;
}

.calender-cont .fc-center {
    position: absolute;
    top: 0;
    left: 0;
}

.calender-cont .fc-center h2 {
    font-size: 16px;
    font-weight: 700;
}

.calender-cont td .fc-event {
    border: 0px solid transparent;
    padding: 1px;
}

.calender-cont td .fc-time {
    color: white;
    font-weight: 400;
    font-size: 11px;
    padding: 2px;
}

.calender-cont .fc-left .fc-button-group {
    position: absolute;
    top: 0;
    right: 0;
}

.calender-cont .fc-left .fc-button-group button {
    height: 20px;
    width: 20px;
    line-height: 18px;
    padding: 0;
    border: 0px solid transparent;
    background: #eceff1;
    color: #889196;
}

.calender-cont .fc-left .fc-button-group button.fc-prev-button {
    margin-right: 4px;
}

.calender-cont .fc-left .fc-button-group button .fc-icon {
    font-size: 11px;
}

.calender-cont .fc-left .fc-button-group button:hover {
    background: #d8d8d8;
}

.calender-cont.widget-calender {
    padding-top: 20px;
}

.calender-cont.widget-calender td,
.calender-cont.widget-calender th {
    font-size: 14px;
    border: 0px solid transparent;
}

.calender-cont.widget-calender .fc-right {
    display: none;
}

.calender-cont.widget-calender .fc-today-button {
    display: none;
}

.calender-cont.widget-calender .fc-widget-content {
    height: 45px !important;
    min-height: 45px !important;
}

.calender-cont.widget-calender .fc-day-grid-container {
    max-height: 250px !important;
    overflow: hidden !important;
}


/* [ADMIN DASHBOARD] */

.border-lg-right {
    border-right: 1px solid #dee2e6;
}

.stat-headers {
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    color: rgb(65, 65, 65);
}

.stat-font {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgb( 0, 174, 239);
}

.stat-info {
    display: block;
    text-transform: uppercase;
}

.beta-icon {
    font-size: 11px;
    margin-left: 0.4rem;
    font-weight: 600;
    /* color: rgb( 0, 174, 239); */
}

.card-header {
    border-radius: 0.5rem;
    text-transform: uppercase;
    border-bottom: 0.8px solid lavender;
    letter-spacing: 3px;
    font-weight: 600;
    color: rgb(65, 65, 65);
    background-color: transparent;
}

.quick-links-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0.6rem;
    padding-top: 4rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(65, 65, 65);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.heading-quick {
    letter-spacing: 3px;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(65, 65, 65);
}

.quick-stat {
    font-size: 3.5rem;
    font-weight: 400;
    color: rgb( 0, 174, 239);
}

.dollar-sign {
    font-size: 1rem;
    font-weight: 500;
    color: rgb( 0, 174, 239);
}


/* .metric-icon {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
} */


/* [Fitness Video Library] */


/* .playlist-cards {
} */


/* [Fitness Videos] */

.pb-video-container {
    margin-top: 1.7%;
    margin-bottom: 2%;
}

.pb-video {
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    padding: 5px;
    /* margin: 2px; */
}

.pb-video:hover {
    background: #343a40;
}

.pb-video-frame {
    transition: width 2s, height 2s;
    border-radius: 0.5rem;
}

.pb-video-frame:hover {
    height: 300px;
}

.pb-row {
    margin-bottom: 10px;
}

label.vid-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}


/* label.vid-title:hover {
    overflow: visible;
    height: 50px;
    font-size: 0.9rem;
  } */

.videos-banner {
    /* background-image: url('../images/videos_archive.jpg'); */
    background-image: url('../images/ondemand_bright.png');
    /* background-image: url('../images/on-demand-banner-1.png'); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-blend-mode: darken;
    background-position: center;
    width: 100%;
    height: 352px;
    border-radius: 0.5rem;
    color: white;
}


/* [Live workout] */

.live-workout-banner {
    /* background-image: url('../images/live_workout.jpg'); */
    background-image: url('../images/workouts_bright.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-blend-mode: darken;
    width: 100%;
    height: 352px;
    border-radius: 0.5rem;
    color: white;
}

.live-cards-container {
    margin-top: 1.7%;
    margin-bottom: 2%;
}


/* [Error pages] */

#desc {
    font-size: 3rem;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.statement {
    font-size: 1.5rem;
    /* font-family: 'Times New Roman', Times, serif; */
}


/* 403 ERROR NUMBER */

.error-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background: #333333; */
}

.error-num {
    position: relative;
    font-size: 10rem;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    /* color: #343a40; */
}

@media only screen and (max-width: 600px) {
    /* [Banners] */
    .banner-heading {
        font-family: 'Times New Roman', Times, serif;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .header-banner {
        /* background-image: url("../images/account.jpg"); */
        background-image: url("../images/account_bright_3.jpg");
        background-repeat: no-repeat;
        background-position: top;
        background-blend-mode: darken;
        background-size: 100%;
        color: white;
        height: 220px;
        margin: 8px;
        border-radius: 1rem;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .user-dashboard-banner {
        background-image: url("../images/Crunch.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-blend-mode: darken;
        color: white;
        height: 200px;
        margin: 8px;
        border-radius: 1rem;
    }
    .blog-banner {
        /* background-image: url('../images/blog_banner.jpg'); */
        background-image: url('../images/blog_banner_bright.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-blend-mode: darken;
        width: 100%;
        height: 200px;
        border-radius: 0.5rem;
        color: white;
    }
    .videos-banner {
        /* background-image: url('../images/videos_archive.jpg'); */
        background-image: url('../images/ondemand_bright.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-blend-mode: darken;
        background-position: center;
        width: 100%;
        height: 200px;
        border-radius: 0.5rem;
        color: white;
    }
    .live-workout-banner {
        /* background-image: url('../images/live_workout.jpg'); */
        background-image: url('../images/workouts_bright.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-blend-mode: darken;
        width: 100%;
        height: 220px;
        border-radius: 0.5rem;
        color: white;
    }
    /* [Dashboard] */
    .border-lg-right {
        border-color: transparent;
    }
    .stat-font {
        font-size: 0.8rem;
        font-weight: 400;
        color: rgb( 0, 174, 239);
    }
    .stat-info-size {
        font-size: 0.8rem;
    }
    .quick-stat {
        font-size: 2rem;
        font-weight: 400;
        color: rgb( 0, 174, 239);
    }
    .card-header {
        border-radius: 0.5rem;
        text-transform: uppercase;
        background-color: white;
        border-bottom: 0.8px solid lavender;
        letter-spacing: 3px;
        font-size: 1.2rem;
        font-weight: 600;
        color: rgb(65, 65, 65);
    }
    .dollar-sign {
        font-size: 0.7rem;
        font-weight: 500;
        color: rgb( 0, 174, 239);
    }
    /* [Blog page] */
    .card-img-top {
        position: relative;
        min-height: 80px;
        max-height: 350px;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        border: none;
    }
}


/* Mustufa Qadri Work Starts Here */

.text-warning,
.alert-warning {
    color: rgb( 0, 174, 239) !important;
    /* background-color: #ffffff !important; */
}

.btn-warning {
    background-color: rgb( 0, 174, 239) !important;
    color: #ffffff !important;
    outline: none !important;
    border: none !important;
}

.btn-warning:focus {
    box-shadow: none !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 20px 30px !important;
    border-bottom: 1px solid #111 !important;
}


/* Mustufa Qadri Work Ends Here */


/* class for toggle btns in graph */

#recaptcha-ref {
    margin-left: 16px !important;
}

#recaptcha-ref-again {
    margin-left: 16px !important;
}

@media(max-width: 768px) {
    #recaptcha-ref {
        margin-left: 0px !important;
    }
    #recaptcha-ref-again {
        margin-left: 0px !important;
    }
}

@media(max-width: 500px) {
    #recaptcha-ref {
        margin-left: 10px !important;
    }
    #recaptcha-ref-again {
        margin-left: 10px !important;
    }
}

@media(max-width: 400px) {
    #recaptcha-ref {
        margin-left: 5px !important;
    }
    #recaptcha-ref-again {
        margin-left: 5px !important;
    }
}

.active-btn {
    background-color: rgb( 0, 174, 239) !important;
    color: white !important;
}

.radio>label {
    display: inline-block !important;
    margin: 0 20px;
}

#export-section {
    margin-top: 27px !important;
    display: inline-flex;
    justify-content: right;
}

#date-cols {
    font-size: 12px;
}

#exportLink {
    font-size: 12px;
}

.uniqueClassName {
    text-align: center !important;
}

.rightAlign {
    text-align: right !important;
}

.date_range_filter {
    font-size: 10px;
}

.toggle-btn {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    /* .fc .fc-list-day-cushion, .fc-list-table td {
        padding: 2px 6px;
    }
    .fc-list-event-time, .fc-list-event-graphic, .fc-list-event-title {
        font-size: 10px;
    } */
    .add-question {
        font-size: 12px;
    }
    .options {
        width: 1000px;
    }
    .uniqueClassName {
        text-align: left !important;
    }
}


/* .dt-button-collection{
    display: inline-flex;
    justify-content: left;
} */


/* #optin-dashboard {
    font-size: 13px;
} */

.date_range_filter {
    background-color: white !important;
}

.remove-me-btn,
remove-me-btn:hover {
    /* background-color: #4A525A !important; */
    background-color: rgb( 0, 174, 239) !important;
    color: white !important;
    box-shadow: none !important;
}

.modal-footer>.btn-danger,
.modal-footer>.btn-danger:hover {
    background-color: #EB8B4E !important;
    color: white !important;
    box-shadow: none !important;
    border-color: #EB8B4E !important;
}

.join-btn,
.join-btn:hover {
    background-color: #EB8B4E;
    color: white !important;
}


/* a.text-light:focus, a.text-light:hover
{
    color: white !important;
} */


/* a.text-light:focus, a.text-light:hover
{
    color: rgb(44, 149, 228);
    color: white;
} */

.cancel-btn:hover {
    background-color: #EB8B4E;
    color: white !important;
}

.cal-btn:hover {
    color: white!important;
}

.wait-btn,
.opt-button {
    font-size: 80% !important;
}

.count-text {
    font-size: 100% !important;
}


/* .opt-button, .count-in-btn
{
    color: rgb(44, 149, 228) !important;
    background-color: white !important;
    border: 1px solid rgb(44, 149, 228) !important;
}
.opt-button :hover
{
    color: white !important;
} */

.in-btn {
    color: rgb(44, 149, 228) !important;
    background-color: white !important;
    border: 1px solid rgb(44, 149, 228) !important;
}

.in-btn:hover {
    color: rgb(44, 149, 228) !important;
    background-color: white !important;
    border: 1px solid rgb(44, 149, 228) !important;
}


/* @media only screen and (max-width: 1200px) {
    .join-btn, .wait-btn, .opt-button {
        font-size: 50%;
    }
    .count-text {
        font-size: 50%;
    }
    .meeting-info {
        font-size: x-small;
    }
} */

@media only screen and (max-width: 600px) {
    .count-text {
        font-size: 80% !important;
    }
}

#a-link {
    border-top: 3px solid #ab373a;
}

#g-link {
    border-top: 3px solid #d53900;
}

#y-link {
    border-top: 3px solid #65106e;
}

#o-link {
    border-top: 3px solid #fa9d00;
}

.conditions {
    text-decoration: underline !important;
}

ol .main-head {
    list-style-type: upper-roman;
}

.cond-list li {
    display: inline-flex;
    /* flex-direction: column; */
    justify-content: space-around;
    font-size: 14px;
}

.note {
    font-size: 14px;
}

.para {
    text-align: justify;
    font-size: 15px;
}

input[type="checkbox"]:checked+label:after {
    background-color: rgb( 0, 174, 239) !important;
}

.main-head>h5 {
    font-size: 18px;
}

#alertmsgbtn:focus {
    outline: none !important;
}

.alerttext {
    font-size: 13px !important;
}

td>.cancel-btn {
    width: 115px !important;
}

.modal-body>.cancel-btn {
    width: 115px !important;
}

@media (max-width:600px) {
    td>.cancel-btn {
        width: 60px !important;
    }
}

.fa-google {
    color: #DB4437;
}

.fa-apple {
    color: #555555;
    font-size: 20px;
}

.fa-windows {
    color: #00A4EF;
    font-size: 18px;
}

.fa-yahoo {
    width: 20px;
}

.thead-inqline {
    color: black;
    /* background-color: rgba(0, 130, 255, 0.04) !important; */
}

.tbody-inqline {
    /* color: white; */
}

#orders-data>tr {
    color: black;
    /* background: #E0EAFC; 
    background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);
    background: linear-gradient(to right, #CFDEF3, #E0EAFC);  */
    background-color: rgba(0, 130, 255, 0.04);
}

#orders-data>tr:hover {
    color: black;
    /* color: white; */
    /* background: #E0EAFC; 
    background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);
    background: linear-gradient(to right, #CFDEF3, #E0EAFC);  */
    background-color: white;
    /* background-color: rgba(0, 130, 255, 0.04); */
    /* background: rgb( 0, 174, 239); */
}

#orders-data>tr>.sorting_1 {
    color: black;
    /* background: #E0EAFC;
    background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);
    background: linear-gradient(to right, #CFDEF3, #E0EAFC); */
    background-color: rgba(0, 130, 255, 0.04);
}

#orders-data>.selected {
    color: black !important;
    background-color: gainsboro !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    /* background: rgb( 0, 174, 239) !important; */
    background: rgba(0, 130, 255, 0.04) !important;
    color: black !important;
    border-radius: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgb( 0, 174, 239) !important;
    color: white !important;
    border-color: #00A4EF !important;
    border-radius: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: none !important;
    border-color: white !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 5px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    box-shadow: 5px 10px 5px rgba(0, 130, 255, 0.06);
}


/* generate signup code css starts here */

.errorlist>li {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.code-input {
    height: 5% !important;
    padding: 8px 8px !important;
    width: 40% !important;
    color: #32325d !important;
    /* background-color: rgba(255, 255, 255, 0.756); */
    background-color: whitesmoke !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    box-shadow: 7px 5px 3px 0 #e6ebf1 !important;
    -webkit-transition: box-shadow 150ms ease !important;
    transition: box-shadow 150ms ease !important;
    /* margin: 15px auto; */
}

.stat-font {
    font-size: 0.8rem;
    font-weight: 400;
    color: rgb( 0, 174, 239);
}

.stat-info-size {
    font-size: 0.8rem;
}

.generated_code {
    color: #00AEEF !important;
}

.generated_code:hover {
    color: #00AEEF !important;
    /* font-weight: bold; */
}
.num-pro{
    color: green !important;
}
.num_cards{
    background-color: #00A4EF !important;
}
#search_panes{
    display: 'none'
  }
/* generate signup code css ends here */
  
.more-columns {
    font-size: 1.5rem;
    color: #00aeef;
    font-weight: bolder;
}
.choose-task{
    position: relative;
    top: 50%;
    transform: translateY(-25%);
}