body{
	background-color: black;
	color: white;
    margin: 0;            /* Reset default margin */
}

@font-face {
    font-family: Roboto;
    src: url('{{asset('/fonts/Roboto-Bold.tff')}}');
}


.tg {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
}

.modal {
    margin-top: 10%;
}

.tg-guio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tg-modal-content {
    background: white!important;
    color: black!important;
    /*background: #293042;
    color: #fff;*/
}

.tg-modal-success img{
	width: 95px;
}

.tg-success-msg {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.tg-modal .modal-header {
	border-bottom: none!important;
}


.tg-modal .modal-body {
	padding: 30px!important;

}

.tg-modal .modal-title {
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
}

.tg-modal .modal-footer {
	border-top: none!important;
	display: flex;
	align-items: center;
    justify-content: center;
    padding: 0px 0px 40px 0px!important;
}

.modal-footer-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

/*.tg-btn {
    border: 1px solid #2a9fd8;
    background-color: #00ADFF8A;
    background: rgba(0,173,255,.54);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -webkit-user-drag: none;
    cursor: pointer;
}*/

.tg-btn1 {
    background: #00ADFF;
    background-image: -webkit-linear-gradient(top, rgb(117 173 199 / 74%), #3a5a6900);
    background-image: -moz-linear-gradient(top, rgb(160 205 226 / 74%), #00adff8a);
    background-image: -ms-linear-gradient(top, rgb(160 205 226 / 74%), #00adff8a);
    background-image: -o-linear-gradient(top, rgb(160 205 226 / 74%), #00ADFF);
    background-image: -webkit-gradient(to bottom, #00ADFF, #00ADFF);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 12px;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    border: transparent!important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    width: 143px;
    outline: none;
}

.tg-btn1:hover {
   background: #1E62D0;
}

.tg-btn1:focus, .close:focus {
    outline: none;
}


.tg-success-btn {
    border: 2px solid #00ADFF8A;
    border-radius: 50px;
    width: 200px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.tg-success-btn p{
    padding: 0!important;
    margin: 0!important;
    color: #00ADFF8A;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}



.tg-iframe-body {
	padding: 70px 0px;
    height: 100vh;
    padding: 50px, 0px;
    background: black;
    background-image: url(https://tigerconnexion.com/wp-content/uploads/2020/08/about_banner-bg2x.jpg);
}


iframe {
    /*height: 97.5vh;       
    width: 100vw;*/
    display: block;
    background: #000;
    border: none;
    height: 100%;
    width: 100%;
}
.details-menu {
   /* display: flex;
    width: 100vw;
    color: #fff;
    margin-top: -7px;
    background: #000;
    padding: 5px 7px;
    border: #292929 1px solid;
    height: 30px;*/

    display: flex;
    width: 100vw;
    color: #fff;
    justify-content: center;
    font-size: 42px;
}


.tg_game_btn .tg_game_btn_items {
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.tg_game_btn .tg_game_btn_items .fa {
    font-size: 31px;
}


/*.tg_game_btn .tg_game_btn_items:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.tg_game_btn .tg_game_btn_items:hover:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
*/


span.tg-game-menu-txt {
    padding: 10px;
    cursor: pointer;
    font-family: 'Circular-Loom';
    font-size: 31px;
}


.dm-first-col.tg_game_btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}


.btn {
    width: 49%;
}


#guio {
  /*  background-image: url("https://daddy.betrnk.games/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;*/
    position: absolute;
    color: white;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40%;
    top: 20%;
}

@media (max-width: 700px) {  
    span.tg-game-menu-txt {
        font-size: 20px;
    }

    .tg_game_btn .tg_game_btn_items .fa {
        font-size: 20px;
    }

    .tg-modal .modal-body {
        padding: 0px!important;
    }
}


