@font-face {
    font-family: "segoepr";
    src: url("../fonts/Segoe-Print-Font.ttf") format("trueType");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "chillax";
    src: url("../fonts/Chillax-Semibold.ttf") format("trueType");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quentin";
    src: url("../fonts/Quentin.otf") format("trueType");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "rage";
    src: url("../fonts/RAGE_1.TTF") format("trueType");
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: "Poppins", sans-serif;
    -webkit-user-select:none;
    user-select:none;
}

/* GAME TOPBAR */

.gamePageOuter
{
    width:100%;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    position:relative;
}

.gameTopbarOuter
{
    width:100%;
    min-height:10px;
    float:left;
    background: #2c4a5e;
    background: linear-gradient(0deg, rgba(44, 74, 94, 1) 0%, rgba(29, 86, 115, 1) 9%, rgba(29, 86, 115, 1) 40%, rgba(31, 90, 120, 1) 60%, rgba(38, 109, 133, 1) 90%, rgba(67, 131, 168, 1) 100%);
    position:relative;
}

.gameTopbarOuterBg
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
    background-size:50px;
    opacity: 0.5;
}

.gameTopbarInner
{
    width:100%;
    min-height:10px;
    float:left;
    padding:8px 15px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    position:relative;
    z-index:4;
}

.gameTopbarUserOuter
{
    min-width:10px;
    height:65px;
    float:left;
    display:flex;
    align-items:center;
    justify-content: center;
    margin-right:10px;
}

.gameTopbarUserImage
{
    width:65px;
    height:65px;
    border-radius:70px;
    background: #365889;
    background: radial-gradient(circle, rgb(29, 74, 135) 0%, rgb(40, 86, 150) 92%, rgb(50, 99, 180) 100%);
    position: relative;
    display:flex;
    align-items:center;
    justify-content:center;
    border-top:1px solid #95d6ff;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
}

.gameTopbarUserImageInner
{
    width:55px;
    height:55px;
    border-radius:30px;
    border-bottom:1px solid #74a0ff;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameTopbarUserImageInner img
{
    width:53px;
    height:53px;
    border-radius:30px;
    object-fit: cover;
    object-position: center;
}

.gameTopbarUserContents
{
    min-width:50px;
    min-height:10px;
    float:left;
    margin-left:-16px;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction: column;
}

.gameTopbarUserContentsTop
{
    min-width:10px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameTopbarUserContentsTopBtn
{
    width:30px;
    height:30px;
    float:left;
    border-radius:2px 5px 5px 2px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    cursor:pointer;
    padding-top:2px;
}

.gameTopbarUserContentsTopName
{
    min-width:10px;
    height:30px;
    float:left;
    font-size:13px;
    font-weight:500;
    line-height:29px;
    padding:0px 8px;
    border-radius:0px 2px 2px 0px;
    padding-left:20px;
}

.gameTopbarUserContentsBottom
{
    min-width:10px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:4px;
}

.gameTopbarUserContentsBottomText
{
    min-width:10px;
    height:24px;
    float:left;
    font-size:12px;
    font-weight:500;
    line-height:21px;
    padding:0px 8px;
    border-radius:0px 2px 2px 0px;
    padding-left:20px;
}

.gameTopbarUserContentsBottomBtn
{
    width:20px;
    height:24px;
    float:left;
    border-radius:2px 5px 5px 2px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    cursor:pointer;
}

.blueBtn
{
    background: #5b6687;
    background: linear-gradient(0deg, #5b6687 0%, rgba(35, 56, 94, 1) 10%, rgba(35, 56, 94, 1) 40%, rgba(51, 73, 131, 1) 60%, rgba(51, 73, 131, 1) 90%, #5371c2 100%);
    border-bottom:3px solid #142040;
    text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    color:#fff!important;
}

.oceanBtn
{
    background: #79a3d9;
    background: linear-gradient(0deg, rgba(121, 163, 217, 1) 0%, rgba(71, 131, 204, 1) 9%, rgba(71, 131, 204, 1) 40%, rgba(32, 166, 220, 1) 60%, rgba(32, 166, 220, 1) 90%, rgba(116, 199, 232, 1) 100%);
    border-bottom:3px solid #30445f;
    text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    color:#fff!important;
}

.orangeBtn
{
    background: #e67219;
    background: linear-gradient(0deg, #e67219 0%, rgba(212, 95, 0, 1) 10%, rgba(207, 94, 2, 1) 40%, rgba(240, 134, 5, 1) 60%, rgba(240, 134, 5, 1) 90%, rgba(251, 207, 42, 1) 100%);
    border-bottom:3px solid #8d4108;
    text-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    color:#fff!important;
}

.greenBtn
{
    background: #57d40f;
    background: linear-gradient(0deg, rgba(87, 212, 15, 1) 0%, rgba(63, 153, 11, 1) 10%, rgba(63, 153, 11, 1) 40%, rgba(80, 201, 15, 1) 60%, rgba(80, 201, 15, 1) 90%, rgba(147, 242, 99, 1) 100%);
    border-bottom:3px solid #296e00;
    text-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    color:#fff!important;
}

.redBtn
{
    background: #ff0000;
    background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(199, 0, 0, 1) 9%, rgba(199, 0, 0, 1) 40%, rgba(255, 0, 0, 1) 60%, rgba(255, 0, 0, 1) 90%, rgba(255, 148, 148, 1) 100%);
    border-bottom:3px solid #7b0000;
    text-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    color:#fff!important;
}

.grayBtn
{
    background: #4f4f4f;
    background: linear-gradient(0deg, rgba(79, 79, 79, 1) 0%, rgba(89, 89, 89, 1) 9%, rgba(115, 115, 115, 1) 40%, rgba(122, 121, 121, 1) 60%, rgba(122, 121, 121, 1) 90%, rgba(150, 150, 150, 1) 100%);
    border-bottom:3px solid #1a1a1a;
    text-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    color:#fff!important;
}

.whiteBtn
{
    background: #a6a6a6;
    background: linear-gradient(0deg, rgba(166, 166, 166, 1) 0%, rgba(173, 173, 173, 1) 10%, rgba(173, 173, 173, 1) 40%, rgba(201, 201, 201, 1) 60%, rgba(201, 201, 201, 1) 90%, rgba(217, 217, 217, 1) 100%);
    border-bottom:3px solid #838383;
    text-shadow: 0px 0px 4px #ffffff;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.50); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.50);
    color:#333!important;
}

.blackBtn
{
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(28, 28, 28, 1) 10%, rgba(38, 38, 38, 1) 40%, rgba(48, 48, 48, 1) 60%, rgba(71, 71, 71, 1) 90%, rgba(102, 102, 102, 1) 100%);
    border-bottom:3px solid #000;
    text-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.50); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.50);
    color:#fff!important;
}

.gameTopbarBtn
{
    min-width:10px;
    height:30px;
    float:left;
    cursor:pointer;
    text-decoration: none!important;
}

.gameTopbarBtn *
{
    text-decoration: none!important;
}

.gameTopbarBtnIcon
{
    width:30px;
    height:30px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:15px;
    border-radius:2px 5px 5px 2px;
}

.gameTopbarBtnText
{
    min-width:10px;
    height:30px;
    float:left;
    padding:0px 10px;
    font-size:13px;
    font-weight:500;
    line-height: 27px;
    border-radius:5px 2px 2px 5px;
}

.gameTopbarRightBtnText
{
    min-width:10px;
    height:30px;
    float:left;
    padding:0px 10px;
    font-size:13px;
    font-weight:500;
    line-height: 27px;
    border-radius:5px;
}

.gameTopbarCenter
{
    flex:1;
    min-height:10px;
    float:left;
}

.gameTopbarInfoBtn
{
    width:40px;
    height:40px;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    cursor:pointer;
    text-decoration: none!important;
}

.gameTopbarRadioTopbox
{
    min-width:10px;
    height:22px;
    float:left;
    font-size:11px;
    font-weight:500;
    line-height:20px;
    padding:0px 8px;
    border-radius:5px;
}

.gameTopbarRadioBottombox
{
    min-width:10px;
    max-width:135px;
    height:22px;
    float:left;
    font-size:11px;
    font-weight:500;
    line-height:19px;
    padding:0px 8px;
    border-radius:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gameTopbarRadioContents
{
    min-width:50px;
    min-height:10px;
    float:left;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction: column;
    padding:7px 7px;
    background-color:rgba(255,255,255,0.2);
    border-radius:8px;

}

.gameTopbarRadioCenter
{
    min-width:10px;
    float:left;
    height:25px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameTopbarRadioCenterBtn
{
    width:25px;
    height:25px;
    float:left;
    border-radius:5px 2px 2px 5px;
    font-size:15px;
    text-decoration: none!important;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameTopbarRadiusCenterSliderOuter
{
    width:110px;
    height:25px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:2px 5px 5px 2px;
    padding:0px 5px;
}

.custom-range::-webkit-slider-thumb {
    width:12px;
    height:12px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
    margin-top:-2px;
}

.custom-range::-moz-range-thumb {
    width:12px;
    height:12px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
    margin-top:-2px;
}

.custom-range::-ms-thumb {
    width:12px;
    height:12px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
    margin-top:-2px;
}

/* GAME TOPBAR */

/* PAGİNATİON PAGE */

.paginationSliderOuter
{
    width:100%;
    height:45px;
    background: #233847;
    background: linear-gradient(0deg, rgba(35, 56, 71, 1) 0%, rgba(8, 23, 33, 1) 9%, rgba(8, 23, 33, 1) 40%, rgba(12, 36, 43, 1) 60%, rgba(12, 36, 43, 1) 90%, #102636 100%);
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px 15px;
    gap:8px;
}

.paginationSliderBtn
{
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:4px;
    font-size:15px;
    cursor:pointer;
}

.paginationSliderCenter
{
    width:calc(100% - 86px);
    height:32px;
    float:left;
    background-color:rgba(255,255,255,0.2);
    border-radius:4px;
    margin-top:-2px;
}

.paginationSliderCenterBox
{
    min-width:10px;
    height:26px;
    float:left;
    margin:4px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.paginationSliderCenterBoxText
{
    min-width:10px;
    height:26px;
    float:left;
    font-size:12px;
    border-radius:5px 2px 2px 5px;
    line-height:23px;
    padding:0px 7px;
    cursor:pointer;
}

.paginationSliderCenterBoxBtn
{
    width:26px;
    height:26px;
    border-radius:2px 5px 5px 2px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    cursor:pointer;
}

/* PAGİNATİON PAGE */

/* GAME ROOMS CONTENTS */

.gamePageContentsOuter
{
    width:100%;
    flex:1;
    position:relative;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.gameRoomsOuter
{
    width:calc(100% - 300px);
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction: column;
    float:left;
}

.gameRoomsTopOuter
{
    width:100%;
    height:45px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(41, 41, 41, 1) 9%, rgba(28, 28, 28, 1) 40%, rgba(43, 43, 43, 1) 60%, rgba(43, 43, 43, 1) 90%, rgba(61, 61, 61, 1) 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px 15px;
    gap:10px;
    float:left;
    padding-bottom:9px;
    padding-right:10px;
}

.gameRoomsTopBtn
{
    width:32px;
    height:32px;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    cursor:pointer;
    float:left;
}

.gameRoomsTopFilterBtn
{
    min-width:10px;
    height:32px;
    border-radius:4px;
    padding:0px 14px;
    font-size:14px;
    line-height: 30px;
    float:left;
    letter-spacing: 0.7px;
    cursor:pointer;
}

.gameRoomsTopFilterCenter
{
    flex:1;
    min-height:10px;
    float:left;
}

.gameRoomsTopOuter input
{
    width:260px;
    height:32px;
    float:left;
    background-color:#fff;
    border-radius:4px;
    font-size:13px;
    padding:0px 7px;
    border:0px;
    outline:0px;
    border-bottom:3px solid #767676;
}

.gameRoomsContentsOuter
{
    width:100%;
    flex:1;
    background: #040f14;
    background: linear-gradient(0deg, rgba(4, 15, 20, 1) 0%, rgba(9, 24, 38, 1) 9%, rgba(15, 44, 56, 1) 40%, rgba(18, 60, 79, 1) 60%, rgba(18, 60, 79, 1) 90%, rgba(31, 82, 107, 1) 100%);
    float:left;
    position:relative;
}

.gameRoomsContentsBg
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
    background-size:50px;
    opacity: 0.5;
}

.gameRoomsContentsBoxes
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:3;
    overflow: auto;
    padding:15px;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:15px;
    flex-wrap: wrap;
}

.gameRoomBox
{
    width:calc((100% / 3) - 10px);
    min-height:80px;
    background: #8D3C08;
    background: linear-gradient(90deg, rgba(141, 60, 8, 1) 0%, rgba(71, 34, 8, 1) 25%, rgba(195, 109, 46, 1) 50%, rgba(71, 34, 8, 1) 75%, rgba(141, 60, 8, 1) 100%);
    border-radius:25px;
    position:relative;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    -webkit-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.68); 
    box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.68);
}

.gameRoomBox:before
{
    content:'';
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    position:absolute;
    z-index:1;
    border-radius:18px;
    -webkit-box-shadow: inset 0px 0px 2px 2px #291103a4; 
    box-shadow: inset 0px 0px 2px 2px #291103a4;
}

.gameRoomBox:after
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
    border-radius:25px;
    background-size:cover;
    background-position:center;
    background-image:url('../images/general/woodPattern.png');
}

.gameRoomBoxInner
{
    width:100%;
    min-height:80px;
    float:left;
    background: #525252;
    background: linear-gradient(90deg, rgba(82, 82, 82, 1) 0%, rgba(43, 43, 43, 1) 25%, rgba(110, 110, 110, 1) 50%, rgba(43, 43, 43, 1) 75%, rgba(82, 82, 82, 1) 100%);
    border-radius:13px;
    position:relative;
    z-index:3;
    border-top:2px solid #0000005f;
    border-bottom:2px solid #0000005f;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.18); 
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.18);
    padding:10px;
}

.gameRoomBoxInner:before
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1; 
    background-image:url('../images/general/leatherBg.png');
    background-size:250px;
    background-position:center;
    border-radius:15px;
}

.gameRoomBoxContents
{
    width:100%;
    min-height:80px;
    background: #5eb5e0;
    background: radial-gradient(circle, rgba(94, 181, 224, 1) 0%, rgba(40, 125, 161, 1) 100%);
    float:left;
    position:relative;
    z-index:4;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.18); 
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.18);
    border-top:1px solid #49a6d4;
    border-bottom:1px solid #49a6d4;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameRoomBoxContents:before
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-image:url('../images/general/denimBg.png');
    background-size:100px;
    border-radius:10px;
    z-index:1;
    opacity: 0.4;
}

.gameRoomDesksOuter
{
    flex:1;
    min-height:200px;
    float:left;
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameRoomDesk
{
    width:70px;
    min-height:40px;
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    cursor:pointer;
}

.gameRoomDeskUserCircle
{
    width:40px;
    height:40px;
    border-radius:40px;
    background: #365889;
    background: radial-gradient(circle, rgb(29, 74, 135) 0%, rgb(40, 86, 150) 92%, rgb(50, 99, 180) 100%);
    position: relative;
    display:flex;
    align-items:center;
    justify-content:center;
    border-top:1px solid #95d6ff;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
}

.gameRoomDeskUserCircleInner
{
    width:33px;
    height:33px;
    border-radius:30px;
    border-bottom:1px solid #74a0ff;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameRoomDeskUserCircleInner img
{
    width:29px;
    height:29px;
    border-radius:30px;
    object-fit: cover;
    object-position: center;
}

.gameRoomDeskUserName
{
    min-width:10px;
    max-width:70px;
    height:20px;
    font-size:11px;
    font-weight:500;
    line-height:19px;
    border-radius:3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0px 7px;
    overflow: clip;
    margin-top:3px;
}

.gameRoomDesk:nth-child(1)
{
    top:5px;
}

.gameRoomDesk:nth-child(2)
{
    left:5px;
}

.gameRoomDesk:nth-child(3)
{
    right:5px;
}

.gameRoomDesk:nth-child(4)
{
    bottom:5px;
}

.gameRoomDeskRightOuter
{
    width:120px;
    min-height:200px;
    position:relative;
    z-index:4;
    border-left:2px solid rgba(45, 45, 45, 0.6);
    padding:5px;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:3px;
    flex-direction: column;
}

.gameRoomDeskRightLine
{
    min-width:10px;
    max-width:100%;
    height:20px;
    float:left;
    font-size:11px;
    border-radius:3px;
    line-height:19px;
    padding:0px 5px;
    font-weight:500;
}

.gameRoomDeskRightMiniLine
{
    min-width:10px;
    max-width:100%;
    height:15px;
    float:left;
    font-size:10px;
    border-radius:3px;
    line-height:13px;
    padding:0px 5px;
    font-weight:500;
}

.customScroll::-webkit-scrollbar 
{
    width: 3px;
}

.customScroll::-webkit-scrollbar-track 
{
    background: #44444433;
}

.customScroll::-webkit-scrollbar-thumb 
{
    background: #242424;
}

.customScroll::-webkit-scrollbar-thumb:hover 
{
    background: #131313;
}

/* GAME ROOMS CONTENTS */

/* GAME ROOMS CONTENTS RESPONSİVE */


@media only screen and (max-width: 1400px) 
{
    .gameRoomBox
    {
        width:calc((100% / 2) - 8px);
    }
}

@media only screen and (max-width: 1000px) 
{
    .gameRoomBox
    {
        width:100%;
    }
}

/* GAME ROOMS CONTENTS RESPONSİVE */

/* GAME CHAT */

.gameRoomChatOuter
{
    width:100%;
    height:45%;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.gameRoomChatTitleOuter
{
    width:100%;
    min-height:10px;
    float:left;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(41, 41, 41, 1) 9%, rgba(28, 28, 28, 1) 40%, rgba(43, 43, 43, 1) 60%, rgba(43, 43, 43, 1) 90%, rgba(61, 61, 61, 1) 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:7px 15px;
    gap:10px;
    padding-right:10px;
}

.gameRoomChatTitleAppLink
{
    width:30px;
    height:30px;
    float:left;
    cursor:pointer;
    text-decoration: none!important;
}

.gameRoomChatTitleAppLink img
{
    width:30px;
    height:30px;
    float:left;
    object-fit: contain;
    object-position: center;
}

.gameRoomChatTitle
{
    min-width:10px;
    font-size:15px;
    font-weight:500;
    color:#fff;
    margin-top:-2px;
}

.gameRoomChatTitleText
{
    flex:1;
    font-size:15px;
    font-weight:500;
    color:#fff;
    padding:3px 12px;
    background-color:#f3f3f332;
    border-radius:25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gameRoomChatTitleBtn
{
    min-width:10px;
    height:30px;
    float:left;
    border-radius:5px;
    font-size:14px;
    line-height:28px;
    padding:0px 10px;
    cursor:pointer;
}

.gameRoomChatContents
{
    width:100%;
    flex:1;
    background-color:#fff;
    overflow:auto;
    padding:10px 15px;
}

.gameRoomChatBottom
{
    width:100%;
    height:40px;
    float:left;
    padding:0px 15px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(41, 41, 41, 1) 9%, rgba(28, 28, 28, 1) 40%, rgba(43, 43, 43, 1) 60%, rgba(43, 43, 43, 1) 90%, rgba(61, 61, 61, 1) 100%);
    padding-right:10px;
}

.gameRoomChatBottomBtn
{
    width:32px;
    height:32px;
    float:left;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
    cursor:pointer;
    position:relative;
}

.gameRoomChatBottomBtn:hover .gameRoomCheatBottomBtnModal
{
    display:flex;
}

.gameRoomCheatBottomBtnModal
{
    width:220px;
    height:300px;
    position:absolute;
    bottom:30px;
    right:0px;
    z-index:5;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    box-shadow: 2px -3px 5px 0px rgba(0,0,0,0.55);
    -webkit-box-shadow: 2px -3px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px -3px 5px 0px rgba(0,0,0,0.55);
    border-radius: 5px;
    display:none;
    z-index:999;
}

.gameRoomCheatBottomBtnModalTitle
{
    width:100%;
    height:35px;
    float:left;
    background-color:#fff;
    line-height:35px;
    font-size:13px;
    padding:0px 8px;
    color:#333;
    text-shadow: none!important;
    font-weight:600;
    border-radius:5px 5px 0px 0px;
}

.gameRoomCheatBottomBtnModalContents
{
    width:100%;
    flex:1;
    overflow:auto;
    float:left;
    background-color:#fff;
    border-top:1px solid #dadada;
    border-radius:0px 0px 5px 5px;
}

.gameRoomCheatBottomBtnModalContentsBox
{
    width:calc(100% / 6);
    aspect-ratio: 1;
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
    display:flex;
    align-items:center;
    justify-content:center;
    float:left;
    position:relative;
}

.gameRoomCheatBottomBtnModalContentsBox:nth-child(6n)
{
    border-right:0px;
}

.gameRoomCheatBottomBtnModalContentsBox img
{   
    width:80%;
    height:80%;
    position:absolute;
    z-index:3;
    object-fit: contain;
    object-position: center;
}

.gameRoomChatBottom input
{
    flex:1;
    height:32px;
    background-color:#fff;
    border-radius:4px;
    padding:0px 10px;
    font-size:14px;
    border:0px!important;
    outline:0px!important;
    border-bottom:2px solid #a0a0a0!important;
}

.gameRoomChatLineOuter
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap:10px;
    padding-bottom:7px;
    border-bottom:1px dashed #dadada;
    margin-bottom:7px;
}

.gameRoomChatLineUserBox
{
    min-width:10px;
    height:20px;
    float:left;
    padding:0px 9px;
    border-radius:4px;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:600;
    padding-top:1.5px;
}

.gameRoomChatLineText
{
    flex:1;
    min-height:10px;
    float:left;
    font-size:13px;
    font-weight:500;
    color:#333;
    line-height:20px;
}

.gameRoomChatLineText img
{
    width:18px;
    height:18px;
    object-fit: contain;
    object-position: center;
    margin-top:-2px;
}

.gameRoomChatLineText span
{
    font-weight:600;
    cursor:pointer;
}

.redChatText
{
    color:#ff0000;
}

.blueChatText
{
    color:#0000ff;
}

.glowText
{
    color: #000000;
    text-shadow: 0px 0px 5px rgba(1, 9, 255, 0.64);
}

.gameRoomInfoLine
{
    padding-top:7px;
    padding-left:7px;
    padding-right:7px;
    background-color:#ebebeb;
    border-radius:5px;
    border-bottom: 3px solid #dadada;
}

/* GAME CHAT */

/* GAME USERS */

.gameRoomUsersOuter
{
    width:300px;
    height:100%;
    float:left;
    position:absolute;
    right:0px;
    top:0px;
    z-index:3;
    border-left:2px solid #414141;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.gameRoomUsersTitleOuter
{
    width:100%;
    height:45px;
    float:left;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(41, 41, 41, 1) 9%, rgba(28, 28, 28, 1) 40%, rgba(43, 43, 43, 1) 60%, rgba(43, 43, 43, 1) 90%, rgba(61, 61, 61, 1) 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0px 15px;
    gap:10px;
    padding-left:10px;
}

.gameRoomUsersTitleTab
{
    flex:1;
    height:32px;
    border-radius:5px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    cursor:pointer;
}

.gameRoomUsersTitleCloseBtn
{
    width:32px;
    height:32px;
    border-radius:5px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    cursor:pointer;
}

.gameRoomUsersListOuter
{
    width:100%;
    flex:1;
    background-color:#d8d4bb;
    float:left;
    overflow:auto;
}

.gameRoomUserListBox
{
    width:100%;
    min-height:10px;
    padding:10px 15px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    background-color:#d8d4bb;
    border-bottom:2px solid #b9b4a0;
    padding-left:10px;
}

.gameRoomUserListBox:nth-child(even)
{
    background-color:#b9b4a0;
}

.gameRoomUserListBoxButtons
{
    min-width:10px;
    min-height:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:3px;
}

.gameRoomUserListBoxBtn
{
    width:35px;
    height:45px;
    float:left;
    border-radius:3px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    gap:4px;
    cursor:pointer;
}

.gameRoomUserListBoxBtn i
{
    font-size:12px;
    margin-top:4px;
}

.gameRoomUserListBoxBtn p
{
    font-size:8px;
    margin:0px!important;
    font-weight:600;
}

.gameRoomUserListBoxBtn:first-child
{
    border-radius: 10px 3px 3px 10px;
}

.gameRoomUserListBoxBtn:last-child
{
    border-radius: 3px 10px 10px 3px;
}

.gameRoomUserListBoxUserCircle
{
    width:45px;
    height:45px;
    border-radius:50px;
    background: #365889;
    background: radial-gradient(circle, rgb(29, 74, 135) 0%, rgb(40, 86, 150) 92%, rgb(50, 99, 180) 100%);
    position: relative;
    display:flex;
    align-items:center;
    justify-content:center;
    border-top:1px solid #95d6ff;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
}

.gameRoomUserListBoxUserCircleInner
{
    width:37px;
    height:37px;
    border-radius:30px;
    border-bottom:1px solid #74a0ff;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.74);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.gameRoomUserListBoxUserCircleInner img
{
    width:34px;
    height:34px;
    border-radius:30px;
    object-fit: cover;
    object-position: center;
}

.gameRoomUserListBoxContents
{
    flex:1;
    min-height:10px;
    float:left;
}

.gameRoomUserListBoxContents h3
{
    width:100%;
    font-size:13px;
    font-weight:600;
    color:#000b50;
    margin:0px!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: clip;
    display:table;
    table-layout: fixed;
}

.gameRoomUserListBoxContents h4
{
    width:100%;
    font-size:12px;
    font-weight:600;
    color:#494949;
    margin:0px!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: clip;
    display:table;
    table-layout: fixed;
    margin-top:2px!important;
}

.gameRoomUserListBoxContents h4 i
{
    width:13px;
}

.gameRoomUserListBoxUserCircleInnerActiveDot
{
    width:14px;
    height:14px;
    position:absolute;
    left:0px;
    bottom:-5px;
    background-color:rgb(0, 0, 0);
    border-radius:15px;
}

.gameRoomUserListBoxUserCircleInnerPlatform
{
    width:20px;
    height:20px;
    position:absolute;
    right:-5px;
    bottom:-5px;
    z-index:3;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius:15px;
    font-size:10px;
    padding-top:3px;
}

/* GAME USERS */

/* GAME ROOM */

.gameBottomContentsOuter
{
    width:100%;
    height:200px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameBottomContentsChatOuter
{
    flex:1;
    height:200px;
    float:left;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}

.gameBottomUsersOuter
{
    width:300px;
    height:200px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.gameRoomChatTitleCenter
{
    flex:1;
    min-height:10px;
    float:left;
}

.gameDeskOuter
{
    width:100%;
    flex:1;
    float:left;
    background: #040f14;
    background: linear-gradient(0deg, rgba(4, 15, 20, 1) 0%, rgba(9, 24, 38, 1) 9%, rgba(15, 44, 56, 1) 40%, rgba(18, 60, 79, 1) 60%, rgba(18, 60, 79, 1) 90%, rgba(31, 82, 107, 1) 100%);
    position:relative;
}

.gameRoomContentsCenter
{
    flex:1;
    height:100%;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    gap:10px;
}

.gameRoomContentInner
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:3;
    padding:10px 15px;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    padding-right:145px;
    gap:15px;
}

.gameRoomInfoBox
{
    width:130px;
    min-height:10px;
    float:left;
    background-color:#ffffff2b;
    padding:10px;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    gap:2px;
}

.gameDeskOuter h3
{
    width:100%;
    font-size:14px;
    font-weight:600;
    color:#fff;
    margin:0px!important;
}

.gameDeskOuter p
{
    width:100%;
    font-size:13px;
    font-weight:400;
    color:#fff;
    margin:0px!important;
}

.gameRoomContentRightButtons
{
    width:130px;
    height:100%;
    position:absolute;
    right:0px;
    top:0px;
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
    flex-direction: column;
    z-index:4;
    padding:10px;
    float:left;
    gap:10px;
}

.gameRoomContentRightBtn
{
    min-width:10px;
    flex:1;
    max-height: 80px;
    aspect-ratio:1;
    background-color:#fff;
    float:left;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    flex-direction: column;
}

.gameRoomContentRightBtn i
{   
    font-size:29px;
}

.gameRoomContentRightBtn p
{
    width:100%;
    font-size:12px;
    font-weight:600;
    text-align:center;
    margin:-2px 0px!important;
}

.gameRoomContentsCenterTop
{
    width:100%;
    height:50px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gameRoomContentsCenterCenter
{
    width:100%;
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    float:left;
    gap:15px;
}

.gameRoomBilliardCueOuter
{
    width:100%;
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    float:left;
} 

.gameRoomBilliardCueBtn
{
    width:45px;
    height:75px;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    cursor:pointer;
}

.gameRoomBilliardCueBtn p
{
    width:100%;
    font-size:14px;
    font-weight:500;
    text-align:center;
    font-family: "Roboto Condensed", sans-serif;
    margin:-2px 0px!important;
}

.gameRoomBilliardCueBtn img
{
    width:35px;
    height:35px;
    object-fit: contain;
    object-position: center;
}

.gameRoomBillardCueContents
{
    min-width:10px;
    height:90%;
    max-height:160px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    position:relative;
    padding:0px 20px;
    padding-top:1.5px;
}

.gameRoomBillardCueContentsCornerLeft
{
    width:20px;
    height:100%;
    float:left;
    position:absolute;
    left:0px;
    top:0px;
    z-index:5;
}

.gameRoomBillardCueContentsCornerRight
{
    width:20px;
    height:100%;
    float:left;
    position:absolute;
    right:0px;
    top:0px;
    z-index:5;
}

.gameRoomBillardCueContentsBottom
{
    width:calc(100% + 14px);
    height:12px;
    position:absolute;
    left:-7px;
    bottom:-12px;
    background: #5A3204;
    background: linear-gradient(0deg, rgba(90, 50, 4, 1) 0%, rgba(96, 53, 0, 1) 51%, rgba(196, 144, 56, 1) 72%, rgba(227, 169, 60, 1) 99%);
    clip-path: polygon(7px 0%, calc(100% - 7px) 1%, 100% 30%, 100% 100%, 0 100%, 0 30%);
}

.gameRoomBillardCueContentsHalf
{
    aspect-ratio:12/1.32;
    height:50%;
    background: #7B4200;
    background: linear-gradient(0deg, rgba(123, 66, 0, 1) 0%, rgba(181, 97, 0, 1) 10%, rgba(191, 125, 5, 1) 50%, rgba(247, 181, 47, 1) 90%, rgba(245, 240, 179, 1) 100%);
    float:left;
    position:relative;
}

.gameRoomBillardCueContentsHalf:last-child
{
    background: #7B4200;
    background: linear-gradient(0deg, rgba(123, 66, 0, 1) 0%, rgba(181, 97, 0, 1) 10%, rgba(204, 129, 12, 1) 50%, rgba(234, 170, 54, 1) calc(100% - 6px), rgba(152, 92, 4, 1) calc(100% - 4px), rgba(152, 92, 4, 1) calc(100% - 2px), rgba(74, 48, 6, 1) 100%);
}

.gameRoomBillardCueContentsHalf::before
{
    content:'';
    width:35px;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background: #4A3006;
    background: linear-gradient(90deg, rgba(74, 48, 6, 0.6) 0%, rgba(74, 48, 6, 0) 100%);
    clip-path: polygon(100% 40%, 100% 100%, 0 100%, 0 0);
    opacity: 0.5;
}

.gameRoomBillardCueContentsHalf:last-child::before
{
    clip-path:none;
}

.gameRoomBillardCueContentsHalf::after
{
    content:'';
    width:35px;
    height:100%;
    position:absolute;
    right:0px;
    top:0px;
    background: #4A3006;
    background: linear-gradient(270deg, rgba(74, 48, 6, 0.6) 0%, rgba(74, 48, 6, 0) 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40%);
    opacity: 0.5;
}

.gameRoomBillardCueContentsHalf:last-child::after
{
    clip-path:none;
}

.gameRoomBillardCueCell
{
    aspect-ratio:1/1.32;
    height:100%;
    float:left;
    padding:1px;
    position:relative;
}

.gameStone
{
    width:100%;
    height:100%;
    float:left;
    background-image:url("../images/general/stone.png");
    background-size:cover;
    background-position:center;
    border-radius:4px;
    position:relative;
    z-index:9;
    cursor:pointer;
    -webkit-box-shadow: 0px 4px 12px -2px #000000b7; 
    box-shadow: 0px 4px 12px -2px #000000b7;
}

.gameStoneNumberBox
{
    width:80%;
    height:50%;
    position:absolute;
    left:10%;
    top:10%;
    z-index:3;
    font-size: 30px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
        text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
        -moz-background-clip: text;
            background-clip: text;
}

.gameStoneNumberBox img
{
    width:80%;
    height:80%;
    position:absolute;
    object-fit: contain;
    object-position: center;
}

.redStone .gameStoneNumberBox
{
    color:#ff0000;
}

.orangeStone .gameStoneNumberBox
{
    color:#ff9900;
}

.blueStone .gameStoneNumberBox
{
    color:#0091ff;
}

.blackStone .gameStoneNumberBox
{
    color:#121212;
}

.gameRoomUserBox
{
    width:180px;
    height:50px;
    float:left;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px;
    gap:7px;
}

.gameRoomUserBoxImageOuter
{
    width:40px;
    height:40px;
    float:left;
    background-color:#ffffff19;
    border-bottom: 1px solid #4780fb;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.74);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.74);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius:4px;
}

.gameRoomUserBoxImageOuter img
{
    width:34px;
    height:34px;
    object-position: center;
    object-fit: cover;
    border-radius: 2px;
}

.gameRoomUserBoxContents
{
    flex:1;
    min-height:10px;
    float:left;
    font-size:13px;
    font-weight:500;
    color:#fff;
}

.gameRoomCenterContents
{
    flex:1;
    height:100%;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.gameRoomCenterContentsStones
{
    width:45px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-direction: column;
}

.gameRoomCenterContentsStoneBox
{
    width:100%;
    aspect-ratio:1/1.32;
    box-shadow: 1px 1px 23px 0px rgba(0,0,0,0.85) inset;
    -webkit-box-shadow: 1px 1px 23px 0px rgba(0,0,0,0.85) inset;
    -moz-box-shadow: 1px 1px 23px 0px rgba(0,0,0,0.85) inset;
    border-radius:4px;
    padding:2px;
}

.gameRoomCenterContentsCenterStones
{
    flex:1;
    height:70px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.gameRoomCenterContentsCounter
{
    width:40px;
    height:40px;
    border-radius:40px;
    display:flex;
    align-items:Center;
    justify-content:center;
    font-size:22px;
    margin-left:5px;
}

.gameRoomCenterContentsCenterStoneBox
{
    height:70px;
    aspect-ratio:1/1.32;
    box-shadow: 1px 1px 23px 0px rgba(0,0,0,0.85) inset;
    -webkit-box-shadow: 1px 1px 23px 0px rgba(0,0,0,0.85) inset;
    -moz-box-shadow: 1px 1px 23px 0px rgba(0,0,0,0.85) inset;
    border-radius:4px;
    padding:2px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.backStone
{
    background-image:url("../images/general/stoneBack.png");
}


.gameRoomCenterContentsCenterStoneBoxCounter
{
    width:30px;
    height:30px;
    position:absolute;
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:600;
    color:#333;
}

/* GAME ROOM */

/* MODALS */

.customCheckLineOuter
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #dadada;
    gap:10px;
    cursor:pointer;
}

.customCheckLineOuter:last-child
{
    margin-bottom:0px;
    border-bottom:0px;
    padding-bottom:0px;
}

.customCheckLineLeftOuter
{
    width:24px;
    height:24px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
}

.customCheckLineLeftOuter input
{
    display:none;
}

.customCheckOuter
{
    width:20px;
    height:20px;
    border-radius:3px;
    border:1px solid #dadada;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    color:transparent;
}

.customCheckLineLeftOuter input:checked ~ .customCheckOuter
{
    background: #57d40f;
    background: linear-gradient(0deg, rgba(87, 212, 15, 1) 0%, rgba(63, 153, 11, 1) 10%, rgba(63, 153, 11, 1) 40%, rgba(80, 201, 15, 1) 60%, rgba(80, 201, 15, 1) 90%, rgba(147, 242, 99, 1) 100%);
    color:#fff;
}

.customCheckLineTextOuter
{
    flex:1;
    min-height:10px;
    float:left;
    font-size:16px;
    font-weight:500;
    color:#333;
}

.customInputLineTextOuter
{
    min-width:10px;
    min-height:10px;
    float:left;
    font-size:16px;
    font-weight:500;
    color:#333;
}

.customInputLineBoxOuter
{
    flex:1;
    min-height:10px;
    float:left;
}

.customInputLineBoxOuter select
{
    width:100%;
    height:40px;
    border-radius:4px;
    border:1px solid #dadada;
    padding:0px 7px;
}

.customInputLineBoxOuter input
{
    width:100%;
    height:40px;
    border-radius:4px;
    border:1px solid #dadada;
    padding:4px 7px;
}

.modalButtonBoxOuter
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:14px;
    flex-wrap: wrap;
}

.modalButtonBoxHalf
{
    width:calc(50% - 7px);
    height:50px;
    border-radius:7px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:500;
    text-align:center;
    padding:0px 15px;
    cursor:pointer;
}

.modalButtonBoxFull
{
    width:100%;
    height:50px;
    border-radius:7px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:500;
    text-align:center;
    padding:0px 15px;
    cursor:pointer;
}

.notificationScrollOuter
{
    width:100%;
    height:350px;
    float:left;
    overflow:auto;
}

.notificationBoxOuter
{
    width:100%;
    min-height:10px;
    float:left;
    background-color:#f5f5f5;
    padding:10px;
    border-radius:4px;
    margin-bottom:10px;
}

.notificationBoxOuter h3
{
    width:100%;
    font-size:17px;
    font-weight:600;
    color:#333;
    float:left;
    margin:0px;
}

.notificationBoxOuter p
{
    width:100%;
    font-size:15px;
    font-weight:400;
    color:#333;
    float:left;
    margin:5px 0px;
}

.notificationBoxOuter span
{
    width:100%;
    font-size:13px;
    font-weight:400;
    color:#333;
    float:left;
    margin:0px;
    margin-top:2px;
}

.marketBoxOuter
{
    width:100%;
    min-height:10px;
    float:left;
    background: #2c4a5e;
    background: linear-gradient(0deg, rgba(44, 74, 94, 1) 0%, rgba(29, 86, 115, 1) 9%, rgba(29, 86, 115, 1) 40%, rgba(31, 90, 120, 1) 60%, rgba(38, 109, 133, 1) 90%, rgba(67, 131, 168, 1) 100%);
    border-radius:5px;
    position:relative;
    overflow:hidden;
    margin-bottom:10px;
}

.marketBoxTop
{
    width:100%;
    min-height:10px;
    float:left;
    padding:14px;
    font-size:18px;
    color:#fff;
    font-weight:600;
    border-bottom:1px solid #dadada;
    position:relative;
    z-index:3;
}

.marketBoxBottom
{
    width:100%;
    min-height:10px;
    float:left;
    padding:14px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    position:relative;
    z-index:3;
}

.marketBoxBottomCircle
{
    width:34px;
    height:34px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    border-radius:20px;
    margin-right:10px;
}

.marketBoxBottom a
{
    min-width:10px;
    height:30px;
    float:right;
    padding:0px 10px;
    font-size:15px;
    font-weight:500;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:1px;
    text-decoration: none!important;
}

.marketBoxBottom p
{
    flex:1;
    margin:0px;
    font-size:18px;
    color:#fff;
    font-weight:600;
}

/* MODALS */

/* LOGİN */

.loginOuter
{
    width:450px;
    min-height:50px;
    float:left;
    background-color:#fff;
    position:relative;
    z-index:99;
    border-radius:5px;
}

.loginTitleOuter
{
    width:100%;
    height:60px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:600;
    border-radius:5px 5px 0px 0px;
    letter-spacing: 0.5px;
}

.loginContentsOuter
{
    width:100%;
    min-height:10px;
    padding:15px;
    float:left;
}

.loginNotificationOuter
{
    width:100%;
    min-height:10px;
    float:left;
    padding:12px 10px;
    background-color:#ff000030;
    text-align:center;
    color:#ff0000;
    font-size:16px;
    font-weight:600;
    border-radius:5px;
    margin-bottom:15px;
}

.loginCodeRefreshBtn
{
    width:34px;
    height:34px;
    float:left;
    background-color:orange;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.loginCodeImage
{
    width:70px;
    float:left;
}

.loginButtonsOuter
{
    width:100%;
    float:left;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:12px;
    flex-wrap: wrap;
}

.loginButton
{
    width:calc(50% - 6px);
    height:42px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:600;
    border-radius:5px;
    text-decoration: none!important;
    cursor:pointer;
}

.loginContentsOuter h3
{
    width:100%;
    min-height:10px;
    float:left;
    padding:12px 10px;
    background-color:#00bbff30;
    text-align:center;
    color:#0073ff;
    font-size:16px;
    font-weight:600;
    border-radius:5px;
    margin-bottom:15px;
}

.roomBtn
{
    width:100%;
    height:42px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:600;
    border-radius:5px;
    text-decoration: none!important;
    cursor:pointer;
    margin-bottom:15px;
}

/* LOGİN */