﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    background: #f3f3f3!important;
}

#blazor-error-ui {
    /*background: lightyellow;*/
    bottom: 0;
    /*box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);*/
    box-shadow: none;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white !important;
    background: transparent;
    border: none;
    color: white !important;
    /*display: none !important;*/ /*hide error occurred error message*/
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    #blazor-error-ui a {
        color: white !important;
    }

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

#components-reconnect-modal p {
    color: white !important;
}

#components-reconnect-modal h5 {
    color: white !important;
}

#components-reconnect-modal button {
    color: white !important;
    background: white !important; /* #ef0031;*/
    border: none;
    border-radius: 5px;
    padding: 5px 32px;
    margin-top: 93px;
    margin: 150px auto 5px auto !important;
}

#components-reconnect-modal a {
    color: white !important;
}

#components-reconnect-modal div {
    display: none !important;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}


html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

body {
    background: white;
    color: #8b8e94;
    line-height: 28px;
    font-size: 15px;
    /*font-family: "Open Sans",Arial,sans-serif;*/
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #181920;
    line-height: 1.5;
    padding: 20px;
    /*font-family: Bellefair,serif*/
}

.search-blocks {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1000px;
    width: 90%;
}

.search-photo {
    width: 287px;
    height: 280px;
    border: 1px solid #ededed;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    left: -1px;
    top: -1px;
    overflow: hidden; /*for blur to be within block*/
}

.search-photo-bg {
    display: table;
    position: relative;
    width: 100%;
    /*top: 186px; bigger images*/
    top: 165px;
    padding-bottom: 10px;
    background: linear-gradient(transparent, rgba(26, 27, 28, 0.7));
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.photo-controls {
    height: 54px;
    border: 1px solid #f3f3f3;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    top: 186px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.03);
}

.photo-love {
    float: left;
    width: 50%;
    padding-top: 10px;
    padding-right: 20px;
    text-align: right
}

.photo-message {
    float: left;
    width: 50%;
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
}

.search-name {
    font-weight: bold;
    color: white;
    font-size: 14px;
    padding-left: 15px;
    line-height: 10px;
}

.search-location {
    color: white;
    font-size: 12px;
    padding-left: 15px
}

.camera {
    text-align: right;
    float: right;
    padding-right: 10px;
    font-size: 16px !important;
}

    .camera span {
        font-size: 13px;
        color: #b9b9b9;
    }

.envelop-love-icon {
    float: left;
    padding-left: 47px;
    color: white;
}

.envelop {
    margin-right: 16px;
    font-size: 18px;
}

.heart {
    font-size: 18px;
}

.mrg-r5 {
    margin-right: 5px
}

.mrg-r0 {
    margin-right: 0px !important;
}

.font-s14 {
    font-size: 14px;
}

.text-left {
    text-align: left:
}

.float-left {
    float: left;
}

.square-inputs {
    width: 100%;
    text-indent: 0px;
    margin-right: 3px;
    padding: 9px;
}

    .square-inputs input[type=text], .square-inputs input[type=password] {
        margin-bottom: 20px;
        width: 100%; /*90% affects reset page*/
        border-radius: 3px;
        padding: 9px 10px;
        text-align: center;
        /*border: 1px solid #caccd0;*/
        outline: none;
        cursor: auto !important;
        /*font-family: ProximaNova,sans-serif;*/
        border: 1px solid #e2e2e2;
        color: #565656;
        font-size: 16px;
    }

input[type=password] {
    padding: 9px 42px 9px 10px !important;
}


.flat-inputs input[type=text], .flat-inputs input[type=password] {
    border: 1px solid #caccd0;
    font-size: 15px;
    background-color: white;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    color: #4e4e4e;
    border-radius: 8px;
}

    .flat-inputs input[type=text]:hover, .flat-inputs input[type=password]:hover {
        border-bottom: 1px solid #caccd0
    }


.contact-us {
    text-align: center;
    padding-left: 30px;
}

    .contact-us input[type=text] {
        margin-bottom: 20px;
        width: 90%;
        border: 1px solid #e9e9e9;
        border-radius: 3px;
        background-color: #fcfcfc;
        padding: 9px 10px;
        text-align: center;
        cursor: auto !important;
    }

        .contact-us input[type=text]:focus {
            border: 1px solid #e35d40;
            background-color: white;
            outline: 0;
        }

    .contact-us input[type=button] {
        text-align: center;
        background-color: #e96150;
        padding: 10px 10px;
        width: 90%;
        border-radius: 26px;
        color: white;
        border: none;
    }

input[type=button]:hover {
    cursor: pointer;
}

input[type=text]:hover {
    cursor: pointer;
}

input[type=button]:focus {
    outline: 0;
}

.header-section {
    display: table;
    width: 100%;
    height: 360px;
    padding-top: 20px;
    background-image: url(../images/subheader.jpg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: revert-layer;
}

.header-section-internal {
    display: table;
    width: 100%;
    height: 750px;
    padding-top: 50px;
    background-image: url(../images/bg-image.jpg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: auto;
}

.header-sm {
    padding-top: 0px;
    /*height: 0px;*/
}

    .header-sm .subheader h1 {
        color: transparent !important;
        /*  margin: 0 auto;
        padding-top: 0px;
        padding-bottom: 0px!important;
        color: white;*/
    }

.middle-btn {
    cursor: pointer;
    background-color: #ef0031;
    padding: 10px 28px;
    border: none;
    color: white;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 3px;
    font-size: 17px !important;
    outline: none;
    margin-bottom: 20px;
    color: white !important;
}

.small-btn {
    cursor: pointer;
    background-color: #ef0031;
    padding: 6px 12px;
    border: none;
    color: white;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 3px;
    font-size: 15px !important;
    outline: none;
    margin-bottom: 20px;
}

.btn-medium-round {
    background-color: #f91a44 !important;
    padding: 10px 27px !important;
    border-radius: 10px;
    cursor: pointer;
}

.grey-btn {
    background: #efefef !important;
    color: #757575 !important;
    border: 1px solid #d8d8d8 !important;
    margin-left: 15px;
    margin-right: 5px;
}

.grey {
    color: grey !important;
}

.middle-round-btn {
    cursor: pointer;
    background-color: #e96150;
    padding: 5px 30px;
    border: none;
    color: white;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 29px;
    font-size: 14px !important;
    margin-top: 30px;
}

.subheader {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 20px;
    /*padding-left: 70px;*/
    color: white;
}

    .subheader h1 {
        color: white;
        font-size: 28px;
        font-weight: 700;
        padding-bottom: 0px;
        text-transform: none;
    }

    .subheader p {
        color: white;
        font-size: 17px;
        font-weight: 200;
    }

.header-info {
    min-width: 100px;
    text-align: center;
    margin: 10px auto 30px auto;
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
}

    .header-info input[type=button] {
        cursor: pointer;
        background-color: #EF0031;
        border: none;
        color: white;
        margin-top: 30px;
        border-radius: 30px;
        padding: 16px 35px;
        font-size: 18px;
    }

    .header-info h2 {
        color: white;
        font-size: 26px;
    }

    .header-info h4 {
        color: white;
        font-weight: 100;
        font-size: 18px;
        padding-bottom: 0px;
    }

.under-construction {
    background: white;
    border-radius: 12px;
    padding: 2px 13px 32px 13px;
    margin: 100px auto 0 auto;
    max-width: 330px;
    z-index: 1500;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 2%);
    border: 1px solid #ebebeb;
}

    .under-construction h1 {
        color: #717171;
        font-size: 20px;
    }

    .under-construction h2 {
        color: #878787;
        font-size: 13px;
        font-weight: normal;
        line-height: 30px;
    }

    .under-construction i {
        font-size: 70px;
        color: #ff005e;
    }


.mrg-top10 {
    margin-top: 10px;
}

.mrg-top20 {
    margin-top: 20px;
}

.mrg-top110 {
    margin-top: 110px;
}

.color-white {
    color: white;
}

.frame {
    width: 100%;
    padding: 10px 0px;
    display: table;
}

.mrg-top70 {
    margin-top: 70px;
}

.footer {
    background-color: /*#302d34*/;
    background-color: white;
    color: white;
    padding: 40px 18px;
    border-top: 1px solid #f9f9f9;
}

    .footer h3 {
        /*  font-weight: bold;
        font-size: 15px;
        color: #6d6d6d;*/
        margin-bottom: 20px;
        font-weight: normal;
        font-size: 18px;
        color: #616161;
    }

    .footer p {
        font-size: 13px;
        color: #909090;
        margin-bottom: 15px;
    }

    .footer a {
        font-size: 14px;
        color: #909090 !important;
        margin-bottom: 15px;
        float: right;
        width: 100%;
        cursor: pointer;
    }

        .footer a:hover {
            color: #ef0031 !important;
        }

    .footer span {
        font-size: 14px;
        color: #909090;
        margin-bottom: 15px;
        float: right;
        width: 100%;
        cursor: pointer;
    }

        .footer span:hover {
            color: #ef0031 !important;
        }

    .footer i {
        color: #ef0031;
        margin-right: 10px;
        font-size: 16px;
    }

.footer-block {
    width: 1000px;
    margin: 0 auto;
    display: table;
}

.copyright {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: darkgrey;
    padding-top: 20px;
    margin-bottom: 30px;
}

.subheader a:active, a:focus, a:hover {
    color: white;
    text-decoration: none;
}

.page {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    color: white;
}

.summary {
    margin: 0 auto;
    max-width: 776px;
    display: table;
    width: 100%;
}

    .summary h6 {
        color: #333438;
        font-size: 15px;
        font-weight: bold;
        /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .summary p {
        font-size: 13px;
        /*color: #404145;*/
        color: #EF0031;
    }

.summary-block {
    text-align: center;
    max-width: 256px;
    margin: 0 auto;
}

.summary-icon {
    display: inline-block;
    background-color: #EF0031;
    margin: 15px;
    border-radius: 50%;
}

    .summary-icon a {
        color: white !important;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 100px;
        width: 100px;
    }

    .summary-icon i {
        font-size: 40px;
    }

.members-section {
    height: 450px;
    padding-top: 20px;
    background-color: #fdfdfd;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    display: table;
    width: 100%;
}

.members-subsection {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    /*padding-left: 70px;*/
    color: white;
}

    .members-subsection h1 {
        color: #e96150;
        font-weight: bold;
        /*font-family: Myriad Pro;*/
        font-size: 26px;
        text-align: center;
        margin-top: 0;
    }

    .members-subsection p {
        text-align: center;
        /*font-family: Myriad Pro;*/
        color: #6a6a6a;
        font-size: 14px;
    }

.contact-us {
    height: 450px;
    padding-top: 20px;
    display: table;
    width: 100%;
    padding-bottom: 80px;
}


    .contact-us h1 {
        color: #e96150;
        font-weight: bold;
        /*font-family: Myriad Pro;*/
        font-size: 26px;
        text-align: center;
        margin-top: 0;
    }

    .contact-us p {
        color: #949494;
        font-size: 13px;
    }


.contact-us-sub {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    color: white;
}

.contact-footer-content {
    margin: 0 auto;
    max-width: 1000px;
}

.about-us {
    border-right: 1px solid #f5f6f8;
    display: table;
    text-align: left;
}

    .about-us h1 {
        color: #e96150;
        font-weight: bold;
        /*font-family: Myriad Pro;*/
        font-size: 26px;
        text-align: center;
        margin-top: 0;
    }

    .about-us p {
        color: #949494;
        font-size: 13px;
    }

.pointer {
    cursor: pointer;
}

.close-icon {
    /*    float: right;
    font-size: 22px;
    cursor: pointer;
    color: #e96150;*/

    float: right;
    font-size: 28px;
    cursor: pointer;
    color: #afafaf;
    position: relative;
    top: 4px;
    font-weight: 100;
}



.square-inputs h1 span {
    color: #e96150;
}

.square-inputs h1 span {
    color: #0076ad;
}

.square-inputs input[type=button] {
    width: 100%;
    cursor: pointer;
    background-color: #0076ad;
    padding: 15px 40px;
    border: none;
    color: white;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 5px;
    font-size: 18px;
}

.square-inputs a {
    color: #7b7b7b;
    cursor: pointer;
}


/*floating labels*/
.floating {
    margin-bottom: 6rem;
    transition: background-color 0.2s ease;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* .floating:hover,
    .floating:focus-within {
        background-color: var(--field__background--hover);
    }*/

.mrg-btm-2em {
    margin-bottom: 2rem;
}

.mrg-bottom20 {
    margin-bottom: 20px !important;
}

.floating__input {
    padding: 1.8rem 0rem 0.6rem;
    font-size: 1rem;
    border-bottom: 0.1rem solid var(--input__border);
    transition: border-color 0.2s ease;
}

.floating:hover .floating__input {
    border-color: var(--input__border--hover);
}

.floating__input::placeholder {
    color: rgba(0, 0, 0, 0);
}

.floating__label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: normal;
    pointer-events: none;
}

    .floating__label::before {
        color: #7b7b7b;
        content: attr(data-content);
        display: inline-block;
        /*filter: blur(0);*/
        backface-visibility: hidden;
        transform-origin: left top;
        transition: transform 0.2s ease;
        left: 0rem;
        position: relative;
        /*font-family: 'ProximaNova,sans-serif Light';*/
        font-size: 15px;
    }

.date-of-birth .floating__label::before {
    top: 40px !important;
}

.floating__label::after {
    bottom: 1rem;
    content: "";
    height: 0.15rem;
    position: absolute;
    transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    opacity: 0;
    left: 0;
    top: 100%;
    margin-top: -0.1rem;
    transform: scale3d(0, 1, 1);
    width: 100%;
    background-color: #e96150; /*border bottom color*/
}

.floating__input:focus + .floating__label::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

/*floating label in textbox*/
.floating__input:placeholder-shown + .floating__label::before {
    transform: translate3d(0, -3.2rem, 0) scale3d(1, 1, 1);
}

/*floating label top*/
.floating__label::before,
.floating__input:focus + .floating__label::before {
    transform: translate3d(0, -6.12rem, 0) scale3d(0.82, 0.82, 1);
}

body {
    font-family: ProximaNova,sans-serif;
}

.floating input {
    background: none;
    border-width: 0;
    display: block;
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.hidden--visually {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*end of floating labels*/

.grey-bg {
    width: 100%;
    height: 100%;
    background-color: #fdfdfd;
    display: table;
    padding-left: 20px;
    padding-right: 20px;
}

.section-title {
    display: table;
    margin: 0 auto;
    margin-top: 25px;
    /*margin-bottom: 35px;*/
}


    .section-title h6 {
        margin-top: 20px;
        color: #333438;
        font-size: 16px;
        font-weight: bold;
        /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    }

.title-space {
    margin-bottom: 20px;
}

.panel {
    min-height: 500px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: white;
    margin-top: 45px;
    margin-bottom: 100px;
    border: 1px solid #f9f9f9;
    /*-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);*/
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.03);*/
    max-width: 1036px;
    /*padding: 0px 80px 50px 80px;*/
    /*	padding: 0px 42px 50px 69px;*/
    padding: 0px 10px 50px 10px;
}

.title-icon-small {
    display: inline-block;
    background-color: #ef0031; /*#f58a77;*/
    margin: 15px;
    border-radius: 50%;
    float: left;
}

    .title-icon-small a {
        font-size: 17px;
        color: white !important;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 30px;
        width: 30px;
    }

    .title-icon-small i {
        font-size: 25px
    }

.new-title-icon-small {
    display: inline-block;
    background-color: #f58a77;
    margin: 15px;
    /*border-radius: 50%;*/
    float: left;
    border-radius: 15%;
    padding-left: 5px;
    padding-right: 5px;
}

    .new-title-icon-small a {
        font-size: 17px;
        color: white !important;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 30px;
        width: 30px;
    }

    .new-title-icon-small i {
        font-size: 25px
    }

.title-icon {
    display: inline-block;
    background-color: #f58a77;
    margin: 7px 15px 15px 15px;
    border-radius: 50%;
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 13px;
}

.title-icon-xsmall {
    padding-top: 10px;
    height: 40px;
    width: 40px;
}

    .title-icon-xsmall i {
        font-size: 20px !important;
    }

.title-icon a {
    font-size: 17px;
    color: white !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 30px;
    width: 30px;
}

.title-icon i {
    font-size: 25px
}

@-moz-document url-prefix() {
    select {
        text-indent: 20% !important;
    }
}

select {
    /*font-size: 15px;*/
    /*font-family: ProximaNova,sans-serif;*/
    background-color: white;
    outline: none;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid white;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px 0px;
    /*font-family: Roboto, Arial, sans-serif;*/
    color: #4e4e4e;
    text-indent: 37%;
    /*font-family: 'ProximaNova,sans-serif Light';*/
    font-size: 16px;
    cursor: pointer;
}

.flat-select {
    /* font-size: 15px; */
    /*font-family: ProximaNova,sans-serif;*/
    background-color: white;
    outline: none;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid white;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px 0px;
    /* font-family: Roboto, Arial, sans-serif; */
    color: #4e4e4e;
    text-indent: 30%;
    /*font-family: 'ProximaNova,sans-serif Light';*/
    font-size: 17px;
}

.register select {
    /*text-indent: 43% !important;*/
    text-align: left;
    text-indent: 0px !important;
}

.upload-image {
    cursor: pointer;
    height: 280px;
    display: table;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px dotted #dcdcdc;
    text-align: center;
    display: block;
}

.upload-image-img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.upload-image-icon {
    padding: 5px;
    padding-top: 13px;
}


.upload-image-border {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.upload-image-text {
    color: #8c8c8c;
    padding: 5px;
}

.upload-image table {
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.upload-image td {
    text-align: center
}

.upload-image span {
    color: #b1b1b1;
    position: relative;
    top: -65px;
    left: 15px;
    cursor: pointer;
}

.cloud-icon {
    cursor: pointer;
    margin: 35px auto 0 auto;
    width: 50px;
    height: 50px;
    position: relative;
}

.borderless {
    display: none;
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/*overide jquery tabs*/
.ui-widget.ui-widget-content {
    border: 1px solid white !important;
    margin-top: 50px;
}

.tab-contents .ui-widget.ui-widget-content {
    /*border: 1px solid white !important;*/
    border: 1px solid #f89d13 !important;
}

/*slider color and pointer background colors*/

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 8px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 8px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 8px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 8px !important;
}

.tab-contents .ui-state-default, .tab-contents .ui-widget-content .ui-state-default, .tab-contents .ui-widget-header .ui-state-default, .tab-contents .ui-button, .tab-contents html .ui-button.ui-state-disabled:hover, .tab-contents html .ui-button.ui-state-disabled:active {
    border: 1px solid #e96150 !important;
    background: #e96150 !important;
    font-weight: normal;
    color: #454545;
    outline: 0;
    cursor: pointer;
}

.sub-tabs .ui-widget-header {
    border: 0px solid white !important;
    background: white !important;
}

.slide .ui-widget-header {
    border: 0px solid white !important;
    background: #e96150 !important; /*slider fill between color*/
    color: #333333;
    font-weight: bold;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px !important;
    height: 3px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: white !important;
    font-weight: normal;
    color: #f8a11e !important;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #828282 !important;
        text-decoration: none;
    }

    .ui-state-active a {
        /*color: #f8a11e !important;*/
        border-bottom: 3px solid #e96150;
        padding-bottom: 15px;
        border-bottom: 2px solid #e96150 !important;
    }

.tab-contents .ui-widget.ui-widget-content {
    border: 1px solid #e8e8e8 !important;
    background-color: #e8e8e8 !important;
}

.ui-slider-horizontal {
    height: 0.14em !important;
    margin-top: 7px !important;
}


.ui-state-hover a,
.ui-state-hover a:link,
.ui-state-focus a,
a.ui-button:focus {
    color: #f8a11e !important;
    border-bottom: 3px solid #e96150;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    background-color: white;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 3px solid white;
    color: #828282;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px !important;
    padding-bottom: 0px !important;
}

/*.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	text-decoration: none !important;
	padding: 10px 0px !important;
}*/

.tab-contents span {
    color: #616161;
    font-weight: bold;
}

.tab-contents label {
    font-size: 13px;
    /*font-family: ProximaNova,sans-serif;*/
    color: #adadad;
}

.text-center {
    text-align: center;
}

    .text-center i {
        padding-left: unset !important;
    }

.grey-text {
    color: #999999 !important;
}

.grid-row {
    width: 100%;
    border-radius: 80px;
    border: 1px solid #f3f3f3;
    padding: 0px 27px;
    box-shadow: 0 1px 17px 0 rgba(0,0,0,0.03);
    margin-top: 20px;
}


.profile-section {
    width: 104px;
    float: left;
    padding: 20px 21px 10px 0px;
}


.profile-image {
    cursor: pointer;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.grid-date {
    font-size: 14px;
    color: #808080;
    /*font-family: 'ProximaNova,sans-serif Light';*/
    padding: 20px;
    min-width: 170px;
}

.grid-location {
    width: 100%;
    clear: both;
    font-size: 15px;
    color: #808080;
    /*font-family: 'ProximaNova,sans-serif Light';*/
    min-width: 150px; /*400px;*/
}

.grid-name-section {
    float: left;
    width: -webkit-calc(100% - 106px);
    padding: 30px 20px 10px 10px;
}

.grid-name {
    float: left;
    font-weight: bold;
    font-size: 17px;
    color: #323263;
    /*font-family: ProximaNova,sans-serif;*/
}

.small-controls {
    display: none;
}

    .small-controls img {
        width: 27px;
    }

/* Pagination links */
.pagination-section {
    max-width: 600px;
    padding: 10px;
    display: table;
    margin: 6px auto 17px auto;
}


.pagination button {
    /* color: #888888;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    margin-right: 20px;
    background-color: white;
    cursor: pointer;
    margin-top: 10px;*/

    color: #ffffff;
    float: left;
    padding: 0px 7px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #e22a3d;
    border-radius: 5px;
    margin-right: 8px;
    background-color: white;
    cursor: pointer;
    margin-top: 10px;
    background: #e22a3d;
    font-size: 12px;
    margin-left: 10px;
    text-transform: capitalize;
}

    /* Style the active/current link */
    .pagination button.active {
        background-color: #ee7560;
        color: white;
        border-radius: 5px;
    }

    /* Add a grey background color on mouse-over */
    .pagination button:hover:not(.active) {
        /*background-color: #ee7560;*/
        background-color: #EF0031;
        color: white;
    }

.pagination {
    margin-top: 50px;
    /*float: right;*/
    margin: 15px auto 0 auto;
    display: table !important;
}

    .pagination span {
        font-size: 13px;
        color: #929292;
        padding-left: 6px;
        padding-right: 6px;
        font-weight: 300;
        float: left;
    }

    .pagination i {
        color: #0076ad; /* #e0182d;*/
        display: table;
        height: 10px;
        padding: 4px;
        float: left;
        cursor: pointer;
    }

.pagination-photo {
    margin-top: 0px;
    display: table;
}


    .pagination-photo button {
        color: #888888;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #f3f3f3;
        border-radius: 5px;
        margin-right: 20px;
        background-color: white;
        cursor: pointer;
        margin-top: 10px;
    }

.small-pagination {
    background-color: #EF0031 !important;
    color: white !important;
    padding: 2px 13px !important;
}

.is-online {
    background-color: #65bb24;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid white;
    top: 49px;
    left: 48px;
}

.is-online-search {
    background-color: #65bb24;
    position: relative;
    top: 11px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid white;
    float: left;
    margin-left: 0px;
}

.icon-space {
    margin-right: 10px;
}


/*override tabs*/
.ui-widget-header {
    border: none !important;
    background: white !important;
    color: #333333;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
    background-color: #f17c6e !important;
    color: white !important;
    /*font-family: ProximaNova,sans-serif;*/
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    text-decoration: none;
    color: #f17c6e !important;
    background-color: white !important;
    border: 1px solid #f17c6e !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    outline: none;
    padding-top: 17px !important;
    padding-right: 30px;
    padding-bottom: 17px !important;
    padding-left: 30px;
    font-size: 17px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #f17c6e;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-widget-content .ui-state-active, .ui-widget-header .ui-button.ui-state-active:hover {
    border: 1px solid #f17c6e !important;
    background: #007fff;
    font-weight: normal;
    color: #f17c6e !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    width: 30% !important;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em 1em 0px !important;
    background: none;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    width: 402px;
    display: table !important;
}

/*end of tabs override*/

.tab-body {
    margin-top: 50px;
}

.elevated-slider {
    margin-bottom: 30px;
    position: relative;
    top: -14px;
}

.deal {
    width: 161px;
    background-color: #f58a77;
    position: relative;
    font-weight: bold;
    padding: 0px 30px;
    text-align: center;
    font-size: 14px;
    top: 0px;
    left: 50px;
}


.deal-section {
    position: relative;
    top: -12px;
    padding-left: 52px;
    min-width: 244px;
    display: table;
}

    .deal-section [type="radio"] {
        float: left;
        height: 20px;
        width: 20px;
        position: relative;
        top: 34px;
        left: -10px;
        cursor: pointer;
    }

    .deal-section h1 {
        /*font-family: ProximaNova,sans-serif;*/
        color: #505050;
        font-size: 30px;
        display: table;
        float: left;
    }


.deal-payment {
    position: relative;
    top: -12px;
    padding-left: 52px;
    padding-top: 32px;
    padding-bottom: 18px;
    margin-top: 32px;
}

    .deal-payment h1 {
        /*font-family: ProximaNova,sans-serif;*/
        color: #505050;
        font-size: 22px;
        display: table;
        float: left;
    }

    .deal-payment [type="radio"] {
        float: left;
        height: 20px;
        width: 20px;
        position: relative;
        top: 10px;
        left: -10px;
        cursor: pointer;
    }

    .deal-payment img {
        position: relative;
        top: -9px;
    }

.deal-amount {
    position: relative;
    top: -12px;
    padding-left: 52px;
}

    .deal-amount h1 {
        /*font-family: ProximaNova,sans-serif;*/
        color: #505050;
        font-size: 30px;
        margin: 0
    }

.deal-term {
    color: #969696;
    font-size: 14px;
    /*font-family: ProximaNova,sans-serif;*/
}

.stars {
    position: relative;
    left: -48px;
}

.star-section {
    display: block;
}

.white-bg {
    background-color: white;
}

.middle-fair-btn {
    cursor: pointer;
    background-color: #f58a77;
    padding: 15px 60px;
    border: none;
    color: white;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 12px;
    font-size: 17px !important;
    text-transform: uppercase;
    /*font-family: ProximaNova,sans-serif;*/
    font-weight: bold;
    margin-top: 35px;
}

.membership-details table {
    width: 100%;
    margin: 100px auto;
}

.membership-details th {
    /*font-family: ProximaNova,sans-serif;*/
    font-size: 15px;
    font-weight: bold;
    color: #5d5d5d;
    text-align: left;
    height: 60px;
}


.membership-details tr td {
    /*font-family: 'ProximaNova,sans-serif Light';*/
    color: #5d5d5d;
    text-align: left;
}

.membership-details li {
    font-size: 16px;
}

.membership-details ul {
    margin-bottom: 0px;
}

.visa {
    min-width: 260px;
    display: table;
}

.paypal {
    min-width: 260px;
    display: table;
}

.square-bottom-borders {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mrg-btm80 {
    margin-bottom: 60px;
}

.mrg-btm20 {
    margin-bottom: 20px !important;
}

.summary {
    display: table;
    width: 100%;
    margin: 0 auto;
    max-width: 770px;
    border-radius: 10px;
    padding-top: 50px;
}

.summary-stats {
    display: table;
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    border-radius: 10px;
    border: /*1px solid #eaeaea*/ 1px solid #f5f5f5;
}

    .summary-stats table {
        border: none;
        border-collapse: collapse;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        border-collapse: collapse;
        border-radius: 1em;
    }

.summary-header {
    color: black;
    font-weight: bold
}

.summary-category {
    padding: 10px 20px;
}

.summary-total {
    padding: 10px;
    width: 25%;
    text-align: center;
    border-left: /*1px solid #eaeaea*/ 1px solid #f5f5f5;
}

.summary-action {
    padding: 10px;
    width: 33%;
    text-align: center;
}

.summary-categories {
    border: /*1px solid #eaeaea*/ 1px solid #f5f5f5;
    border-left: none;
    padding: 10px 20px;
    color: #333333;
    border-bottom: none;
}

.summary-total-value {
    border: /*1px solid #eaeaea*/ 1px solid #f5f5f5;
    padding: 10px;
    width: 25%;
    text-align: center;
    color: black;
    border-bottom: none;
}

.summary-action {
    border: /*1px solid #eaeaea*/ 1px solid #f5f5f5;
    border-top: none;
    border-right: none;
    padding: 10px;
    color: black;
    width: 33%;
    text-align: center;
    border-bottom: none;
}

.summary-action-value {
    border: /*1px solid #eaeaea*/ 1px solid #f5f5f5;
    border-right: none;
    padding: 10px;
    color: black;
    width: 33%;
    text-align: center;
    border-bottom: none;
}

    .summary-action-value img {
        cursor: pointer;
    }


.profile-photo {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    height: 290px;
    border-radius: 10px;
    no-repeat center center fixed:;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

/*custome scroll bar*/
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f8f8f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ededed;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c5c5c5;
    }


/*try swtich*/
.mdl-switch.is-checked .mdl-switch__ripple-container {
    cursor: auto !important;
    left: 2px !important;
}

.mdl-switch__ripple-container {
    position: absolute !important;
    z-index: 2 !important;
    top: -12px !important;
    left: -14px !important;
    box-sizing: border-box !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000) !important;
    -webkit-transition-duration: .4s !important;
    transition-duration: .4s !important;
    -webkit-transition-timing-function: step-end !important;
    transition-timing-function: step-end !important;
    -webkit-transition-property: left !important;
    transition-property: left !important;
}

.system-alert {
    max-width: 300px;
    padding: 10px;
    /*font-family: ProximaNova,sans-serif;*/
    margin: 0 auto;
    margin-bottom: 50px;
}

    .system-alert h1 {
        color: #525252;
        font-size: 118px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .system-alert h2 {
        color: #e96150;
    }

    .system-alert p {
        color: #888888;
        margin-bottom: 40px;
    }

.like {
    cursor: pointer;
    color: #ec3c65;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    padding: 13px 20px 13px 20px;
    float: left;
    top: -10px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    display: table;
    /*border: 1px solid #f7f7f7;*/
    border: 1px solid #ececec;
    box-shadow: 0 1px 17px 0 rgba(0,0,0,0.03);
}

.liked {
    color: #e63d20 !important;
}

.edit-profile-pic {
    cursor: pointer;
    color: #ec3c65;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    padding: 7px 14px;
    float: left;
    top: -10px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    display: table;
    border: 1px solid #f7f7f7;
    position: relative;
    left: 10px;
    top: 209px;
    background-color: white;
}

    .edit-profile-pic i {
        font-size: 19px;
        color: #ef0031;
    }

.inbox-user {
    display: table;
    border-bottom: 1px solid #f7f7f7;
    width: 100%;
    padding: 5px 10px 0px 10px;
    cursor: pointer;
}

.inbox-user-noclick {
    display: table;
    border-bottom: 1px solid #f7f7f7;
    width: 100%;
    padding: 5px 10px 0px 10px;
    cursor: pointer;
}

.inbox-hover {
    border-left: 5px solid #e96150;
    border-radius: 5px;
}



.inbox-user-photo {
    width: 80px;
    float: left;
    padding: 10px 20px 0px 0px;
}

    .inbox-user-photo img {
        cursor: pointer;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center center;
    }

.inbox-user-details {
    float: left;
    /*width: 274px;*/
    width: 70%;
    padding: 10px 20px 10px 0px;
}

.inbox-user-identity1 {
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #323263;
}

.inbox-user-identity2 {
    float: right;
    font-size: 11px;
    color: #b3b3b3;
}

.inbox-message {
    width: 100%;
    clear: both;
    font-size: 12px;
    color: grey;
}

.is-online {
    background-color: #65bb24;
    position: relative;
    top: 52px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 45px;
    border: 2px solid white;
}

.is-offline {
    background-color: transparent;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 49px;
    left: 48px;
}


.reply {
    font-size: 10px;
    margin-right: 5px;
    color: #cecece;
}

.chat-box {
    clear: both;
    display: table;
    /*width: 100%;*/ /* enable 100% for huawei white. so that it doesnt overflow time*/
}

.chat-time {
    font-size: 12px;
    float: left;
    padding: 15px;
    color: #8c8c8c;
}

.chat-date {
    padding: 10px 0px;
    text-align: center;
    font-size: 11px;
    color: #969696;
    clear: both;
}

.chat-photo {
    width: 70px;
    float: left;
    padding: 10px 20px 10px 0px;
}

    .chat-photo img {
        cursor: pointer;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center center;
    }

.chat-admin {
    font-size: 12px;
    color: #777777;
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 340px;
    border: 1px solid #f7f7f7;
    padding: 8px 27px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 3%);
}

.chat-left {
    color: #ffffff;
    background-color: #ff5c42;
    font-size: 12px;
    /*color: #777777;*/
    /*color: #3c3c3c;*/
    float: left;
    /*background-color: #ffffff;*/
    border-radius: 15px;
    max-width: 300px;
    margin: 5px 10px;
    /*border: 1px solid #f7f7f7;*/
    padding: 16px 27px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.03);
    min-width: 100px;
    text-align: left;
    white-space: pre-line; /*for adding new lines*/
    display: table;
    padding: 5px 20px 5px 20px;
}

.chat-right {
    font-size: 12px;
    /*color: #ffffff;*/
    float: left;
    /*background-color: #ff9183;*/
    border-radius: 15px;
    max-width: 300px;
    margin: 5px 0px;
    /*border: 1px solid #ff9183;*/
    min-width: 100px;
    text-align: left;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.03);
    text-align: left;
    white-space: pre-line; /*for adding new lines*/
    display: table;
    padding: 5px 20px 5px 20px;
    background: #ededed;
    color: black;
    border: none;
}

.no-scroll ::-webkit-scrollbar {
    display: none !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
    -ms-overflow-style: none !important;
    overflow: -moz-scrollbars-none !important;
}

.my-profile-section {
    /*width: 95%;*/
    margin: 0 auto;
    margin-top: 61px;
    outline: none;
}

.profile-save {
    height: 40px;
    border: none;
    margin-top: 20px;
    margin-bottom: 100px;
}

.profile-save-container {
    width: 100%;
    height: 40px;
    border: none;
    margin: 0 auto;
    display: table;
}

    .profile-save-container input[type=submit] {
        background-color: #ea6958;
        font-size: 20px;
        font-weight: normal;
        display: block;
        border-radius: 7px !important;
        text-transform: unset;
        padding: 14px 26px;
        width: 100%;
        position: relative;
        top: -10px;
        cursor: pointer;
        float: left;
        outline: none;
        border: none;
        color: white;
        font-weight: bold;
        /*font-family: ProximaNova,sans-serif;*/
    }

.profile-details {
    float: left;
    min-width: 314px;
    width: 100%;
    /*font-family: Microsoft Sans serif;*/
    margin-bottom: 35px;
    margin-left: 21px;
    margin-right: 10px;
}

    .profile-details table {
        width: 100%;
        border-collapse: collapse;
    }

.profile-name {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0px 12px 0px;
}

    .profile-name i {
        font-size: 17px;
    }

.profile-image span {
    color: #2a2a2a !important;
    /*font-family: ProximaNova,sans-serif;*/
    font-size: 31px;
    font-size: 20px;
    color: #e62e27;
    cursor: pointer
}

.member-name {
    color: #2a2a2a;
    /*font-family: ProximaNova,sans-serif;*/
    font-size: 28px;
    float: left
}

.profile-image i {
    float: right;
    font-size: 20px;
    color: #e62e27;
    cursor: pointer
}

.profile-line {
    border-bottom: 1px solid #ececec;
    border-top: none;
}

.profile-label {
    color: #adadad;
    padding: 15px 0px 5px 0px;
    font-size: 15px;
    width: 73px;
    /*font-family: ProximaNova,sans-serif;*/
}

.profile-label-value {
    color: #474747;
    padding: 15px 0px 5px 0px;
    font-size: 14px;
    max-width: 535px;
    font-size: 15px;
    width: 154px;
    /*font-family: ProximaNova,sans-serif;*/
    font-weight: bold;
}

.edit-profile {
    float: right;
    font-size: 20px;
    color: #e62e27;
    cursor: pointer
}

.profile-sections {
    margin-top: 75px;
    text-align: center;
}

.centre-title {
    display: table;
    margin: 0 auto;
}

.centre-title-icon {
    float: left;
    font-size: 27px;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: bold;
    /*font-family: ProximaNova,sans-serif;*/
    color: #171d25;
}

.centre-title h3 {
    float: left;
    font-size: 27px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: bold;
    /*font-family: ProximaNova,sans-serif;*/
    color: #171d25;
}

.centre-title i {
    position: relative;
    left: 20px;
    float: right;
    font-size: 20px;
    color: #e62e27;
    cursor: pointer;
    top: 10px
}

.info-icon {
    font-size: 20px;
    color: #e62e27;
    margin-right: 8px;
}

.about-me {
    margin: 30px auto 0 auto;
    width: 100%;
    border-radius: 10px;
    /*border: 1px solid rgb(246, 246, 246);*/
    height: 200px;
    outline: none;
    padding: 30px;
    /*font-family: Montserrat;*/
    color: rgb(105 105 105);
    font-size: 17px;
}

.about-me-subtitle {
    color: #8e8e8e;
    font-size: 15px;
    /*font-family: Montserrat;*/
}

.about-me-edit-info {
    margin: 27px 0px 0px;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(255 255 255);
    /*border: 1px solid rgb(246, 246, 246);*/
    border: none;
    text-align: center;
    height: 150px;
    outline: none;
    padding: 30px;
    /*font-family: Montserrat;*/
    color: rgb(128 128 128);
    font-size: 17px;
}

.my-photo {
    /* padding: 20px; */
    border: 1px solid #f2f2f2;
    background-color: #fdfdfd;
    border-radius: 7px;
    /*width: 275px;
    height: 235px;*/
    /*width: 302px;*/
    width: 100%;
    height: 280px;
    margin: 0 auto;
    display: block;
}

.my-photo-add {
    position: relative;
    top: -300px;
    left: 144px;
    cursor: pointer;
}

.top-neg-165 {
    top: -166px;
}

.my-photo-add-blank {
    position: relative;
    top: -23px;
    left: 129px;
}

/* .my-photo img {
        position: relative;
        top: -38px;
        left: 120px;
        cursor: pointer
    }*/
.profile-settings {
    margin-top: 40px;
    font-size: 13px;
    display: table;
}

.profile-settings-section {
    border: 1px solid #ececec;
    border-radius: 7px;
    width: 100%;
    max-width: 408px;
    min-width: 298px;
    padding: 30px 1px;
    display: table;
}

    .profile-settings-section img {
        float: left;
    }

    .profile-settings-section h3 {
        float: left;
        font-size: 22px;
        margin-bottom: 15px;
        text-transform: capitalize;
        font-weight: bold;
        /*font-family: ProximaNova,sans-serif;*/
        color: #171d25;
        text-align: center;
        margin-top: 0px;
        padding-top: 8px;
        padding-left: 10px;
    }

.profile-setting {
    clear: both;
    padding: 10px 20px;
    color: #1d1d1d;
    /*font-family: ProximaNova,sans-serif;*/
    font-size: 13px;
    max-width: 360px;
    margin-bottom: 33px
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.change-login-section {
    margin-top: 40px;
    font-size: 13px
}

.change-login {
    border: 1px solid #ececec;
    border-radius: 7px;
    width: 100%;
    max-width: 420px;
    padding: 30px 0px;
    display: table;
    text-align: center;
}

.change-login-title {
    display: table;
    margin: 0 auto;
    margin-bottom: 22px;
}

    .change-login-title img {
        float: left;
    }

    .change-login-title h3 {
        float: left;
        font-size: 22px;
        margin-bottom: 15px;
        text-transform: capitalize;
        font-weight: bold;
        /*font-family: ProximaNova,sans-serif;*/
        color: #171d25;
        text-align: center;
        margin-top: 0px;
        padding-top: 8px;
        padding-left: 10px;
    }

.change-login-input {
    outline: none;
    background-color: #fdfdfd;
    text-align: center;
    margin-bottom: 20px;
    width: 90%;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background-color: #fcfcfc;
    padding: 9px 10px;
    text-align: center;
    cursor: auto !important;
    /*font-family: ProximaNova,sans-serif;*/
    font-size: 16px;
    color: #656565;
}

.section-subtitle {
    display: table;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding-bottom: 10px;
}

    .section-subtitle h3 {
        float: left;
        font-size: 22px;
        margin-bottom: 5px;
        text-transform: unset;
        font-weight: bold;
        color: #171d25;
        /*font-family: ProximaNova,sans-serif;*/
    }

.attributes-title {
    color: #ea556a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 10px;
}

.attributes-title-no-case {
    color: #ea556a;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 10px;
    display: table;
    margin: 15px auto 0 auto;
}

.attributes-underline {
    display: table;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding-bottom: 10px;
}

.attributes-no-underline-centre {
    display: table;
    padding-bottom: 10px;
    margin: 0 auto;
}

.attributes-underline-centre {
    display: table;
    padding-bottom: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    padding: 14px 118px;
}

.table-header {
    border-bottom: 1px dotted #eeeeee;
    display: block;
    padding-bottom: 20px !important;
    margin-bottom: 10px;
    padding-top: 14px;
    text-align: left;
    padding-left: 10px;
    width: 100%;
}

.pagination-section {
    display: block !important;
    padding-top: 20px;
    margin-top: 10px;
    padding-bottom: 20px !important;
}

.table-scroller {
    margin-bottom: 30px;
    overflow-x: scroll;
    background: white;
    padding: 5px 22px 0px 22px;
    margin-top: 13px;
    border: 1px solid #f0f0f0;
}

.no-overflow-scroll {
    overflow: hidden;
    margin-bottom: 36px;
    padding-bottom: 70px;
    border-radius: 10px;
}

.min-width500 {
    min-width: 500px !important;
}

.attributes {
    min-width: 800px;
    margin: 10px auto 0 auto;
    width: 100%;
}

    .attributes select {
        text-indent: unset !important;
    }

    .attributes i {
        color: #8b8b8b; /* #f0253a;*/
        font-size: 18px;
        cursor: pointer;
        padding-left: 20px;
    }

fa fa-trash-o {
    color: #f71735;
}

.attributes-centre {
    max-width: 565px;
    /*font-family: ProximaNova, sans-serif;*/
    margin: 0 auto 40px auto;
}

.attributes-slider {
    overflow-x: auto;
    overflow-y: hidden;
}

.attributes-centre select {
    text-indent: unset !important;
}

.attributes-notes {
    color: grey;
    margin: 11px auto 20px auto;
    text-align: center;
    font-size: 12px;
    display: table;
}

.grid-scrollable-container {
    overflow-x: auto;
    overflow-y: hidden;
}

.grid-table {
    display: grid;
    margin-bottom: 50px;
    width: 100%;
    padding-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


.me {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    padding-bottom: 20px;
}

.looking-for {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    padding-bottom: 20px;
}

.attribute-icon-section {
    width: 40px;
    padding-top: 10px;
    padding-bottom: 10px
}

    .attribute-icon-section i {
        /*font-size: 19px;*/
        color: #f16679;
    }

.attribute-icon {
    font-size: 19px;
    color: #f16679;
}

.attr-icon {
    font-size: 19px;
    color: #f16679;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.attribute-name {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

    .attribute-name i {
        position: relative;
        left: 0px;
        top: -2px
    }

.attribute-bold {
    font-weight: bold;
    color: #5b5b5b;
}

.attribute-light {
    color: #676767;
    /*font-family: ProximaNova,sans-serif light;*/
    font-size: 16px;
    float: left;
}

.attr-light {
    color: #676767;
    /*font-family: ProximaNova,sans-serif light;*/
    font-size: 16px;
    float: right;
}

.attribute-input {
    width: 40px;
    width: 40px;
    border-radius: 0px !important;
    margin-right: 2px;
    margin-left: 2px;
    padding: 2px 0px;
    position: relative;
    top: 1px;
    text-align: center;
    height: 21px;
    font-size: 16px;
    /*font-family: ProximaNova,sans-serif light;*/
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #989898;
    margin-right: 1px;
    margin-left: 10px;
    outline: none;
}

.attribute-label {
    color: #4e4e4e;
    cursor: pointer;
    border: none;
    padding: 2px 8px !important;
    margin-left: 5px;
    position: relative;
    top: 0px;
    font-size: 14px;
    /*font-family: ProximaNova,sans-serif light;*/
    width: 179px;
}

.attribute-name-label-section {
    float: left;
    max-height: 30px;
}
/*
.attribute-note {
    color: #676767;
    font-family: ProximaNova,sans-serif light;
    font-size: 15px;
    float: left;
    display:none;
}
*/
.inbox-mobi-section {
    background-color: white;
    position: relative;
    width: 100%;
}

.display-flex {
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

.w100p {
    width: 100% !important;
}

.chat-mobi-section {
    font-size: 21px;
    color: #7888a2;
    padding: 4px 10px 4px 8px;
    text-align: center;
    border-bottom: 2px solid #f9f9f9;
    display: table;
    width: 100%;
}

.chat-mobi-pic {
    width: 80px;
    float: left;
    padding: 10px 20px 10px 0px
}

    .chat-mobi-pic img {
        cursor: pointer;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center center;
    }

.chat-mobi-pic-medium img {
    cursor: pointer;
    margin: 0 auto;
    width: 100px;
    height: 103px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.back-arrow {
    float: left;
    padding: 10px 20px 10px 5px;
    font-size: 43px;
    padding-top: 16px;
    color: #EF0031;
    cursor: pointer;
}

.chat-mobi-identity {
    float: left;
    padding-top: 8px;
}

.chat-mobi-name {
    text-align: left;
    font-weight: bold;
    /*width: 186px;*/
    font-weight: bold;
    font-size: 14px;
    color: #323263;
}

.chat-mobi-status {
    font-size: 13px;
    text-align: left;
    font-size: 12px;
    color: #8c8c8c
}

.chat-mobi-controls {
    float: right;
    text-align: right;
    position: relative;
    top: 10px;
}

.chat-mobi-back {
    float: left;
    display: table;
    color: grey;
    float: left;
    display: table;
    color: grey;
    padding-top: 20px;
    padding-left: 5px;
    cursor: pointer;
}

.chat-mobi-menu {
    display: inline-block;
    background-color: white;
    margin: 15px 4px;
    border-radius: 50%;
    float: left
}

    .chat-mobi-menu span {
        cursor: pointer;
        color: #f89d13 !important;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 40px;
        width: 40px;
    }


.chat-mobi-reply {
    width: 100%;
    display: flex;
    border-top: 1px solid #efefef;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
}

.chat-box-main {
    clear: both;
    padding: 30px;
    overflow-x: hidden;
    overflow-x: hidden;
    max-height: 390px;
    scrollbar-color: transparent transparent;
    padding-bottom: 130px;
    opacity: 0;
}

.opacity1 {
    opacity: 1 !important;
}

.reply-input {
    float: left;
    flex-grow: 1;
}

    .reply-input textarea {
        color: #5d5d5d;
        border: none;
        border-radius: 15px;
        padding: 14px 30px;
        font-size: 14px;
        margin: 0px;
        width: 167px;
        float: left;
        width: 99%;
        /*height: 100%;*/
        height: 60px;
        outline: none;
        /*font-family: ProximaNova,sans-serif light;*/
    }

.reply-button {
    float: right;
    width: 65px;
}

    .reply-button button {
        background: #ef5643;
        border: none;
        padding: 10px 16px;
        border-radius: 5px;
        color: white !important;
        margin: 10px 0px;
        font-size: 15px;
        /*font-weight: bold;*/
        cursor: pointer;
        /*font-family: arial;*/
    }

.reply-button-content {
    display: inline-block;
    background-color: #e96150;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

    .reply-button-content span {
        cursor: pointer;
        color: #f89d13 !important;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 60px;
        width: 60px;
    }

        .reply-button-content span i {
            font-size: 20px;
            color: white
        }

.chat-members {
    width: 400px;
    border-right: 3px solid #f9f9f9;
    min-height: 500px
}

.chat-members-section {
    overflow-x: hiddens;
    overflow-x: hidden;
    max-height: 500px;
    scrollbar-color: transparent transparent;
}

.chat-title {
    /*font-family: ProximaNova,sans-serif;*/
    font-weight: bold;
    font-size: 22px;
    color: #e96150;
    padding: 30px 27px;
    text-align: center;
    border-bottom: 2px solid #f9f9f9;
}

.new-messages-section {
    float: right;
    margin: 3px;
    line-height: 22px;
}

    .new-messages-section a {
        font-size: 13px;
        color: white !important;
        display: table-cell;
        text-align: center text-decoration: none;
        width: 23px;
        height: 23px;
    }

.chat-controls {
    display: inline-block;
    background-color: white;
    margin: 15px 4px;
    border-radius: 50%;
    float: left
}

    .chat-controls a {
        color: #f89d13 !important;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        height: 40px;
        width: 40px;
    }

.view-member-controls {
    height: 40px;
    border: none;
    margin-top: 10px;
    margin-bottom: 100px;
}

.view-member-controls-section {
    width: 100%;
    height: 40px;
    border: none;
    margin: 0 auto;
    display: table
}

.view-member-icon {
    font-size: 24px !important;
    padding-top: 6px !important;
}

.clearboth {
    clear: both;
    height: 0px;
}

.clearboth-no-height {
    clear: both;
}

.clearboth-height20 {
    clear: both;
    height: 20px;
}

.error {
    color: red;
}

/*alert*/
.alert-danger {
    color: #d02737;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    max-width: 500px;
    margin: 0 auto 3rem auto;
    font-weight: bold;
    font-size: 13px;
    display: table;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/*show google search location above modals*/
.pac-container {
    z-index: 999999999 !important;
}

    .pac-container:after {
        /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
        background-image: none !important;
        height: 0px;
    }

.upload-button {
    /*	position: absolute !important;
	clip: rect(0px, 0px, 0px, 0px) !important;*/
    width: 0px;
    display: none;
}

.validation-message {
    color: red;
    font-size: 12px;
    /*font-family: ProximaNova,sans-serif;*/
}

.rg-btm30 {
    margin-bottom: 30px;
}

.hide {
    display: none !important;
}

.show-block {
    display: block;
}

.margin-top0 {
    margin-top: 0px !important;
}

.margin-top25 {
    margin-top: 25px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

/*new zoom pop up*/

/*.btn {
	margin-top: 30px;
	padding: 2.2% 5.5%;
	display: inline-block;
	-webkit-transition: all linear 0.15s;
	transition: all linear 0.15s;
	border-radius: 3px;
	background: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	&:hover

{
	opacity: 0.75;
}

}*/

.btn-red {
    background-color: #0076ad !important; /* #ef0031 !important;*/
    color: white !important;
}

.btn-dialog-single {
    min-width: 112px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #0076ad !important;
    padding: 10px 60px;
    border: none;
    color: white;
    border-radius: 3px;
    font-size: 17px !important;
    outline: none;
    margin-bottom: 13px;
    margin-top: 13px;
    width: 250px;
}

.btn-small {
    min-width: 50px;
    padding: 2px 11px;
    float: right;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 14px !important;
    color: white;
}

.btn-small-dashboard {
    display: table;
    margin: 9px 6px 9px auto;
    float: right;
    margin-right: 8px;
    color: white !important;
    font-size: 13px !important;
    width: 60px !important;
    padding: 0px;
    min-width: unset !important;
    padding: 5px 14px;
    max-height: 30px;
}

.btn-dialog-yes {
    min-width: 112px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #0076ad;
    padding: 10px 40px;
    border: none;
    color: white;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 3px;
    font-size: 17px !important;
    outline: none;
}


.small-btn-dialog-yes {
    min-width: 112px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #f91d4a;
    padding: 6px 12px;
    border: none;
    color: white;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 3px;
    font-size: 17px !important;
    outline: none;
}


.small-btn-dialog-no {
    min-width: 112px;
    border-radius: 6px;
    color: gray;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    background-color: #ffffff;
    padding: 6px 12px;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 3px;
    font-size: 15px !important;
    outline: none;
}

.btn-dialog-no {
    min-width: 112px;
    border-radius: 6px;
    color: gray;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    background-color: #ffffff;
    padding: 10px 40px;
    border-radius: 3px;
    font-size: 17px !important;
    outline: none;
    background: #f3f3f3;
    color: #919191 !important;
    margin-top: 15px;
}

/*Popoup*/
.popup-wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    content: '';
    /*background: rgba(0,0,0,0.85);*/
    background: rgba(0, 0, 0, .2);
    z-index: 99999;
}

.popup-box {
    display: table;
    padding: 10px 20px 16px 20px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    display: table;
    margin-right: 20px;
    min-width: 295px;
    overflow: hidden scroll;
    /*width: 90%; for the sake of smaller dialogs comment this*/
    max-width: 800px;
    width: min-content;
}

    .popup-box [type=text] {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .popup-box [type=password] {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .popup-box [type=number] {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .popup-box input[type="submit"], input[type="button"], input[type="reset"] {
        display: inline-block;
        text-decoration: none;
        font-size: 13px;
        line-height: 21px;
        font-weight: 300;
        padding: 10px 20px;
        border: 2px solid transparent;
        border-radius: 0;
        color: #fff;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        cursor: pointer;
        outline: none !important;
        -webkit-font-smoothing: antialiased;
        text-transform: capitalize;
        border-radius: 5px;
        /*margin-top: 26px;*/
    }

    /*for cancel buttons*/
    .popup-box button {
        color: #797979;
        margin-left: 5px;
        font-weight: 300;
        font-size: medium;
        padding: 11px 27px;
    }

    .popup-box select {
        width: 100% !important;
        margin-bottom: 20px;
        text-indent: unset;
        position: relative;
        padding: 9px 8px;
        max-width: unset !important;
    }

    .popup-box h1 {
        font-size: 23px;
        text-transform: capitalize;
        margin: 0;
    }

        .popup-box h1 span {
            color: #0076ad !important;
        }

h3 {
    color: #888;
}

.transform-in, .transform-out {
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.transform-in {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.transform-out {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

/*end of  zoom in popup*/

/*input static place holder - start*/
.floating_input:placeholder-shown + .floating_label::before {
    transform: translate3d(0, -3.2rem, 0) scale3d(1, 1, 1);
}

.floating_label::before, .floating_input:focus + .floating_label::before {
    transform: translate3d(0, -6.12rem, 0) scale3d(0.82, 0.82, 1);
}

.floating_label::before {
    color: #7b7b7b;
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 0rem;
    position: relative;
    /*font-family: 'ProximaNova,sans-serif Light';*/
    font-size: 17px;
}

.floating_input:focus + .floating_label::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.floating_label::after {
    /* bottom: 1rem; */
    content: "";
    height: 0.15rem;
    position: absolute;
    transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    opacity: 0;
    left: 11px;
    top: 40px;
    margin-top: -0.1rem;
    transform: scale3d(0, 1, 1);
    width: 94%;
    background-color: #e96150;
}

.floating_input {
    /*font-family: 'ProximaNova,sans-serif Light' !important;*/
    text-align: center !important;
    padding-bottom: 10px;
    font-size: 16px !important;
    color: black;
}

.pd-l-r-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.text-left {
    text-align: center;
}

/*input static input - end*/
/*new tabs - start*/
/*
body {
    background: #191828;
    color: #efedef;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    margin: 0;
    padding: 100px;
}*/
.search h1 {
    font-size: 40px;
    line-height: 0.8em;
    color: rgba(255,255,255,0.2);
}

.search a {
    background: #fd264f;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding: 5px 110px;
    position: fixed;
    top: 20px;
    right: -100px;
    text-align: center;
    text-decoration: none;
    transform: rotate(45deg);
}

.search select {
    /*font-family: Roboto, Arial, sans-serif;*/
    font-size: 14px;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/*old tabs - start*/
.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}

    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
        color: #484848;
        cursor: pointer;
        display: block;
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1em;
        padding: 2rem 0;
        text-align: center;
        width: 100%;
    }

    .tabs [class^="tab"] [type="radio"],
    .tabs [class*=" tab"] [type="radio"] {
        border-bottom: 1px solid rgba(239, 237, 239, 0.5);
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        /* tab hover    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
        .tabs [class*=" tab"] [type="radio"]:hover,
        .tabs [class*=" tab"] [type="radio"]:focus {
            border-bottom: 1px solid #fd264f;
        }*/

        .tabs [class^="tab"] [type="radio"]:checked,
        .tabs [class*=" tab"] [type="radio"]:checked {
            border-bottom: 2px solid #0076ad; /*#fd264f;*/
        }

            .tabs [class^="tab"] [type="radio"]:checked + div,
            .tabs [class*=" tab"] [type="radio"]:checked + div {
                opacity: 1;
            }

        .tabs [class^="tab"] [type="radio"] + div,
        .tabs [class*=" tab"] [type="radio"] + div {
            display: block;
            opacity: 0;
            padding: 2rem 0;
            width: 90%;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .tabs .tab-2 {
        width: 33%;
        /*width: 33%;*/
    }

        .tabs .tab-2 [type="radio"] + div {
            width: 300%;
            /*width: 200%;*/
            margin-left: 200%;
        }

        .tabs .tab-2 [type="radio"]:checked + div {
            margin-left: -100%;
        }

            .tabs .tab-2 [type="radio"]:checked + div + div {
                margin-left: -100%;
            }

        .tabs .tab-2:last-child [type="radio"] + div {
            margin-left: 100%;
        }

        .tabs .tab-2:last-child [type="radio"]:checked + div {
            margin-left: -200%;
        }

/*for main*/
.main-tabs .tabs .tab-1 {
    width: 50% !important;
}

.main-tabs .tabs .tab-2 {
    width: 50% !important;
}

.main-tabs .tabs [class^="tab"] [type="radio"]:checked, .tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 1px solid #ff839a !important;
}

.main-tabs .tabs [class^="tab"] label, .tabs [class*=" tab"] label {
    font-weight: normal !important;
}

.main-tabs .tabs .tab-2 [type="radio"] + div {
    width: 200% !important;
}

.main-tabs .tabs [class^="tab"] label, .tabs [class*=" tab"] label {
    color: #7a7a7a !important;
}
/*old tabs - end*/

.dialog-box-title {
    color: #525252;
    font-size: 23px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    top: -20px;
    display: table;
    margin: 23px auto 0 auto;
}

.normal-title {
    font-size: 14px;
    font-weight: normal;
}

.inbox-icons {
    cursor: pointer;
    margin-right: 20px;
    color: #ef5643;
    font-size: 19px !important;
}

/*loading-icon start*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 999999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 70px;
    height: 70px;
    border-style: solid;
    border-color: #0076ad; /* #e25d4f;*/
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/*loading icon end*/

.grid-profile {
    padding-left: 0px;
}

.close-x {
    color: #e96150 !important;
    position: relative;
    top: 0px;
    left: 2px;
    font-size: 20px;
    /*font-family: arial;*/
    float: right;
    background-color: white !important;
}

/*snack bar start*/

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar_success.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 8.5s;
    animation: fadein 0.5s, fadeout 0.5s 8.5s;
}

.snackbar-success-section {
    max-width: 400px;
    margin: 0 auto;
    display: table;
    background: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0px 26px 0 rgb(0 0 0 / 6%);
}

.snackbar-icon {
    float: left;
    background: #42ce44;
    padding: 18px 24px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .snackbar-icon i {
        font-size: 28px !important;
    }

.snackbar-text {
    float: left;
    color: #575757;
    padding: 0px 13px;
    font-size: 14px;
    max-width: 200px;
}

#snackbar_error.show {
    z-index: 99999999;
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 20.5s;
    animation: fadein 0.5s, fadeout 0.5s 20.5s;
}

.snackbar-box button {
    background: transparent;
    border: none;
    float: right;
    padding-right: 14px;
    font-size: 20px;
    color: #36b37e;
    cursor: pointer;
}

.snackbar-box i {
    font-size: 18px;
}
/*
.snackbar-box p {
    color: #009e5b;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-top: 7px !important;
}*/
/*
#snackbar_error button {
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-size: 1.5em;
    cursor: pointer;
    color: white;
    border: none;
    background: transparent;
}
*/
/*#snackbar_error p {
    color: white;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 7px;
}*/

#snackbar_error {
    visibility: hidden;
    min-width: 282px;
    margin-left: -125px;
    /*background-color: white;*/
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 45%;
    bottom: 30px;
    /*background-color: #e85644;*/
    border: none; /*
    box-shadow: 0 1px 18px 0 rgba(0,0,0,0.09);*/
}

.snackbar-box {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    /* background-color: #a3dcc4; */
    /*color: #fff;*/
    text-align: left;
    border-radius: 5px;
    padding: 11px 23px 0px 26px;
    position: fixed;
    z-index: 1;
    left: 42%;
    bottom: 100px;
    /* box-shadow: 0 1px 18px 0 rgb(0 0 0 / 9%); */
}

    .snackbar-box i {
        margin-right: 5px;
    }

    .snackbar-box span {
        font-size: 14px;
    }

.snackbar-success {
    color: #009e5b;
    font-weight: bold;
}

.snackbar-error {
    color: white;
    font-weight: bold;
}

.snackbar-warning {
    color: white;
    font-weight: bold;
}

.snackbar-box button:focus, .snackbar-box button:active, .snackbar-box button:hover {
    text-decoration: none;
    color: #009e5b;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/*snack bar end*/

/*horizonal animation start*/
.loading-text {
    color: #949494;
    margin-top: 25px;
    text-align: center;
    /*padding-left: 15px;*/
}

#circleG {
    margin: auto;
    display: table;
    padding-top: 140px;
}

.circleG {
    background-color: #d7edff; /*#ffdcd7;*/
    float: left;
    height: 14px;
    margin-left: 17px;
    width: 14px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 1.24s;
    -o-animation-duration: 1.24s;
    -ms-animation-duration: 1.24s;
    -webkit-animation-duration: 1.24s;
    -moz-animation-duration: 1.24s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#circleG_1 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#circleG_2 {
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#circleG_3 {
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

.circle-p-top {
    position: relative;
    top: 62px;
    font-weight: bold;
    color: #8c8c8c;
    margin-bottom: 70px;
}

.circle-progress {
    font-size: 15px;
    color: #979797;
    padding-left: 22px;
    margin-bottom: 14px;
}

/* IE10 */
progress {
    color: black;
}

    /* Firefox */
    progress::-moz-progress-bar {
        background: black;
    }

    /* Chrome */
    progress::-webkit-progress-value {
        background: black;
    }

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ef0031;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

@keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #0076ad; /* #c73321;*/
    }

    100% {
    }
}

@-o-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #0076ad; /* #c73321;*/
    }

    100% {
    }
}

@-ms-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #0076ad; /* #c73321;*/
    }

    100% {
    }
}

@-webkit-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #0076ad; /* #c73321;*/
    }

    100% {
    }
}

@-moz-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #0076ad; /* #c73321;*/
    }

    100% {
    }
}
/*horizonal animation end*/

.member-box {
    border-radius: 5px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 2%);
    max-width: 288px;
    margin: 0 auto;
    height: 505px;
}

.member-controls {
    display: table;
    background-color: white;
    max-width: 279px;
    border-top: none;
    padding: 8px 5px 4px 16px;
    text-align: left;
}

.new-member {
    border-radius: 50px;
    top: 2px;
    left: -6px;
    position: relative;
    /*    top: -10px;
    left: 5px;*/
    width: 47px;
    height: 24px;
    /*background-color: #EF0031;*/
    background-color: #42ce44;
    color: white;
    /*border-radius: 2px;*/
    float: right;
    text-align: center;
    font-size: 11px;
}

.member-name {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #080808;
    /*font-family: ProximaNova,sans-serif;*/
    padding-left: -6px;
    padding-top: 5px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 22px;
}

.member-name-s {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #080808;
    /*font-family: ProximaNova,sans-serif;*/
    padding-left: -6px;
    padding-top: 5px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 14px;
}

.member-location {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #949494; /*#a5a5a5;*/
    font-size: 13px;
}

.seeking {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #949494; /*#b7b7b7;*/
    font-size: 12px;
}

.transaction-date {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #949494; /*#b7b7b7;*/
    font-size: 12px;
}

.seen {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #949494;
    width: 100%;
    font-size: 12px;
}

.seen-conditional {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #949494;
    width: 100%;
    font-size: 12px;
}

.member-control-icons {
    float: right;
    margin-left: 8px;
    width: 121px;
}

    .member-control-icons i {
        color: #EF0031;
        cursor: pointer;
    }

.member-controls-section {
    display: table;
    position: relative;
    top: -20px;
}

.member-name-status {
    width: 265px;
    padding: 5px 5px 5px 0px;
    display: table;
}

.page-nos {
    display: table;
    max-width: 500px;
    color: #1f1f1f;
    margin-bottom: 10px;
    font-size: 15px;
    /*font-family: ProximaNova,sans-serif;*/
    margin: 0px auto 0px auto
}

.page-no-block {
    border: 1px solid #efefef;
    border-radius: 6px;
    width: 135px;
    display: table;
    border: 1px solid #f7f7f7;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.02);
    min-width: 260px;
}

.page-label {
    border-top: 1px solid #f58a77;
    border-left: 1px solid #f58a77;
    border-bottom: 1px solid #f58a77;
    border-right: 1px solid #e8e8e8;
    width: 48%;
    float: left;
    text-align: center;
    background: #f58a77;
    color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 32px;
}

.page-no-value {
    width: 48%;
    text-align: center;
    float: left;
    color: dimgrey;
}

.white-bg {
    background: white;
}

.menu-item {
    float: left !important;
    padding: 10px 24px 10px 30px !important;
    width: 100%;
}

.menu-subitem {
    display: table;
    margin: 0 auto;
}

.menu-item-box {
    display: inline-block;
    background-color: #f58a77;
    margin-right: 15px;
    margin-top: 0px;
    border-radius: 50%;
    float: right;
    margin-right: 17px;
    position: relative;
    top: 0px;
    height: 27px;
    width: 29px;
    left: -4px;
}

.menu-item-total {
    background: transparent !important;
    font-size: 14px;
    padding: 4px 0px 14px 0px !important;
    font-size: 11px;
    color: white !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 27px;
}

.menu-item-box-inline {
    background-color: #f58a77;
    margin-right: 15px;
    margin-top: 0px;
    border-radius: 50%;
    float: right;
    margin-right: 17px;
    position: relative;
    top: -4px;
    height: 27px;
    width: 29px;
    left: 15px;
}


.menu-item-box-hide {
    background-color: transparent;
    color: transparent;
    background: transparent !important;
    width: 0px !important;
}

    .menu-item-box-hide span {
        color: transparent !important
    }

.no-padding {
    padding: 0px !important;
}

.pd-top0 {
    padding-top: 0px !important;
}

.pd-top5 {
    padding-top: 5px !important
}

div .cookie-bar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.cookies.showMe {
    -webkit-transition: bottom 1.2s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: bottom 1.2s cubic-bezier(.68,-.55,.265,1.55);
    transition: bottom 1.2s cubic-bezier(.68,-.55,.265,1.55);
    bottom: 10px;
}

.cookies {
    position: fixed;
    bottom: -1000px;
    right: 30px;
    background: #fff;
    z-index: 100;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: bottom .8s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: bottom .8s cubic-bezier(.68,-.55,.265,1.55);
    transition: bottom .8s cubic-bezier(.68,-.55,.265,1.55);
    -webkit-box-shadow: 0 0 24px -10px;
    box-shadow: 0 0 24px -10px;
    padding: 24px;
    width: 347px;
    min-height: 80px;
}

    .cookies p {
        /*font-family: Cereal,sans-serif;*/
        color: grey;
        margin-top: 0px;
    }

.cookies-btn {
    padding: 7px 22px;
    color: #fff !important;
    background-color: #EF0031; /* #006d72;*/
    outline: none;
    border: 0px;
    border-radius: 3px;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
}

.cookies-close {
    float: right;
    margin-left: 10px;
    background: white;
    border: none;
    font-size: 34px;
    color: #b3b3b3;
    cursor: pointer;
}

.page-of {
    width: 122px;
    /*background: #EF0031;*/
    background: white;
    color: white;
    padding: 3px 8px;
    display: table;
    float: left;
    margin-top: 36px;
    border-radius: 5px;
    text-align: center;
}

.page-of-bottom {
    width: 122px;
    background: #EF0031;
    color: white;
    padding: 3px 8px;
    margin-top: 36px auto;
    border-radius: 5px;
    margin: 20px auto;
    text-align: center;
}


.page-of-bottom-main {
    width: 122px;
    background: #EF0031;
    color: white;
    padding: 3px 8px;
    margin-top: 36px auto;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: none;
    text-align: center;
}

.main-search {
    /* background: #EF0031;
    color: white;
    border: navajowhite;
    border-radius: 17px;
    padding: 7px 30px;
    margin-top: 30px;
    float: right;
    cursor: pointer;*/
    text-decoration: underline;
    color: #EF0031;
    margin-top: 41px;
    float: right;
    cursor: pointer;
}

.no-text-indent {
    text-indent: unset;
}

.mrg-top25 {
    margin-top: 25px;
}


.mrg-top50 {
    margin-top: 50px;
}

/*try new tabs*/

.mb-70 {
    margin-bottom: 30px !important;
}

.brdr-b-primary {
    border-bottom: 2px solid #EF0031;
}

ul.selecton {
    text-align: center;
    font-size: 1.2em;
    margin-top: 30px;
}

    ul.selecton li {
        list-style: none;
        display: inline-block;
        line-height: 1.6;
        font-size: .9em;
        width: 21%;
    }

        ul.selecton li > a {
            padding: 15px 30px;
            color: #2f2f2f;
        }

        ul.selecton li:hover a, ul.selecton li a.active {
            border-radius: 3px 3px 0 0;
            background: #EF0031;
            color: #FFFFFF;
        }

        ul.selecton li > a {
            padding: 12px 25px;
            width: 100%;
            DISPLAY: block;
            cursor: pointer;
        }

a:focus, a:active, a:hover, button:focus, button:active, button:hover, a b.light-color:hover {
    text-decoration: none;
    color: #EF0031;
    /*color: #e96150;*/
    /*
    color: white*/;
    /*background-color: #EF0031;*/
}

.clicked-lnk {
    cursor: pointer !important;
    /*background-color: #e96150 !important;*/
    background-color: #EF0031;
    /*padding: 10px 17px !important;*/
    padding: 10px 17px 4px 17px !important;
    border: none;
    /*color: white !important;*/
    margin-top: 10px;
    border-radius: 50px;
}

.navbar-collapse .collapse .in .clicked-lnk {
    cursor: pointer !important;
    /*background-color: #e96150 !important;*/
    background-color: green !important;
    /*padding: 10px 17px !important;*/
    padding: 10px 17px 4px 17px !important;
    border: none;
    color: white !important;
    margin-top: 10px;
    border-radius: 50px;
}

.clicked-lnk-mobile {
    cursor: pointer !important;
    color: #e96150 !important;
    background-color: white !important;
    padding: 10px 17px 4px 17px !important;
    border: none;
    color: white !important;
    margin-top: 10px;
    border-radius: 50px;
}

.no-width {
    /*width: unset !important;*/
    width: 90%;
}

.max-width350 {
    max-width: 350px !important;
}

.max-width600 {
    max-width: 600px;
}

.max-width800 {
    max-width: 800px !important;
}

.width90 {
    width: 90%;
}

.mrg-tp14 {
    margin-top: 14px;
}

.mrg-tp27 {
    margin-top: 27px;
}

.required {
    color: #e96150 !important;
    margin: 0 auto;
    display: table;
    margin-top: 4px;
    font-size: 13px;
    font-weight: normal !important;
}



/*calendar - start*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

    .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
        border-radius: 3px;
    }

    .datepicker-days table thead tr:nth-child(3n+0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
    font-size: 11px;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

/*change header color-profile here*/
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #e0182d;
    color: #ffffff;
    border-radius: 0;
}

/*change day color-profile here*/
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #ff6c6c, #e47a85) !important; /*cjange color here*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
        background-image: none;
    }

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

    .datepicker .prev:hover, .datepicker .next:hover {
        background: transparent;
        color: rgba(255, 255, 255, 0.99);
        font-size: 21px;
    }

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

    .datepicker .datepicker-switch:hover {
        color: rgba(255, 255, 255, 0.7);
        background: transparent;
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #3546b3;
        background-image: none;
    }

.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 0px !important;
    z-index: 999999 !important;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #e96150 !important;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #0076ad, #0076ad) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

/*calendat - end*/

.register {
    padding: 48px 50px;
}

.fixed-height {
    height: 110px;
    margin-top: 13px;
}

.fixed-height85 {
    height: 85px;
    margin-top: 13px;
}

.fixed-height-photo {
    height: 370px;
    margin-bottom: 30px
}

.top-up15 {
    position: relative;
    top: -12px;
}

.error-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    background: #ea3e28;
    padding: 10px;
    text-align: center;
}

.display-none {
    display: none;
}

.btn-green {
    background-color: #1fa917 !important;
}

.verify {
    margin-left: 0 auto;
    max-width: 500px;
    color: gray;
    margin: 16px auto 20px auto;
    max-width: 400px;
}

    .verify span {
        font-size: 14px;
    }


.round-field {
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px !important;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
}

.verify-photo-frame {
    display: table;
    text-align: center;
    width: 100%;
    height: 290px;
}

    .verify-photo-frame img {
        object-fit: cover;
        object-position: center center;
        width: 96%;
        height: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        max-width: 350px;
        margin-bottom: 0px;
    }

.pd-tp50 {
    padding-top: 50px;
}

    .pd-tp50 h3 {
        color: #ec254e;
        font-size: 27px;
    }

    .pd-tp50 p {
        color: grey;
    }

.page-title {
    display: table;
    margin: 0 auto;
    padding-top: 16px;
    /*font-family: Arial;*/
}

    .page-title h1 {
        /*font-family: ProximaNova,sans-serif;*/
        margin-bottom: 0px;
    }

    .page-title i {
        margin-right: 10px;
        color: #ec254e;
        font-size: 25px;
        padding-bottom: 20px;
    }

.dialog-link-red {
    color: #0076ad !important;
}

.unsubscribe-comment {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: center;
    padding: 13px;
    color: grey;
}

.comment-title {
    color: #888888;
    text-align: center;
    margin-bottom: 22px;
}

button[disabled] {
    background-color: silver !important;
}

button[disabled] {
    background-color: #bbbbbb;
    color: white;
}

.captcha-section {
    margin: 20px auto 0 auto;
    display: inline-block;
}
 
.verify-account {
    /*text-align: center;*/
    padding-top: 10px;
}

    .verify-account a {
        color: #ef0031;
        margin: 10px auto 0 20px;
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
        text-decoration: underline;
    }

.my-profile h3 {
    color: #525252;
    font-size: 23px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.my-profile input[type=submit] {
    width: 95%;
    min-width: 200px;
    border-radius: 26px;
}

.my-profile-close {
    color: #e96150;
    position: relative;
    left: 213px;
    top: -50px;
    font-size: 20px;
    /*font-family: arial;*/
}

.open-search {
    text-decoration: underline !important;
    color: #f57862 !important;
    margin-top: 41px;
    float: right;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.mrg-top-10-mrg-btm10 {
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}


.image-container {
    height: 200px;
    width: 200px;
    border: 2px solid red;
}

.image {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.border-rd4 {
    border-radius: 4px;
}

.wrap-content {
    display: table;
}

.no-border-fill {
    width: 100%;
    border: none;
}

.suggestion {
    border: 1px solid #efefef;
    height: 110px;
    border-radius: 1px;
    padding: 10px;
    margin-top: 0px;
    font-size: 14px;
}

    .suggestion textarea {
        font-size: 16px;
    }

.width100 {
    width: 100%;
}

.width100-important {
    width: 100% !important;
}

.dialog-small-title {
    font-size: 19px;
    color: #777777;
}

.matches-title {
    margin: 30px auto 0 auto;
    background-color: #cbecff; /* #ffcbcb;*/
    padding: 9px 19px;
    display: table;
    color: #0e89a5; /* #b90e31;*/
    font-weight: bold;
    border-radius: 3px;
    font-size: 13px;
}

.footer-height {
    height: 300px;
}


.height166 a {
    background-color: transparent;
}


.bg-white {
    background-color: white !important;
}

.search-criteria-center {
    float: left;
    padding-top: 39px;
    padding-left: 17px;
    color: red;
    margin: 0 auto;
    float: none;
    display: table;
}

    .search-criteria-center a {
        color: #ef0031;
        background: #ef0031;
        color: white;
        border: 1px solid red;
        padding: 9px;
        border-radius: 7px;
        font-size: 14px;
        cursor: pointer;
    }


.search-criteria {
    /*it affects search criteria on big screen*/
    /*padding-left: 17px;*/
    color: red;
    margin: 35px auto 20px auto;
    display: table;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

    .search-criteria a {
        font-size: 16px;
        cursor: pointer;
        background: white;
        color: #181920;
        border: grey;
        font-weight: bold;
        padding-bottom: 0px;
        border-radius: unset;
        padding: 5px 1px;
    }

    .search-criteria span {
        font-size: 16px;
        cursor: pointer;
        background: white;
        color: #181920;
        border: grey;
        font-weight: bold;
        padding-bottom: 0px;
        border-radius: unset;
        padding: 5px 1px;
    }

    .search-criteria i {
        color: #ef0031;
        font-size: 25px;
        padding-right: 10px;
    }

.search-criteria-block {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
}

    .search-criteria-block p {
        margin-bottom: 10px;
        color: #7f7f7f;
        font-size: 14px;
        padding: 0px 10px 10px 10px;
    }

.search-criteria button {
    margin-top: 4px;
    margin-bottom: 4px;
}

.search-criteria select {
    margin-top: 4px;
    margin-bottom: 4px;
}

.search-criteria input {
    margin-top: 4px;
    margin-bottom: 4px;
}

.search-criteria [type=text], [type=number] {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.font13 {
    font-size: 13px;
}

.completed-profile {
    padding-bottom: 20px;
}

    .completed-profile h2 {
        font-size: 18px;
        color: #464646;
    }

    .completed-profile span {
        color: #f91d4a;
    }

.footer-dialog ul {
    text-align: left;
    color: #8d8d8d;
}

    .footer-dialog ul li {
        font-size: 13px;
    }

.arrow-down {
    position: relative;
    left: 6px;
    top: 0px;
}

.bottom-menu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #f1f1f1;
    z-index: 100;
}

    .bottom-menu i {
        color: #EF0031;
        font-size: 30px;
        /*margin-right: 40px;*/
        cursor: pointer;
    }

/*    .bottom-menu p {
        margin: 0px 0px;
        color: #696969;
        font-weight: bold;
        font-size: 13px;
    }*/

.bottom-menu-p {
    margin: 0px 0px;
    color: #696969;
    font-weight: bold;
    font-size: 13px;
}

.selected-item {
    color: #d2002b !important;
}

.bottom-menu-icons {
    margin: 0 auto;
    max-width: 400px;
    padding: 10px;
    display: table;
}

.bottom-menu-icon {
    float: left;
    margin-right: 36px;
    display: table;
    text-align: center;
}

.display-table {
    display: table;
}

.conditions-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 800px;
    text-align: left;
}

    .conditions-dialog p {
        font-size: 13px !important;
    }

    .conditions-dialog span {
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }

.no-of-photos {
    display: table;
    position: relative;
    left: 49%;
    top: 0px;
    font-size: 15px;
}

.menu-item-box a {
    border: none !important;
}

.clicked-lnk .menu-subitem div {
    background: white;
    margin-right: 15px;
    margin-top: 0px;
    border-radius: 50%;
    float: right;
    margin-right: 17px;
    position: relative;
    top: -4px;
    height: 27px;
    width: 29px;
    left: 15px;
}

.clicked-lnk .menu-item-box-inline span {
    background: transparent !important;
    font-size: 14px;
    padding: 4px 0px 14px 0px !important;
    font-size: 11px;
    color: #EF0031 !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 27px;
}

.chat-error {
    width: 100%;
    background: red;
    color: white;
    padding: 0px 30px;
}

/*small popup menu -start*/

.mini-dropdown {
    position: relative;
    display: inline-block;
    padding-top: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 159px;
    overflow: auto;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 2%);
    text-align: center;
    margin-top: 4px;
    left: -135px;
}

    .dropdown-content a {
        color: #8c8c8c;
        padding: 7px 4px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #f5f5f5;
        font-size: 13px;
        padding: 4px 18px;
        cursor: pointer;
    }

.mini-dropdown a:hover {
    color: #f37464;
}

.show-dialog {
    display: block;
}

.vertical-dots {
    margin-top: 19px;
    margin-right: 0px;
    cursor: pointer;
}

    .vertical-dots:after {
        content: '\2807';
        font-size: 100px;
        color: #f96350;
        font-size: 28px;
    }

.menu-icon {
    background: #ff9183;
    border: 1px solid #ff9183;
    border-radius: 5px;
    padding: 4px 8px;
    color: #ffffff !important;
    font-size: 16px;
    margin-top: 11px;
    cursor: pointer;
}

/*small popup menu -end*/

.ht58 {
    height: 58px !important;
}

.m-ht400 {
    min-height: 400px !important
}

.more-inbox-messages {
    color: #ff9183 !important;
    background: white;
    /*  background: #ff9183;
    color: white !important;*/
    border: none;
    border-radius: 19px;
    padding: 2px 26px;
    margin: 16px auto 15px auto;
    display: table;
    cursor: pointer;
}

.mobile-chat-flexi {
    padding: 0px;
    display: table;
    width: 100%;
    min-height: auto !important;
}

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    /*font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);*/
    font-size: 16px;
    line-height: 1.5;
}

    /* Input */
    .pure-material-checkbox > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        box-shadow: none;
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
    }

    /* Span */
    .pure-material-checkbox > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
    }

        /* Box */
        .pure-material-checkbox > span::before {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            margin: 3px 11px 3px 1px;
            border: solid 2px; /* Safari */
            border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
            border-radius: 2px;
            width: 18px;
            height: 18px;
            vertical-align: top;
            transition: border-color 0.2s, background-color 0.2s;
        }

        /* Checkmark */
        .pure-material-checkbox > span::after {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: 1px;
            width: 10px;
            height: 5px;
            border: solid 2px transparent;
            border-right: none;
            border-top: none;
            transform: translate(3px, 4px) rotate(-45deg);
        }

    /* Checked, Indeterminate */
    .pure-material-checkbox > input:checked,
    .pure-material-checkbox > input:indeterminate {
        background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    }

        .pure-material-checkbox > input:checked + span::before,
        .pure-material-checkbox > input:indeterminate + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
            background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

        .pure-material-checkbox > input:checked + span::after,
        .pure-material-checkbox > input:indeterminate + span::after {
            border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        }

        .pure-material-checkbox > input:indeterminate + span::after {
            border-left: none;
            transform: translate(4px, 3px);
        }

    /* Hover, Focus */
    .pure-material-checkbox:hover > input {
        opacity: 0.04;
    }

    .pure-material-checkbox > input:focus {
        opacity: 0.12;
    }

    .pure-material-checkbox:hover > input:focus {
        opacity: 0.16;
    }

    /* Active */
    .pure-material-checkbox > input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-checkbox > input:active + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

    .pure-material-checkbox > input:checked:active + span::before {
        border-color: transparent;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    }

    /* Disabled */
    .pure-material-checkbox > input:disabled {
        opacity: 0;
    }

        .pure-material-checkbox > input:disabled + span {
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            cursor: initial;
        }

            .pure-material-checkbox > input:disabled + span::before {
                border-color: currentColor;
            }

    .pure-material-checkbox > input:checked:disabled + span::before,
    .pure-material-checkbox > input:indeterminate:disabled + span::before {
        border-color: transparent;
        background-color: currentColor;
    }
     

.error {
    color: red;
    font-size: 12px;
}

.message-box {
    border: none;
    border-bottom: 2px solid #e4e4e4;
    height: 55px;
    margin-top: 0px;
    margin: 27px 0px 0px;
    width: 100%;
    background-color: rgb(255 255 255);
    text-align: center;
    outline: none;
    /*font-family: Montserrat;*/
    color: rgb(128 128 128);
    font-size: 17px;
    overflow: hidden;
}

    .message-box:focus {
        border-bottom: 2px solid #f91d4a;
    }

.nav-height {
    height: 80px;
    margin-top: -10px;
    padding-top: 12px;
}

.highlight {
    border: 3px solid red !important;
}

.height80 {
    height: 80px;
}

.navbar-brand div {
    display: table;
    width: 227px;
    padding-top: 18px;
}

.navbar-brand img {
    float: left;
}

.navbar-brand span {
    float: left;
    color: black;
    font-size: 27px;
    position: relative;
    top: 7px;
    left: 7px;
    /*font-family: Fancy Singles;*/
    font-weight: bold;
    font-style: italic;
    text-transform: initial;
}

.logo-link {
    margin-left: 54px;
    /*display: table;*/
    cursor: pointer;
}

.mrg-top0 {
    margin-top: 0px;
}

.btn-white {
    background: white !important;
    color: #EF0031 !important;
    font-weight: bold;
    margin-left: 15px;
    padding: 10px 66px !important;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    font-size: 17px;
    margin-top: 30px;
}

.m-width300 {
    min-width: 300px;
}

.m-width200 {
    min-width: 200px!important;
}

.search-result-criteria {
    max-width: 1011px;
    margin: 0 auto;
}

.admin-login {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

    .admin-login h1 {
        font-size: 25px;
        margin-bottom: 37px;
    }

.search-criteria span {
    font-size: 15px;
    font-weight: bold;
    color: #181920;
    float: left;
    background: unset;
    margin-top: 5px;
}

.search-criteria [type=text], [type=number] {
    border: 1px solid #e6e6e6;
    width: 170px;
    border-radius: 3px;
    padding: 6px 16px;
    font-size: 15px;
    outline: none;
    margin: 0px 3px 10px 3px;
    float: left;
    text-align: center;
    cursor: pointer;
    min-width: 150px;
    /*for-sake-of-cell-no-field*/
    max-height: 40px;
}

.view-type {
    float: left;
    border: 1px solid #e6e6e6;
    padding: 8px ​20px;
    border-radius: 3px;
    margin: 0px 15px 0px 0px;
    cursor: pointer;
    outline: none;
    font-weight: normal;
    max-width: 245px;
    text-indent: 10%;
    height: 40px;
}

.search-criteria button {
    font-weight: 500;
    float: left;
    /*background: #e0182d;*/
    background: #0076ad; /*#f71735;*/
    border-radius: 5px;
    border: none;
    color: white;
    padding: 6px 26px;
    font-size: 17px;
    outline: none;
    margin-right: 5px;
    height: 39px;
    width: 115px;
    outline: none;
    z-index: 21;
    padding: 0;
    font-size: 14px;
    padding-left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btn-white-dashboard {
    background: white !important;
    color: #f71735 !important;
    border: 1px solid #f7f7f7 !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.03);
}

.coming-soon {
    padding: 20px;
    margin: 0 auto;
    display: table;
    min-height: 350px;
    text-align: center;
}

    .coming-soon h1 {
        color: #0076ad; /*#cc3433;*/
        font-style: italic;
        font-size: 27px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .coming-soon p {
        display: table;
        margin: 0 auto;
        /*margin-top: 31px;*/
        font-size: 15px;
        color: gray;
        color: #999999;
        font-family: Lato, sans-serif !important;
        font-style: italic;
    }

.report-centre-span {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding-top: 7px;
    display: none;
}

.system-note {
    background: #fb0e0e;
    border-radius: 4px;
    max-width: 500px;
    margin: 0 auto;
    padding: 3px 5px;
}

.upload-size {
    color: #ea6b5b !important;
    font-size: 14px !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
}

.no-side-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.width-unset {
    width: unset;
}

.search-fields {
    display: table;
    width: 98%;
    margin: 0 auto;
}

.profile-loading {
    margin-top: 119px;
    position: relative;
    left: -2px;
}

.profile-load-edit {
    top: 218px !important;
}

.blank-photo-add {
    top: -17px;
    left: 66px;
}


/* The Modal (background) */
.modal-construction {
    display: none;
    position: fixed;
    z-index: 1500;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255 255 255 / 84%);
}

.thank-convinience {
    background: #ff005e;
    display: table;
    margin: 0 auto;
    color: white;
    padding: 3px 23px;
    border-radius: 5px;
}


/*new sliders*/
#range {
    height: 20px;
    margin: 0 auto 30px;
}

section.range-slider {
    position: relative;
    width: 200px;
    height: 35px;
    text-align: center;
}

    section.range-slider input {
        pointer-events: none;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 15px;
        width: 200px;
        outline: none;
        height: 18px;
        margin: 0;
        padding: 0;
    }

        section.range-slider input::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            z-index: 1;
            outline: 0;
        }

        section.range-slider input::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -moz-appearance: none;
            width: 9px;
        }

        section.range-slider input::-moz-range-track {
            position: relative;
            z-index: -1;
            background-color: rgba(0, 0, 0, 1);
            border: 0;
        }

        section.range-slider input:last-of-type::-moz-range-track {
            -moz-appearance: none;
            background: none transparent;
            border: 0;
        }

        section.range-slider input[type=range]::-moz-focus-outer {
            border: 0;
        }

.t-and-c {
    color: #ef0031;
    margin-left: 10px;
    text-decoration: underline !important;
    font-size: 13px;
}


#range {
    height: 3px !important;
    margin: 0 auto 30px;
}

/*style sliders - start*/
.noUi-horizontal .noUi-handle {
    width: 19px !important;
    height: 19px !important;
    left: -17px;
    top: -9px !important;
    cursor: pointer;
}

.noUi-connect {
    background: #e96150 !important;
    box-shadow: none !important;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-background {
    background: #efefef !important;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-target {
    border-radius: 4px;
    border: none !important;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    background: #e96150 !important;
    box-shadow: none !important;
    border-radius: 63px !important;
    width: 19px;
    height: 19px;
    border: none !important;
}

.noUi-horizontal {
    height: 3px !important;
}

/*style sliders - end*/

.loading-dots-container {
    display: table;
    margin: 40px auto 0 auto;
}

.hanging-page {
    padding: 20px 10px;
    color: grey;
    clear: both;
    font-size: 12px;
    margin: 34px auto 0 auto;
    max-width: 200px;
    text-align: center
}

    .hanging-page a {
        clear: both;
        background-color: #EF0031;
        padding: 10px 15px;
        border-radius: 5px;
        margin: 10px auto 0 auto;
        color: white;
        cursor: pointer;
    }

.news {
    padding: 8px 16px;
}

    .news span {
        color: #525252;
        font-style: italic;
        font-size: 14px;
        padding: 20px;
    }

    .news i {
        color: #ff5175;
        font-size: 71px;
    }

img:not(.my-photo-add) {
    pointer-events: none !important;
}

.height350 {
    height: 350px !important;
}

/*dont show password icon because it will show other people passwords that are saved*/
.square-inputs i {
    cursor: pointer;
    position: relative;
    float: right;
    top: -53px;
    left: -15px;
    font-size: 17px;
}

.profile-pic {
    width: 100%;
}

/*.subscribe {
    margin-top: 0px !important;
}*/

.subscribe select {
    font-size: 17px;
    /*font-weight: bold;*/
    text-indent: 43%;
}

.max-width500 {
    max-width: 500px;
}

.max-width460 {
    max-width: 460px;
}

.subscription-plan {
    color: #f1667b;
    float: left;
    padding-top: 9px;
    font-size: 30px !important;
    margin-right: 10px;
}

.plan {
    border: 1px solid #ebebeb;
    background: #f8f8f8;
    color: black;
    padding: 25px;
    border-radius: 0px;
    max-width: 250px;
    cursor: pointer;
    float: left;
    min-width: 160px;
}

    .plan h3 {
        font-size: 28px;
        margin-top: 8px;
        margin-bottom: 6px;
        color: #535353 !important;
    }

    .plan span {
        color: #535353;
        font-size: 17px;
    }

    .plan h2 {
        font-size: 23px;
        font-weight: bold;
        color: #616161;
        margin-top: 23px;
    }

.plan-selected {
    border: 1px solid #ef0031;
    background: white;
    color: #ef0031 !important;
    padding: 25px;
    border-radius: 0px;
    max-width: 250px;
    padding: 35px 19px;
    float: left;
    min-width: 160px;
}

.plan h3 {
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #535353 !important;
}

.plan span {
    color: #535353;
    font-size: 17px;
}

.plan h2 {
    font-size: 23px;
    font-weight: bold;
    color: #616161;
    margin-top: 23px;
}

.plan-title-selected {
    background: #ef0031;
    color: white;
    border-radius: 21px;
    position: relative;
    top: -30px;
    padding: 6px;
    font-weight: bold;
}

.plan-selected h3 {
    font-size: 43px;
    margin-top: 0px;
    margin-bottom: 6px;
    color: #ef0031;
    position: relative;
    top: -19px;
}

.plan-selected span {
    color: #ef0031;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: -20px;
}

.plan-selected h2 {
    font-size: 28px;
    font-weight: bold;
    color: #ef0031;
}

.plan-selected {
    border: 1px solid #ebebeb;
    background: white;
    color: black;
    padding: 10px 25px;
    border-radius: 0px;
    max-width: 250px;
}

.mrg-btm8 {
    margin-bottom: 8px;
}

.card-details {
    /*    border-radius: 10px;
    padding: 10px 38px 40px 38px;
    max-width: 351px;
    display: table;
    margin-top: 70px;
    margin: 53px auto 40px auto;
*/
    border-radius: 10px;
    padding: 10px 38px 40px 38px;
    /* background: #EF0031; */
    /*background: #f9f9f9;*/
    max-width: 351px;
    display: table;
    margin-top: 70px;
    margin: 25px auto 40px auto;
    border: 1px solid #ededed;
}

    .card-details p {
        margin-bottom: 8px !important;
        margin-top: 13px;
        color: #404040;
        font-weight: bold;
        font-size: 12px;
    }

    .card-details input[type=text], input[type=number] {
        /*border: none;
        border-radius: 5px;*/
        /*border-radius: 5px;*/
        border: 1px solid #cbcbcb;
        outline: none;
    }

.card-bar-code {
    background: black;
    height: 36px;
    width: 100%;
    margin-top: 29px;
}

.card-message1 {
    color: #afafaf;
    font-size: 12px;
    margin-top: 71px;
    text-align: center;
    margin-bottom: 0px;
}


.card-message2 {
    color: #afafaf;
    font-size: 12px;
    margin-top: 0px;
    text-align: center;
}

.btn-pay {
    background: white !important;
    color: #ef0031;
    border: 1px solid #ef0031;
    margin-top: 12px;
    padding: 10px 10px;
    width: 175px;
}

.plan-types ul {
    max-width: 500px;
    margin: 0 auto;
}

.plan-types h1 {
    font-size: 20px !important;
}

.update-membership span {
    color: #5b5b5b;
    font-size: 16px;
}

.update-membership .form-group {
    padding: 10px;
}

.pink {
    color: #f91a44 !important;
}

.selected-plan {
    font-size: 17px;
    color: #5b5b5b;
}

.center-container {
    display: table;
    margin: auto;
}

.subscription-icon {
    font-size: 34px !important;
    position: relative;
    top: 4px;
    left: -9px;
}

.basic {
    color: #ef0031;
}

.gold {
    color: #d39135;
}


.diamond {
    color: #ef00bc;
}

.subscriptions table {
    border-collapse: collapse;
    margin: 0 auto;
}


.subscriptions thead tr td {
    text-align: left;
    color: #5f5f5f;
    font-weight: bold;
    border: 1px solid #dddddd;
    background: #f6f6f6;
    padding: 10px 42px;
    text-align: center;
}

.subscriptions tbody tr td {
    text-align: left;
    color: #5d5d5d;
    border: 1px solid #d5d5d5;
    padding: 13px 24px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.subscriptions i {
    font-size: 29px !important;
    display: inline !important;
    margin-right: 10px !important;
}

.subscriptions tbody i {
    color: #ff718e;
    font-size: 20px !important;
}

.features {
    padding: 0px 58px !important;
}

.member-plan {
    float: right;
    font-size: 22px !important;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    cursor: pointer;
    /*border: 1px solid #cbcbcb;*/
}

.subscription select {
    font-size: 17px;
    /*font-weight: bold;*/
    text-indent: 43%;
}

.subscription h3 {
    color: black;
    /*margin-top: 70px;*/
}

.subscription span {
    color: #585858;
}

.subscription expiry select {
    border: 1px solid #cbcbcb;
}

.blur-image {
    -webkit-filter: blur(5px);
    filter: blur(8px);
}

.upgrade-plan {
    color: grey;
    max-width: 430px;
    border-radius: 9px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 2%);
    margin: 15px auto;
}

.upgrade-message {
    padding: 16px 28px;
    font-size: 15px;
    text-align: center;
}

.upgrade-btn {
    padding: 14px 28px;
    text-align: center;
    color: white;
    background: #ef0058;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    background-image: linear-gradient(to right, #fd287c, #ff7654);
}

.round-btn {
    border: none;
    border-radius: 8px;
    margin-top: 17px;
    margin-bottom: 9px;
}

.dialog-text-color {
    color: #8b8e94;
}

.payments-conditions p {
    margin-bottom: 7px !important;
}

.payments-conditions li {
    font-size: 13px;
}

.secure-code-i {
    width: 88px;
    height: 38px;
    margin-right: 16px;
}

.master-card-i {
    width: 67px;
    height: 51px;
    margin-right: 15px;
}

.verified-by-visa-i {
    width: 90px;
    height: 31px;
    margin-right: 12px;
}

.visa-icon-i {
    width: 90px;
    height: 19px;
    margin-right: 19px;
}

.paygate-i {
    width: 90px;
    height: 26px;
    margin-right: 5px;
}

.search-hint {
    text-align: center;
    padding: 0px 10px 23px 10px;
    /*font-style: italic;*/
}

    .search-hint div {
        font-size: 14px;
        color: white;
        border-radius: 5px;
        padding: 5px 5px 0px 5px;
        margin-bottom: 0px;
    }

.no-left-margin {
    margin-left: 0px !important;
}

.main-filter-members {
    margin: 0 auto;
    width: 262px;
    text-indent: 15%;
    display: table;
}

.reset-password {
    max-width: 500px;
    margin: 0 auto;
}

    .reset-password h1 {
        text-align: center;
    }

input[type="button" i]:disabled {
    background-color: #bbbbbb;
    color: white;
}

.opacity1 {
    opacity: 1;
}

.safety {
    display: table;
    margin: 0 auto;
    color: #b1b1b1;
    text-align: center;
    font-size: 11px;
    padding: 10px 10px 0px 10px;
    border-bottom: 1px #f9f9f9 solid;
    margin-bottom: 9px;
    height: 57px;
}

    .safety p {
        margin: 0 !important;
        /*font-family: lato;*/
        font-size: 11px;
        /*font-family: ProximaNova,sans-serif;*/
    }

    .safety div {
        display: table;
        margin: 0 auto;
        border-radius: 10px;
        position: relative;
        top: 13px;
        font-weight: bold;
        background: white;
        padding-left: 5px;
        padding-right: 5px;
        color: #ef0031;
    }

    .safety i {
        position: relative;
        top: 1px;
        font-size: 16px;
        color: #ef0031;
    }

.safety-close {
    position: relative;
    float: right;
    cursor: pointer;
    margin-left: 10px;
}

.chat-admin i {
    font-size: 16px;
    color: #ef0031;
}

.chat-admin span {
    color: #ef0031;
    font-weight: bold;
}

.safety-title {
    display: table;
    margin: 0 auto;
}

.orange-button {
    cursor: pointer;
    background-color: #EF0031;
    padding: 14px 40px;
    border: none;
    color: white !important;
    /*font-family: ProximaNova,sans-serif;*/
    border-radius: 25px;
    font-size: 17px;
    margin-top: 30px;
}

.plan-descriptions {
    margin-bottom: 60px;
    max-width: 500px;
    margin: 0 auto 60px auto;
}

    .plan-descriptions i {
        font-size: 29px;
        /*margin-right: 13px;*/
        position: relative;
        float: left;
        left: 0px;
        top: 5px;
    }

.plan-features {
    font-size: 15px;
    font-weight: bold;
}

.mrg-top30 {
    margin-top: 30px;
}

.edit-no-float {
    margin-left: 13px;
    float: none;
}

.read-my-message {
    color: #ef4f3b;
    font-size: 11px;
    padding-left: 10px;
    cursor: pointer;
}

.double-ticks {
    margin-left: 4px;
    position: relative;
    top: 3px;
}

.supported-payment {
    display: table;
    border-radius: 6px;
    padding: 2px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
    float: left;
    margin-right: 10px;
    width: 85px;
    height: 58px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .supported-payment img {
        width: 64px;
        height: 48px;
    }

.online-members {
    margin-top: 40px;
    display: table;
    width: 168px;
}

    .online-members span {
        color: grey;
    }

    .online-members .switch label .lever {
        margin: 0 5px !important;
    }

.online-members-switch {
    float: left;
}

.online-members-mobile {
    display: none;
}

    .online-members-mobile span {
        color: grey;
    }

    .online-members-mobile .switch label .lever {
        margin: 0 5px !important;
    }

.slider-search {
    display: table;
    min-width: 190px;
    margin: 0px auto 30px auto;
}

    .slider-search span {
        color: #4e4e4e;
        font-size: 13px;
    }

    .slider-search label {
        padding: 4px 0 !important;
    }

.font-s12 {
    font-size: 12px !important;
}

.wrapped-container {
    display: table;
}

.wrapped-container-center {
    display: table;
    margin: 0 auto;
}

.pd-tp10 {
    padding-top: 10px;
}

.ad-container {
    border: 1px solid #ffffff;
    border-radius: 34px;
    padding: 8px 30px;
    display: table;
    margin: 0px auto 60px auto;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 4%);
    background: white;
}

    .ad-container h2 {
        font-size: 15px;
    }

    .ad-container h3 {
        font-size: 15px;
        color: #ef0061;
        display: none; /*hide for now*/
    }

    .ad-container button {
        cursor: pointer;
        background-color: #EF0031;
        padding: 10px 22px;
        border: none;
        color: white;
        margin-top: 30px;
        border-radius: 50px;
    }

.ad-text {
    max-width: 310px;
    padding: 25px 20px 12px 24px;
    color: #cdcdcd;
}

    .ad-text span {
        color: #6d6d6d;
        font-size: 12px;
    }

.reply-payment {
    border-bottom: 1px dotted #e6e6e6;
    padding: 10px 20px;
    text-align: center;
}

    .reply-payment span {
        color: #909090;
        font-size: 13px;
    }

    .reply-payment button {
        background: white;
        border: none;
        color: #ef0031;
        font-size: 12px;
        cursor: pointer;
    }

/*new toast tooltip*/
.wrapper {
    min-width: 300px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}


/*#toast-wrapper.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
/*animation: fadein 0.10s, fadeout 0.5s 2.5s;*/
/*}*/

.toast {
    width: 100%;
    height: 80px;
    display: table;
    min-width: 300px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 7px;
    grid-template-columns: 1.3fr 6fr 0.5fr;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.success {
    border-left: 3px solid #47D764;
}


.info {
    border-left: 3px solid #2F86EB;
}

.warning {
    border-left: 3px solid #FFC021;
}

.error i {
    color: #ff355b;
}

.info i {
    color: #2F86EB;
}

.warning i {
    color: #FFC021;
}

.toast:not(:last-child) {
    margin-bottom: 20px;
}

/*comment output this one for toast css stop look okay
*/ /*.outer-container, .inner-container {
    align-self: center;
}*/

.outer-container i {
    font-size: 35px;
}

.success i {
    color: #47D764;
}

.inner-container p:first-child {
    color: #101020;
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
}

.inner-container p:last-child {
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    margin: 0px;
    max-width: 270px;
}

.toast-content p:first-child {
    color: #101020;
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
}

.toast-content p:last-child {
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    margin: 0px;
    max-width: 200px;
}

.toast button {
    align-self: flex-start;
    background-color: transparent;
    font-size: 20px;
    color: #656565;
    line-height: 0;
    cursor: pointer;
    border: none;
    float: right;
    margin-right: 0px;
}

.toast-content i {
    font-size: 30px;
}

.toast-content div:first-child {
    float: left;
    margin-left: 10px;
}

.toast-content div:last-child {
    float: left;
    margin-left: 10px;
}


@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 100px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 100px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 100px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 100px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


#snackbar {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 100px; /*make sure it correspond with @-webkit-keyframes fadeout or fadeIn*/
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 1.0s;
        animation: fadein 1.0s;
    }

.filter {
    padding-top: 23px;
    padding-right: 6px;
    cursor: pointer;
    display: block;
}

.filter-mobile {
    display: none;
    float: right;
    margin-top: 24px;
    cursor: pointer;
}

.filter-bar {
    border-radius: 89px;
    height: 3px;
    background: #EF0031;
    margin-bottom: 9px;
    width: 34px;
}

.filter-slider {
    border-radius: 30px;
    height: 12px;
    width: 12px;
    background: white;
    border: 2px solid #EF0031;
    position: relative;
    top: -4px;
    left: 10px;
}

.filter-slider-bottom {
    border-radius: 30px;
    height: 12px;
    width: 12px;
    background: white;
    border: 2px solid #ef0031;
    position: relative;
    top: -4px;
    left: 20px;
}

.search-filter {
    overflow-y: scroll;
    height: 250px;
    display: block;
    width: 98%;
    margin: 0 auto;
    padding-bottom: 30px;
}

    .search-filter input[type=text], .search-filter input[type=password] {
        width: 100%;
        border-radius: 0px;
        /*font-family: Roboto, Arial, sans-serif !important;*/
        font-size: 13px !important;
    }

.mrg-btm0 {
    margin-bottom: 0px !important;
}

.mrg-btm30 {
    margin-bottom: 30px !important;
}

.mrgn-left {
    margin: 8px auto 18px 0px;
}

.mrg-tp10 {
    margin-top: 10px;
}

.pd-3perc {
    padding: 3% !important;
}

.collapsible {
    background-color: white;
    cursor: pointer;
    padding: 7px 18px 38px 18px;
    width: 97%;
    border: none;
    text-align: left;
    outline: none;
    border: 1px solid #e8e8e8;
    color: #6e6e6e;
    font-size: 13px;
}

    .collapsible:after {
        content: '\002B';
        color: #f51744;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 21px;
    }

.search-filter .active:after {
    content: "\2212";
}

.expandable {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
}

.search-filter .floating_label::after {
    background-color: unset;
}

.search-filter select {
    display: table;
    border-bottom: none !important;
    text-indent: unset !important;
    /*font-family: Roboto, Arial, sans-serif;*/
    font-size: 13px;
}

.text-align-left {
    text-align: left !important;
}

.btn-medium {
    padding: 7px 20px !important;
    font-size: 15px !important;
}

.search-filter-age {
    padding: 3px 0;
    font-size: 13px;
    font-weight: normal;
}

.slider-container {
    clear: both;
    padding: 18px 12px;
    width: 100%
}

.center-p {
    width: 60%;
    margin: 32px auto;
}

.display-block {
    display: block;
}

.last-seen {
    display: none;
}

.new-member-mobile {
    margin: 0 auto;
    height: 33px;
    background-color: #def7ec;
    color: #30954f;
    border-radius: 50px;
    padding: 1px 20px;
    margin-top: 12px;
    font-size: 14px;
    max-width: 160px;
    display: none;
}

.plan-name-mobile {
    margin: 0 auto;
    height: 33px;
    border-radius: 50px;
    padding: 1px 20px;
    display: table;
    margin-top: 12px;
    font-size: 13px;
    font-weight: bold;
}

.plan-basic {
    background-color: #ffdef8;
    color: #3f7450;
}

.plan-gold {
    background-color: #fff7c7;
    color: #932010;
}

.plan-platinum {
    background-color: #feecff;
}

.member-plan-mobile {
    font-size: 17px !important;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.side-margins {
    padding: 0px 25px;
}

.font20 {
    font-size: 20px !important;
}

.font19 {
    font-size: 18px !important;
}

.ad-headers {
    max-width: 90px;
}

.ad-image p {
    color: #b0b0b0;
    font-size: 11px;
    margin: 0 auto;
    display: table;
}

.ht50 {
    height: 50px !important;
}

.ft18 {
    font-size: 18px !important;
}

.icon-disabled {
    color: #dddddd !important;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.select-underline {
    margin-bottom: 1rem;
    border-bottom: 1px solid #f6f6f6;
}

.my-photo-block {
    margin-top: 30px;
    text-align: center;
}

.login-dialog {
    display: table;
    max-width: 395px;
    margin: 0 auto;
    padding: 0px 15px;
}

    .login-dialog h1 {
        font-size: 25px;
        text-transform: capitalize;
        margin-bottom: 0px;
        color: #0076ad;
    }

.popup-box h1 {
    color: #0076ad;
}

.new-member-mob {
    display: none;
}

.width100Perc {
    width: 100% !important;
}

.width90 {
    width: 30% !important;
}

.date-of-birth {
    padding-top: 11px;
}

.font13 {
    font-size: 13px !important;
}

.grid-section th {
    font-size: 14px !important;
    padding: 8px 13px !important;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 500;
    color: #747474;
    text-align: left;
    text-indent: 0%;
}

.grid-section td {
    font-weight: normal !important;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    color: grey;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-align: left;
    text-indent: 0%;
}


.attributes th {
    font-size: 14px !important;
    padding: 8px 13px !important;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 500;
    color: #747474;
    text-align: left;
    text-indent: 0%;
    /*cause big screens to scroll horizontally*/
    /*min-width: 190px;*/
}


.attributes-small {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

    .attributes-small th {
        font-size: 13px !important;
        padding: 8px 13px !important;
        border-left: none;
        border-right: none;
        border-top: none;
        font-weight: 500;
        color: #747474;
        text-align: left;
        text-indent: 0%;
        /*cause big screens to scroll horizontally*/
        /*min-width: 190px;*/
    }

    .attributes-small td {
        font-size: 13px !important;
    }

    .attributes-small i {
        color: #8b8b8b;
        font-size: 18px;
        cursor: pointer;
        padding-left: 20px;
    }

.attributes td {
    font-weight: normal !important;
    border: 1px solid #eeeeee;
    padding: 13px 3px 10px 12px;
    /*color: grey;*/
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-align: left;
    text-indent: 0%;
    /*implemeting lato font*/
    color: #999999;
    font-family: Lato, sans-serif !important;
}

.td-date-time {
    width: 111px !important
}

.td-medium {
    max-width: 220px !important
}

.td-left {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.td-centre {
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
}

    .td-centre span {
        padding-left: 0px !important;
        margin-left: 0px;
        text-align: center;
    }

a {
    cursor: pointer;
}

.row {
    display: block;
}

.small-ddl {
    max-width: 180px;
    text-indent: 14% !important;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
}

.medium-ddl {
    max-width: 225px !important;
    text-indent: 2% !important;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.search-box {
    /*max-width: 400px;*/
    text-align: center;
    border: 1px solid #d4d4d4;
}

/*.popup-box {
    max-height: 500px!important;
    overflow-y: scroll!important;
}
*/

h2 {
    font-size: 17px;
}

.dashboard {
    min-height: 360px;
    background: white;
}

    .dashboard td {
        font-size: 13px !important;
        padding: 8px 13px !important;
        border-left: none;
        border-right: none;
    }

    .dashboard th {
        font-size: 13px !important;
        padding: 8px 13px !important;
        border-left: none;
        border-right: none;
        border-top: none;
        font-weight: 500;
        color: #747474;
    }

    .dashboard table {
        min-width: unset !important;
        margin: 0px auto 0 auto !important;
        /*font-family: "Poppins",Arial,Helvetica,sans-serif;*/
    }

.dashboard-title {
    font-size: 15px;
    font-weight: bold;
    color: #363636;
    width: 100%;
    display: table;
}

.dashboard-title-dropdown {
    width: unset;
    padding-bottom: 14px;
}

.scroll-table {
    margin-bottom: 4px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 500px;
}

    .scroll-table table {
        max-width: unset !important;
    }

.scroll-table-title {
    font-size: 15px;
    font-weight: bold;
    color: #363636;
    float: left;
    padding: 10px
}

.disabled {
    color: #d5d5d5 !important;
    cursor: none;
}

.success-toast-block {
    display: table-cell;
    vertical-align: middle;
}

.rows {
    clear: both;
}

.row {
    clear: both;
}

.alert-danger {
    color: #fd2929 !important;
    border-color: transparent !important;
    background: unset !important;
    font-weight: 500;
    clear: both !important;
    text-align: center;
    display: block;
}

.no-margin {
    margin: unset !important;
}

.no-min-w {
    min-width: unset !important;
}

.margin-btm20 {
    margin-bottom: 20px !important;
}

.no-width-btn {
    width: unset !important;
    padding: 10px 11px !important;
}

.round-btn {
    display: block;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    border: 1px solid red;
}

/*change place holder color*/
/* For input elements */
/*input::placeholder {
    color: #ccc;
}*/

/* For textarea elements */
/*textarea::placeholder {
    color: #ccc;
}*/

/*restrict bootstrap div sizes for consistency*/
.popup-box .col-sm, .popup-box .col-sm-1, .popup-box .col-sm-2, .popup-box .col-sm-3, .popup-box .col-sm-4, .popup-box .col-sm-5, .popup-box .col-sm-6, .popup-box .col-sm-7,
.popup-box .col-sm-8, .popup-box .col-sm-10, .popup-box .col-sm-11, .popup-box .col-sm-12 {
    height: 80px;
    margin-bottom: 11px;
}

.popup-box .col-md, .popup-box .col-md-1, .popup-box .col-md-2, .popup-box .col-md-3, .popup-box .col-md-4, .popup-box .col-md-5, .popup-box .col-md-6, .popup-box .col-md-7,
.popup-box .col-md-8, .popup-box .col-md-10, .popup-box .col-md-11, .popup-box .col-md-12 {
    height: 80px;
    margin-bottom: 11px;
}

.popup-box .col-lg, .popup-box .col-lg-1, .popup-box .col-lg-2, .popup-box .col-lg-3, .popup-box .col-lg-4, .popup-box .col-lg-5, .popup-box .col-lg-6, .popup-box .col-lg-7,
.popup-box .col-lg-8, .popup-box .col-lg-10, .popup-box .col-lg-11, .popup-box .col-lg-12 {
    height: 80px;
    margin-bottom: 11px;
}

textarea {
    height: 47px;
}

input[type=text]:read-only {
    /*background-color: #ffffff !important;*/
    background-color: #fdfdfd;
}

input[type=password]:read-only {
    /*background-color: #ffffff !important;*/
    background-color: #fdfdfd !important;
}

.red-link i {
    width: 74px !important;
    display: table !important;
    font-size: 35px !important;
}

.red-link {
    width: 74px;
    color: #e0182d !important;
    font-weight: 500;
    display: table;
    font-size: 13px;
}

.light-blue-btn {
    background: #e8f9f6;
    color: white;
    padding: 8px 30px;
    border-radius: 3px;
    color: #45c9b1 !important;
    font-size: 12px;
    font-weight: 500;
    min-width: 85px;
    text-align: center;
    display: table;
}

.light-green-btn {
    background: #f3ffdf;
    color: #8ed81e !important;
    padding: 8px 30px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    min-width: 85px;
    text-align: center;
    display: table;
}

.thumb-btn {
    border: 1px solid #f3f3f3;
    background: #fdfdfd;
    border-radius: 5px;
    color: #898989 !important;
    cursor: pointer;
    /*display: inline;*/
    /*padding: 8px 18px;*/
    font-size: 12px;
    display: block;
    padding: 3px 12px;
    width: 100px;
    min-width: unset;
}

    .thumb-btn i {
        padding-left: unset !important;
        color: #24df18 !important;
    }

.appointment-reminders {
    padding-top: 5px;
    margin-bottom: 0px;
    height: 80px !important;
}

input[type=file] {
    float: left;
    margin-top: 20px;
}

.min-width400 {
    min-width: 400px !important;
}

#search_results {
    position: relative;
    top: -736px;
    padding-bottom: 145px;
}

.mrg-tp120 {
    margin-top: 120px;
}


.graph-title {
    font-size: 15px;
    font-weight: bold;
    color: #363636;
}

.unfiltered {
    background: white;
    border: 1px solid #ebebeb;
    color: #858585;
    display: table;
    float: left;
    margin-left: 14px;
    margin-top: 15px;
    /*background: #e8f9f6;*/
    /*color: white;*/
    /*float: right;*/
    padding: 3px 10px;
    /*border-radius: 5px;*/
    color: #45c9b1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 2px 15px;
}

.mrgn-right18 {
    margin-right: 18px;
    width: 100%;
}

.blue-icon {
    border-radius: 5px;
    padding: 5px 9px !important;
    color: #45c9b1 !important;
    background: #e8f9f6;
    margin-left: 9px;
}

.orange-icon {
    background: #fff2d3 !important;
    color: #ffb929 !important;
    border-radius: 5px;
    padding: 5px 9px !important;
    margin-left: 9px;
}

.green-icon {
    background: #edf9ef !important;
    color: #39c156 !important;
    border-radius: 5px;
    padding: 5px 9px !important;
    margin-left: 9px;
}

.normal-text label {
    margin-top: 25px !important;
}

.width300 {
    width: 300px !important;
}

.small-col {
    margin-bottom: 0px !important;
    height: 35px !important;
}

    .small-col span {
        margin: 0 auto !important;
        float: unset !important;
    }

.table-title {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin: 0 auto;
}

    .table-title span {
        color: #000000;
        margin-left: 5px;
    }

.black-transparent {
    background: white !important;
    /*border: 1px solid black !important;*/
    /*color: black !important;*/
    border-radius: 3px !important;
    border: 1px solid #cdcdcd !important;
    color: grey !important;
}

.faq-container {
    max-width: 600px;
    margin: 20px auto;
}

.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}

.faq-answer {
    padding: 10px;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.accordion {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 30px auto 0 auto;
}

.accordion-item {
    border: 1px solid whitesmoke;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 10px;
}

.accordion-header {
    padding: 10px;
    cursor: pointer;
    user-select: none;
    float: right;
    color: #e82b2b;
    width: 92%;
    display: table;
    color: black;
    font-size: 20px;
    float: left;
    margin-left: 20px;
}

    .accordion-header i {
        color: #0076ad;
        font-size: 30px;
        margin-right: 10px;
    }

    .accordion-header span {
        position: relative;
        top: -5px;
    }

.accordion-content {
    padding: 10px;
    display: none;
}

.accordion-item input {
    display: none;
}

    .accordion-item input:checked + .accordion-header + .accordion-content {
        display: block;
    }

    .accordion-item input:checked .expand {
        display: none;
    }


.grey-btn-sm {
    color: #5c5c5c !important;
    margin-left: 5px;
    font-weight: 300;
    font-size: medium;
    padding: 5px 27px 7px 27px;
    background: #f0f0f0 !important;
}

.graph-container {
    border: 1px solid whitesmoke;
    border-radius: 6px;
    padding: 17px !important;
    margin: 10px 0px !important;
}

.graph-container-settings {
    border: 1px solid whitesmoke;
    border-radius: 6px;
    padding: 17px;
    margin: 5px 3px 15px 5px;
    width: 100%;
}

.no-data {
    margin: 25px auto 0 auto;
    /*display: table;*/
    width: 100%;
    text-align: center;
}

.top-n10perc {
    top: -10% !important;
}

.dashboard-table-scroll {
    margin-bottom: 4px;
    overflow-x: scroll;
    overflow-y: scroll;
    margin-top: 20px;
    height: 280px; /*if can affect charts on dashboard if increased*/
}

.dashboard .dashboard-table-scroll {
    margin-top: 0px !important;
}

.page-subtitle {
    font-size: 15px;
    font-weight: bold;
    color: #363636;
}

    .page-subtitle span {
        color: black;
    }

.page-subtitle2 {
    font-size: 15px;
    font-weight: bold;
    color: #363636;
    float: left;
    padding: 10px;
}

.margin-top9 {
    margin-top: 9px !important;
}

.padding-top15perc {
    padding-top: 15% !important;
}

.margin-left0perc {
    margin-left: 0% !important;
}

.margin-auto-top0 {
    margin: 0px auto 0 auto;
}

.settings-checkbox {
    display: table;
    width: 200px;
    margin-top: 15px;
}

.settings-checkbox2 {
    display: table;
    margin-right: 20px;
}

.settings-checkbox3 {
    display: table;
    width: 165px;
    margin-top: 30px
}

.settings-checkbox4 {
    display: table;
    width: 180px;
    text-align: left;
}

.settings-checkbox5 {
    width: 96%;
    margin-top: 15px;
}

.calendar-inputs {
    width: 100%;
    display: flow-root;
    min-width: 400px;
}

.calendar-date {
    max-width: 105px;
    float: left;
}

.calendar-hrs {
    max-width: 84px !important;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0px;
}

.calendar-min {
    max-width: 93px !important;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0px;
}

.appointment-checkbox {
    display: contents;
    width: 240px;
    float: left
}

.member-checkbox {
    display: block !important;
    padding-top: 5px !important;
    width: 100%;
}

.user-leave-checkbox {
    width: 300px !important;
    padding-top: 10px;
    display: block;
}

.w-25 {
    width: 250px;
}

.paddingtop11 {
    padding-top: 11px;
}

.page-detail-title {
    font-size: 36px;
    margin-bottom: 0px !important;
    color: black !important;
}

    .page-detail-title span {
        color: #0076ad; /*#EF0031*/
    }

.page-details-sub-title {
    padding-top: 5px !important;
    color: black !important;
}

.link-btn {
    margin-top: unset !important;
    font-size: 15px !important;
    padding: 12px 16px !important;
}

.transparent-btn {
    padding: 11px 40px !important;
    font-size: 15px !important;
    margin-top: unset !important;
    background-color: white !important;
    color: black !important;
    border: 1px solid !important;
    color: black !important;
}

.detailed-container {
    position: relative !important;
    top: -420px !important;
}

.detailed-container2 {
    position: relative !important;
    top: 0px !important;
}


.mrg-5a20a {
    margin: 5px auto 20px auto
}

.upload-label {
    float: left;
    margin-top: 10px;
}

.attendee-title {
    margin: 0 auto 30px auto;
}

.padding-btm30 {
    padding-bottom: 30px
}

.profile-title {
    font-size: 23px;
    text-transform: capitalize;
    margin: 0 auto 0 auto;
    display: table;
    padding: 0px;
}

    .profile-title span {
        color: #0076ad !important;
        margin-left: 10px;
    }

.profile-body {
    max-width: 1000px;
    margin: 0 auto;
}

.offer-again {
    color: #34c813 !important;
}

.search-buttons i {
    font-size: 35px;
    color: #ec6262;
    cursor: pointer;
}

.grey-btn-small {
    background: #efefef !important;
    color: #757575 !important;
    margin-right: 5px;
    font-weight: 100;
    padding: 3px 5px !important;
    width: 76px !important;
    font-weight: 400;
    min-width: 115px;
}

.circle-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f71735;
    text-align: center;
    line-height: 100px; /* Vertically center the text */
    color: #ffffff; /* Text color */
    text-decoration: none; /* Remove underline */
    font-family: Arial, sans-serif; /* Change font if needed */
    position: relative;
    top: 15px;
}

.bt-tp-dotted {
    border-top: 1px dotted #eeeeee;
}

.centre-block {
    margin: 0 auto;
    display: table;
}

.site-branding {
    cursor: pointer;
}

.pg-btn-small {
    margin-top: 30px;
    max-width: 200px;
}

.home-link {
    display: inline-block;
    position: relative;
    top: -8px;
}

.min-w300 {
    min-width: 300px;
}

.calendar-field {
    background: white !important;
}

.giving-range {
    width: 100%;
    display: flex;
}

    .giving-range input[type=number] {
        width: 44%;
        float: left;
        min-width: 40% !important;
    }

.mrg-r-30 {
    margin-right: 30px !important;
}

.mrg-r-10 {
    margin-right: 10px;
}

.dashboard-dropdown {
    font-size: 14px;
    padding: 0px;
    height: 30px;
    font-size: 12px;
    top: 66px;
    float: right;
    margin-left: 10px;
}

.checkbox-seperator {
    border-bottom: 1px dotted #eeeeee;
    height: 40px;
}

.medium-btn {
    width: 130px;
    display: block;
}

.date-field {
    width: 100px;
}

.date-time-field {
    width: 140px;
}

.ht20 {
    height: 20px !important;
}

.half-ddl {
    margin-bottom: unset;
    max-width: 188px !important;
    text-indent: 0px !important;
    padding: 9px 4px;
}

.half-field {
    margin-bottom: unset;
    max-width: 188px !important;
    margin-top: 0px !important;
}

.fixed-icons {
    /*  position: fixed;
    bottom: 35px;
    right: 30px;
    display: flex;*/

    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 100;
}

    .fixed-icons a {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #333;
        color: white;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        text-decoration: none;
    }

.footer-menu {
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
    display: none;
    bottom: 0px;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: white;
    border-radius: 20px;
    padding-bottom: 13px;
    padding-top: 10px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.03);
    margin: 0 auto 13px auto;
    /*display: table !important;*/
    left: 19%;
    max-width: 211px;
}

.footer-menu-section {
    display: table;
    margin: 0 auto
}

.footer-icon {
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

    .footer-icon a {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #333;
        color: white;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        text-decoration: none;
        margin: 0 auto;
    }

.setting-dash {
    background: #ab47bc !important;
    padding-top: 3px;
}

    .setting-dash i {
        font-size: 22px;
        color: white
    }


.refresh-dash {
    background: #66aa00 !important;
    padding-top: 1px;
}

    .refresh-dash i {
        font-size: 18px;
        color: white
    }

.scrollup-dash {
    background: #3366cc !important;
    padding-top: 1px;
}

    .scrollup-dash i {
        font-size: 18px;
        color: white
    }

.w170 {
    width: 170px;
}

.h240 {
    height: 230px !important;
}

.search-results-medium {
    top: -504px !important;
}

.tp0 {
    top: 0 !important;
}

.tp-n-64 {
    top: -64px !important;
}

.w90 {
    width: 90px !important;
    min-width: unset !important;
}

.tooltip-custom {
    position: relative;
    display: inline-block;
}

    .tooltip-custom .tooltiptext {
        visibility: hidden;
        width: 120px;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding-top: 10px;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: -310%;
        margin-top: -16px;
        opacity: 0.8 !important;
        transition: opacity 0.3s;
        font-family: arial;
        font-size: 12px !important;
        background: black;
        line-height: 15px;
        text-align: left;
    }

    .tooltip-custom ::after {
        content: "";
        position: absolute;
        top: 14%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        opacity: 0.8 !important;
        border-color: transparent transparent transparent black;
    }

    .tooltip-custom:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltiptext {
    padding-bottom: 10px;
}

    .tooltiptext td {
        color: white;
        border: 0px;
        /*border: 1px solid white;*/
        vertical-align: top;
        padding-top: 0px;
    }

.td-tootip-no {
    padding: 0px !important;
    text-align: center !important;
}

.circle-button {
    width: 40px;
    height: 40px;
    background-color: #f91d4a;
    border-radius: 50%; /* Makes the button circular */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Smaller shadow */
}

    .circle-button:focus {
        outline: none;
    }

.plus-sign {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.no-height {
    height: unset !important;
}

.error-ddl {
    position: relative;
    top: -25px;
    text-align: left;
    font-size: 11px;
    padding-left: 0px;
}

.whatsapp-response-section {
    padding: 10px;
    height: 350px !important;
    border-radius: 7px;
    overflow-y: auto;
    padding-bottom: 20px;
    display: grid;
    background-image: url('../images/whatsapp-bg-small.jpg');
    background-position: center;
}

    .whatsapp-response-section table {
        width: 100%;
    }

.chat-ballon {
    width: 100%;
    display: block;
    clear: both;
}

.white-ballon {
    /*  font-size: 12px;
    color: #777777;
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 260px;
    padding: 5px 12px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 3%);
    margin-top: 10px;
    float: left;
    text-align: left;
    width: 100%;*/

    font-size: 12px;
    color: #777777;
    background-color: #fdfdfd;
    border-radius: 15px;
    max-width: 260px;
    padding: 5px 12px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 3%);
    margin-top: 10px;
    float: left;
    text-align: left;
    width: 100%;
    border: 1px solid #f7f7f7;
}

.grey-ballon {
    font-size: 12px;
    color: #777777;
    background-color: #e6fecc;
    border-radius: 15px;
    max-width: 260px;
    padding: 5px 12px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 3%);
    margin-top: 10px;
    float: right;
    text-align: left;
    width: 100%;
}

.chat-sender {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
}

.chat-date {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9px;
    color: #b1b1b1;
}

.chat-response {
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: italic;
}

.chat-input {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.color-red {
    color: red !important;
}

.btn-blue {
    background: #0076ad !important;
}

.btn-blue-border {
    background: white !important;
    border: 1px solid #0076ad !important;
    color: #0076ad !important;
}

.screen-dashboard-container {
    top: 0px;
    max-width: none !important;
    width: 100% !important;
    height: 100%;
    padding-top: 10px;
    background: #f1f5f9;
}

.screen-dashboard-line-graph {
    width: 90%;
    height: 60%;
    margin: 0 auto;
}


.screen-dashboard-line-graph-container {
    width: 98%;
    height: 100%;
    float: left;
    min-width: 300px;
    background: white;
    border-radius: 8px;
    height: 87%;
    padding-top: 4%;
    padding-left: 3%;
}

.screen-dashboard-pie-graph {
    width: 70%;
    height: 60%;
    margin: 0 auto;
}

.screen-dashboard-pie-container-left {
    width: 49%;
    height: 100%;
    float: left;
    min-width: 300px;
    background: white;
    margin-right: 10px;
    border-radius: 8px;
    height: 87%;
    padding-top: 4%;
    padding-left: 3%;
}

.screen-dashboard-pie-container-right {
    width: 49%;
    height: 100%;
    float: left;
    min-width: 300px;
    background: white;
    border-radius: 8px;
    height: 87%;
    padding-top: 4%;
    padding-left: 3%;
}

.dashboard-grid-container {
    overflow-y: scroll;
    max-height: 400px;
}

label {
    font-weight: 100 !important;
    font-size: 16px !important;
    text-align: left!important;
}

.nav-bar-contacts {
    margin: 0 auto;
    display: table;
    padding: 20px;
    text-align: center;
    color: #0076ad;
    font-size: 15px;
    float: right;
}

    .nav-bar-contacts i {
        margin-left: 10px;
        margin-right: 5px;
    }

.btn-register {
    margin: 40px auto 0 auto !important;
    display: table !important;
    border-radius: 9px !important;
    padding: 11px 50px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}

.mrg-b15 {
    margin-bottom: 15px;
}

.iframe-size {
    width: 100%;
    border: none;
    display: block;
    height: 1300px;
}

.copyright-section {
    color: #adadad;
    text-align: center;
    font-size: 12px;
    margin-top: 100px;
}

.register-panel {
    background: white;
    border-radius: 10px;
    margin: 0 auto;
    display: table;
    position: relative;
    top: -21px;
    padding: 18px 40px;
    text-align: center;
    border: 1px solid #f1f1f1;
    /*  margin-left:10px;
    margin-right:10px;*/
}

.register-title {
    color: #0076ad;
    font-weight: 500;
    font-size: 30px;
    padding-top: 18px;
}

.terms-conditions {
    margin: 0 auto;
    max-width: 750px;
    text-align: left !important;
    padding-top: 18px;
}

    .terms-conditions p {
        color: #0076ad;
        font-weight: 500;
    }

    .terms-conditions span {
        font-size: 12px;
    }

ol, ul {
    list-style: disc !important;
    font-size: 12px;
}

.terms-conditions-register {
    margin: 15px auto 0 auto;
    display: table;
    min-width: 248px;
    font-size: 13px;
    max-width: 260px;
}

    .terms-conditions-register a {
        color: #0076ad !important
    }

    .terms-conditions-register label {
        margin-right: 0px;
    }

.no-overflow {
    overflow: hidden!important;
}

.comments-field {
    height: 130px !important;
}

.ht100 {
    height: 100px!important;
}