@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: PERSWEB;
    src: url('../fonts/PERSWEB.TTF') format("truetype");;
}



*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: IRANSans;
    direction: rtl;
    font-size: 14px;
    background: url("../../onlineresource/images/bg.jpg");
    background-repeat: repeat;
}

.box-img-modal, .box-modal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.box-modal-btn {
    margin: 20px 0px 5px 0px;
}

.box-img-modal .user {
    text-align: center;
    position: relative;
}

.box-img-modal .user .img-user {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
}

.box-img-modal .user .img-user img {
    border: 3px solid #f5c63c;
    max-width: 100px;
    width: auto;
    display: inline-block;
}

.box-img-modal .user h5 {
    max-width: 100px;
    text-align: center;
    padding: 5px;
    /*overflow: hidden;*/
    height: 30px;
    position: absolute;
    margin: auto;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    font-size: 13px;
    display: inline-block;
}

.box-modal-btn {
    margin-top: 30px;
}

#canvas {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-size: cover;
}


.box-modal-btn .btn {
    background: #f5c63c;
    color: #bd5703;
    height: 40px;
    position: relative;
    white-space: nowrap;
    border-bottom: 3px solid #edb53e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 85px;
    flex: 1 1 85px;
    max-width: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
}

.box-modal-btn .btn img {
    max-height: 40px;
    display: inline-block;
}

.btn-replay {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.btn-replay img {
    width: 15px;
    height: 15px;
    display: none;
}
.btn-res-effect
{
    min-width: 70px;
}

.modal-body .winner {
    font-size: 18px;
}

/*@media (max-width: 310px) {*/
/*    .modal-w {*/
/*        max-width: 290px !important;*/
/*    }*/
/*    .box-img-modal .user .img-user img {*/
/*        max-width: 70px !important;*/
/*    }*/
/*    .box-modal-btn .btn {*/
/*        height: 40px;*/
/*        -webkit-box-flex: 1;*/
/*        -ms-flex: 1 1 75px;*/
/*        flex: 1 1 75px;*/
/*        max-width: 75px !important;*/
/*        font-size: 12px;*/
/*    }*/
/*    .box-massage input {*/
/*        height: 40px;*/
/*        padding: 0;*/
/*        margin: 0;*/
/*        min-width: 200px !important;*/
/*        padding: 0px 10px;*/
/*        font-size: 13px;*/
/*    }*/
/*}*/

/*@media (max-width: 270px) {*/
/*    .box-massage input {*/
/*        height: 40px;*/
/*        padding: 0;*/
/*        margin: 0;*/
/*        min-width: auto !important;*/
/*        width: auto;*/
/*        padding: 0px 10px;*/
/*        font-size: 13px;*/
/*    }*/
/*}*/

/*@media (min-width: 576px) {*/
/*    .modal-w {*/
/*        margin: auto auto !important;*/
/*        max-width: 350px !important;*/
/*    }*/
/*}*/

/*@media (max-width: 575.98px) {*/
/*    .modal-w {*/
/*        margin: auto auto !important;*/
/*        max-width: 300px !important;*/
/*    }*/
/*}*/

/*@media (max-width: 575.98px) {*/
/*    .box-img-modal .user .img-user img {*/
/*        border: 3px solid #f5c63c;*/
/*        max-width: 95px;*/
/*    }*/
/*    .modal-body .winner {*/
/*        font-size: 16px;*/
/*    }*/
/*    .modal-body-chat-massage ul {*/
/*        max-height: 450px;*/
/*        overflow: auto;*/
/*    }*/
/*}*/

/*@media (max-width: 280px) {*/
/*    .box-modal-btn .btn {*/
/*        height: 40px;*/
/*        -webkit-box-flex: 1;*/
/*        -ms-flex: 1 1 65px;*/
/*        flex: 1 1 65px;*/
/*        max-width: 65px !important;*/
/*        font-size: 11px;*/
/*    }*/
/*}*/

.modal-header-chat {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 1px 5px gray;
    box-shadow: 0px 1px 5px gray;
}

.modal-header-chat .head-close {
    display: block;
    background: #1d78be;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    min-height: 50px;
}

.modal-header-chat .head-top {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
}

/*.modal-footer {*/
/*    padding: -10px;*/
/*}*/

/*.form-group, .modal-footer form {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*.box-massage {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-orient: horizontal;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: row;*/
/*    flex-direction: row;*/
/*    background: #1d78be;*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    margin: 0;*/
/*}*/

/*.box-massage input {*/
/*    height: 40px;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    min-width: 230px;*/
/*    padding: 0px 10px;*/
/*    font-size: 13px;*/
/*}*/

/*.box-massage .btn {*/
/*    background: #1d78be;*/
/*    color: #ffffff;*/
/*    max-width: 50px;*/
/*    font-size: 13px;*/
/*}*/

.modal-body-chat-massage, .modal-body-result {
    padding: 0 !important;
    margin: 0;
    position: relative;
}

.modal-body-chat-massage, .modal-body-chat-emoji {
    padding: 0 !important;
    margin: 0;
    position: relative;
    scrollbar-width: thin;
    background-color: #21170e;

}

.modal-body-chat-massage ul {
    list-style: none;
    padding: 2px 2px !important;
    margin: 0 !important;
    display: block;
    background: #21170e;
    opacity: 0.95;
    text-align: center;
    max-height: 450px;
    overflow: auto;
    position: relative;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
    width: 100%;
}

.modal-body-chat-massage ul li {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49.2%;
    -webkit-box-shadow: 2px 2px 2px #a4a4a4;
    box-shadow: 2px 2px 2px #a4a4a4;
    border-radius: 10px;
    margin: 2px 0px !important;
    padding: 10px 5px;
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.modal-body-chat-massage ul li a{
    color: #373737;
}

.btn-send-massage {
    position: relative;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #f5c63c;
    padding: 10px;
    border: none;
    color: #c56f0c;
    font-size: 13px;
    font-weight: bold;
}

.modal-body-chat-emoji ul {
    list-style: none;
    margin: 0;
    padding: 3px 2px !important;
    opacity: 0.95;
    text-align: center;
    max-height: 450px;
    overflow: auto;
    position: relative;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
    width: 100%;
}

.modal-body-chat-emoji ul li {
    width: 23.5%;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 2px #a4a4a4;
    box-shadow: 2px 2px 2px #a4a4a4;
    border-radius: 10px;
    margin: 2px 2px !important;
    background-color: #ffffff;
}

#emoji_animate_panel ul li {
    width: 18%!important;
}

.emoji_sale_alert{
    position: fixed;
    bottom: 40px;
    background-color: black;
    height: 70px;
    padding: 12px;
    opacity: 0.95
}

.emoji_box{
    width: 60px;
    height: 60px;
}
.btn_emoji{
    width: 100%;
    height: 40px;
}
.modal-body-soldier ul {
    list-style: none;
    padding: 0;
    margin: auto;
    text-align: center;
}

.modal-body-soldier ul li {
    width: 23%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.title-soldier {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}

button:focus, .btn:focus {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

canvas
{
    margin: 0 auto;
}

.def_emoji img{
    width: 100%;
}



.modal-body-chat {
    background-color: #e7eaef;
    position: relative;
    max-height: 400px;
    min-height: 150px;
    overflow: auto;
    margin-bottom: 5px !important;
    padding: 5px 10px !important;
}

.modal-content-chat {
    background-color: #e7eaef;
}

.modal-body-report-user {
    text-align: center;
}

.box-buttons .btn {
    background-color: #f5c63c;
    color: #bd5703;
    border-bottom: 3px solid #edb53e;
    width: 100px;
}
/*!*# sourceMappingURL=style.css.map *!*/
/*.modal {*/
/*    text-align: center;*/
/*    padding: 0!important;*/
/*}*/

/*.modal:before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    height: 100%;*/
/*    vertical-align: middle;*/
/*    margin-right: -4px; !* Adjusts for spacing *!*/
/*}*/

/*.modal-dialog {*/
/*    display: inline-block;*/
/*    text-align: left;*/
/*    vertical-align: middle;*/
/*}*/
.modal-dialog-bottom {
    position: fixed !important;
    left: calc(50% - 10px) !important;
    margin: auto !important;
    bottom: 0 !important;
    transform: translate(-50%, 0) !important;
}


.msg-chat {
    display: block;
    clear: both;
    width: 100%;
    background: #00ee00;
}

.message_out {
    background: #effedd;
    margin-top: 2px;
    padding: 5px 7px 5px 15px;
    text-align: right;
    border: 1px solid #cfdebd;
    position: relative;
    z-index: 2 !important;
    display: inline-block;
    float: right;
    border-radius: 5px;
}

.message_out::after {
    left: auto;
    right: -5px;
    border-top: 1px solid #cfdebd;
    border-right: 1px solid #cfdebd;
    background: #effedd;
}

.message_in::after {
    right: auto;
    left: -5px;
    border-bottom: 1px solid #cfdebd;
    border-left: 1px solid #cfdebd;
    background: #ffffff;
}

.message_out::after, .message_in::after {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    -webkit-transform: rotateY(0deg) rotate(45deg);
    transform: rotateY(0deg) rotate(45deg);
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1 !important;
    border-radius: 2px;
}

.message_in {
    background: #ffffff;
    float: left;
    margin-top: 2px;
    padding: 5px 15px 5px 7px;
    text-align: left;
    border: 1px solid #cfdebd;
    z-index: 2 !important;
    position: relative;
    border-radius: 5px;
}

.modal-body-chat {
    background-color: #e7eaef;
    position: relative;
    height: 200px;
    overflow: auto;
    margin-bottom: 5px !important;
    padding: 5px 10px !important;
}

.modal-content-chat {
    background-color: #e7eaef;
}

.modal-body-report-user {
    text-align: center;
}

.box-buttons .btn {
    background-color: #f5c63c;
    color: #bd5703;
    border-bottom: 3px solid #edb53e;
    width: 100px;
}
.game .modal-backdrop {
    display: none;
}

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


/*@media all and (display-mode: fullscreen) {*/
/*    #fullscreen {*/
/*        display: none!important;*/
/*    }*/
/*}*/

/*jadid*/

#fullscreen{
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    z-index: 3;
}

#returnBack {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    z-index: 3;
}

.profile-account{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: right;

}
.profile-account .profile-body{
    width: 300px;
    background-color: #1d78be;
    min-height: 300px;
    min-width: 300px;
    color: white;
    box-shadow: 0px 2px 10px #7377d9;
    height: 390px;
    padding:0px 15px;
}
.profile-account .chess{
    height: 390px;
    width: auto;
}

.profile-account .profile-body .hedaer-profile-body{
    text-align: center;
    padding: 10px;
}
.profile-account .profile-body .hedaer-profile-body img{
    border-radius: 50%;
    width: 110px;
    height: 100%;
    padding: 2px;
    background-color: #fff;
    box-shadow: 0px 3px 5px #3b356e;
    margin-bottom: 5px;
}

.title-profile-body{
    padding: 30px 10px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.profile-body .btn{
    width: 100%;
    margin-bottom: 15px;
}

.hedaer-profile-body .name{
    height: 30px;
    font-size: 20px;
    overflow: hidden;
}
.hedaer-profile-body  span{
    font-size: 13px;

}

.items{
    display: flex;
    flex-grow: 1;

}

.items ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;

}

.items ul li {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-shadow: 0px 3px 5px #bababa;
    z-index: 9999 !important;
    position: relative;
    margin: 0px 0px 10px 0px;
    max-height: 123px;
    height: 100%;
    position: relative;
    border: 1px solid #efefef;
    justify-content: flex-start;
}
.items ul li:last-child{
    margin-bottom: 0;
}



.items ul li  img{
    display: inline-block;
    top:0;
    bottom: 0;
    right: 10px !important;
    left: auto;
    position: relative;
    margin: auto 0px;
    padding: 10px 0px;
    position: relative;
    background-color: #fff;
    max-width: 105px;
}

.items ul li .item-card{
    margin:0px 20px;
}
.items ul li .item-card h5{
    font-size: 15px;
    margin: 10px 0px;
}

.items ul li .item-card  p{
    font-size: 12px;
}

.items ul li .item-card .btn{
    border: 2px solid #f5c63c;
    width: 90px;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }}

@media (max-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }}
@media (max-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }}


@media (max-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 576px){
    .container, .container-sm {
        max-width: 100%;
    }}

@media (max-width: 992px){
    .profile-account .profile-body {
        height: auto !important;
    }
    .profile-account .chess{
        width: auto !important;
        height: 100% !important;
        position: relative;
        left: 0;
        right: 0;
        margin:0px auto;
    }

    .items{
        margin: 0px 0px 10px 0px !important;
    }

    .profile-account .profile-body{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .profile-account{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 10px 0px;

    }

    .items ul li {
        height: auto !important
    }

}

#login_dialog small {
    font-size: 15px !important;
    display: flex;
    justify-content: center !important
}

#login_dialog button {
    font-size: calc(12px + (13 - 12) * ((100vw - 360px) / (1600 - 320))) !important;
;
    padding: calc(6px + 5 * ((100vw - 320px) / 780)) !important;
    color: #000 !important
}

#login_dialog button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

#login_dialog .btn-icon {
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 1px
}

#login_dialog .btn-icon:hover {
    background-color: #52B4DB;
    color: #fff !important;
    border: 1px solid #ccc
}

#login_dialog label {
    font-size: 11px !important;
    vertical-align: middle !important
}


#login_dialog  .custom-control-label span {
    position: relative;
    top: 4px
}

#login_dialog  .modal-content {
    width: calc(400px + 10 * ((100vw - 320px) / 680))
}

#login_dialog .cross {
    cursor: pointer
}

/*.modal {*/
/*    background-color:  rgba(0, 0, 0, 0.5)*/
/*}*/
/*.modal-backdrop,*/
/*.modal-backdrop.fade.in{*/
/*    opacity: 0 !important;*/
/*    filter: alpha(opacity=0) !important;*/
/*    background: #000;*/
/*}*/
.warning-chat
{
    padding: 10px;
    background-color: #21170e;
    color: white;
    font-size: 1.5rem;
    opacity: 0.95;
}
.warning-chat .btn {
    width: 100%;
    background-color: #f5c63c;
     color: #c56f0c;
    font-size: 1.5rem;
}

#login_dialog{
    z-index: 10000;
}

#avatar_dialog{
    z-index: 10000;
}

.avatars {
    position: relative;
}
.avatars  {

    height: 130px;
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    overflow-x: scroll;

}
.avatars li {
    margin: 3px;
    display: inline-block;
    float: right;
    white-space: nowrap;
    overflow-x: auto;

}
.avatars-contain{
    /*max-width:240px ;*/
    overflow-x: scroll;
    margin: 10px;
}
.avatar_in {
    width: 1705px;
    height: 110px;
}

.card-avt .card-body{
    padding: 0.2rem!important;
}

.avatar-img
{
    width: 80px;
    height:80px;
    border-radius: 5%;
    /*margin-top: 0.5rem;*/
}

.unselect{
    background-color: #f3c639;
}
.selected
{
    background-color: #ef5350;
}
.card-avt{
    cursor: pointer;
}
.nameRow
{
    margin-right: 0px!important;
    margin-left:  0px!important;
    padding: 10px;

}
#register{
    margin: 10px;
}

nav {
    background-color: #1d78be;
    color:#ffffff!important;
}
.navbar-dark .navbar-brand{
    color:#ffffff!important;
}
.navbar-d .navbar-nav .nav-link {
    color: rgba(255,255,255,0.95)!important;
}

.profile-flex {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    background-color: #f4c43a;

}

.profile-child {
    display: flex;
}

.bottom-margin{
    border-top: 2px dashed white;
    background-color: #f4c43a;
    width: 100%;
    height: 5px;
}
#prf_img{
    border-radius: 50%;
    width: 80px;
    height: 100%;
    padding: 2px;
    background-color: #fff;
    box-shadow: 0px 3px 5px #3b356e;
    margin: 5px;
    margin-right: 20px;
    align-items: center;
    cursor: pointer;
}
.space-left {

    width: 80px;
    height: 100%;
    padding: 2px;
    margin: 5px;
    margin-left: 20px;
    align-items: center;
}
.user-place{
    min-width: 100px;
    color:#ff6a12;
}
.left-button{
    margin: auto;
    margin-left: 10px
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

container-fluid {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row, .col {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.modal .modal-dialog { width: 400px; max-width:100%; }
@media only screen and (max-width: 480px) {
    .modal .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px !important;
    }

    #dialog_result .modal-dialog, #errorDialog .modal-dialog {
        position: absolute !important;
        min-width: 200px!important;
    }
}
#dialog_result .modal-dialog,#errorDialog .modal-dialog {
    max-width: 280px !important;
}
#errorReg
{
    color: red;
    visibility: hidden;

}
#logout_dialog{
    z-index: 10000;
}

.center,.center-result,.center-spicial {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

@media only screen and (max-width: 480px) {
    .center {
        left: calc(50% - 10px) !important;
    }
    .center-spicial
    {
        transform: translate(-9%, -50%) !important;
        left: 0%;
        max-width: 82%!important;
        width: 82%!important;
    }
}
.resultButton {
    margin: 5px!important;
}

.p-0
{
    padding: 0!important;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgba(200,200,200,0.8);
    border-radius: 5px;
}


::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

.chat-button {
    display:table-cell;
    background-color: #1d78be;

}
.chat-button button{
    background-color: #1d78be;
    color: white;
    height: 45px;
}
.chat-button button:hover {
    background-color: #2d88ce;
}
.chat-input {
    display:table-cell;
    width:100%;
}
.chat-input input {
    height: 45px;
}
.bottom-chat
{
    background-color: #1d78be;
    padding: 2px;
}
/*--------------*/

.yellow{
    background-color: #f4c43a;
    color: #ffffff;
    padding: 5px;
}
.white{
    background-color: #ffffff;
    padding: 10px;
}

.item-ludo-record-2
{
    margin-left: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    min-height: 30px;
    background-color: #e0e6f2;
    float:left;
    width: 48%;
}



.item-ludo-record-3
{
    margin-left: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    min-height: 30px;
    background-color: #e0e6f2;
    float:left;
    width: 32%;

}
.score-title{
    color: #0070d7;
    margin-top:5px ;
    /*font-size: 1.2rem;*/
}
.score{
    color: #00114a;
    margin-top:15px ;
    /*font-size: 1.5rem;*/
    font-weight: bold;
}

#chartWin1{
    width: 20%;
    float: left;
    margin-left: 10%;
}


#chartWin2{
    width: 20%;
    margin-left: 10%;
    float: left;

}

#chartWin3{
    width: 20%;
    margin-left: 10%;
    float: left;

}


svg.radial-progress {
    height: auto;
    /*max-width: 200px;*/
    padding: 1em;
    transform: rotate(-90deg);
    width: 100%;
}

svg.radial-progress circle {
    fill: rgba(0,0,0,0);
    stroke: #fff;
    stroke-dashoffset:  219.91148575129; /* Circumference */
    stroke-width: 10;
}

svg.radial-progress circle.incomplete { opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
    /*fill: #fff;*/
    font: 400 1em/1 'Oswald', sans-serif;
    text-anchor: middle;
}


#chartWin3 svg.radial-progress:nth-of-type(6n+1) circle { stroke: #fa8818; }
#chartWin2 svg.radial-progress:nth-of-type(6n+1) circle { stroke: #fa8818; }
#chartWin1 svg.radial-progress:nth-of-type(6n+1) circle { stroke: #24be3a; }

.t-menu
{
    width: 33.33%;
    float: left;
    min-height: 35px;
    background-color: #02265a;
    cursor: pointer;
}
.t-menu-active
{

    background-color: #226fb3!important;
}
.menu-title{
    color: #ffffff;
    margin-top:10px ;
    margin-bottom:10px ;
    /*font-size: 1.2rem;*/
    cursor: pointer;
}
.t-menu-left
{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.t-menu-right
{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.card-score{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 10px;
    min-height: 70px;
}
.card-img {

    width: 45px;
    height: 45px;
    margin-top: 20px;

}

.t-menu-chat {
    width: 50%!important;%;
}
.text-point
{
    color: #0070d7;
    /*font-size: 1.2rem;*/
}
.text-username
{
    color: #f77000;
    /*font-size: 1.2rem;*/
    font-weight: bold;
}

.point-name{
    color: #00114a;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
}
.point-avatar{
    width: 70px;
    height: 70px;
    margin: 5px;

}

checked-item
{
    width: 48px;
    height: 48px;

}

.parent {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center; /* Align Items Vertically */
    justify-content: space-between; /* Align Items Horizontally (with equal space in between each of them */
}

.children {
    display: flex;
}

nav {
    background-color: #1d78be;
    color:#ffffff!important;
}


container-fluid {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row, .col {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
svg{
    display: flex;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#pleaseWaitDialog .modal-dialog
{
    align-items: center;
    justify-content: center;
    width: 130px;
}
#pleaseWaitDialog .modal-body
{
    background: black;
}
.loading
{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    /*display: inline-block;*/
    text-align: left;
    vertical-align: middle;
}
#pleaseWaitDialog .modal-dialog
{
    display: inline-block;
}

.button-buy{
    background-color: #f5c63c;
    color: #c56f0c;
    width: 98%;
    margin-left:  auto;
    margin-right:  auto;
    margin-bottom: 15px;
    height: 45px;

}

@media screen and (max-width: 480px) {
    .button-buy {
        font-size: 0.8rem;
    }
}

.button-buy:hover {
    background-color: #f5d64c;
    color: #d57f1c;
}
.text-shop-inner
{
    font-size: 1rem;
}
.emoji-sample ul
{
    display: inline-block;
    list-style: none;

}

.emoji-sample ul li
{
    display: inline-block;
    list-style: none;

}
@media screen and (max-width: 480px) {
    .emoji-sample ul li img {
        width: 45px;
        height: 45px;
    }
}


.button-support{
    outline-color:#f5c63c ;
    outline-style: solid;
    outline-width: 2px;
    background-color:white ;
    color: #c56f0c;
    width: 90%;
    margin-left:  auto;
    margin-right:  auto;
    margin-bottom: 15px;
    height: 45px;
    border-radius: 5px;

}

@media screen and (max-width: 480px) {
    .button-support {
        font-size: 0.9rem;
    }
}

.button-support:hover {
    outline-color: #f5d64c ;
    outline-style: solid;
    outline-width: 2px;
    background-color: white;
    color: #212121;
}

.container
{
    padding: 0!important;
}
.mid-result
{
    min-width: 50px;
    text-align: center;

}
.cancelError {

    background-color: #f5c63c;
    color: #c56f0c;
    outline-style: none;
    border-style: none;
    border-radius: 5px;
    padding: 5px;
}
.cancelError:hover {
    background-color: #f5d64c;
    color: #c56f0c;
}

.swal-footer
{
    text-align: center;
}
.swal-text{
    text-align: center;
}
.amount-coins{
    text-align: right;
}
.amount-coins img
{
    float: right;
    width: 40px;
    height: 40px;
    transform: translate(0,-25%);
}

.admin-msg-hed{
    position: absolute;
    right: 50%;
    transform:translateX(50%);
    font-weight: bolder;
}

.modal-body-msg {
    background-color: #e7eaef;
    position: relative;
    min-height: 200px;
    overflow: auto;
    margin-bottom: 5px !important;
    padding: 5px 10px !important;
    max-height: 300px;
}
.modal-body-msg .card
{
    margin-bottom: 10px;
    padding:10px;
}
.modal-body-msg .card .time
{
color: #9E9E9E;
}

.modal-body-msg .card .text
{
    color: #212121;
    font-weight: bold;
}
.modal-body-about {
    background-color: #e7eaef;
    position: relative;
    overflow: auto;
    margin-bottom: 5px !important;
    padding: 5px 10px !important;

}

.modal-body-about .card
{
    margin-bottom: 5px;
    padding: 10px;
}

.img-email{
    width: 200px;
    text-align: center;
}

.btn-get-coins {

    background-color: #f5c63c;
    color: #c56f0c;
    /*outline-style: none;*/
    /*border-style: none;*/
    /*border-radius: 5px;*/
    padding: 5px;
}
.btn-get-coins:hover {
    background-color: #f5d64c;
    color: #c56f0c;
}
.grecaptcha-badge {
    z-index: 100000;
}

.profile-single{
    width: 90px;
    height: 90px;
}

#sendReport
{
    cursor: pointer;
}



.text-report ul {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 100%;
}

.text-report ul li {
    display: inline-block;
    list-style: none;
    width: 45%;
}

.report-bottom {

    background-color: #f5c63c;
    color: #c56f0c;
    outline-style: none;
    border-style: none;
    border-radius: 5px;
    padding: 5px;
}
.report-bottom:hover {
    background-color: #f5d64c;
    color: #c56f0c;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.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 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* 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;}
}

.grade-item
{
    display: inline-block;
    width: 100%;
    padding: 3px;
}
.grade-item-red
{
    background-color: rgba(254, 85, 61, 0.2);
}

.grade-item-green
{
    background-color: rgba(31, 209, 99, 0.2);
}

.grade-item-blue
{
    background-color: rgba(40, 165, 253, 0.2);
}

.grade-item-yellow
{
    background-color: rgba(254, 215, 33, 0.2);
}

.grade-image{
    float: right;
    width: 40px;
    margin:5px;
}

.grade-p {
    font-size: 1.5rem;
    text-align: right;
    line-height: 50px;
    margin: 0;
    float: right;
    width: 75%;
}

.card_engine {

    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-shadow: 0px 3px 5px #bababa;
    z-index: 9999 !important;
    position: relative;
    margin: 0px 0px 10px 0px;
    max-height: 123px;
    height: 100%;
    position: relative;
    border: 1px solid #efefef;
    justify-content: flex-start;
}

.button-chat-status {
    background-color: #f5c63c;
    color: #c56f0c;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor:pointer;
}

.button-chat-status:hover {
    background-color: #c5a61c;
}
.half-modal
{
  width: 250px!important; max-width:100% !important;
}
.dropdown-menu
{
    height: 150px!important;
    text-align: center;
    overflow: auto;
    width: 100%;
}

