
@media screen and (min-width: 320px) and (max-width: 1156px){
    .col-4,.col-sm-4{
        padding-right: .3rem;
        padding-left: .3rem;
    }
    .md-tabs .nav-link{
        padding: 0.2rem 0.3rem;
    }
}
@media screen and (min-width: 1156px) and (max-width: 2100px){
    .col-4,.col-sm-4{
        padding-right: .7rem;
        padding-left: .7rem;
    }
}
.dbadge-box{
    position: absolute;
    z-index: 6;
}
.dbadge-box .badge{
    border-radius: 0rem 10rem 10rem 0rem;
    display: table;
    margin-bottom: .1rem;
    background-color: #33b5e5;
    width: auto;
    padding-right: .4em;
    padding-left: .3em;
}
#nav-tab{
    /* background-color: #3498db; */
    /* font-size: 0.9rem; */
    /* padding: 0.7rem; */
}
.swiper-wrapper{
    padding-bottom: 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
.search-box{
    width: 100%;
    margin-bottom: .7rem;
}
.search-box input{
    width: 60%;
}
.search-box button{
    width: 4rem;
}
.search-box a{
    width: 8rem;
}
.search-box a:hover{
    color: white;
}
.top-boxsc{
    position: relative;
}
.more-span{
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 4px !important;
    margin: 0px;
}
#Search-btns{
    padding: 0;
    height: 35px;
    width: 35px;
    border-radius: 20px;
}


.navbar{
    border-radius: 0px 0px 15px 15px;
}
#topnavs{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    border-radius: 0px 0px 15px 15px;
}
.navbar-brand,.navbar-toggler,.navbar-collapse{
    z-index: 1032;
}
.navbar .dropdown-menu a {
    padding: .1rem;
}
.tier{
    position: absolute;
    top: 0;
    left: -6.7rem;
    width: 157%;
    height: 100%;
    z-index: 1031;
}
.rainbow {
    display: flex;
    transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
}
.block-color {
    height: 22.6rem;
    width: 100%;
}
#color0 {
    border: 1px solid #ff595e;
    background-color: #ff595e;
}
#color1 {
    border: 1px solid #ff924c;
    background-color: #ff924c;
}
#color2 {
    border: 1px solid #ffca3a;
    background-color: #ffca3a;
}
#color3 {
    border: 1px solid #c5ca30;
    background-color: #c5ca30;
}
#color4 {
    border: 1px solid #8ac926;
    background-color: #8ac926;
}
#color5 {
    border: 1px solid #36949d;
    background-color: #36949d;
}
#color6 {
    border: 1px solid #1982c4;
    background-color: #1982c4;
}
#color7 {
    border: 1px solid #4267ac;
    background-color: #4267ac;
}
#color8 {
    border: 1px solid #565aa0;
    background-color: #565aa0;
}
#color9 {
    border: 1px solid #6a4c93;
    background-color: #6a4c93;
}
.gaze-fonts{
    stroke-dasharray: 300;
    stroke-dashoffset:0;
    animation: gaze-draw 4s ease-in-out;
    -webkit-animation: gaze-draw 3s ease-in-out;
    stroke-width: 2;
}
@keyframes gaze-draw {
    0% {
        stroke-dashoffset:300;
    }
    100% {
        stroke-dashoffset:0;
    }
}

.nav-item{
    text-align: center;
}
#userDropdownMenuLink::after{
    display: none;
}
.gaze_avatar{
    width: 2.5rem;
    height: 2.5rem;
}
.gaze_avatar img{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;
    width: 100%;
    height: 100%;
}
.notice-badges{
    position: absolute;
    top: -3px;
    right: -3px;
    width: 17px;
    height: 17px;
    border-radius: 15px;
    font-size: 12px;
    color: white;
    background-color: #ff3547;
}
.dropdown-item .notice-badges{
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
}
.animated-icons{
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icons span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icons span {
    background: #e3f2fd;
}
.animated-icons span:nth-child(1) {
    top: 0px;
}
.animated-icons span:nth-child(2), .animated-icons span:nth-child(3) {
    top: 10px;
}
.animated-icons span:nth-child(4) {
    top: 20px;
}
.animated-icons.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-icons.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animated-icons.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animated-icons.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.ui-pagination-container {
	height: 34px;
	/*line-height: 34px;*/
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-pagination-container .ui-pagination-page-item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
	width: 2rem;
	height: 2rem;
	padding: .3rem;
	background: #fff;
	color: #4285F4;
	margin: 0 .2rem;
	text-decoration: none;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;
}
.ui-pagination-container .ui-pagination-page-item:hover {
	background: #4285F4;
	color: white;
	text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item.active {
	background: #4285F4;
	color: #fff;
	cursor: default;
}

.ablcs .bicon {
    height: 20px;
    width: 20px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: white;
}

.ablcs {
    color: #e74c3c;
}

.ablcs:hover,.ablcs:focus {
    color: #e74c3c;
}

.gaze_video {
    width: 100%;
    height: 600px;
    margin-bottom: 20px;
}