@charset "utf-8";
@import url(font-awesome.min.css);
/* @import url("https://fonts.googleapis.com/specimen/Saira+Extra+Condensed"); */

/*[ FONT ]*/
/* Start End Sego-UI font */
@font-face {
font-family: 'Segoe UI Regular';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Regular'), url('../fonts/segoe-ui-font/Segoe UI.woff') format('woff');
}

@font-face {
font-family: 'Segoe UI Bold';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold'), url('../fonts/segoe-ui-font/Segoe UI Bold.woff') format('woff');
}
/* End Sego-UI font */

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

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Nunito !important;
}

.containerFram {
    padding: 10px 20px;
    border: solid #d4cbff 17px;
    border-radius: 50px;
}

body {
	
	font-size:16px !important;
   
    /* var(--bg-var); */
    /* var(--bg-var); */
    /* background-color:#efefef !important; */
    height: 100% !important;
   
   
}
html {
    -webkit-tap-highlight-color:transparent;
    height: 100% !important;
    overscroll-behavior: none;
}
b, strong {
    font-weight: 600;
}
p {
    text-align: justify;
    font-family: Segoe UI Regular;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}
a {
	font-family: Segoe UI Regular;
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-decoration: none;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}
img {
    vertical-align: middle;
    border: 0;
}
.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-middle {vertical-align: middle;}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: Segoe UI Regular;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.h3, h3 {
    font-size: 18px !important;
    margin-top: 10px !important;
}
.h2, h2 {
    font-size: 22px !important;}
.txt1 {
    font-family: Segoe UI Regular;
    font-size: 16px;
    line-height: 1.4;
    color: #999999;
  }

  .txt2 {
    font-family: Segoe UI Regular;
    font-size: 16px;
    line-height: 1.4;
    color: #4b2354;
  }

button {
    overflow: visible;
    margin: 0;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover, a {
	cursor: pointer;
}

iframe {
	border: none !important;
}
/* .btn .caret {
    margin-left: 0;
} */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
@media screen and (max-width: 767px){
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
}
.no-margin{ margin: 0px !important;}
.mar-top30{ margin-top:30px;}
.mar-bottom30{ margin-bottom:30px;}
.mar-top15{ margin-top:15px;}
.mar-bottom15{ margin-bottom:15px;}
.p-l-10{ padding-left: 10px;}
.p-r-10{padding-right: 10px;}
.p-t-10{padding-top: 10px; }
.p-l-20{ padding-left: 20px;}
.p-r-20{padding-right: 20px;}
.p-t-20{padding-top: 20px; }
.p-l-40 {padding-left: 40px;}
.p-r-40 {padding-right: 40px;}
.p-t-30 {padding-top: 30px;}
.p-b-20{padding-bottom: 20px;}
.p-b-30{padding-bottom: 30px;}
.p-b-37{padding-bottom: 37px;}
.m-b-20{margin-bottom: 20px;}
.m-b-0{margin-bottom: 0px !important;}
.m-b-5{margin-bottom: 5px !important;}
.m-b-10{margin-bottom: 10px;}
.m-b-15{margin-bottom: 15px !important;}
.m-b-25{margin-bottom: 25px;}
.m-b-50{margin-bottom: 50px;}
.m-t-0{margin-top: 0px !important;}
.m-t-5{margin-top: 5px !important;}
.m-t-10{margin-top: 10px !important;}
.m-t-15{margin-top: 15px !important;}
.m-t-20{margin-top: 20px !important;}
.m-t-40{margin-top: 40px !important;}
.m-t-50{margin-top: 50px !important;}
.m-r-5{margin-right: 5px !important;}
.m-r-10{margin-right: 10px !important;}
.m-l-10{margin-left: 10px;}
.text-small{ font-size:10px;}
.text-maroon{color:#af001f !important;}
.text-blue{ color:#347ab8 !important;}
.text-red {
	color: #ff0500;
}
.text-darkgray {
    color: darkgray !important;
}
.flex-c {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* .col-lg-12{width:100% !important;}
.col-lg-7{width:58.33333333% !important;}
.col-lg-5{width:41.66666667% !important;} */
.main-content .col-lg-6
 {
    /*width: 100%;*/
}
.scoreBoard-content .col-lg-6{width:50%}
/* .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-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-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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    float: left;
} */

.main-content{
    /* padding-bottom: 80px; */
    background-color: white;
    border-radius: 35px;
    /* margin-top:7%; */
    margin-top: 13vh;
    /* padding-bottom: 10px;
    min-height: calc(100vh - 120px); */
}

.d-none{
    display:none !important;
}
.list-newgame{
    padding: 5px;
    border: 1px solid #ccc;
}
.img-newgame{
    width: 25px;
    height: 25px;
    border-radius: 40px;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.username-newgame{
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}

.toast-close-button {
	opacity: 1 !important;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	filter: alpha(opacity=100) !important;
}
.toast-close-button:focus, .toast-close-button:hover {
	opacity: 1 !important;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	filter: alpha(opacity=100) !important;
}
#toast-container>div {
	opacity: 1 !important;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	filter: alpha(opacity=100) !important;
}
.toast-progress {
    opacity: 1 !important;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	filter: alpha(opacity=100) !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -27px;
    border-radius: 0px;
}



.modal-header h5{ margin: 0px !important;
    font-size: 18px !important;
}

.modal-dialog {
    margin: 130px auto !important;
}

.padLR0{
	padding-left:0px;
	padding-right:0px;
	}
#header {
	height: 60px;
	line-height: 60px;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: #8c8c8c;
    cursor: default;
    z-index: 1000;
    width: 100%;
	/*left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;*/
}
#header > .logo {
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	height: inherit;
	line-height: inherit;
	padding: 0 15px;
	text-decoration: none;
}
#header > .icon-llf{
	padding: 0 15px;
    width: 70px;
    cursor: pointer;
}
#header > .icon-help{
	padding: 0 15px;
    width: 70px;
}
#header > .icon-help img{
    border-radius: 50px;
}
#main .content {
   /* background-color: #cfd8dc;*/
    margin-bottom: 10rem;
    padding: 15px 0px;
}
.btn-file input[type=file] {
    font-size: 16px;
    width: 100px;
    height: 35px;
}
.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    display: block;
    cursor: pointer;
  }
/* Inner */
/* .inner {
	margin: 0 auto;
	width: 940px;
	max-width: calc(100% - 4rem);
} */
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 0px !important;
}
.btn.focus, .btn:focus,.btn:hover {
    text-decoration: none !important;
}

.btn-maroon{
	color: #fff !important;
    background-color: #af001f !important;
    border-color: #af001f !important;
    text-transform: uppercase;
}
.btn-blue{
	color: #fff !important;
    background-color: #347ab8 !important;
    border-color: #347ab8 !important;
}
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.form-control:focus{
    box-shadow:none !important;
    border: 1px solid !important;
    border-color: #ccc !important;
    outline: 1px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.input-group-btn:last-child>.btn{
	background-color: #347ab8;
    color: #ffffff;
    border: 1px solid #347ab8;
}
.input-group{
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom:15px;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2 !important;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
   /*  border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group-btn>.btn {
    position: relative;
}
.custom-checkbox .input-group{
    margin-bottom:5px;
}
.custom-checkbox .input-group-addon input[type=checkbox],.custom-checkbox .input-group-addon input[type=radio] {
    margin-top: 0;
    display: none;
}
.custom-checkbox .input-group-addon {
	color: #347ab8;
    background-color: transparent;
    border: none;
    border-radius: 0px
}
.dropdown-toggle::after {
    display: none !important;
  }

.play-game > input {
    height: 60px;
	font-size:14px;
    text-align: center;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    border-bottom: 3px solid #fff;
    margin-bottom: 15px;
    width: 100%;
}
/* .play-game .btn {
    background-color: #ffffff;
    border: none;
    color: #000000;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
	border-radius:0px;
	border: 1px solid #999;
} */

/* .play-game .btn:hover {
    background-color: #999;
} */
.play-game .fa{
	margin-right: 10px;
}
.play-game .fa-check{
	color:#08bf28;
}
.play-game .fa-close{
	color:red;
}
.play-game ul{padding-left:0px;}
.play-game ul li{ list-style:none;}
ul {
	list-style: disc;
	margin: 0 0 0 0;
	padding-left: 1rem;
	list-style-position:inside;
}
ul.plain {
	list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
ul.plain li {
	display: inline-block;
}
ul.plain li img {
    float: left;
    margin-right: 20px;
    /* margin-right: 12px; */
    width: 43px;
    height: 43px;
	border-radius: 50px;
}
ul.plain li:last-child img {
    margin-right: 0px;
}
ul.alt {
	list-style: none;
	padding-left: 0;
}
ul.alt li {
	border-top: solid 1px;
	padding: 0.75rem 0;
}
ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}
ul.alt li:last-child {
	padding-bottom: 0;
}
/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
	font-size: 20px;
	padding-left:3px;}
  .icon > .label {
    display: none; }

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1rem 0 0; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon:before {
      font-size: 2rem; }
p .btn{ margin-top:30px;}

/* #footer {
	background-color: #a2a2a2;
    color: rgba(255, 255, 255, 0.5);
    padding: 5px 0px 5px 0;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    text-align: center;
    height: 60px !important;
    z-index: 3;
} */
#footer {
    background-color: #fff;
    color: rgba(255, 255, 255, 0.5);
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    text-align: center;
    /* height: 160px !important; */
    z-index: 3;
}

.card.hovercard {
    position: relative;
    /* padding-top: 20px; */
    overflow: hidden;
    text-align: center;
    border: none !important;
}


.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ccc;
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #000000;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-overflow: ellipsis;
}
.change-picture .btn{
	margin-top:10px;
	margin-bottom:10px;
}
.table>thead>tr>td{
	color: #af001f;
	font-weight:600;
	text-align:	center;
	text-transform:uppercase;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{ font-size:12px;padding:5px;}
#keyboard {
  display: none;
}
@media screen and (max-width: 980px) {
ul.plain li .icon {
	margin-left: 8px;
	margin-right: 8px;
}
ul.plain li img {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}
#keyboard {
  display: none;
  background-image:url('../images/keyboard.jpg');
  width:100%;
  height:auto;
  position:absolute;
  bottom:0px;
}

}
@media screen and (max-width: 767px) {
#keyboard {
  display: block;
   background-image:url('../images/keyboard.jpg');
  width:100%;
  height:auto;
  position:absolute;
  bottom:0px;

}
.modal-dialog {
    margin: 130px 10px !important;
}
.col-lg-6{width: 100%}
.main-content .col-lg-6{width:50%}
.scoreBoard-content .col-lg-6{width:50%}
}
@media screen and (max-width: 480px) {
/* .inner {
	max-width: calc(100% - 4rem);
} */
#keyboard {
  display: block;
   background-image:url('../images/keyboard.jpg');
  width:100%;
  height:auto;
 background-size: cover;
  background-repeat: no-repeat;
}

}
@media screen and (max-width: 320px) {
ul.plain li .icon {
	margin-left: 3px;
    margin-right: 3px;
}
ul.plain li img {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
}
#keyboard {
  display: block;
   background-image:url('../images/keyboard.jpg');
  width:100%;
  height:auto;
  position:absolute;
  bottom:0px;
}

}

:host ::ng-deep .modal-title {
    font-size: 20px;
    line-height: 29px;
}

.form-wizard-buttons{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0px 10px;
}

.cancelBtn{
    margin-right: 7%;
}

@media (min-width: 768px) {
.modal-dialog {
    width: 500px;
    margin: 30px auto;
}
}


.popoverRight {
    display: block !important;
    transform: none !important;
    border-radius: 5px;
    left: auto !important;
    right: 0px;
    padding: 0px 5px;
}

.my-custom-class {
    display: block !important;
    transform: none !important;
    border-radius: 5px;
    padding: 0px 5px;
  }

  #toast-container > .removeIcon {
      background-image: none !important;
      padding-left: 15px !important;
  }

  .material-icons {
    font-family: 'Material Icons' !important;
  }

.bg-container {
    border: solid #d4cbff 17px;
    border-radius: 36px;
    background-color: #d4cbff;
    /* margin-top: 13vh; */
}
.mat-mdc-stroked-button {
    border: 1px solid #ff4081 !important;
}
.mat-mdc-stroked-button, .mat-mdc-raised-button {
    border-radius: 25px !important;
    /* padding: 0px 25px; */
}
.botmborder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.rgtborder {
    border-right:1px solid rgba(0, 0, 0, 0.12) !important;
}
.bg-sub-container{
    background-color: #fff;
    border-radius: 20px;
    /* margin-top: 15px; */
    /* height: fit-content; */
    padding: 20px 5px 20px 20px;
}
.bg-sub-container h3 {
    margin-top: 5px !important;
}

.custom-content {
    font-size: 14px !important;
    font-weight: 700 !important;
    /* margin-top: 0px !important; */
}

.custom-title {
    font-size: 14px !important;
    margin:0px !important;
}

.custom-header {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.custom-selection {
    /* display: inline-flex;  */
    color: lightgray;
}
.custom-selectoption {
    width: 135px;
    text-align: center;
    padding: 5px !important;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
} 

.justify-center{
    justify-content: center !important;
}

.bold {
    font-weight: 700;
}

img.sm-img{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid #152246;
}

.custom-playgame-toast
{
  top:20px !important;
}

.custom-playgame-toast, .app-custom-playgame-toast {
  position: relative !important;
}

.custom-playgame-toast .toast-success, .app-custom-playgame-toast .toast-success {
    background-color: #342c5d !important;
}
.custom-playgame-toast>div, .app-custom-playgame-toast>div {
    box-shadow: none !important;
}

.w100 {
    width:100% !important;
}

.mini-modal > .mat-mdc-dialog-container {
    width: 500px !important;
    padding: 0px !important;
}
.custom-modalbox > .mat-mdc-dialog-container {
    width: 50vw !important;
    height: auto !important;
   
    /* max-height: 570px !important; */
}

.mat-mdc-dialog-content {
    font-size: 16px !important;
}

.accentcolor {
    color: #ff4081 !important;
}

.a-link {
    display: flex;
    place-content: end;
    align-items: center;
}
.a-link a{
    font-size: 16px;
    /* text-align: end; */
    border-bottom: unset;
    cursor: pointer;
    color: #ff4081 !important;
}
.a-link a:active,.a-link a:focus,.a-link a:focus-visible{
    text-decoration: none;
}

.ptr--text{
    color: white !important;
    text-align: center;
}

.ptr--icon {
    color: white !important;
    text-align: center;
}

.ptr--ptr {
    box-shadow: none !important;
    /* margin-top: 100px; */
}


@media screen and (max-width: 959px){
    .bg-container {
        /* margin-top: 13vh; */
    }
    .main-content{
        margin-top: 13vh;
    }
    .custom-modalbox > .mat-mdc-dialog-container {
        width: 100vw !important;
    }
}
@media screen and (max-width: 450px) {
    /* for displaying custom toast at the bottom after the black div */
    .custom-playgame-toast {
        top: 80px !important;
    }

    .app-custom-playgame-toast {
        --safe-area-inset-top: env(safe-area-inset-top);
        top: calc(env(safe-area-inset-top) + 65px) !important;
        transform: translateZ(100px);
    }
}

.bgColor {
    background-color: white;
    border-radius: 35px;
  }

  .modal-backdrop.in {
    transform: translateZ(100px);
  }

  .purchase-modal {
    width: 100vw !important;
  }

  .purchase-modal > .mat-mdc-dialog-container {
    width: 90vw !important;
    padding: 0px !important;
  }

  .purchase-modal .mat-mdc-dialog-content {
    margin: 0px !important;
    padding: 0px !important;
  }

  .purchase-modal .mat-mdc-dialog-title {
    margin: 0px !important;
  }

  .purchase-modal .mat-mdc-dialog-actions {
    margin-bottom: 0px !important;
  }

  .mat-mdc-slide-toggle {
    vertical-align: middle;
    float: right;
}

.mat-mdc-outlined-button {
    border-radius: 25px !important;
    font-size: 14px !important;
    border: 1px solid #ff4081 !important;
}


.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent !important;
}


.mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}

.mdc-line-ripple {
    display: none;
}

.mdc-text-field {
    border-radius: 50px !important;
    border: 1px solid #9f9f9f !important;
    padding: 0 !important;
    background-color: #fff !important;
    font-size: 16px;
}



.mat-pseudo-checkbox {
    display: none !important;
}

.mat-mdc-button {
    font-size: 14px !important;
}

.mat-mdc-dialog-title {
    font-size: 20px !important;
    padding-left: 20px !important;
    line-height: 1.5 !important;
    display: inline-flex !important;
} 

.mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
    display: none;
}

.mat-mdc-form-field-error-wrapper {
    font-size: 12px !important;
}

.mdc-text-field--no-label .mat-mdc-form-field-infix {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content {
    line-height: 1.3 !important;
}
.mdc-tab__ripple, .mat-mdc-tab-ripple {
    display: none;
}
 
.mdc-switch__track::after {
    background: #64bd63 !important; 
}

.mdc-switch__track::before {
    background: gray !important;
}

.mdc-switch--selected:enabled .mdc-switch__handle::after {
    background: white !important;
}

.mdc-switch--selected:disabled .mdc-switch__handle::after {
    background: white !important;
}

.mdc-switch--unselected:enabled .mdc-switch__handle::after {
    background: white !important;
}

.mdc-switch--disabled.mdc-switch--unselected .mdc-switch__handle::after {
    background: white !important;
}



.grecaptcha-badge { 
    visibility: hidden !important;
 }

 .longText {
    word-break: break-all;
}

 /* .mat-sort-header-container:not(.mat-sort-header-sorted):after {
    content: '↑↓';
    backface-visibility: hidden;
    height: 15px;
    top: 0px;
    right: 0px;
  }
  
  .mat-sort-header-container:not(.mat-sort-header-sorted) .mat-sort-header-arrow {
    visibility: hidden;
  }
  
  .mat-sort-header-container:not(.mat-sort-header-sorted)
    .mat-sort-header-indicator {
    transform: translateY(0px) !important;
  }
  .mat-sort-header-container:not(.mat-sort-header-sorted)
    .mat-sort-header-pointer-left {
    transform: rotate(-45deg) !important;
  }
  .mat-sort-header-container:not(.mat-sort-header-sorted)
    .mat-sort-header-pointer-right {
    transform: rotate(45deg) !important;
  }  */

  .textItalic {
    font-style: italic;
}
  
.top40 {
    margin-top: -20px !important;
  }

  .adResponsive { 
	width: 320px !important; 
	height: 100px !important; 
}

@media(min-width: 500px) { 
	.adResponsive { 
		width: 468px !important; 
		height: 60px !important; 
	} 
}

@media(min-width: 800px) { 
	.adResponsive { 
		width: 728px !important; 
		height: 90px !important; 
	} 
}

.mobileBorder {
    border: solid rgb(207, 204, 204) 1px;;
}




  

 