*,
::before,
::after {
    box-sizing: border-box;
}

.contest-link-icon {
    font-size: 14px;
    display: none;
    margin-right: 5px;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

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

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.btn-syncsteps:hover {
    background: #269abc;
    text-shadow: none;
    color: #FFF;
}

@media(max-width: 768px) {
    .serchs-right input {
        width: 100% !important;
    }
}

@media(max-width: 1100px) {
    .prifiles-boxes .media-body .btn-group {
        bottom: 5px;
    }
}

@media(min-width: 767px) {
    #waller_leftSite .sideways {
        height: 98% !important;
    }

    .charity-btn .btn {
        max-width: 165px;
        white-space: nowrap;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }

    .charity-btn .ongoing {
        max-width: 160px
    }

    .charity-btn .last-day {
        max-width: 195px
    }

    .charity-btn .over {
        max-width: 195px
    }

    p.contest-detail {
        min-height: 30px;
    }

    .mob-login-register {
        display: none;
    }

}

@media(max-width: 767px) {

    #waller_leftSite,
    #waller_leftSite .sideways {
        height: auto !important;
    }

    .mob-hide-pointer,
    .contest-link {
        pointer-events: none !important;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently supported by Chrome and Opera */
    }

    .mob-hide {
        display: none !important;
    }

    .contest-link-icon {
        font-size: 16px;
        display: inline-block;
    }

    .date-pickericon i {
        top: 36px;
    }

    .btn-syncsteps {
        float: none;
        margin-left: 2px;
        margin-top: 0px;
        padding: 6px;
        font-size: 14px;
    }

    .btn-syncsteps i {
        margin: 0px;
        font-size: 12px;
    }

    .my-tabs .nav-tabs>li>a {
        font-size: 12px;
        margin-right: 2px;
        padding-top: 9px;
        padding-bottom: 8px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .charity-btn {
        width: 100%;
        float: none;
        margin-right: auto !important;
        margin-bottom: 4px !important;
    }

    .days-left {
        padding: 9px 8px;
    }

    .carousel-caption .btn {
        margin-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 17px;
        width: 100px;
    }
}

@media(max-width: 600px) {
    .prifiles-boxes .media-body {
        padding-top: 10px;
    }

    .serchs-right input {
        width: 100% !important;
    }

    .four-buttpns .three-btn {
        min-width: 80px;
        font-size: 15px;
        margin-right: 2px;
    }

    .four-buttpns .add-new {
        border: 2px solid #f4cb3b;
        background: #fff;
        display: inline-block;
        font-size: 15px;
        color: #777;
        padding: 3px;
        letter-spacing: 0px;
        text-decoration: none;
        margin-bottom: 5px;
    }

    .prifiles-boxes .media-body .btn-group button {
        padding: 4px;
        font-size: 15px;
    }

    .prifiles-boxes .media-body .btn-group button img {
        width: 12px;
        margin-right: 3px;
    }

    .prifiles-boxes .media-body h4 {
        font-size: 16px;
    }

    .friends-img {
        width: 90px;
        height: 100px;
    }

    .friends-img img {
        max-height: 100px;
    }

    .paenelinput-fildesm .input-group-text {
        margin-top: 15px !important;
    }

    .add-charity a {
        margin-top: 10px;
    }

    .full-width-mob {
        width: 100% !important;
    }

    .contest-detail {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        min-height: 0px !important;
    }

    .contest-lsteps {
        width: 100% !important;
    }

    .contest-goals {
        text-align: justify !important;
        padding-bottom: 0px !important;
    }

    .social-links>li>a,
    .social-links>li .dropdown-toggle {
        font-size: 13px !important;
        min-width: 62px !important;
    }

    .social-links>li>a,
    .social-links>li .dropdown-toggle {
        padding: 6px 3px !important;
    }

    .login-social {
        margin-top: 15px;
    }
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.pointer-events-none {
    pointer-events: none !important;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

/*------------Loader-----------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#ploader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#ploader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#ploader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #ploader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

/*----------End Loader-----------*/
.preview-box {
    padding: 15px !important;
    background: #FFF !important;
    border: solid 1px #f0e4f8 !important;
}

.text-warning {
    color: #fecc40 !important;
}

.input-loader {
    background: url('../images/LoaderIcon.gif') no-repeat right 6px top 6px !important;
    z-index: 99999;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.preloader {
    background: url(../images/loading.gif) center center no-repeat;
    display: block;
    left: 0;
    margin: auto;
    min-height: 30px;
    min-width: 30px;
    position: absolute;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.back-cover {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.preloader2 {
    background: rgba(255, 255, 255, 0.8) url(../images/477.gif) center center no-repeat;
    display: block;
    left: 0;
    margin: auto;
    min-height: 30px;
    min-width: 30px;
    position: absolute;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.btn-okanddelete {
    bottom: 38px !important;
}

.btn-okanddelete .btn {
    color: #fff !important;
    border-radius: 4px !important;
}

.btn-okanddelete .btn small {
    font-size: 13px;
    line-height: 16px;
}

.btn-okanddelete .btn-danger {
    left: 5px;
}

.new_heading {
    font-size: 22px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #636363;
}

.carousel-5items .owl-stage-outer {
    max-height: 150px;
}

.carousel-5items.owl-loaded .owl-stage-outer {
    height: auto;
}

.carousel-5items .owl-item {
    opacity: 0;
    transition: opacity .1s .1s;
}

.carousel-5items .owl-item.active {
    opacity: 1;
}

body.modal-open {
    padding-right: 0 !important;
}

.charity_default_img .thumb {
    max-width: 185px;
}

.charity-content {
    min-height: 443px;
}

.homeglobe {
    background-color: #000;
    padding-top: 90px;
}

.homeglobe img {
    margin: 0px auto;
}

.homeglobe .btn {
    padding-left: 35px;
    padding-right: 35px;
    background: #fecc40;
    font-size: 20px;
    color: #003399;
    font-weight: 700;
    border: none;
    width: 150px;
}

.float-right {
    float: right;
}

.prifiles-boxes .media-body .btn-group button {
    font-family: "Arial", sans-serif;
}

.loader-icon {
    border: 0px;
    display: inline-block;
    position: relative;
    background: url('../images/loader_v.gif') no-repeat;
    vertical-align: middle;
    min-width: 16px;
    min-height: 11px;
}

.btn-shadow:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19) !important;
}

.text-shadow {
    text-shadow: 1px 1px #314e8f, -1px -1px #000;
}

.text-shadow-sync {
    text-shadow: 1px 1px white, -1px -1px #fecc40;
}

.text-shadow-white {
    text-shadow: 0px 0px #0b76b4, -1px -1px #fff;
}

.boxshadow {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.boxshadow2 {
    transition: box-shadow 0.45s;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.my-tabs .nav li.active a {
    border-color: #314e8f !important;
    background: #314e8f !important;
    color: #fff !important;
    outline: none !important;
}

.ui-autocomplete {
    border-color: #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6) !important;
    outline: 0 none !important;
    border-top: none !important;
    margin: auro 5px !important;
}

.ui-autocomplete .ui-menu-item {
    border-top: 1px solid #ddd;
    line-height: 2.2;
    padding-left: 10px;
    font-size: 14px;
}

.ui-autocomplete .ui-menu-item .ui-corner-all {
    text-transform: capitalize;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item .ui-corner-all:hover {
    background-color: #337AB7;
    color: #fff !important;
    border: none !important;
    margin: auto 0px !important;
}

.btn-file {
    padding-top: 9px;
    padding-bottom: 9px;
}

.select-asinput {
    pointer-events: none
}

.select-asinput .bs-caret {
    display: none
}

.errorMessage {
    position: absolute;
    left: 28px;
    bottom: -16.5px;
    font-size: 12px;
    color: red;
}


.form-row .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-row .bootstrap-select.form-control {
    margin-bottom: 5px;
}

d-inline {
    display: inline-block
}

.ml15 {
    margin-left: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.min-h-40vh {
    min-height: 40vh;
}

.min-h-33_5vh {
    min-height: 33.5vh;
}

.min-h-41vh {
    min-height: 41vh;
}

.min-h-42vh {
    min-height: 42vh;
}

.min-h-42_2vh {
    min-height: 42.2vh;
}

.min-h-43vh {
    min-height: 43vh;
}

.min-h-43_7vh {
    min-height: 43.7vh;
}

.min-h-44vh {
    min-height: 44vh;
}

.min-h-44_5vh {
    min-height: 47.2vh;
}

.min-h-47vh {
    min-height: 47vh;
}

.min-h-48vh {
    min-height: 48vh;
}

.min-h-49vh {
    min-height: 49vh;
}

.min-h-49_3vh {
    min-height: 49.3vh;
}

.min-h-50vh {
    min-height: 50vh;
}

.min-h-52vh {
    min-height: 52vh;
}

.min-h-55vh {
    min-height: 55vh;
}

.navbar-nav.login-menu {
    margin-top: 22px;
    padding-left: 10px;
    margin-left: 20px;
}

.navbar-nav.login-menu>li {
    border-right: solid 1px #fff;
    min-height: 22px;
}

.navbar-nav.login-menu>li:last-child {
    margin-left: 0;
    border: none;
}

.navbar-nav.login-menu>li>a {
    padding-top: 1px;
    padding-bottom: 0px;
    color: #fff
}

.share-copylink div input {
    font-size: 12px;
}

.progress-box {
    box-sizing: border-box;
    text-align: left;
    float: none;
    clear: both;
}

.progress-box p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 6px;
}

.progress-box p span {
    font-size: 26px;
    font-family: "Roboto-Medium";
    font-weight: bold;
}

.progress-box .progress {
    height: 13px;
    border-radius: 30px;
}

.termsand-condition-text p {
    font-size: 17px;
    line-height: 20px;
    color: #555;
    text-align: justify;
}

.termsand-condition-text ul {
    margin: 0px;
    padding: 15px;
}

.termsand-condition-text ul li {
    margin: 0px;
    padding: 7px 10px;
    font-size: 17px;
    line-height: 20px;
    color: #555;
    text-align: justify;

}

.white-bg {
    background: #FFFFFF !important;
}

.nowrap {
    white-space: nowrap !important;
}

.boxtable-relative {
    display: table !important;
}

.login-menu>li:first-child>a,
.navbar-fixed .login-menu>li:first-child>a,
.navbar-default .login-menu>li:first-child>a {
    border-left: 0px !important;
}

.login-menu>li>a,
.navbar-fixed .login-menu>li>a {
    border-right: 0px !important;
    font-weight: 600;
}

/*CSS By XT*/
.tabs-panel {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.tabs-panel .panel-heading {
    background: #263b8a !important;
    padding: 30px 30px 0px 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: none;
}

.tabs-panel .panel-heading .nav-tabs {
    border-bottom: none;
}

.tabs-panel .panel-heading .nav-tabs>li>a {
    background: #929ec5;
    color: #fff;
    border: 1px solid #fff;
    font-size: 24px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 40px;
    margin-right: 10px;
}

.tabs-panel .panel-heading .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #263b8a;
    background: #fff;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.label-right {
    text-align: right !important;
    font-size: 16px !important;
    margin-top: 8px;
    color: #666 !important;
}

.br-0 {
    border-radius: 0px !important;
}

.text-danger {
    color: #a94442 !important;
}

.tabs-radiotype .modal-body .nav-tabs {
    border: none;
}

.tabs-radiotype .modal-body {
    padding-top: 30px;
    padding-bottom: 50px;
}

.tabs-radiotype .modal-body .nav-tabs li {
    text-align: center;
    display: inline-block;
    margin: 0px auto;
}

.tabs-radiotype .modal-body .nav-tabs li a {
    border: none;
    position: relative;
    margin-left: 20px;
    color: #555;
    font-size: 16px;
}

.tabs-radiotype .modal-body .nav-tabs li a:hover {
    background: no-repeat;
    color: #666;
}

.tabs-radiotype .modal-body .nav-tabs li a span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #444;
    border-radius: 50%;
    line-height: 30px;
    position: absolute;
    left: -10px;
}

.tabs-radiotype .modal-body .nav-tabs>li.active>a span,
.nav-tabs>li.active>a span:hover,
.nav-tabs>li.active>a span:focus {
    background: #52ac4f;
    border-color: #666;
}

.br-4 {
    border-radius: 4px !important;
}

.input-150 {
    width: 100%;
    max-width: 150px;
}

.input-200 {
    width: 100%;
    max-width: 200px;
    box-shadow: none;
}

.contact-bookbox {
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 55vh;
}

.contact-heading {
    font-size: 28px;
    color: #2d2d2d;
    margin: 0px;
    padding: 0px;
}

.contact-heading img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -7px;
}

.friends-img {
    display: block;
    border-right: 1px solid #ddd;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100px;
    height: 100px;
    background: #f9f9f9;
    overflow: hidden;
}

.friends-img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
    width: 100px;
}

.btn-edit {
    background: #fff;
    border: 1px solid #ccc !important;
    margin-left: 10px !important;
    cursor: pointer;
    border-radius: 0px;
    height: 33px;
    line-height: 13px;
}

.btn-edit img {
    width: 16px;
}

.four-buttpns .three-btn {
    background: #f4cb3b;
    color: #555;
    min-width: 120px;
    padding: 6px 0px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 5px;
}

.four-buttpns .three-btn.active,
.four-buttpns .three-btn:hover {
    background: #213c8b;
    color: #fff;
}

.four-buttpns .add-new {
    border: 2px solid #f4cb3b;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    color: #777;
    padding: 4px 4px 3px 4px;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-right: 10px;
    transition: 500ms;
    -webkit-transition: 500ms;
}

.four-buttpns .add-new:hover {
    background: #213c8b;
    border-color: #213c8b;
    color: #fff;
    transition: 500ms;
    -webkit-transition: 500ms;

}

.find-friends {
    border-radius: 0px;
}

.find-friends:hover {
    background: #213c8b;
    border-color: #213c8b;
    color: #fff;
    transition: 500ms;
    -webkit-transition: 500ms;
}

.serchs-right .input-group-addon {
    background: #213c8b;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid #213c8b;
    ;
}

.serchs-right .input-group-addon img {
    width: 18px;
}

.serchs-right input {

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.mt25 {
    margin-top: 25px !important;
}

.all-contacts {
    font-size: 22px;
    color: #636363;
}

.all-contacts span {
    color: #999;
    margin-left: 5px;
}

.prifiles-boxes {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;

    border-radius: 0px;
    position: relative;
}

.prifiles-boxes .media {
    overflow: auto;
}

.prifiles-boxes .media-body h4 {
    color: #213c8b;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.prifiles-boxes .media-body {
    padding-top: 27px;
}

.prifiles-boxes .media-body p {
    color: #888;
    padding-top: 3px;
}

.prifiles-boxes .media-body .btn-group {
    position: absolute;
    right: 15px;
    bottom: 33px;
}

.prifiles-boxes .media-body .btn-group button {
    border: 1px solid #d8d8d8;
    display: inline-block;
    padding: 4px 6px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-decoration: none !important;
    border-radius: 2px;
}

.prifiles-boxes .media-body .btn-group img {
    width: 13px;
    margin-right: 10px;
}

.prifiles-boxes .media-body .btn-group button:hover {
    background: #213c8b;
    color: #fff;
}

/*.active{
        background: #213c8b!important;
        color: #fff!important;
}*/
.prifiles-boxes .media-body .open button {
    background: #213c8b !important;
    color: #fff !important;
}

.prifiles-boxes .media-body .btn-group span {
    font-size: 12px;
    padding-right: 5px;
}

.prifiles-boxes .media-body .dropdown-menu li a:hover {
    background: #213c8b;
    color: #fff;
}

.members-counts {
    background: #8992c7;
    color: #fff;
    padding: 5px 2px;
    text-align: center;
    font-size: 16px;

    white-space: nowrap;

    overflow: hidden;
    text-overflow: "....";

}

.members-counts span {
    margin-left: 3px;
}

.friends-member {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 150px;
    background: #f9f9f9;
    overflow: hidden;
}

.friends-member img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
    width: 100px;
}

.active-member {
    border-bottom: 5px solid #f4cb3b;
}


.caurosel-members .owl-nav .owl-prev,
.caurosel-members .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding-left: 5px;
    font-size: 38px;
    line-height: 30px;

}

.caurosel-members .owl-nav .owl-next {
    padding-right: 5px;
    border-radius: 20px 0px 0px 20px;

}

.caurosel-members .owl-nav .owl-prev {
    border-radius: 0px 20px 20px 0;
}

.caurosel-members .item a {
    text-decoration: none;
}

.caurosel-members .item a:hover img {
    opacity: 0.7;
    text-decoration: none;
    transition: 500ms;
    -webkit-transition: 500ms;
}

.caurosel-members .item a:hover .members-counts {
    color: #f4cb3b;
}

.ptb20 {
    padding: 15px;
    border-radius: 4px;

}

.middle-content {
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0px;
    text-align: center;
    padding-top: 45px;
    background: rgba(33, 60, 139, 0.8);
}

.middle-content h3 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.middle-content p {
    color: #fff;
    font-size: 20px;
}

.item:hover .middle-content {
    opacity: 1;
}

.contact-bookbox .filter {
    padding: 0px 15px;
}

.center-h h2 {
    max-width: 85px;
    display: inline-block;
}

.panel-heading.center-h {
    background: #314e8f;
    border-color: #314e8f;
}

.menu-caret {
    width: 24px;
    height: 24px;
    line-height: 22px;
}

.menu-caret .caret {
    margin-left: 0px;
}

.slider-values {
    position: relative;
}

.hide-input-dollar {
    height: 20px;
}

.hide-input-dollar label {
    font-size: 14px !important;
    top: 14px !important;
    left: 0px !important;
}

.footer-social.list-inline>li {
    padding-right: 0px;
    padding-left: 0px;
}

.competition-data table {
    width: 100%;
}

.competition-data tr td:first-child {
    font-weight: normal;
    font-family: 'Roboto-Medium', "Arial", sans-serif;
    width: 150px;
}

.competition-data tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.competition-data tr td {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding: 14px 15px;
    font-size: 16px;
}

.competition-img {
    background: #fff;
    border: 1px solid #ccc;
}

img.rotate-img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

img.rotate-img:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.prifiles-boxes .media-body {
    padding-top: 27px !important;
}

.dashboard-wrap {
    padding-top: 20px;
}

.dashboard-accordian {
    max-height: 800px;
    overflow: hidden;
    overflow-y: auto
}

.ui-dialog-titlebar-close::before {
    content: '';
    position: absolute;
    border-left: 2px solid #222;
    height: 10px;
    top: 3px;
    transform: rotate(-45deg);
}

.ui-dialog-titlebar-close::after {
    content: '';
    position: absolute;
    border-left: 2px solid #222;
    height: 10px;
    top: 3px;
    transform: rotate(45deg);
}

.bootstrap-select .dropdown-toggle .filter-option {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu>li>a {
    white-space: normal;
}

.alert-box,
.modal {
    z-index: 99999999;
}

.modal-backdrop {
    z-index: 9999;
}

.modal-backdrop.in {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.alert-box {
    z-index: 9999;
}

.select-dotted .inner.open,
.select-dotted .dropdown-menu.open {
    width: 100% !important
}

.select-dotted .dropdown-menu li a {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    white-space: nowrap !important;
}

.select-dotted.show-tick .dropdown-menu .selected span.check-mark {
    top: 9.5px;
    right: -1px;
}

.email-heading {
    color: #666 !important;
    padding-top: 5px !important;
    font-size: 15px !important;
}

@media(max-width: 768px) {
    .serchs-right input {
        width: 100% !important;
    }

    .prifiles-boxes .media-body .btn-group {
        bottom: 3px !important;
        right: 3px !important;
    }

    .prifiles-boxes .media-body {
        padding-top: 10px !important;
    }

}

.inside-table {
    width: 100%;
}

.inside-table tr th,
.inside-table tr td {
    padding: 10px;
}

.inside-table tr th {
    width: 120px;
}

.dashboard-contest-link a {
    color: #fff;
    cursor: copy !important;
}

.dashboard-contest-link a:hover {
    color: #fecc40;
    text-decoration: none;
    text-shadow: 1px 1px #333;
}

.img-video-box {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
}

.pagination>li>a,
.pagination>li>span {
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
}

.table-headerbg thead {
    color: #fff !important;
    background: #314e8f !important;
}

.table-headerbg thead tr th {
    border-bottom: 0px;
}

.table-headerbg tbody {
    font-size: 12px;
}

.dataTables_wrapper label,
.dataTables_wrapper input {
    margin-bottom: 2px;
}

table.dataTable thead .sorting::after {
    content: none !important;
}

.profile-details-tab .tab-pane {
    background: none
}

.profile-details-tab .tab-pane label {
    font-family: "Times New Roman", Times, serif;
}

.border-button {
    border-bottom: 1px solid #eee;
}

.aos-box {
    width: 40%;
    clear: both;
    height: 200px;
    background: #FFF;
    border-radius: 2px;
    margin: 12vh 0;
    padding: 10px;
}

.aos-box pre,
.aos-box code {
    height: 100%;
    margin: 0;
}

.aos-box-wider {
    width: 60%;
}

.aos-box-left {
    float: left;
}

.hljs {
    display: block;
    overflow-x: auto;
    background: #202746;
    color: #979db4;
    padding: 0.5em;
    -webkit-text-size-adjust: none;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/*--- Login by social icons----*/
.middle-loginwith {
    padding: 0px 20px 10px 20px;
    margin: 0px;
    box-sizing: border-box;
    list-style-type: none;
    text-align: center;
}

.middle-loginwith li {
    display: inline-block;
    margin: 2px 1px;
}

.middle-loginwith li a {
    display: block;
    position: relative;
    background: #f1f1f1;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    z-index: 10;
    color: #fff;
}

[data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    background: #183c8b;
    z-index: 10;
    white-space: nowrap;
    top: -35px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    border-radius: 3px;
    letter-spacing: 0.4px;
}

.middle-loginwith li a:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #183c8b;
}

.middle-loginwith li a:hover {
    transition: 400ms;
    opacity: 0.95;
}

.middle-loginwith li a img {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 4px;
    vertical-align: top;
}

.middle-loginwith li a.middle-facebook {
    background-color: #4368b0;
    border-color: #4368b0;
}

.middle-loginwith li a.middle-google {}

.middle-loginwith li a.middle-fitbit {
    background-color: #1BB2B6;
    border-color: #1BB2B6;
}

.middle-loginwith li a.middle-linkedin {
    background-color: #107BA8;
    border-color: #107BA8;
}

.middle-loginwith li a.middle-twitter {
    background-color: #1CAAF1;
    border-color: #1CAAF1;
}

.middle-orline {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    box-sizing: border-box;
}

.middle-orline span {
    display: block;
    position: relative;
    overflow: hidden;
    height: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.middle-orline span:before {
    content: '';
    position: absolute;
    width: 44%;
    height: 1px;
    background: #999;
    top: 10px;
    left: 0;
}

.middle-orline span:after {
    content: '';
    position: absolute;
    width: 44%;
    height: 1px;
    background: #999;
    top: 10px;
    right: 0;
}

/*--- End Login by social icons----*/
.otherinput-wrap {
    position: relative;
    display: none;
}

.otherinput-wrap input {
    padding-right: 34px;
}

.otherinput-wrap span {
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 100%;
    background: transparent;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    color: #666;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.otherinput-wrap span i {
    font-style: normal;
    display: block;
    margin: 0px auto;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ddd;
    font-size: 18px;
    border-radius: 50%;
    margin-top: 9px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.otherinput-wrap span:hover i {
    transform: rotate(360deg);
    transform-origin: center center;
    background: #f77979;
    color: #fff;
}

@media only screen and (min-width : 768px) {
    .charity-f-block {
        overflow: hidden;
        overflow-y: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width : 767px) {
    .charity-f-block {
        height: auto !important;
        margin-bottom: 20px;
    }
}

.input-browse label.form-control {
    height: 34px;
    border-radius: 2px;
}

.input-browse .btn-file,
.input-browse label.form-control {
    line-height: 20px;
    color: #666;
}

.charity-forms {
    background: #fff;
    padding: 10px 15px 30px 15px;
}

.charity-forms .form-control {
    border-radius: 2px;
}

.charity-forms .form-group label {
    font-size: 15px;
    color: #666;
    text-transform: capitalize
}

.mb20 {
    margin-bottom: 20px;
}

.input-group-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.fl-name {
    display: block;
    position: relative;
    background: #eee;
    border-radius: 4px;
    margin: 5px 0px 1px 0px;
    display: block;
    padding: 7px 40px 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14.5px;
    color: #666;
}

.fl-name strong {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    border-radius: 20px;
    text-align: center;
    top: 7px;
    right: 10px;
    background: #f48585;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: 300ms;
}

.fl-name strong:hover {
    background: #fe5151;
    transform: rotate(180deg);
}

.input-imageupload .input-group-addon {
    transition: 300ms
}

.input-imageupload:hover .input-group-addon {
    color: #fff;
    background: #324F8D;
    border-color: #324F8D;
}

#charityDescription {
    min-height: 109px;
}

.btn-bforesearch {
    padding: 4.5px 10px;
}

footer p {
    color: #ccc;
}

.deviceimg-center img {
    min-width: 24px;
    min-height: 24px;
    margin: auto;
    padding-top: 0;
    vertical-align: baseline;
    display: inline-block;
}

.deviceimg {
    width: 100%;
    height: auto;
    max-width: 100px !important;
    ;
    text-align: center !important;
    float: left;
    margin: auto;
}

.device-link {
    text-align: center;
    margin: auto;
    padding: 12px 0px;
}

.input-mb-4.error {
    margin-bottom: 25px;
}

.justify-content {
    max-width: 430px;
    margin: auto;
    width: 100%;
}

.prifiles-boxes .media-body .btn-delete-accept a {
    text-decoration: none;
}

.prifiles-boxes .media-body .btn-delete-accept img {
    width: 20px !important;
    cursor: pointer;
}

.prifiles-boxes .media-body .btn-delete-accept {
    bottom: 40px;
}

.msglistprofilebox {
    padding: 15px !important;
    background: #f6f8f7;
    border: solid 1px #ebebeb;
    min-height: 43vh;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 22px;
}

#notification_count {
    background: #fecc40;
    color: #000;
}

.navbar-default .navbar-nav>li>a span {
    position: relative;
}

.navbar-default .navbar-nav>li>a span i.notificat {
    position: absolute;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50%;
    display: inline-block;
    background: #dd4e42;
    color: #fff;
    font-style: normal;
    text-align: center;
    top: -35px;
    right: 2px;
}

/*---Read more-------*/
.b-description_readmore_wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    max-width: none !important;
    width: 100%;
}

.b-description_readmore {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
    padding: 0 15px;
}


.b-description_readmore_button {
    display: inline-block;
    width: 150px;
    border: 1px solid black;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
}

.b-description_readmore_button:hover {
    color: white;
    background: black;
}

.b-description_readmore_ellipsis:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(255, 255, 255, 1) 65%);
}

/*---End Read more-------*/
input.is-invalid,
.invalid-feedback {
    border-color: #cb1d1d !important;
}

input.is-valid,
.valid-feedback {
    border-color: #009900 !important;
}

.invalid-feedback {
    color: #cb1d1d !important;
}

.valid-feedback {
    color: #009900 !important;
}

.invalid-feedback,
.valid-feedback {
    font-style: italic !important;
    font-size: 12px !important;
}

.navbar-default .navbar-nav>li>a span {
    position: relative;
}

.navbar-default .navbar-nav>li>a span i.notificat {
    position: absolute;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50px;
    background: #dd4e42;
    color: #fff;
    font-style: normal;
    text-align: center;
    top: -35px;
    right: 2px;
}


.cofirm-notifybox {
    position: relative;
    padding-right: 100px;
    border-bottom: 1px solid #eee;
    height: 50px;
    display: block;
    box-sizing: border-box;
}

.cofirm-notifybox img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    top: 10px;
    left: 10px;
    vertical-align: middle;
}

.cofirm-notifybox p {
    line-height: 50px;
    font-weight: bold;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 50px;
    width: calc(100% - 120px);
    overflow: hidden;
    color: #314e8f;
}

.cofirm-notifybox div {
    position: absolute;
    right: 10px;
    top: 12px;
}

.cofirm-notifybox button {
    border-radius: 2px;
    height: 21px;
    padding-left: 5px;
    padding-right: 5px;
}

.cofirm-notifybox button.btn-default {
    background: #dddddd;
}

.device-btn {
    color: #ddd;
    text-decoration: none;
    background: #006400;
}

.device-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #006400;
}

.rotation360 {
    transform: rotateY(360deg) !important;
}

.upperBold {
    text-transform: uppercase;
    font-size: 25px;
}

.btn-shadow {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19) !important;
}

.valign-lh14 {
    vertical-align: middle;
    line-height: 14;
}

.flip-parent {
    width: 100%;
    max-width: 320px;
    height: auto;
    background: #e6eff6;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;

}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 200px;

    perspective: 1000px;
    position: relative;
    background: #FFFFFF
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #ffffff;
    color: black;
}

.flip-box-back {
    background-color: #0b76b4;
    color: white;
    transform: rotateY(180deg);
}