@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
    src: url("../fonts/ProximaNova-Semibold.otf") format("opentype");
    src: url("../fonts/ProximaNova-Thin.otf") format("opentype");
}

.btn-primary {
    width: 100%;
    border-radius: 10px;
    background: #00a3e4;
    border-color: #00a3e4;
    color: #ffffff;
}
.update-preferences-btn .btn-primary{
        border-radius: 50px!important;
        font-size:18px;

}
#app {
    background-color: #ffffff;
    width: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

#app-layout {
    background-color: #ffffff;
    width: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

.murugo-top-section-wrapper {
    border: 0;
    position: relative;
    z-index: 1;
}

.py-4 {
    position: relative;
    z-index: 2;
    top: -40px;
}

.murugo-top-section-container {
    margin: 0 auto;
    padding: 0;
}

.at-name::before {
    content: "@";
}
@media only screen and (max-width: 900px) {
    .murugo-top-section-container {
        margin: 0 auto;
        padding: 0;
    }
}

.murugo-logo-sun-container {
    background-color: #00a3e4;
    width: 1000px;
    position: fixed;
}

.murugo-logo {
    width: 320px;
    margin: 0 auto;
    display: block;
    margin-top: 65px;
}

.murugo-sun {
    width: 200px;
    z-index: 9;
    position: relative;
    float: right;
    display: block;
    top: -106px;
    margin-right: 60px;
}

#animation_container {
    background-color: transparent !important;
    position: fixed;
}

#canvas {
    z-index: 9;
    background-color: transparent !important;
}

.murugo-middle-section {
    height: 100%;
    position: absolute;
}

span.hashtag a {
    color: #00a3e4;
    text-decoration: none;
}
#appstore-alert {
    display: none;
    position: absolute;
    height: 200px;
    background-color: #00a3e4;
    bottom: 0;
    width: 100%;
    font-size: 20px;
}
.menu {
    background: url(/images/menubg.png);
    background-size: cover;
    width: 100%;
    height: 125px;
    box-shadow: none !important;
}

.wrapper {
    margin: 30px 0;
}

.survey-no-longer {
    padding: 20px 0;
}

.survey-no-longer h1 {
    font-size: 30px;
    font-weight: bolder;
}

.survey-title h1 {
    font-size: 25px;
    font-weight: bolder;
}

.description {
    font-weight: bolder;
    font-size: 18px;
}

.survey-description p {
    line-height: 1.8;
}

.survey-requirements h1 {
    font-size: 20px;
    font-weight: 600;
}

.survey-requirements ul li {
    line-height: 1.8;
}

/* Login page */

#welcome-menu {
    background: #00a3e4;
    position: relative;
}

.col-6 ul li {
    float: left;
    padding: 4px 10px;
    list-style: none;
}

.col-3 ul li {
    float: right;
    list-style: none;
    right: 10px;
    top: 15px;
}

#navbarDropdown {
    appearance: none;
    padding: 5px;
    color: white;
    border: none;
    font-family: inherit;
    outline: none;
}

#welcome ul li > a {
    color: #ffffff;
    font-weight: 900;
}

.nav-link {
    padding: 0 !important;
}

#welcome-murugo-sun {
    height: 300px;
    padding-top: 30px;
    background: #00a3e4;
}

#welcome-murugo-sun .title img {
    display: block;
    margin-left: auto;
    width: 300px;
}

#welcome-murugo-sun .sun img {
    display: block;
    margin-left: auto;
    width: 180px;
}

#welcome-clouds {
    position: relative;
    background-image: url(../images/WebClouds.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: -265px;
    height: 450px;
}

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

#welcome-signin,
#reset-password {
    background: #ffff;
    width: 360px;
    margin: auto;
    top: 10px;
    padding: 25px;
    border-radius: 10px;
        box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0.54);
    position: relative;
}

#welcome-signup {
    background: #fff;
    width: 500px;
    margin: 50px auto;
    padding: 25px 0;
    border-radius: 10px;
    box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    top: -31px;
}

#welcome-signup form,
#welcome-signup {
    padding: 25px 70px;
}

#welcome-signup .form-title h1 {
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    color:black;
    font-weight:600;
}
.sticky-main-footer {
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .sticky-main-footer {
        position: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
    }
}

@media screen and (width: 800px) and (height: 600px) {
    .sticky-main-footer {
        position: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#signin-button,
#create-button,
#thirdparty-login,
#thirdparty-register {
    width: 100%;
}

#signin-button,
#create-button,
#thirdparty-login,
#loginLink,
#thirdparty-register {
    background: #00a3e4;
    border-color: #00a3e4;
    color: #ffffff;
}
.merchant_text p {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

/* ...style for previwing user preferences profile picture .. */
.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

.file-input label {
    display: block;
    position: relative;
    cursor: pointer;
    color: #3490dc;
    text-align: center;
}
.col-form-label-lg {
    color: black !important;
    font-size: 16px;
    font-weight: 900;
}
.thirdparty-logo{
    height:10vh;
}
.thirdparty-logo img {
    width: auto;
    height: 100%;
    display: table;
    margin: auto;
    padding: 0px 0;
}

.thirdparty-app-details h1 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 23px;
    font-style: normal;
    text-align: center;
    line-height:normal;
}
.loged-in-user-details p {
    text-transform: capitalize;
    font-size: 16px;
    font-family: proxima_nova_altbold;
    text-transform: capitalize;
}
.loged-in-user-details h3 {
    font-size: 14px;
    margin-top: -18px;
}
.thirdparty-app-detais-sub-title{
    margin-top:-6px;
}

.deffer-account {
    color: #00a1de;
    font-family: "proxima_nova_altbold";
    font-size: 13px !important;
    cursor: pointer;
    margin-top:-8px;

}
.deffer-account:hover {
    color: #00a1de;
    font-family: "proxima_nova_altbold";
    font-size: 13px !important;
    text-decoration: none;
    cursor: pointer;
}
#agreed_to_terms {
    font-size: 16px;
}

.form-check-label {
    color: #00a3e4;
    font-size: 13px;
}

/* App Widget */

.section-pagination-footer {
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.section-title,
.section-footer {
    width: 100%;
    padding: 0 15px;
}

.section-title h1 {
    font-size: 20px;
    color: darkblue;
    font-weight: 900;
}

.section-footer p {
    font-size: 12px;
    color: darkblue;
    font-weight: 900;
    padding: 0;
    margin: 25px 0 0 0;
}

.app-name .app-title {
    font-size: 18px;
    font-weight: 900;
    margin: 18px 0 0 5px;
}

.app-name .app-link {
    margin: 1px 0 0 5px;
    font-size: 16px;
}

.app-name .username {
    color: darkblue;
    margin: 0;
    padding: 0;
}

.app-name .app-link a {
    text-decoration: underline;
    color: darkblue;
}

.app-widget-badges .app-badges {
    margin: 0;
    padding: 0;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 90%;
    color: #e3342f;
    text-align: end;
}

/* Badges */

.create-badge-btn {
    width: fit-content;
    margin: 15px 0px;
}

.badge-avatar {
    width: 50px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.badge-avatar img,
.app-avatar img {
    width: 100%;
}

.badge-action-btn,
.developer-action-btn {
    background: transparent;
    border: none;
    cursor: pointer;
}

.modal-backdrop {
    display: none;
}

.modal-content {
    -webkit-box-shadow: 1px 5px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 5px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.modal-footer .btn {
    width: inherit;
}

#list-users li,
#list-murugo-users li {
    list-style: none;
}

/* Login & Register fieldset */

.small-fields {
    padding: 0.26rem 0.5rem !important;
    font-size: 0.7875rem !important;
    line-height: 1.5 !important;
}

.required {
    color: red;
    position: absolute;
    left: 54px;
    margin-top: 10px;
}

/* Preferences style */

.container-fluid {
    padding: 0 30px 25px;
}

.user-preferences {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    border-radius: 5px;
    box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0.54);
    margin-top: 20px;
    width: 100%;
}

.form-textfield,
.select-field {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    height: calc(1.25rem + 1px);
}

.account-name-label::before {
    content: "@";
    font-weight: 500;
    font-size: 20px;
    color: rgb(23, 23, 23);
}
  /* TO WORK ON  */
    .user-avatar-picture {
            height: 55px;

    }

.user-avatar-picture img {
    width: 55px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 150px;
    object-fit: cover;
    display: block;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: color, background-color;
    will-change: color, background-color;
    font-size: 24px;
    letter-spacing: -0.05em;
    vertical-align: middle;
   
}

.user-preferences .user-avatar {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 150px;
    font-size: 24px;
    letter-spacing: -0.05em;
    vertical-align: middle;
  
}

.user-preferences .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.user-preferences .user-avatar .select-image {
    display: none;
}

.user-actions ul {
    margin: 0;
    margin-top: -10px;
    margin-left: -50px;
    align-items: left;
}

.user-actions ul li {
    list-style: none;
    padding: 5px;
}

.user-actions ul li:last-child {
    margin-left: -68px;
}

.update-preferences-btn {
    width: 40%;
    display: block;
    margin: auto;
    border-radius: 15px;
}

.preferences-title {
    font-size: 24px;
    font-weight: bolder;
    color: darkblue;
    font-weight: bold;
    font-family:"proxima_nova_altbold";
}

.preferences-subtitle {
    font-size: 18px;
}

.preferences-footer {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.profile-avatar ul {
    margin: 0;
    padding: 0;
}

.profile-avatar ul li {
    list-style: none;
    text-align: center;
    font-size: 13px;
}

.user-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-info ul li {
    font-size: 18px;
}

.user-info .info-placeholder {
    width: 31%;
    text-align: end;
    display: inline-block;
    font-weight: bolder;
    font-size: 18px;
    font-family: proxima_nova_altbold;
}

.user-info .info-data {
    width: 65%;
    display: inline-block;
    position: absolute;
    color: #000000;
    padding-left: 6px;
    font-size: 16px;
}

.select-field {
    border-bottom: 1px solid #ced4da !important;
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-control[readonly] {
    background-color: transparent !important;
    opacity: 1;
}

.guide-text {
    font-weight: bolder;
    font-size: 16px;
    margin: 0;
}
.user-info {
    margin-bottom: 84px;
}
.bio-data{
    width: 200px;
}
.bio-data p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*............................................................ media screen style..........................................  */

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 599px) {
    .sticky-main-footer {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
    }
    #welcome-clouds {
        position: relative;
        top: -165px;
        height: 230px;
    }

    #welcome-murugo-sun {
        height: 240px;
        padding: 0;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-4 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        font-size: 10px !important;
    }

    .title {
        top: 22px !important;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    #welcome-clouds {
        position: relative;
        top: -160px;
        height: 350px;
    }

    #welcome-murugo-sun {
        height: 230px;
        padding: 0;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-4 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        font-size: 15px !important;
    }

    .title {
        top: 60px !important;
    }
}
@media screen  and (min-width: 768px) and (max-width: 1000px) {
 .col-3 ul li {
   float: right;
   list-style: none;
   right: 10px;
   left: -31px!important;
   top:0!important;
       border-radius:0px 4px 4px 0px;


} 
}
@media screen  and (max-width: 767px) {


.col-3 ul li {
   float: right;
   list-style: none;
   right: 10px;
   left: -15px!important;
   top:0!important;
   border-radius:0px 4px 4px 0px;
}}

/* Medium devices (landscape tablets, 768px and up) */

@media screen and (min-width: 600px) and (max-width: 1000px) {
    .py-4 {
        position: relative;
        z-index: 2;
        top: -30px;
    }

    #welcome-clouds {
        position: relative;
        top: -260px;
    }

    #welcome-murugo-sun {
        height: 300px;
        padding: 0;
    }

    .col-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .title {
        top: 100px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 400px) {
    .murugo-top-section-container {
        height: 200px;
    }
    .user-preferences-bio {
        width: 250px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .user-preferences-wrapper {
        display: flex;
        flex-wrap: nowrap;
        flex-direction:column;
        font-size:23px;
    }

    .user-preferences-edit-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 700px;
        margin-top: -60px !important;
        margin: auto;
    }


    .float-right {
        float: left;
    }

    .user-preferences-bio {
        width: 100%;
        margin-top: -100px;
    }


    .account-name-label::before {
        content: "@";
        font-weight: 600;
        font-size: 22px;
        color: black;
    }

    .user-info {
        margin-bottom: 100px;
    }
    /* .user-info ul {
        font-size:23px!important;
    }; */

    .user-info .info-placeholder {
        width: auto;
        font-size:23px!important;
    }
    .user-info ul li{
        
        font-size: 23px!important;}

    .file-input label {
        display: block;
        position: relative;
        color: #3490dc;
        cursor: pointer;
        padding-bottom: 60px;
        text-align: center;
    }

    .user-info-preferences {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 100px;
    }
    .user-info .info-data {
   font-size:inherit !important;
}

    .bio-data {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 160px !important;
    }

    .user-info .info-data {
        width: 53%;
        display: inline-block;
        position: absolute;
        padding-left: 6px;
    }
}
@media screen and (min-width: 280px) and (max-width: 514px) {
    #welcome-signup {
        background: #fff;
        width: 335px;
        margin: 50px auto;
        padding: 25px 20px;
        border-radius: 10px;
        box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0.24);
        position: relative;
        top: -31px;
    }
    .required {
        color: red;
        position: absolute;
        left: 10px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
}
.thirdparty-app-detais-sub-title{
margin-top:-6px;
font-size:12px;

}}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .user-info .info-placeholder {
        width: 42%;
        text-align: end;
        display: inline-block;
        font-weight: bolder;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .user-info {
        width: 100%;
        margin-bottom: 100px;
    }

    .user-info .info-placeholder {
        width: 54%;
        text-align: end;
        display: inline-block;
        font-size: 18px;
        font-weight: bold !important;
    }

    .user-info .info-data {
        width: 73%;
        display: inline-block;
        position: absolute;
        padding-left: 6px;
        font-size: 16px;
        white-space: nowrap;
        width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .col-3 ul li {
        float: right;
        list-style: none;
        right: 2px 10px;
        top: 15px;
    }
}

@media screen and (min-width: 360px) and (max-width: 576px) {
    #welcome-signin {
        background: #ffffff;
        width: 347px !important;
        margin: auto;
        padding: 25px;
        border-radius: 10px;
        box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0.24);
        position: relative;
        font-family: "proxima_novaregular";
        margin-bottom:50px !important
    }
    .user-info .info-placeholder {
        width: 58%;
        text-align: end;
        display: inline-block;
        font-weight: bold;
        font-size: 16px;
    }

    .user-info .info-data {
        width: 50%;
        display: inline-block;
        position: absolute;
        padding-left: 6px;
        white-space: nowrap;
        width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 577px) and (max-width: 650px) {
    .user-info .info-data {
        display: inline-block;
        position: absolute;
        padding-left: 6px;
        white-space: nowrap;
        width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 359px) {
    .user-info {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .user-info .info-placeholder {
        width: 100%;
        text-align: start;
        display: inline-block;
        font-weight: bolder;
        padding: 5px;
    }

    .user-info .info-data {
        width: 100%;
        position: relative;
        padding-left: 6px;
    }

    .user-info-edit {
        display: flex;
        flex-direction: column;
        width: 100%;
        float: none;
    }

    .update-preferences-btn {
        width: 70%;
        display: block;
        margin: auto;
        border-radius: 15px;
    }

    /* phone number and email update on small phone  */
    .user-preferences-phone-update {
        display: flex;
        flex-direction: column !important;
    }
}

@media screen and (min-width: 420px) and (max-width: 1000px) {
    .app-logo img {
        width: 100%;
        float: left;
        padding: 5px;
        width: 100%;
        height: 1500px;
    }

    .app-avatar {
        width: 100%;
    }

    .app-name .app-title {
        font-size: 20px !important;
        font-weight: 900;
        margin: 18px 0 0 10px;
    }

    .app-name .app-link {
        margin: 1px 0 0 10px;
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 870px) {
.preference-email,.prefernce-website{
    display: inline-block;
        position: absolute;
        padding-left: 6px;
        white-space: nowrap;
        width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
}

}
