html,body {
    height: 100%;
}

body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ÃƒÆ’Ã‚Â¼steki kodlar eklenmeyecek */
@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }
    .complate-modal .modal-body {
        background-color: unset !important;
        border: unset;
        color: unset;
    }
}
.modal .close span{
    color: #000000 !important;
    font-size: 40px;
    font-weight: 500 !important;
}
.gamification-login {
    width: 100vw;
    max-width: 1397px;
    padding: 30px;
    border-radius: 15px;
    display: inline-block;
    height: auto;
    min-height: 90%;
    text-align: center;
}
.login-modal-dialog {
    height: 100%;
}
.gamification-login .login-modal-content {
    max-width: 600px;
    width: 100vw;
    box-shadow: none;
    border-radius: 30px !important;
    overflow: hidden;
    display: block;
    margin: auto;
}

.gamification-login-text {
    display: inline-block;
    width: 60%;
    text-align: center;
    margin-bottom: 30px;

}

.gamification-login-text h1 {
    font-size: 40px;
    font-weight: 600;
    color: #2E2E2E;
}

.gamification-login-text p {
    font-size: 17px;
    font-weight: 400;
    color: #2E2E2E;
}

.gamification-login-text small {
    font-size: 15px;
    font-weight: 300;
    color: #2E2E2E;
}

.gamification-login .close {
    color: #2e2e2e !important;
    opacity: .5;
    font-size: 35px;
}

.modal .modal-dialog .gamification-login .modal-content .modal-header h4 {
    color: #2e2e2e !important;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal .modal-dialog .gamification-login .modal-content .modal-header p {
    text-align: center;
    color: #2e2e2e !important;
    font-size: 14px;
    font-weight: 400;
}

.gamification-login .noLoginText a {
    background: none;
    color: #2e2e2e !important;
    text-decoration: underline;
}

.gamification-login .noLoginText {
    margin-top: 10px;
}

/**/

.gamification-menu .icon{
    border: 0;
    width: auto;
    height: auto;
}
.gamification-menu .icon img {
    max-width: 100%;
}

.gamification-menu > a {
    color: white !important;
}

/**/

#tab_gamification .profile-copy-input {
    padding: 0px;
    width: 50%;
    margin: auto;
    margin-top: 60px;
}
.profile-copy-input input{
    border: 0px;
}

#tab_gamification .profile-copy-input .input-group {
    display: flex;
    justify-content: space-between;
}

#tab_gamification .profile-copy-input .btn {
    height: 34px;
}

.tab-content #tab_gamification {
    background: white;
    padding: 20px;
    border-radius: 8px;
}

#tab_gamification .badges {
    display: flex;
    margin: 0;
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
    list-style: none;
    padding: 0;
    padding-top: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#tab_gamification .badges::-webkit-scrollbar{
    display: none;
}

#tab_gamification .badges > span {
    height: 4px;
    width: 100vh;
    position: absolute;
    background: #fbd0ad;
    top: 55px;
    z-index: -1;
}


#tab_gamification .badges li {
    display: inline-block;
    width: 200px;
    margin-right: 20px;
}
.badges .items-content {
    position: relative;
    width: auto;
    display: flex;
}
.badges .items-content span {
    height: 4px;
    width: 100%;
    background: #f56e0361;
    display: inline-block;
    position: absolute;
    top: 45px;
    z-index: -1;
    margin-left: -100px;
}

#tab_gamification .badges li .image-box {
    width: 100px;
    height: 100px;
    background: #FFD0AD;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 10px 21px rgb(0 0 0 / 5%);
}

#tab_gamification .badges li .image-box img {
    display: block;
    margin: auto;
    max-width: 75%;
    opacity: .5;
}


#tab_gamification .badges li .text-box {
    display: inline-block;
    width: 100%;
    padding: 15px 5px;
    border: 1px solid #FF6D00;
    margin-top: 10px;
    border-radius: 10px;
    opacity: .69;
    white-space: normal;
}

#tab_gamification .badges li .text-box p {
    color: #FF6D00;
    margin: 0;
    font-size: 13px;
}

#tab_gamification .badges li.active {
    display: inline-block !important;
    background: transparent !important;
}

#tab_gamification .badges li.active .image-box {
    background: rgb(255,171,108);
    background: linear-gradient(90deg, rgba(255,171,108,1) 0%, rgba(255,174,113,1) 30%, rgb(255 109 0) 100%);
    border: 1px dashed white;
}

#tab_gamification .badges li.active .image-box img {
    max-width: 120%;
    margin-top: -15px;
    opacity: 1;
}

#tab_gamification .badges li.active .text-box {
    opacity: 1;
}

#tab_gamification .mt-50{
    margin-top: 50px;
}

#tab_gamification ul.stars {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 !important;
    margin: auto !important;
    width: 100%;
    padding: 0;
}

#tab_gamification ul.stars li {
    display: inline-block;
    padding: 15px;
}

#tab_gamification ul.stars li img {
    display: block;
    margin: auto;
    max-width: 100px;
}

#tab_gamification ul.stars li:nth-child(1) {
    display: block;
}

#tab_gamification .btn {
    background: #f56e04;
    color: white;
    margin-bottom: 30px;
    border: 0px;
}

/**/
.login-after .modal-dialog {
    width: 80vw;
    height: 90%;
    max-width: 1256px;
}
.login-after .modal-content {
    border-radius: 15px !important;
    height: 100%;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-color: #f8f6f2 !important;
    background-position-x: center !important;
}

.login-after ul.stars {
    list-style: none;
    text-align: center;
    margin: auto !important;
    width: 84%;
    padding: 0;
    display: grid;
}

.login-after ul.stars li {
    display: inline-block;
    padding: 10px 30px;
}

.login-after ul.stars li img {
    display: block;
    margin: auto;
    width: 80px;
}

.login-after ul.stars li:nth-child(1) {
    display: block;
    width: 100% !important;
    grid-column: 1/3;
    margin: auto;
}
.login-after .text-content{
    width: 70%;
    margin: auto;
}
.login-after .close{
    float: right;
    font-size: 21px;
    font-weight: 700;
    margin: 10px;
    top: -3px;
    position: absolute;
    right: 0;
}
.login-after .text-area {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.login-after .text-area h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.login-after .text-area p {
    font-size: 18px;
    margin-bottom: 0;
}

.login-after .text-area small {
    font-size: 13px;
}

.login-after .btn {
    position: absolute;
    background: #FF6D00;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
    color: white;
    font-size: 20px;
}

/**/
.alert-modal {
    height: auto !important;
}

.alert-modal .modal-dialog .modal-body {
    min-height: 260px;
    display: grid;
    grid-template-columns: 30% 70%;
    border-radius: 10px !important;
}

.alert-modal .modal-dialog {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 0;
    width: 500px;
}

.alert-modal .modal-dialog img {
    max-width: 128px;
    position: absolute;
    display: grid;
    grid-column: 1;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
}


.alert-modal .modal-dialog .content {
    text-align: center;
    grid-column: 2;
    padding-bottom: 0px;
    font-size: 16px;
    align-self: center;
}

.text-orange {
    color: #FF6D00 !important;
    font-weight: 600;
}
.leaderboard-show-more{
    margin-top: 20px;
}

.alert-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 15px;
}

/**/
.social-share .modal-dialog img {
    max-width: 100%;
    position: absolute;
    left: 30px;
    top: -130px;
}

.social-share .modal-dialog img.social-media {
    max-width: 100% !important;
    position: absolute;
    left: 305px !important;
    top: -34px !important;
}

.social-share .modal-dialog .modal-body {
    padding-top: 50px;
    padding-left: 0px;
}

.social-share .modal-dialog .social-links {
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
}

.social-share .modal-dialog .social-links li {
    display: inline-block;
}

.social-share .modal-dialog .social-links li a {
    padding: 8.5px;
    font-size: 13px;
    width: 30px;
    border-radius: 50%;
    text-decoration: none;
    background: #171616;
    text-align: center;
    color: white;
}

.social-share .modal-dialog .social-links li a:hover {
    background: #FF6D00;
}

.social-share .modal-dialog .btn-warning {
    background: #FF6D00;
    color: white;
    border-color: #FF6D00;
}

.social-share .modal-dialog .form-control {
    background: #FFE5D1;
    border-color: #FF6D00;
}

.social-share .modal-dialog .btn-warning:hover, .social-share .modal-dialog .btn-warning:focus {
    background: #FF6D00;
    color: white;
    border-color: #FF6D00;
}

/**/
.complate-modal.modal {
    height: auto !important;
    overflow: auto !important;
}
.complate-modal .modal-content {
    width: 100%;
    height: 100%;
    background-position-y: 20px !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    margin: auto;
    background-size: 100% !important;
}

.complate-modal .modal-dialog {
    width: 40%;
    height: 100%;
    margin: 0 auto;
}

.complate-modal .modal-content .modal-body {
    text-align: center;
    padding-top: 288px;
    width: 55%;
    word-break: break-word;
    margin: auto;
    color: #2E2E2E;
}

.complate-modal i {
    font-size: 24px;
    margin-bottom: 40px;
    display: inline-block;
}

.complate-modal h4 {
    font-size: 35px;
}

.complate-modal p {
    font-size: 22px;
    margin-bottom: 40px;
}

.complate-modal small {
    font-size: 20px;
    display: block;
    margin-bottom: 30px;
}

.complate-modal .btn {
    background: #FF6D00;
    color: white;
    margin-top: 20px;
}

/**/
.leader-board {
    position: absolute;
    right: 0;
    top: 172px;
    z-index: 10000;
    display: none;
}
.leader-board.open{
    min-width: 420px;
}

.leader-board .dropdown-toggle {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: white;
    font-size: 22px;
    text-decoration: none;
    background: rgba(0,0,0,.2);
    padding: 15px;
    line-height: 40px;
}

.leader-board .dropdown-toggle::after {
    display: none;
}

.leader-board .dropdown-toggle span {
    width: 40px;
    height: 40px;
    background: #885AFC;
    text-align: center;
    line-height: 40px;
    float: right;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
}
.leaderboard-item {
    display: grid;
    grid-template-columns: 20% 80%;
    min-height: 60px;
}
.avatar-content{
    align-self: center;
}
.item-content{
    align-self: center;
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 15px 0px;
}
.sub-item{
    padding-left: 10px;
    word-break: break-word;
}
#leaderboard-content{
    max-height: 500px;
    overflow-y: auto;
}
.leaderboard-content::-webkit-scrollbar{
    display: none;
}
.leaderboard-item .border-bottom{
    border-bottom: 1px solid #B7BCC2;
}
.gamification-badge-dsc{
    word-break: break-word;
}
.mobile-gamification-tab .text{
    height: 60px;
    line-height: 60px;
    color: #3e4d78;
}
.mobile-gamification-tab[aria-expanded="true"] .text{
    color: white !important;
}
.avatar{
    margin: auto;
    width: 41px;
}
.won-count-text{
    text-align: center;
}
#leaderboard-content .row{

    margin-left: 0px !important;
    margin-right: 0px !important;
}

.leader-board .dropdown-toggle[aria-expanded="true"] {
    background: white !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: transparent;
}
.leader-board:hover{
    cursor: pointer;
}

.leader-board .dropdown-toggle[aria-expanded="true"] span {
    color: white;
}

.leader-board .dropdown-toggle[aria-expanded="true"]:before {
    content: "Total Leaderboard";
    width: 170px;
    display: inline-block;
    color: black;
    font-size: 18px;
    position: absolute;
    left: 10px;
}

.leader-board .dropdown-menu {
    border-radius: 0;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    left: initial !important;
    transform: initial !important;
    top: 60px !important;
}

.leader-board .switch-checkbox {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding-right: 20px;
    margin-bottom: 5px;
}

.leader-board .dropdown-menu hr {
    margin: 0;
    margin-bottom: 30px;
}

.leader-board .dropdown-menu .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.leader-board .dropdown-menu .item .avatar {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FF6D00;
    color: #FF6D00;
    text-align: center;
    margin-left: 20px;
}

.leader-board .dropdown-menu .item .avatar svg {
    height: 36px;
}

.leader-board .dropdown-menu .item .col-4 {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
}

.leader-board .dropdown-menu .item span {
    font-size: 12px;
}

.leader-board .dropdown-menu .text-center {
    margin-bottom: 15px;
}

.leader-board .dropdown-menu .text-center a {
    color: black;
    text-decoration: underline;
}

/**/
.complate-modal:before{
    height: 0px;
}
.badge-modal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 1000px;
}

.badge-modal .modal-content {
    position: absolute;
    float: left;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    border: 0;
    width: 50%;
}

.badge-modal .modal-content .modal-body {
    text-align: center;
    padding: 50px;
    padding-top: 80px;
    border-radius: 15px !important;
}

.badge-modal .modal-content .title-image {
    position: absolute;
    left: 50%;
    top: -90px;
    transform: translate(-50%, 50%);
    width: 100px;
}

.badge-modal .modal-content .btn {
    color: white;
    background: #f56e04;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
}

.badge-modal .badges {
    display: inline-block;
    margin: 0;
    width: 100%;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden !important;
    padding: 0;
    padding-top: 10px;
    text-align: center;
    z-index: 1;
    max-width: 950px;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, 0);
}
.badge-modal .badges::-webkit-scrollbar{
    display: none;
}

.badge-modal .badges li {
    display: inline-block;
    width: 12%;
}

.badge-modal .badges li .image-box {
    width: 100px;
    height: 100px;
    background: #FFD0AD;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 10px 21px rgb(0 0 0 / 5%);
    position: relative;
}

.badge-modal .badges li .image-box img {
    display: inline-block;
    margin: auto;
    max-width: 75%;
    position: absolute;
    opacity: .5;
}

.badge-modal .badges:before {
    content: "";
    width: calc( 100vh - 75px );
    height: 4px;
    background: #fbd0ad;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    z-index: -1;
    left: 30px;
}

.badge-modal .badges li.active {
    display: inline-block !important;
}

.badge-modal .badges li.active .image-box {
    background: rgb(255,171,108);
    background: linear-gradient(90deg, rgba(255,171,108,1) 0%, rgba(255,174,113,1) 30%, rgba(255,109,0,1) 100%);
    border: 1px dashed white;
}

.badge-modal .badges li.active .image-box img {
    max-width: 120%;
    opacity: 1;
}

.badge-modal {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left bottom;
    height: auto;
}

.badge-modal-button {
    display: block;
    position: fixed;
    bottom: -42px;
    left: -1.5%;
    z-index: 999999;
    transform: rotate(45deg);
    background: white;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-modal-button img{
    width: 100%;
    height: auto;
    padding: 45px;
}

.badge-modal-button.hide{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

/**/

.vc-toggle-container * {
    font-family: Arial;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.vc-small-switch {
    width: 32px;
    height: 18px;
}

.vc-small-switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 18px;
    cursor: pointer;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 5px;
}

.vc-switch-input {
    position: absolute;
    transform: translate3d(5px, 5px, 0);
    opacity: 0;
    z-index: -1;
}

.vc-switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    background: #d1d3d4;
    border-radius: inherit;
}

.vc-switch-label:before, .vc-switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1.1;
}

.vc-switch-input:checked ~ .vc-switch-label {
    background: #FF6D00;
}

.vc-switch-input:checked ~ .vc-switch-label:before {
    opacity: 0;
}

.vc-switch-input:checked ~ .vc-switch-label:after {
    opacity: 1;
}

.vc-switch-handle {
    position: absolute !important;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.vc-switch-handle:before {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute !important;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.vc-switch-label:active ~ .vc-switch-handle, .vc-switch-handle:active {
    width: 30px;
}

.vc-switch-input:checked ~ .vc-switch-handle {
    left: initial;
    right: 5px;
}


/* === MODAL BADGE === */

.modal-open:not(.none-scroll){
    overflow: auto !important;
}
.badge-modal{
    overflow: hidden !important;
}
/*.badge-modal .modal-dialog{*/
/*    height: 0px;*/
/*}*/
.social-share .modal-dialog img {
    max-width: 110px !important;
    position: absolute;
    left: 30px !important;
    top: -85px!important;
}

/* Mobile */

@media only screen and (max-width: 600px){
    .gamification-login-text h1{
        font-size: 13px;
    }
    .gamification-login-text small,
    .gamification-login-text p{
        font-size: 10px;
    }
    .gamification-mobile-img img{
        width: 100%;
    }
    .gamification-login{
        max-width: 100%;
        padding: 0;
        background-color: #f7f6f3;
        background-position: center top;
    }
    .gamification-login .login-modal-content{
        max-width: 100%;
        margin-top: 20px;
    }
    #tab_gamification .profile-copy-input {
        width: 100%;
    }
    #tab_gamification .badges {
        flex-direction: column;
    }
    #tab_gamification .badges > span {
        height: 100%;
        width: 4px;
        position: absolute;
        background: #fbd0ad;
        top: 0px;
        left: 47px;
    }
    #tab_gamification .badges li{
        width: 100%;
    }
    #tab_gamification .badges li .image-box{
        margin: 0;
        float: left;
    }
    #tab_gamification .badges li .text-box{
        width: calc(100% - 120px);
        float: right;
    }
    #tab_gamification .badges li + li{
        margin-top: 15px;
    }
    #tab_gamification ul.stars li img{
        max-width: 50px;
    }
    #tab_gamification ul.stars li {
        padding: 5px;
    }
    .badge-modal .modal-dialog {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .badge-modal .badges li .image-box{
        width: 43px;
        height: 43px;
    }
    .badge-modal .badges li{
        width: 11%;
    }
    .badge-modal .badges:before{
        width: calc(100% - 100px);
        left: 50px;
    }
    .badge-modal .badges{
        top: 80px;
    }

    .leader-board{
        top: 10px;
    }
}

@media only screen and (max-width: 800px){
    .login-after .modal-content {
        background-color: transparent;
        margin-left: -10px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: auto;
        /* min-height: 476px; */
    }
    .login-after .modal-dialog {
        max-width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .login-after ul.stars li img{
        max-width: 50px;
    }
    .login-after ul.stars li span {
        font-size: 10px;
    }
    .login-after .text-area h1{
        font-size: 10px;
    }
    .login-after .text-area p{
        font-size: 9px;
    }
    .login-after .text-area small{
        font-size: 9px;
    }
    .login-after .text-area{
        margin-top: 40px;
    }
    .login-after .btn{
        font-size: 12px;
        position: relative;
    }
}

@media only screen and (max-width: 700px){
    .icon-text-content p{
        display: none;
    }
    .complate-modal .modal-dialog{
        width: 100%;
    }
    .leader-board{
        min-width: 285px;
        text-align: right;
    }
    .leader-board .dropdown-menu{
        min-width: 285px;
    }
    .badges .items-content{
        display: flex;
        flex-direction: column;
    }
    .badges .items-content span{
        display: none;
    }
    .social-share .modal-dialog .modal-body{
        padding-top: 50px !important;
    }
    .social-share .modal-dialog img.social-media{
        max-width: 100%;
        position: absolute;
        top: -34px !important;
        left: 0 !important;
        right: 0;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .social-share .modal-dialog img{
        max-width: 84px !important;
        margin-left: 0px !important;
        top: -65px !important;
        left: 0px !important;
        position: absolute;
    }
    .login-after .modal-dialog{
        padding: 0px;
    }
    .login-after .modal-content {
        background-position-x: -17px !important;
        background-repeat: no-repeat !important;
        margin: auto;
        background-size: 112% !important;
        min-height: 500px;
    }
    .login-after .btn{
        max-width: 100%;
        overflow: hidden;
    }
    .login-after .text-content{
        width: 68%;
        margin: auto;
    }
    .login-after .close{
        float: right;
        font-size: 29px;
        font-weight: 800;
        line-height: 1;
        color: #000000;
        margin-right: 31px;
    }
    .item-content{
        align-self: center;
        display: grid;
        grid-template-columns: 70% 30%;
        padding: 15px 0px;
    }
    .badge-modal .modal-content {
        width: 75%;
    }
    #leaderboard-content{
        max-height: 300px;
        overflow-y: auto;
    }
    .leader-board .dropdown-toggle span{
        width: 35px;
        height: 35px;
        float: right;
    }

    .leader-board .dropdown-toggle{
        font-size: 14px;
        padding: 10px;
        width: 100%;
        display: inline-block;
        line-height: 40px;
        text-align: left;
    }
    .badge-modal .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 1000px;
    }

    .alert-modal .modal-dialog{
        position: absolute;
        left: 0px;
        bottom: 0px;
        margin: 0;
        width: 100%;
    }
    .alert-modal .modal-dialog img{
        max-width: 76px;
        margin-left: 0px;
        top: 92px;
        position: absolute;
    }
    .alert-modal .modal-dialog .modal-body {
        min-height: 190px;
        display: grid;
        grid-template-columns: 30% 70%;
    }
    .alert-modal .modal-dialog .content {
        text-align: center;
        float: right;
        align-self: center;
        padding: 0px;
        grid-column: 2;
        margin: auto;
        color: #313131;
    }
    .badge-modal .modal-content .title-image {
        position: absolute;
        left: 50%;
        width: 100px;
        top: -50px;
        transform: translate(-50%, 0);
    }
    .badge-modal .modal-content .modal-body{
        padding: 50px 20px 20px 20px;
        color: #272727;
        font-size: 12px;
    }
    .badge-modal {
        background-position-y: bottom !important;
        background-position-x: 45% !important;
        background-size: cover !important;
    }
    .badge-modal .modal-body{
        min-width: 230px;
    }
    .complate-modal .modal-content{
        width: 100%;
        display: flex;
        background-position-x: center !important;
        background-position-y: 65px !important;
        background-size: 100% !important;
        background-position: center;
    }
    .complate-modal .modal-content .modal-body{
        text-align: center;
        width: 56%;
        align-self: center;
        word-break: break-word;
        margin: auto;
        padding-left: 24px;
        padding-top: 0px;
        background: transparent !important;
        color: #2E2E2E;
    }
    .complate-modal i{
        margin-bottom: 20px;
        font-size: 16px;
    }
    .complate-modal h4 {
        font-size: 17px;
    }
    .complate-modal small,
    .complate-modal p{
        font-size: 10px;
        margin-bottom: 15px;
    }
    .complate-modal .btn{
        font-size: 10px;
        margin-top: 10px;
    }
    .badge-modal-button {
        bottom: -35px;
        left: -9%;
        height: 122px;
        width: 122px;
        box-shadow: 1px -6px 20px -8px #4c4c4c94;
    }
    .badge-modal-button img {
        padding: 25px;
    }
}
@media only screen and (max-width: 375px){
    .complate-modal .modal-content .modal-body {
        text-align: center;
        width: 56%;
        word-break: break-word;
        margin: auto;
        padding-left: 24px;
        padding-top: 4px;
        margin-top: 223px;
        background: transparent !important;
        color: #2E2E2E;
    }
}
@media only screen and (max-width: 320px){
    .complate-modal .modal-content .modal-body {
        text-align: center;
        width: 56%;
        word-break: break-word;
        margin: auto;
        padding-left: 24px;
        padding-top: 4px;
        margin-top: 192px;
        background: transparent !important;
        color: #2E2E2E;
    }
    .complate-modal i {
        margin-bottom: 0px;
        font-size: 11px;
    }
}

.mobile-profile-top-menu .gamification-menu {
    width: 100%;
}

.mobile-profile-top-menu .gamification-menu .tabmenu-icon {
    width: 50px;
}

div#gamification-after-login .modal-body {
    background: transparent;
    height: auto;
    min-height: inherit;
    color: #404040;
    padding: 40px 0px;
}

.alert-modal .input-group {
    display: flex;
}

#copyLink {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

@media (max-width:1024px) {
    .login-after .modal-content {
        background-image: url(http://vef2.test/storage/uploads/images/tenant/1/after_login.png) !important;
        background-size: 109%;
        background-repeat: no-repeat;
        background-color: #f8f6f2;
        background-position-y: 88%;
    }
    .login-after .text-content {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .login-after .text-area {
        width: 90%;
        margin: auto;
        text-align: center;
        margin-top: 35px;
    }
    .login-after ul.stars li {
        display: inline-block;
        padding: 10px 10px;
    }
}
@media (max-width: 425px) {
    .login-after ul.stars {
        list-style: none;
        text-align: center;
        margin: auto !important;
        width: 100%;
        padding: 0;
        display: grid;
        grid-template-columns: 100%;
    }

    .login-after ul.stars li:nth-child(1) {
        display: block;
        width: 100% !important;
        grid-column: 1;
        margin: auto;
    }

    .login-after .text-area {
        width: 90%;
        margin: auto;
        font-size: 11px;
        text-align: center;
        margin-top: 26px;
    }

    .login-after .btn {
        position: absolute !important;
        bottom: -15px;
        padding: 8px 16px;
        font-size: 14px;
    }

    .login-after .modal-content {
        background-position-y: 75%;
        margin-bottom: 40px;
    }

    .login-after ul.stars li {
        padding: 5px 15px;
    }
}

@media (max-width: 320px) {
    .login-after .modal-content {
        background-position-y: 90%;
        margin-bottom: 40px;
    }
}
