﻿
.nowrap {
    white-space: nowrap;
}

.inputText {
    top: 9px;
    right: 11px;
    background: #fff;
    width: 30px;
    /*height: 36px;*/
    height: 25px;
    text-align: center;
    line-height: 35px;
}

.inputText1 {
    top: 1px;
    right: 3px;
    background: #fff;
    width: 30px;
    height: 29px;
    text-align: center;
    line-height: 27px;
}

.ResultIcon {
    font-size: 18px;
}
.bg-light {
    background-color: #ebebeb !important;
}
/*Custom radion button*/
.customRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 26px;
}

    /* Hide the browser's default radio button */
    .customRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #ddd;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .customRadio:hover input ~ .checkmark {
            background-color: #ccc;
        }*/

/* When the radio button is checked, add a blue background */
.customRadio input:checked ~ .checkmark {
    background-color: #ed1b2e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customRadio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customRadio .checkmark::after {
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
}

.CustomerList ul li {
    list-style: none;
    float: left;
}

/*Khushi Css*/
.table {
    font-size: 14px;
}

    .table > thead {
        /*background-color: #fafafb !important;*/
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: #b3b3b3 !important;
    }
tbody, td, tfoot, th, thead, tr {
    border-bottom-color: #eee;
}

.searchicon {
    border: 1px solid #ccd4da;
}

.form-check-input {
    font-size: 20px;
    margin-top: 0em;
}

    .form-check-input:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

.form-switch .form-check-input:focus {
    border-color: #c3c3c3;
}
.edit:hover i {
    color: var(--primary-color);
}
.delete:hover i {
    color: #dc3545;
}

.edit:hover, .delete:hover {
    background-color: #f7f7f7;
}


.form-control {
    font-size: 14px;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn {
    font-weight: 600;
}

.form-switch .form-check-input {
    border: 1px solid #dbdbdb;
}

    .form-switch .form-check-input:focus {
        border: 1px solid #dbdbdb;
    }

.info {
    color: #bbb;
    font-size: 11px;
}

.modal-icon {
    width: 35px;
    height: 35px;
    background-color: red;
    border-radius: 50%;
    color: #fff;
}

.userdetailstable {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.CustomerList ul li {
    list-style: none;
    float: left;
}

.contactPart li {
    list-style: none;
    float: left;
}

.form-control::placeholder {
    font-size: 14px;
}

.closebtn {
    color: red;
    font-size: 20px;
}

.dropdown-toggle::after {
    content: none;
}

.dropzone {
    border: 2px dotted rgba(0,0,0,.3) !important;
    border-radius: 10px;
}

textarea.special {
    width: 100%;
    border: transparent;
    height: 125px;
}

    textarea.special:focus {
        border: transparent;
    }

hr {
    opacity: .05;
}

.dropdown-toggle::after {
    content: none;
}

.docblock {
    width: 189px;
    border: 1px solid #eee;
}

.profilebox {
    width: 600px;
    border: 1px solid #eee;
    margin: 100px auto;
}

.eventprofile-bg {
    background: url("../../images/EventDetailsBanner.jpg");
    background-size: cover;
    background-position: center top;
    border-radius: 10px 10px 0px 0px;
    min-height: 200px;
}


div.checkbox.switcher label,
div.radio.switcher label {
    padding: 0;
}

    div.checkbox.switcher label *,
    div.radio.switcher label * {
        vertical-align: middle;
    }

    div.checkbox.switcher label input,
    div.radio.switcher label input {
        display: none;
    }

        div.checkbox.switcher label input + span,
        div.radio.switcher label input + span {
            position: relative;
            display: inline-block;
            margin-right: 10px;
            width: 30px;
            height: 15px;
            background: #b7b7b7;
            border: 1px solid #eee;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
        }

            div.checkbox.switcher label input + span small,
            div.radio.switcher label input + span small {
                position: absolute;
                display: block;
                width: 50%;
                height: 100%;
                background: #fff;
                border-radius: 50%;
                transition: all 0.3s ease-in-out;
                left: 0;
            }

        div.checkbox.switcher label input:checked + span,
        div.radio.switcher label input:checked + span {
            background: #2196f3;
            border-color: #2196f3;
        }
       
            div.checkbox.switcher label input:checked + span small,
            div.radio.switcher label input:checked + span small {
                left: 50%;
            }

.filterbox {
    width: 40px;
    height: 32px;
    border: 1px solid #ced4da;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

    .filterbox i {
        color: #32416b;
    }

#filtersection {
    display: none;
}

/*full calendar css*/
.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary {
    background: none;
    border: none;
    color: black;
}

.fc-toolbar-chunk h2.fc-toolbar-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    margin-right: 1rem;
}

.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary.fc-today-button {
    background: #edf6e8;
    font-weight: 600;
}
.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary.fc-button {
    background: #edf6e8;
    font-weight: 600;
}

    thead th.fc-col-header-cell.fc-day a {
        color: black;
        padding: 10px 0;
    }

.fc-theme-standard .fc-scrollgrid, .fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #f3f6f9;
}

.fc-view-harness.fc-view-harness-active {
    background: white;
    border-radius: 15px;
}

.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary span {
    font-size: 2rem;
}

.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary {
    background: none !important;
    border: none !important;
    color: black !important;
}

.fc-col-header-cell-cushion {
    text-decoration: none;
}

td.fc-daygrid-day.fc-day .fc-daygrid-day-top a {
    color: black;
    font-weight: 600;
    text-decoration: none;
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none !important;
}

.fc-icon-x::before {
    content: "\e906";
}

.fc-scroller {
    overflow: hidden !important;
}

.GameBotmPart {
    position: relative;
    margin-top: -30px;
}

.gameLabel {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #646464;
    opacity: 0.9;
}

.userProfile {
    width: 56px;
    height: 56px;
}

    .userProfile img {
        height: 56px;
        object-fit: cover;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #298be2;
    border-radius: 0;
}

.closeIcon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gameDesc {
    position: absolute;
    bottom: 60px;
    left: 20px;
}

.offcanvas-end {
    width: 340px;
}

.TabsPart .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #298BE2 !important;
    background-color: transparent;
}

.infoTab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #19BAEE !important;
    background-color: transparent;
    border-bottom: 2px solid #19BAEE;
    border-radius: 0px;
}

.Supportactive {
    background: #19BAEE !important;
    color: #fff !important;
}

.textColor {
    color: #298BE2
}
/*Login*/
.loginPart {
    width: 55%;
}

.SignUpPart {
    width: 62%;
    margin: 0 auto;
}

.login-half-bg {
    background: url("../../images/Login-bg.png");
    background-size: cover;
    background-position: center bottom;
}

.profile-bg {
    background: url("../../images/Profile-bg.jpg");
    background-size: cover;
    background-position: center top;
    border-radius: 10px 10px 0px 0;
}

.profileImgPart {
    border: 3px solid #fff;
}

.profilePart {
    top: 25px;
    position: relative;
    left: 40px;
    width: 96%;
}

.calendarPart {
    width: 150px;
    height: 150px;
    background-color: #298be2;
    border: 3px solid #fff;
}

.profile-pic {
    position: relative;
    /* bottom: -7px; */
    /* top: 2px; */
    /* right: 0; */
    /* left: 0px; */
    width: 25%;
    display: block;
}

.profile-user-wid {
    position: relative;
}

.img-lg {
    width: 92px;
    height: 92px;
    object-fit: cover;
}

.file-input-plus {
    height: 20px;
    width: 17px;
    background-color: #ffffff;
    color: #478ce4;
    border: 0px dashed;
    font-size: 8px;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 0 10px 5px rgb(25 42 70 / 13%);
}

.file-input-contentedit i {
    position: relative;
    top: -8px;
    left: -8px;
    font-size: 15px;
}

.file-input input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer !important;
}

.file-input-contentedit {
    position: absolute;
    left: 92px;
    top: 60px;
    display: block;
    right: 0;
    padding: 14px;
}

.gamesImg img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.gamesOverlayer {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(#ff000000, black);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
}


.fc-event:hover {
    color: #0089ae;
}
.add {
    border: 1px dashed #707997;
    transition-duration: 0.2s;
}

    .add:hover {
        color: var(--primary-color);
        border: 1px dashed var(--primary-color);
    }
.imageOverlayer {
    top: -7px;
    right: 3px;
}

.position-relative:hover .imageOverlayer {
    z-index: 999;
    transition-duration: 0.4s;
    top: 5px;
}

.otherlocation {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background: url(../../images/HeavnerAvenue.png);
    background-size: cover;
    border-radius: 4px;
}

a.otherlocationstatus {
    text-decoration: none
}

a:hover.otherlocationstatus {
    text-decoration: underline;
}

.smallprofile {
    width: 110px;
    background-image: url(/images/img_dolp.png);
    height: 110px;
    border: 3px solid #fff;
    background-size: cover;
}

/*@media (min-width: 576px) {
    .location span {
        width: 150px
    }
}*/

@media screen and (max-width:1023px) {
    .profilePart {
        top: 10px;
        position: relative;
        left: 0px;
        flex-direction: column;
    }

    .calendarPart {
        width: 130px;
        height: 130px;
    }
}


.eventsTab::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 2px;
    background: #298BE2;
    bottom: -19px;
    left: -8px;
}
/* custom checkbox */

.Remember.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.Remember.form-group label {
    position: relative;
    cursor: pointer;
}

    .Remember.form-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #0079bf;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }

.Remember.form-group input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 13px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*End*/
#SecurityCode .form-control {
    font-size: 25px;
}

.profileImg {
    width: 125px;
    height: 125px;
}

.coverImg {
    width: 175px;
    height: 104px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block !important
}

/*datetime picker css*/
.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.bootstrap-datetimepicker-widget table td {
    height: 27px;
    line-height: 10px;
    width: 10px;
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 11em;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    font-size: 14px;
}

.timepicker .btn.btn-primary {
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table {
    width: 90%;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0px 0;
}

.participants {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url(../images/profile.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
}

.count {
    left: 60px;
    background-color: orange;
    background-image: none;
    color: #fff;
    font-size: 12px;
    padding-top: 3px;
}

.moretext {
    display: none;
}

.moretext1 {
    display: none;
}

#EventDetails, #attend, #DeleteEvent, #Unpublish {
    cursor: pointer;
}

.addPhoto {
    cursor: pointer;
}

.image-title {
    width: 27%;
    display: block;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
}

    .image-title img {
        max-width: 100%;
        width: 100%;
        height: 96px;
    }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #269bff;
}

.HostedImg img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 29%;
    position: relative;
    height: 0;
}

    .responsive-map iframe {
        left: 0;
        top: 0;
        height: 300px;
        width: 100%;
        position: absolute;
    }

.gamesLabel {
    position: absolute;
    bottom: 5px;
    left: 0%;
    font-size: 11px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 12px;
}

.imageOverlayer {
   /* top: 3px;
    right: 15px;*/
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

.selectLocation {
    margin-left: 143px;
}
.selectLocation .form-select {
    font-size: 14px;
}
.btn-action {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}


/*Media css*/
@media(max-width:768px) {
    .loginPart {
        width: 90%;
    }

    .SignUpPart {
        width: 90%;
    }
}
/*Media css*/
@media(max-width:768px) {
    .loginPart {
        width: 90%;
    }
}
.registered-message li {
    margin-left: 22px;
    color: red;
    padding: 2px;
}
#mandatory {
    margin-left: 10px;
    color: red;
}