/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #959595;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #656565;
}

@media only screen and (max-width: 1159px) {
    footer {

        height: 70px;
        background-color: #353535;
        border-radius: 15px;
        border: #00ff03 1px solid;
        box-shadow: #00ff03 0px 0px 12px -2px;

    }

    .hide-small {
        display: block;
    }

    .show-big {
        display: none;
    }

    .margin-top-big {
        margin-top: 0px;
    }

    .padding-bottom-120 {
        padding-bottom: 120px;
    }

    .bottom-wd {
        bottom: 100px;
    }

    .border-right-to-bottom-dashed {
        border-bottom: #0d879b 1px dashed;
    }

    .wd {
        width: 100%;
    }
}

@media only screen and (min-width: 1159px) {
    footer {

        display: none;

    }

    .hide-small {
        display: none;
    }

    .show-big {
        display: block;
    }

    .margin-top-big {
        margin-top: 150px;
    }

    .padding-bottom-120 {
        padding-bottom: 30px;
    }

    .bottom-wd {
        bottom: 10px;
    }

    .border-right-to-bottom-dashed {
        border-right: #0d879b 1px dashed;
    }

    .wd {
        width: 400px;
    }
}

menu {
    z-index: 2;
    position: fixed;
    width: 300px;
    height: 100%;
    background: #404040;
    right: -100%;
    transition: all ease-out 0.3s;
    overflow-y: scroll;
}

.ms-bot-div-items {
    height: 500px;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: scroll;

}

.ms-basket-div-items {
    height: 150px;
    border-radius: 0px;
    overflow-x: hidden;
    overflow-y: scroll;

}

.ms-input-search {
    background-color: #555;
    height: 100%;
    border-radius: 20px;
    width: 100%;
    border: 0px;
    outline: 0px;
    padding: 5px 15px 5px 15px;
    color: #eeeeee;
    text-align: left;
}

.ms-input-search::placeholder {
    color: #ccc;
    font-size: 11px;
    text-align: right;
}

.ms-dota2-items {
    background-color: #505050;
    border-radius: 10px;
    width: 90px;
    height: 100%;

}

.ms-div-some-heroes {
    height: 80px;
    border-radius: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.ms-dota2-some-heroes {
    border-radius: 10px;
    width: 80px;
    height: 100%;
    display: inline-block;
    *display: inline; /* For IE7*/
    *zoom: 1; /* For IE7*/
    vertical-align: top;
}

.circular--landscape {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    border: #999999 5px solid;
}


.ms-hide-scrollbar::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}


.ms-scrollbar::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.ms-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, .3)
}

.ms-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.scrollbar-heroes-skin::-webkit-scrollbar-track {


    border-radius: 25px;
    background-color: #555;
}

.scrollbar-heroes-skin::-webkit-scrollbar {
    width: 10px;
    background-color: #555;
}

.scrollbar-heroes-skin::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #757575;
}


.ms-header-user {
    font-size: 20px;
    border-right: #505050 1px solid;
}

.ms-header-menu {
    font-size: 20px;
    border-left: #505050 1px solid;
}

.ms-header-wallet {
    font-size: 16px;
}

.ms-height-full {
    height: 100%;
}

.ms-height-half {
    height: 100%;
}

.ms-text-decoration {
    text-decoration: none;
}

.ms-text-decoration:hover {
    text-decoration: none;
}

.ms-font-size-x-large {
    font-size: x-large;
}

.ms-font-size-normal {
    font-size: large;
}

.ms-font-size-14 {
    font-size: 14px;
}

.ms-font-size-13 {
    font-size: 13px;
}
.ms-font-size-12 {
    font-size: 11px;
}
.ms-font-size-11 {
    font-size: 10px;
}


.ms-font-size-small {
    font-size: small;
}

.ms-font-size-x-small {
    font-size: x-small;
}

.ms-font-size-xx-small {
    font-size: 5px;
}

.ms-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ms-center-top {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ms-center-right {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    justify-content: right;
}

.ms-center-left {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    justify-content: left;
    -webkit-justify-content: flex-end;
}

.ms-center-inline {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

.ms-steam-profile-image {
    width: 45px;
    border-radius: 50%;
    border: #fff 2px solid;

}

.ms-profile-image {
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: #fff 2px solid;
    border-radius: 50%;
    background-color: #535353;
    background-size: cover;
    background-repeat: no-repeat;
}

.ms-border-radius-15 {
    border-radius: 15px;
}

.ms-border-radius-10 {
    border-radius: 10px;
}

.ms-border-radius-5 {
    border-radius: 5px;
}

.ms-font-dekar {
    font-family: dekar;
}

.ms-font-vazir {
    font-family: vazir;
}

.ms-font-rezvan {
    font-family: Rezvan;
}

.ms-font-normal {
    font-family: normal;
}

#items-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-animation-rotate {
    -webkit-animation: rotation 2s infinite ease;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.ms-animation-rotate-re {
    -webkit-animation: rotationre 2s infinite ease;
}

@-webkit-keyframes rotationre {
    from {
        -webkit-transform: rotate(359deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

.ms-menu-btn {
    position: relative;
    height: 50px;
    background-color: #656565
}

#loadingDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #141516;
    z-index: 22;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.trapezoid {

    border-bottom: 50px solid #00ff03;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 125px;
}

.trapezoid2 {

    border-bottom: 50px solid #00ff03;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 125px;
    transform: rotate(180deg);
}

.cp {
    cursor: pointer;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.cursor-pointer {
    cursor: pointer;
}

.hover-hero-image-skin {
    transition: all 0.3s;
    transform: scale(1);
    position: relative;
    z-index: 2;
    opacity: 0.8;

}

.hover-hero-image-skin:hover {
    transform: scale(1.2);
    z-index: 3;
    opacity: 1;
}

.hover-shadow {
    box-shadow: #101010 0px 0px 0px;
    transition: all 0.2s;
    transform: scale(1);
    position: relative;
    z-index: 2;

}

.hover-shadow:hover {
    box-shadow: #000 0px 0px 10px;
    transform: scale(1.1);
    z-index: 3;
}

.hover-shadow-small {
    box-shadow: #101010 0px 0px 0px;
    transition: all 0.2s;
    transform: scale(1);
    position: relative;
    z-index: 2;

}

.hover-shadow-small:hover {
    box-shadow: #000 0px 0px 25px;
    transform: scale(0.9);
    z-index: 3;
}

.hover-press {
    cursor: pointer;
    transition: all 0.2s;
    transform: scale(1);
    position: relative;
    z-index: 2;

}

.hover-press:hover {
    transform: scale(1.1);
    box-shadow: #1b1b1b 0px 0px 10px -2px;
    z-index: 3;
}

.hover-press-noColor {
    cursor: pointer;
    transition: all 0.2s;
    transform: scale(1);
    position: relative;
    z-index: 2;

}

.hover-press-noColor:hover {
    transform: scale(1.1);
    z-index: 3;
}


.skin-hover-add {
    cursor: pointer;
    transition: all 0.2s;
    transform: scale(1);
    position: relative;
    z-index: 2;
    background-color: #454545
}

.skin-hover-add:hover {
    transform: scale(1);
    box-shadow: #1b1b1b 0px 0px 12px 0px;
    background-color: #656565;
    z-index: 3;
}

.skin-hover-add:active {
    transform: scale(0.91);
    box-shadow: #1b1b1b 0px 0px 15px 0px;
    z-index: 3;
}


.dota2-cover {
    box-shadow: #101010 0px 0px 0px;
    transition: all 0.2s;
    transform: scale(1);
    position: relative;
    z-index: 2;

}

.dota2-cover:hover {

    opacity: 0.8;
    z-index: 3;
}


.scl-1-1 {
    box-shadow: #000 0px 0px 25px;
    transform: scale(1.1);
    z-index: 3;
}


.itemMenuScrollBar::-webkit-scrollbar-track {

    position: relative;
    left: -5px;

    background-color: #ccc;
}

.itemMenuScrollBar::-webkit-scrollbar {
    width: 7px;

}

.itemMenuScrollBar::-webkit-scrollbar-thumb {

    background-color: #757575;
}

.itemMenuScrollBar2::-webkit-scrollbar-track {
    margin-top: 1px;

    border-radius: 10px 0px 0px 0px;
    background-color: #fff;
}

.itemMenuScrollBar2::-webkit-scrollbar {
    width: 12px;

}

.itemMenuScrollBar2::-webkit-scrollbar-thumb {
    border-radius: 10px 0px 0px 0px;
    background-color: #6c757d;
}

.hover-skin-menu-btn {

}

.hover-skin-menu-btn:hover {
    background-color: #656565;
}

.hover-skin-menu-btn {

}

.hover-skin-menu-btn:hover {
    background-color: #656565;
}

.hover-sell-btn {
    border-bottom: #353535 1px solid;
}

.hover-sell-btn:hover {
    background-color: #656565;
    border-bottom: #00ff03 1px solid;
}

.sell-btn{
    background-color: #454545;
    border-bottom: #00ff03 1px solid;
}

.float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 50px;
    right: 50px;
    background-color: #959595;
    color: #FFF;
    border-radius: 50px;
    text-align: center;

}

.float-left {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 50px;
    left: 50px;
    background-color: #959595;
    color: #FFF;
    border-radius: 50px;
    text-align: center;

}
@media only screen and (min-width: 1159px) {
    .icon-log-out {
        position: absolute;
        right: 16px;
        border-radius: 0px 25px 25px 0px;
        top: 0px;
        font-size: 22px;
        height: 80px;
        width: 40px;
        text-align: center;
        padding-top: 25px;
        background-color:rgba(67,67,67,0.85);
        cursor: pointer;
    }
}
@media only screen and (max-width: 1159px) {
    .icon-log-out {
        display: none;
    }
}

.video-start {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}