/* ########## Core CSS ############ */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

.site-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background-color: #efefef;
}

.topBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #1a1a1a;
    color: white;
}

body {
    margin: 0;
    font-family: "Cairo", sans-serif;
    height: 100%;
}

.logo {
    padding: 0px 20px;
}

.logo img {
    height: 100%;
}

.footer-area {
    background: #161616;
    color: white;
    min-height: 100px;
    padding: 20px;
    text-align: center;
}

.topBar-end {
    padding: 0px 20px;
    align-content: center;
}

html {
    height: 100%;
    
}

.main-content {
    height: calc(100% - 48px);
}
.ptr--ptr  {
    background: whitesmoke;
}
.resizableContainer {
    height: inherit;
}


.resLeft {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    align-content: flex-start;
    min-width: 250px;
    height: 100%;
    aspect-ratio: 16 / 10;
    max-width: 100%;
    align-content: center;
}

.resHandel {
	border: 1px solid #e3e3e3;
    background: #f1f1f1;
    width: 2px;
    height: 100%;
    border-radius: 2px;
    cursor: col-resize;
}
.fullScreen{
	z-index: 9999;
    width: 100%;
    height: calc(100% - 70px);
    position: fixed;
    top: 60px;
    left: 0;
    background: white;
 }
 .fullScreenExpand,.fullScreenShrink {
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 5px 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    position: absolute;
    left: 10px;
    line-height: 10px;
    display: none;
}
.sort-placeholder {
    border: 2px dashed #777;
    min-height: 100px;
    border-radius: 20px;
    margin: 20px;
    width: calc(25% - 20px);
}

.box_handle:after {
    /* content: '.... ....'; */
}

.box_handle {
    content: '....';
    margin: auto;
    width: 35px;
    /* height: 32px; */
    /* overflow: hidden; */
    line-height: 5px;
    padding: 3px 4px;
    cursor: move;
    vertical-align: middle;
    font-size: 20px;
    font-family: sans-serif;
    letter-spacing: 2px;
    color: #bbbbbb;
    text-shadow: 1px 0 2px #bfbfbf;
}

.box {
    background: white;
    margin: 5px;
    border-radius: 10px;
    box-shadow: -1px 1px 5px #e1e1e1;
    max-height: calc(50% - 20px);
    width: calc(50% - 20px);
    position: relative;
}

.box33 {
    margin: 3px;
    border-radius: 0;
    box-shadow: -1px 1px 5px #e1e1e1;
    max-height: calc(33% - 20px);
    width: calc(25% - 20px);
}

.box_header {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: -5px;
    visibility: hidden;
}

.box_header_end {
    position: relative;
}

.box:hover .box_header {
    visibility: visible !important;
    height: 30px;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.fullScreen .fullScreenExpand, .fullScreen .fullScreenShrink {
    visibility: visible;
    background: #0080f1;
    color: white;
    font-size: 16px;
	line-height: 10px;

}

.fullScreen:hover .box_header {
    visibility: hidden !important;
}
.box.fullScreen {
    position: absolute;
    top: 50px;
    margin: 0;
    max-height: calc(100% - 70px) !important;
    width: 100% !important;
}
.fullScreenCont {
    padding: 10px;
    aspect-ratio: 16 / 9;
    max-height: 100%;
    margin: auto;
}
.fullScreen canvas#streamingChart {
    height: 100%;
}

.fullScreen .chart-area {
    height: 95%;
}

.chart-area {
    height: 340px;
}
.costsummary {
    display: flex;
    justify-content: space-between;
    background: #0064ad;
    color: #b7cadb;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}
.costsummary span {
    font-weight: bold;
    color: white;
}

.fullScreenCont {padding: 0;}

#drpmnCkbx:checked ~ #drpmenu {
        opacity: 1;
        display: block !important;
    }

    :not(.sub-chck-menu)>li:has(.has-sub:checked) ul {
        display: block;
    }
    
    .sub-chck-menu {
        display: none;
    }
    .no_selection * {
        user-select: none; /* standard syntax */
        -webkit-user-select: none; /* webkit (safari, chrome) browsers */
        -moz-user-select: none; /* mozilla browsers */
        -khtml-user-select: none; /* webkit (konqueror) browsers */
        -ms-user-select: none; /* IE10+ */
    }

    #drpmenu i.fa-solid {
        margin-right: 5px;
        margin-left: -3px;
        font-size: 18px;
    }

    #qrcode img {
        border: 10px solid #fff;
    }

/* ########## Core CSS END ############ */

		.tr10 td {
			background-color: #b4f2b4;
		}
		b.time {
			font-size: 12px;
			color: gray;
			float: right;
		}
		.orderDet {
			width: 100%;
			border-bottom: 1px dotted #ccc;
		}
		
		.allOrders {background: whitesmoke;padding: 5px;border: 1px solid #ccc;}
		
		ul.dtr-details {
			width: 100%;
		}
		
		.totalorders {
			display: flex;
			justify-content: center;
			gap: 20px;
			background: #434343;
			color: white;
		}
		.small {
			color: white;
			font-size: 7pt;
			background: gray;
			padding: 2px 5px;
			border-radius: 3px;
			font-family: sans-serif;
			white-space: nowrap;
		}

		.smalldiv {
			font-size: 8pt;
			padding: 2px 5px;
			border-radius: 3px;
			font-family: sans-serif;
			white-space: nowrap;
		}
		#tokens_table .parent {
			background: #fffedc;
		}
		b.current_rev {
			background: white;
			padding: 0 5px;
			border-radius: 5px;
			font-size: 14px;
		}


		tfoot {
			display: table-header-group;
			background: #2a2a2a;
			color: #FFFFFF;
			font-weight: bold;
		}
		table.dataTable.compact tfoot th, table.dataTable.compact tfoot td
		{
			padding: 7px;
		}
		#table_losers_wrapper {
			width: 900px;
		}

		.collapsed td {
			border-bottom: 1px solid #aaa;
		}

		a {
			color: #111;
			text-decoration: none;
			font-weight: bold;
		}

		.header_table td {
			border: 2px solid #333;
			padding: 12px;
		}

		.copy {
			float: right;
			padding: 0 5px;
			border: 1px solid;
			font-size: 11px;
		}

		.resizable {
			resize: both;
			overflow: auto;
		}

		.canv {
			width: 80vw;
			height: 60vh;
			max-height: 500px;
		}

		.coinName {
			cursor: pointer;
		}
	
        .box_cont {
            position: relative;
            height: 100%;
        }
        
        .box_title {
            position: absolute;
            top: 0;
            font-weight: bold;
            z-index: 1;
            display: none;
            background: #000000d4;
            color: white;
            width: 100%;
            padding: 5px;
        }
        
        .box_content {
            height: 100%;
        }
        .box_header .close {
            position: absolute;
            top: 8px;
            right: 8px;
            z-index: 3;
            font-size: 18px;
            cursor: pointer;
            background: black;
        }

        .box:hover .box_title {
    display: block !important;
}

.toggle-menu {position: absolute;width: 40px;/* height: 0; *//* right: 219px; */top: 10px;background: white;padding: 15px 10px;border-radius: 10px 0 0 10px;border: 1px solid #dddddd;color: gray;border-right: 0;cursor: pointer;z-index: 5;}

.right-col {
    width: 220px;
    background: white;
    border-left: 1px solid #ccc;
    box-shadow: 1px 1px 6px #aaa;
    z-index: 1;
}

.menu-slide {position: relative;right: -2px;}
.resright {
        display: flex;
    flex-direction: row-reverse;
}

.resright li {
    list-style: none;
    width: 220px;
}
.resright ul {
    padding: 10px;
}