
@font-face { font-family: "Tafe-Regular"; src: url("../fonts/FuturaBT-Book.ttf"); }


html, body{height:100%;margin:0;padding:0;}

body{
    
    font-family:FuturaBT-Book, Sans-serif;
    font-size: 15px;
    color: #494949;
}

img{max-width:100%;}

.hdrlgo{position: absolute;top:1.5rem;right:1.5rem;}
.hdrlgo img{width:160px;}


.hmtxt{
	font-size:30px;
	color:#0066B3;
	text-align:left;
	font-weight:500;
	position:relative;
	margin-top:12vh;
	line-height:28px;
}

.lgntxthd{
	font-size:20px;
	color:#e71a39;
	text-align:center;
	font-weight:500;
	position:relative;
	margin-top:15vh;
	line-height:28px;
}
.lgntxthd span{
	font-weight:700;
	font-size:22px;
	display:inline;
	color:#0066ad;
	font-weight:600;
}


.lognfrm {
	background:none;
    margin:1rem auto 1rem;
    border-radius:1px;
    padding:1rem 1rem 2rem;
	border:none;
	box-shadow:none;
	margin:0 auto;
	
}

.lognfrm .form-control {
    height:38px;
	color:#000;
    font-size: 15px;
	background:#fff;
	border-radius:10px;
	border:none;
	letter-spacing: 0.5px;
}


.lognfrm .form-group {margin-bottom:2.5rem;}
.lognfrm .form-control::-webkit-input-placeholder{color:#000;}
.lognfrm .form-control:-ms-input-placeholder{color:#000;}
.lognfrm .form-control::-moz-placeholder{color:#000;}

.lognfrm .form-control:focus{box-shadow:none;}

.lgnstxt{	
	margin:0.2rem auto 1rem;
    display: table;
    position: relative;
    padding: 2px 15px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
}
.entrtxt{color:#fff;font-size:11px;text-align:center;margin:5px 0 5px;}

.lgnbtn{
	background: #513995;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius:8px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 4px 30px 5px 20px;
    position: relative;
    display: table;
	
}
.lgnbtn:hover, .lgnbtn:focus{color:#fff;outline:none;box-shadow:none;}

/*.lgnbtn::after {
    content: "";
    display: block;
    margin: 0px auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: relative;
    left:0.8rem;
    top: 10px;
    float: right;
	box-shadow: 0 8px 17px 0 rgb(0 0 0 / 15%), 0 8px 20px 0 rgb(0 0 0 / 15%);
}*/


.mblgo{display:none;}
.emoji{position: fixed;bottom: 4%;left: 2%;z-index:90;}
.like, .heart, .clap, .love {width: 13%;}
.count{font-size: 13px;color: #fff;padding-left:1%;padding-right:2%;}
.count:hover{cursor:no-drop;}
.hmhdrftr{position:absolute;bottom:1.5rem;left:10%;}
.hmhdrftr img{width:200px;}

.table-dark.ldrbrd {
	color: #07247d;
	background-color: rgba(145,216,247,.8);
	font-weight: bolder;
	color: #07247d;
	background-color: rgba(145,216,247,.8);
	border: 2px solid #fff;
	margin-bottom:0px;
}

.table-dark.ldrbrd td, .table-dark.ldrbrd th, .table-dark.ldrbrd thead th {
	border-color: #ffffff;
	border-right: 1px solid #ffffff;
	border:2px solid #fff;
	padding:.4rem .4rem;

}

.table-dark.ldrbrd thead th{
	background:#A5CD41;
	text-align: center;
	font-size:16px;
	border-right:1px solid #fff;
	color: #000;
	font-weight: bold;
}

.table-dark.ldrbrd tbody td{background:#D1D3D4;}
.table-dark.ldrbrd tbody{font-size: 13px;text-align:center;}

.ldrhdtxt{background: #0066B3;padding: 0.5rem 1rem;color: #fff;font-size: 18px;}
.dvyscrlr{max-height:400px;overflow-y:auto; box-shadow: 0 8px 17px 0 rgb(0 0 0 / 15%), 0 8px 20px 0 rgb(0 0 0 / 15%);}
.dvmtp{margin-top:13vh;z-index:15;}

.ftrbtm {position: fixed;bottom: 25px;right: 4%;}
.ftrbtm .bkbtn {
	background: #F2F0F4;
	color: #000;
	padding: 8px 10px;
	border-radius:4px;
	font-size: 13px;
	font-weight: bold;
	box-shadow: 0 8px 17px 0 rgb(0 0 0 / 15%), 0 8px 20px 0 rgb(0 0 0 / 15%);
}
.ftrbtm .bkbtn:hover {text-decoration: none;}

.btmlinkbg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 3px;
    z-index: 9;
    background:linear-gradient(180deg, rgba(211, 211, 222, 0) 5.98%, rgba(211, 211, 222, 0.5) 25.24%, rgba(211, 211, 222, 0.95) 59.38%, #d3d3de 90%, #d3d3de 90%);
    padding-top: 25px;
    max-width: 100%;
}
.btmlinkbg .btmlst {margin: 0px;padding: 0px;}
.btmlinkbg .btmlst li {list-style-type: none;display: inline-block;}

.btmlinkbg .btmlst li a {
    display: flex;
    flex-direction: column;
    color: #0e52aa;
    margin: 10px 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size:13.5px;
	font-weight:bold;
}
.btmlinkbg .btmlst li a img {max-width: 30px;margin-bottom: 10px;}
.btmlinkbg .btmlst li a:hover {text-decoration: none;color: #04276d;}
.mbrt .d-flex {width: 100vw;height: 100vh;justify-content: center;align-items: center;flex-direction: column;}

/* chat window */
.chtbtn{
	position: absolute;
    z-index: 999;
    right: 15px;
    bottom: 23px;
	border:1px solid #fff;
    background: #102d5e;
    display: inline-block;
    color: #fff;
    padding: 2px 20px;
    font-size: 16px;
    border-radius:5px;
}

.chtbtn:hover, .chtbtn:focus{outline:none;text-decoration:none;color:#fff;}

.modal.chtright .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	right: 0px!important;
}

.modal.chtright .modal-content {height: 100%;overflow-y: auto;}
.modal.chtright .modal-body {padding:0px!important;}
  
/*Right*/
.modal.chtright.fade .modal-dialog {
	right: -470px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
	
.modal.chtright.fade.in .modal-dialog {right: 0;}
.modal.chtright .modal-content{border-radius: 0px;}
.modal.chtright.bottom .modal-dialog{height: 400px;bottom: 0px!important;}
.modal.chtright.bottom .modal-content{overflow: hidden;border-color: #523995;}
.modal.chtright.bottom .modal-header{background-color: #523995;color: #fff;border-radius: 0px;padding: 10px 15px;}
.modal.chtright.bottom .modal-header img{color: #fff;}
.modal.chtright .page-header {
	background: #006A4E;
	margin: 0;
	padding: 20px 0 10px;
	color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 1
}

.modal.chtright .dvchatwndw {
	position:absolute;
	left:0px;
	right:0px;
	overflow-y:auto;
	top:0px;
	max-height:400px;
	bottom:3em;
	padding:15px 10px 15px 15px;
}

.modal.chtright .chatwndw {
	background: #eee;
	padding: 10px;
	margin: 0 auto 10px;
	max-width: 100%;
	float: left;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	clear: both;
	font-family:Arial, sans-serif;
}
.modal.chtright .chatwndw.chatwndw-item {float: right;background: #DCF8C6;text-align: right;}

.modal.chtright .chat-form {
	background: #DDDDDD;
    padding: 5px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
}
.modal.chtright .chat-form .form-control{
    border: 1px solid #ccc;
    border-radius: 0px;
    padding-left: 12px;
    font-size: 12px;
    margin-top: 3px;
}
.modal.chtright .modal-title {
    margin: 0;
    line-height: 0px;
    font-size: 16px;
    padding: 12px 0px
}

.modal.chtright .chat-log__author {margin: 0 auto .2em;font-size: 12px;color: #194380;}
.modal.chtright .chat-log__message{font-size: 13px;color: #484848;text-align: justify;}
.modal.chtright .btn-primary.sndbtn{
    height: 30px;
    font-size: 15px;
	color:#fff;
    line-height: 17px;
    margin-top: 4px;
    max-width:80px;
    background: #523995;
    border-color: #523995;
    border-radius: 4px;

}

.modal.chtright .close:hover, .modal.chtright .close:focus {outline:none;}

/* end chat window */

@media (max-width:767px){
.hdrlgo {
	position: relative;
	top: 1rem;
	right: 1rem;
	float: right;
	text-align: right;
	display: table;
	width: 100%;
}
.hdrlgo img {width: 100px;}	

.lognfrm {margin:5px auto 15px;}
.lognfrm .form-group {margin-bottom:1.2rem;}
.bplgnbnrbg .row.h-100{height:auto !important;}	
.lognfrm .form-control {height:34px;font-size:15px;}
.lgnbtn{font-size:15px;}
.lgntxthd{font-size: 15px;line-height: 22px;}
.lgntxthd span {font-size: 16px;}

.lgnshd img{width:130px;}
.mblgo{display:block;}
.hmhdrtxt img{width:280px;}
.hmtxt{font-size:16px;margin-bottom: 0.2rem;margin-top: 5vh;}
.hmhdtme img{width:150px;}
.dvmtp {margin-top: 5vh;z-index: 15;}
.hmhdrftr{bottom:1rem;left:4%;}
.hmhdrftr img {width: 140px;}
}

@media (min-width:768px) and (max-width:991px){
.lognfrm{padding: 1.5rem 1rem;margin-top: 1vh;}
.lgntxthd {font-size: 15px;margin-top: 8vh;line-height: 22px;}

}

@media only screen and (min-device-width:320px) and (max-device-width:824px) and (orientation:landscape) {
.modal.chtright.bottom .modal-dialog{height: 350px;bottom: 0px!important;}
lognfrm .form-group {margin-bottom:1.5rem;}
.lognfrm .form-control {height:34px;font-size: 14px;}
.lgnbnrbg .row.h-100{height:100% !important;}
.hdrlgo {position: absolute;top: 1.5rem;right: 1rem;}
.hdrlgo img {width: 100px;}
.lgntxthd {font-size: 15px;margin-top: 8vh;line-height: 22px;}
.lgntxthd span {font-size: 16px;}
.dvmtp {margin-top: 15vh;}
.dvyscrlr {max-height: 200px;}
.ldrhdtxt {padding: 0.2rem 1rem;font-size: 16px;}
.hmhdrftr{bottom:1rem;}
.hmhdrftr img {width: 120px;}
.ldrbrdbnrbg .hdrlgo {top: 1rem;}

}

@media only screen and (min-device-width:768px) and (max-device-width:915px) and (orientation: landscape) {
.lgntxthd span {font-weight: 700;font-size: 16px;display: inline;}
.hdrlgo {position: absolute;top: 1.5rem;right: 1.5rem;}
.hdrlgo img {width: 150px;}
.hmhdrtxt img{width:260px;}
.hmtxt{font-size:20px;margin-bottom: 0.5rem;margin-top: 4vh;}
.hmhdtme img{width:165px;}
.dvmtp {margin-top: 15vh;}
.dvyscrlr {max-height: 220px;}
.ldrhdtxt {padding: 0.2rem 1rem;font-size: 16px;}
}


@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape) {


.lognfrm  .form-group {margin-bottom: 1.5rem;}
.lgnshd img{width:100px;}
.lognfrm {margin: 1vh auto 15px;}
.rgstrbnrbg .ml-auto {margin-top: 0;}
.lgnshd {top: -1.2rem;}
.lgntxthd {font-size: 15px;margin-top:8vh;line-height: 20px;margin-bottom: 0;}
.lgntxthd span {font-size: 16px;}
.hmtxt {font-size: 16px;margin-bottom: 0.2rem;margin-top: 2vh;}
}


@media only screen and (min-width:825px) and (max-width:915px) and (orientation: landscape) {}

@media only screen and (min-width:991px) and (max-width:1024px) and (orientation: landscape) {}


@media only screen and (min-width:1199px){
.lgnshd {margin: 0 auto 0px;display: table;position: relative;top: -1.5rem;}
.lgntxthd{white-space:nowrap;	}
}


@media only screen and (orientation: landscape){
.mbrt {display:none;}
.webcntnt {display: block;}
}
  
@media only screen and (orientation:portrait){
.mbrt{display:block;} 
.webcntnt{display: none;}
}