@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
body,html{
	overflow-x: hidden;
	background: #eef0f8 !important;
}
.loaderSmall {
	left : 45%;
  top : 45%;
  position : absolute;
  z-index : 1000;
	/* border: 6px solid linear-gradient(90.28deg, #42CBA2 -8.17%, #1A609D 114.75%); */
	border-radius: 50%;
	border-top: 6px solid #6e7275;
	border-bottom: 6px solid #6e7275;
	width: 60px;
	height: 60px;
	-webkit-animation: spin .5s linear infinite; /* Safari */
	animation: spin .5s linear infinite;
}
.backg{
	position : fixed;
	z-index: 100000;
	background-position : center;
	background-color:#b6b9bb54;
	left : 0;
	bottom : 0;
	right : 0;
	top : 0;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.text-dark {
    color: #343a40!important;
}
.text-primary {
    color: #007bff!important;
}
.text-secondary {
    color: #6c757d!important;
}
.text-success {
    color: #28a745!important;
}
.text-danger {
    color: #FF0D0D !important;
}
.text-warning {
    color: #ffc107!important;
}
.text-info {
    color: #17a2b8!important;
}
.text-muted {
    color: #6c757d!important;
}
.text-light {
    color: rgba(255, 255, 255, 0.75) !important;
}
.text-white {
    color: #fff!important;
}
.text-grey{
	color:rgba(73, 73, 73, 0.5);;
}

.btn-default{background: #f0f0f0 !important;}

.btn-primary {
    color: #fff;
    background-color: #4285f4 !important;
}
.btn-secondary {
    color: #fff;
    background-color: #a6c !important;
}
.btn-success {
    color: #fff;
    background-color: #00c851 !important;
}

.btn-danger {
    color: #fff;
    background-color: #ff3547 !important;
}
.btn-warning {
    color: #fff;
    background-color: #fb3 !important;
}
.btn-info {
    color: #fff;
    background-color: #33b5e5 !important;
}
.btn-light {
    color: #000;
    background-color: #e0e0e0 !important;
}
.btn-dark {
    color: #fff;
    background-color: #212121 !important;
}
.btn-elegant {
    color: #fff;
    background-color: #2e2e2e !important;
}
.btn-unique {
    color: #fff;
    background-color: #880e4f !important;
}
.btn-pink {
    color: #fff;
    background-color: #ec407a !important;
}
.btn-purple {
    color: #fff;
    background-color: #8e24aa !important;
}
.btn-deep-purple {
    color: #fff;
    background-color: #512da8 !important;
}
.btn-indigo {
    color: #fff;
    background-color: #3f51b5 !important;
}
.btn-light-blue {
    color: #fff;
    background-color: #82b1ff !important;
}
.btn-cyan {
    color: #fff;
    background-color: #00bcd4 !important;
}
.btn-dark-green {
    color: #fff;
    background-color: #388e3c !important;
}
.btn-light-green {
    color: #fff;
    background-color: #8bc34a !important;
}
.btn-yellow {
    color: #fff;
    background-color: #fbc02d !important;
}
.btn-amber {
    color: #fff;
    background-color: #ffa000 !important;
}
.btn-deep-orange {
    color: #fff;
    background-color: #ff7043 !important;
}
.btn-mdb-color {
    color: #fff;
    background-color: #59698d !important;
}
.btn-blue-grey {
    color: #fff;
    background-color: #78909c !important;
}
.btn-brown {
    color: #fff;
    background-color: #795548 !important;
}

.btn-outline-primary {
    color: #4285f4 !important;
    background-color: transparent !important;
    border: 1px solid #4285f4 !important;
}
.btn-outline-default {
    color: #999 !important;
    background-color: transparent !important;
    border:1px solid #999 !important;
}
.btn-outline-dark {
    color: #333 !important;
    background-color: transparent !important;
    border:1px solid #333 !important;
}
.btn-outline-secondary {
    color: #a6c !important;
    background-color: transparent !important;
    border:1px solid #a6c !important;
}
.btn-outline-success {
    color: #00c851 !important;
    background-color: transparent !important;
    border: 1px solid #00c851 !important;
}
.btn-outline-info {
    color: #33b5e5 !important;
    background-color: transparent !important;
    border: 1px solid #33b5e5 !important;
}
.btn-outline-warning {
    color: #fb3 !important;
    background-color: transparent !important;
    border:1px solid #fb3 !important;
}
.btn-outline-danger {
    color: #ff3547 !important;
    background-color: transparent !important;
    border:1px solid #ff3547 !important;
}

.btn-rounded {
    border-radius: 10em;
}
.rounded {
    border-radius: .25rem!important;
}

.radius-none{border-radius: 0px !important;}

.shadow-none {
    box-shadow: none!important;
}
.shadow-sm {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
}
.shadow {
	box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.fw-100{font-weight: 100 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-900{font-weight: 900 !important;}


.font-size-h1 {font-size: 2rem !important;}
.font-size-h2 {font-size: 1.75rem !important;}
.font-size-h3 {font-size: 1.5rem !important;}
.font-size-h4 {font-size: 1.35rem !important;}
.font-size-h5 {font-size: 1.25rem !important;}
.font-size-h6 {font-size: 1.175rem !important;}



.f-10{font-size:0.625rem;}
.f-12{font-size:0.75rem;}
.f-14{font-size:0.875rem;}
.f-16{font-size:1rem;}
.f-18{font-size:1.125rem;}
.f-20{font-size:1.25rem;}
.f-22{font-size:1.375rem;}
.f-24{font-size:1.5rem;}
.f-26{font-size:1.625rem;}
.f-28{font-size:1.75rem;}
.f-30{font-size:1.875rem;}
.f-32{font-size:2rem;}
.f-34{font-size:2.125rem;}
.f-36{font-size:2.25rem;}
.f-38{font-size:2.375rem;}
.f-40{font-size:2.5rem;}
.f-42{font-size:2.625rem;}
.f-44{font-size:2.75rem;}
.f-46{font-size:2.875rem;}
.f-48{font-size:3rem;}
.f-50{font-size:3.125rem;}


.f-10:before{font-size:0.625rem;}
.f-12:before{font-size:0.75rem;}
.f-14:before{font-size:0.875rem;}
.f-16:before{font-size:1rem;}
.f-18:before{font-size:1.125rem;}
.f-20:before{font-size:1.25rem;}
.f-22:before{font-size:1.375rem;}
.f-24:before{font-size:1.5rem;}
.f-26:before{font-size:1.625rem;}
.f-28:before{font-size:1.75rem;}
.f-30:before{font-size:1.875rem;}
.f-32:before{font-size:2rem;}
.f-34:before{font-size:2.125rem;}
.f-36:before{font-size:2.25rem;}
.f-38:before{font-size:2.375rem;}
.f-40:before{font-size:2.5rem;}
.f-42:before{font-size:2.625rem;}
.f-44:before{font-size:2.75rem;}
.f-46:before{font-size:2.875rem;}
.f-48:before{font-size:3rem;}
.f-50:before{font-size:3.125rem;}

.m-auto{margin:auto;}
.mb-0{margin-bottom:0px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-35{margin-bottom:35px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-45{margin-bottom:45px !important;}
.mb-50{margin-bottom:50px !important;}

.mt-0{margin-top:0px !important;}
.mt-5{margin-top:5px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-35{margin-top:35px !important;}
.mt-40{margin-top:40px !important;}
.mt-45{margin-top:45px !important;}
.mt-50{margin-top:50px !important;}


.ml-0{margin-left:0px !important;}
.ml-5{margin-left:5px !important;}
.ml-10{margin-left:10px !important;}
.ml-15{margin-left:15px !important;}
.ml-20{margin-left:20px !important;}
.ml-25{margin-left:25px !important;}
.ml-30{margin-left:30px !important;}
.ml-35{margin-left:35px !important;}
.ml-40{margin-left:40px !important;}
.ml-45{margin-left:45px !important;}
.ml-50{margin-left:50px !important;}

.mr-0{margin-right:0px !important;}
.mr-5{margin-right:5px !important;}
.mr-10{margin-right:10px !important;}
.mr-15{margin-right:15px !important;}
.mr-20{margin-right:20px !important;}
.mr-25{margin-right:25px !important;}
.mr-30{margin-right:30px !important;}
.mr-35{margin-right:35px !important;}
.mr-40{margin-right:40px !important;}
.mr-45{margin-right:45px !important;}
.mr-50{margin-right:50px !important;}

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-6{padding: 6px !important;}
.p-7{padding: 7px !important;}
.p-8{padding: 8px !important;}
.p-9{padding: 9px !important;}
.p-10{padding: 10px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px !important;}
.p-30{padding: 30px !important;}
.p-35{padding: 35px !important;}
.p-40{padding: 40px !important;}

.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}
.m-20{margin: 20px !important;}
.m-25{margin: 25px !important;}
.m-30{margin: 30px !important;}
.m-35{margin: 35px !important;}
.m-40{margin: 40px !important;}


.pt-0{padding-top:0px !important;}
.pt-5{padding-top:5px !important;}
.pt-10{padding-top:10px !important;}
.pt-15{padding-top:15px !important;}
.pt-20{padding-top:20px !important;}
.pt-25{padding-top:25px !important;}
.pt-30{padding-top:30px !important;}
.pt-35{padding-top:35px !important;}
.pt-40{padding-top:40px !important;}
.pt-45{padding-top:45px !important;}
.pt-50{padding-top:50px !important;}


.pb-0{padding-bottom:0px !important;}
.pb-5{padding-bottom:5px !important;}
.pb-10{padding-bottom:10px !important;}
.pb-15{padding-bottom:15px !important;}
.pb-20{padding-bottom:20px !important;}
.pb-25{padding-bottom:25px !important;}
.pb-30{padding-bottom:30px !important;}
.pb-35{padding-bottom:35px !important;}
.pb-40{padding-bottom:40px !important;}
.pb-45{padding-bottom:45px !important;}
.pb-50{padding-bottom:50px !important;}

.pr-0{padding-right:0px !important;}
.pr-5{padding-right:5px !important;}
.pr-10{padding-right:10px !important;}
.pr-15{padding-right:15px !important;}
.pr-20{padding-right:20px !important;}
.pr-25{padding-right:25px !important;}
.pr-30{padding-right:30px !important;}
.pr-35{padding-right:35px !important;}
.pr-40{padding-right:40px !important;}
.pr-45{padding-right:45px !important;}
.pr-50{padding-right:50px !important;}


.pl-0{padding-left:0px !important;}
.pl-5{padding-left:5px !important;}
.pl-10{padding-left:10px !important;}
.pl-15{padding-left:15px !important;}
.pl-20{padding-left:20px !important;}
.pl-25{padding-left:25px !important;}
.pl-30{padding-left:30px !important;}
.pl-35{padding-left:35px !important;}
.pl-40{padding-left:40px !important;}
.pl-45{padding-left:45px !important;}
.pl-50{padding-left:50px !important;}

.purple-gradient {
	background: linear-gradient(87.64deg, #6612CF 0.56%, #290853 105.91%) !important;
}

.blue-gradient {
    background: linear-gradient(40deg,#45cafc,#303f9f) !important;
}

.aqua-gradient {
    background: linear-gradient(40deg,#2096ff,#05ffa3) !important;
}

.peach-gradient {
     background: linear-gradient(99.38deg, #FF5E62 6.93%, #FF9966 83.09%), #FFFFFF !important;
}

.warm-flame-gradient {
	background: linear-gradient(87.64deg, #13BDD4 0.56%, #074750 113.14%) !important;
}

.night-fade-gradient {
    background: linear-gradient(0deg, #DEA35A, #DEA35A), #FFFFFF !important;
}

.spring-warmth-gradient {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fad0c4),to(#ffd1ff));
    background-image: linear-gradient(to top,#fad0c4 0,#ffd1ff 100%);
}

.sunny-morning-gradient {
    background-image: linear-gradient(120deg,#f6d365 0,#fda085 100%);
}

.lady-lips-gradient {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#ff9a9e),color-stop(99%,#fecfef),to(#fecfef));
    background-image: linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%);
}

.young-passion-gradient {
    background-image: -webkit-gradient(linear,left top,right top,from(#ff8177),color-stop(0,#ff867a),color-stop(21%,#ff8c7f),color-stop(52%,#f99185),color-stop(78%,#cf556c),to(#b12a5b));
    background-image: linear-gradient(to right,#ff8177 0,#ff867a 0,#ff8c7f 21%,#f99185 52%,#cf556c 78%,#b12a5b 100%);
}

}
.rainy-ashville-gradient {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fbc2eb),to(#a6c1ee));
    background-image: linear-gradient(to top,#fbc2eb 0,#a6c1ee 100%);
}

.winter-neva-gradient {
    background-image: linear-gradient(120deg,#a1c4fd 0,#c2e9fb 100%);
}

.frozen-dreams-gradient {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fdcbf1),color-stop(1%,#fdcbf1),to(#e6dee9));
    background-image: linear-gradient(to top,#fdcbf1 0,#fdcbf1 1%,#e6dee9 100%);
}

.morpheus-den-gradient {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#30cfd0),to(#330867));
    background-image: linear-gradient(to top,#30cfd0 0,#330867 100%);
}
.

.radius-5{border-radius: 5px !important;}
.radius-10{border-radius: 10px !important;}
.radius-15{border-radius: 15px !important;}
.radius-20{border-radius: 20px !important;}
.radius-25{border-radius: 25px !important;}
.radius-30{border-radius: 30px !important;}


.d-flex{display: flex;}
.flex-flow{flex-flow: wrap;}
.item-center{align-items: center;}
.content-center{justify-content: center;}
.space-between{	justify-content: space-between;}



::-webkit-scrollbar {
	width:6px;
	height: 5px;
}

::-webkit-scrollbar-track {
    background: #999
    border-radius:0px;
}

::-webkit-scrollbar-thumb {
    border-radius:0px;
    background: #999
}

.card{background: #fff;border-radius:8px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}

.card:hover{
	transform: scale(0.98,0.98);
	-webkit-transform: scale(0.98,0.98);
	-moz-transform: scale(0.98,0.98);
	-o-transform: scale(0.98,0.98);
}
.card .card-body{
    padding: 15px;
}
.pos-rel{position: relative;}

.badge-default {
    color: #fff !important;
    background-color: #2bbbad !important;
}
.badge-primary {
    color: #fff !important;
    background-color: #4285f4 !important;
}
.badge-secondary {
    color: #fff !important;
    background-color: #a6c !important;
}
.badge-success {
    color: #fff !important;
    background-color: #00c851 !important;
}
.badge-danger {
    color: #fff !important;
    background-color: #ff3547 !important;
}
.badge-warning {
    color: #fff !important;
    background-color: #fb3 !important;
}
.badge-info {
    color: #fff !important;
    background-color: #33b5e5 !important;
}
.badge-light {
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);

}
.badge-dark {
    color: #fff !important;
    background-color: #212121 !important;
}
.badge{border-radius: 5px !important;}

.btn-success-gradient{
background: linear-gradient(104.99deg, #42CBA2 -16.71%, #1A609D 154.47%) !important;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
color:#fff;
border:none;
}
.t-pb-1{padding-bottom: 0.25rem !important;}
.t-pb-2{padding-bottom: 0.5rem !important;}
.t-pb-3{padding-bottom: 0.75rem !important;}
.t-pb-4{padding-bottom: 1rem !important;}
.t-pb-5{padding-bottom: 1.25rem !important;}
.t-pb-6{padding-bottom: 1.5rem !important;}
.t-pb-7{padding-bottom: 1.75rem !important;}
.t-pb-8{padding-bottom: 2rem !important;}
.t-pb-9{padding-bottom: 2.25rem !important;}
.t-pb-10{padding-bottom: 2.5rem !important;}
.t-pb-15{padding-bottom: 3.75rem !important;}
.t-pb-20{padding-bottom: 5rem !important;}
.t-pb-25{padding-bottom: 6.25rem !important;}
.t-pb-30{padding-bottom: 7.5rem !important;}
.t-pb-35{padding-bottom: 8.75rem !important;}
.t-pb-40{padding-bottom: 10rem !important;}


.t-pt-1{padding-top: 0.25rem !important;}
.t-pt-2{padding-top: 0.5rem !important;}
.t-pt-3{padding-top: 0.75rem !important;}
.t-pt-4{padding-top: 1rem !important;}
.t-pt-5{padding-top: 1.25rem !important;}
.t-pt-6{padding-top: 1.5rem !important;}
.t-pt-7{padding-top: 1.75rem !important;}
.t-pt-8{padding-top: 2rem !important;}
.t-pt-9{padding-top: 2.25rem !important;}
.t-pt-10{padding-top: 2.5rem !important;}
.t-pt-15{padding-top: 3.75rem !important;}
.t-pt-20{padding-top: 5rem !important;}
.t-pt-25{padding-top: 6.25rem !important;}
.t-pt-30{padding-top: 7.5rem !important;}
.t-pt-35{padding-top: 8.75rem !important;}
.t-pt-40{padding-top: 10rem !important;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: linear-gradient(90.28deg, #42CBA2 -8.17%, #1A609D 114.75%);
}
.nav-pills{
border-bottom:none;
}
.nav-pills>li>a,.nav-tabs.nav-justified>li>a{ cursor: pointer !important; background: #fff; border:none; border-radius:0px;}
.nav-pills>li>a, .nav-tabs.nav-justified>li>a:last-child{border-radius:0px 8px 8px 0px;}
.nav-pills>li>a{padding:12px 35px;background: #EEEEEE; margin-right:0px;}
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:active,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#38b0a1 !important; border-radius: 8px; font-weight: bold; border:none;}


.nav-tabs.nav-justified>.active>a:last-child{
	border-radius: 8px;
}


.nav-tabs.nav-justified{
	 background: #eee;
	border-radius: 8px;
}
.lh-25{line-height: 25px;}
.lh-30{line-height: 30px;}
.lh-35{line-height: 35px;}
.h-100{height: 130px;}
.h-120{height: 130px;}
.h-130{height: 130px;}
.h-140{height: 130px;}
.h-150{height: 130px;}
.h-160{height: 130px;}
.h-180{height: 130px;}
.h-200{height: 130px;}
.vh-100{height: 100%;}

button:active,button:focus{
    outline: none !important;
    background: linear-gradient(104.99deg, #42CBA2 -16.71%, #1A609D 154.47%) !important;
    color:#fff !important;
}
a,a:active,a:focus{
	outline: none !important;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
}


.form-group input.form-control,.form-group select.form-control,.form-group textarea.form-control {
    height: 45px;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif !important;
    box-shadow: none;
    border: 1px solid #d7d9de !important;
}
textarea{
    height: auto !important;
}
.form-group label{
    color: #333;
	font-weight:500;
	font-family: 'Rubik', sans-serif !important;
}

/*
.form-control{
    border:none !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.form-group label{
    color: #333;
	font-weight:500;
	font-family: 'Rubik', sans-serif !important;
}
.form-group input.form-control{
  height: 42px;
  border-radius:.35rem;
  font-family: 'Rubik', sans-serif !important;
} */

.custom-form-control{
	box-shadow: none !important;
	border-radius: .25rem !important;
	border:1px solid #ced4da !important;
	height: 48px !important;
	font-family: 'Rubik', sans-serif;
	font-size:16px;
	background: #fff !important;
  }
.font-rubik,button{font-family: 'Rubik', sans-serif !important;}
.btn-custom{padding: 10px 35px;box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}
/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.8s;
}

.ripple:active {
  background-color: #6eb9f7;
  background-size: 100%;
  transition: background 0s;
}






.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #e74c3c;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg);
	-moz-transform: translateZ(600px) rotateX(20deg);
	-ms-transform: translateZ(600px) rotateX(20deg);
	transform: translateZ(600px) rotateX(20deg);
	opacity: 0;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg);
	opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-6 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg);
	opacity: 0;
}

.md-show.md-effect-6 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-8 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-8 .md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-13 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.md-show.md-effect-13 .md-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-14 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-15 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.md-effect-17 .md-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}

.md-effect-18 .md-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.md-show.md-effect-18 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out;
	}
}

@-moz-keyframes OpenTop {
	50% {
		-moz-transform: rotateX(10deg);
		-moz-animation-timing-function: ease-out;
	}
}

@keyframes OpenTop {
	50% {
		transform: rotateX(10deg);
		animation-timing-function: ease-out;
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

@media screen and (max-width: 32em) {
	/* body { font-size: 75%; } */
}

.border-none{
	border:none;
}
.breadcrumb{
	background: none !important;
}
.breadcrumb>li>a,.breadcrumb>li{
	font-size:1.6rem;
	font-weight: 700;
}
.nav-tabs{
	margin-bottom: 10px;
}
.modal{
	z-index: 99999999 !important;
}
.modal-content{
	border:none;
	border-radius: 0px;
}
.closeModal{
	color: #f00;
    position: absolute;
    top: -12px;
    right: -12px;
    padding: 6px 10px !important;
    background: #fff !important;
    opacity: 1;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 50%;
    font-size: 20px;
}
.closeModal:hover{
	opacity: 1;
	color: #000 !important;

}
.modal-footer{
	text-align: center;
}

.btn-back {
    position: fixed;
    top: 25px;
    z-index: 999999;
}
.overflow-hidden{
	overflow: hidden;
}
.ellipsis{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cursor{
	cursor: pointer;
}
.noanimate{
	transform: scale(1,1) !important;
}
.overflow-auto{
	overflow: auto;
}
/* .component_content {
	padding-left: 90px;
	padding-right: 90px;
} */

.cal-week{
	background: linear-gradient(96.9deg, #4965E9 -4.09%, #1A3299 57.13%), linear-gradient(95.37deg, #025383 -46.27%, #3CBFBF 194.03%), #C4C4C4 !important;  font-family: 'Rubik', sans-serif !important;
}

.bg-light-success {
	background-color: #C9F7F5 !important;
	color: #1BC5BD !important;
}
.bg-light-warning {
	background-color: #FFF4DE !important;
	color: #FFA800 !important;
}
.bg-light-primary {
	background-color: #E1F0FF !important;
	color: #3699FF !important;
}
.bg-light-danger {
	background-color: #FFE2E5 !important;
	color: #F64E60 !important;
}


.card.card-custom {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
	border: 0;
	border-radius: 0.42rem;
}

.symbol-label {
    width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
    line-height:45px;
    text-align: center;
}

.breadcrumb>li>a,.breadcrumb>li{
	font-size:32px;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif !important;
}


.label.label-lg.label-inline {
    width: auto;
}
.label.label-inline.label-lg {
    padding: .9rem .75rem;
}

.label.label-lg {
    height: 24px;
    width: 24px;
    font-size:1.1rem;
}
.label.label-inline {
    width: auto;
    padding: .15rem .75rem;
    border-radius: .42rem;
}

.label.label-light-success {
    color: #1bc5bd;
    background-color: #c9f7f5;
}
.label.label-light-primary {
    color: #8950fc;
    background-color: #eee5ff;
}
.label.label-light-warning {
    color: #ffa800;
    background-color: #fff4de;
}
.label.label-light-danger {
    color: #f64e60;
    background-color: #ffe2e5;
}
.card-border{
	border:1px solid #ebedf3;
}

.card-border:hover{
	border-color:#0997aa;
}
.arenaHome>.card-header{
	background: url(../../assets/msimg/arena/article.svg) no-repeat; background-size: contain; height: 146px;
}
.tabList{
	padding-left: 0px;
	border-bottom: 1px solid #e0e0e0;
}
.tabList>li{
	border: 1px solid #e0e0e0;
    list-style: none;
    display: inline-block;
    padding: 15px 40px;
    background-color: #fff;
    cursor: pointer;
	border-bottom: none;
	font-weight: 600;
	color:#858585;
}
.tabList>li.btn-success-gradient{
	font-weight: bold;
	color:#fff;
}

@media screen and (min-width:320px) and (max-width:560px) {
	button#sidebarCollapse {
		display: inline-block !important;
		position: absolute;
		left: 20px;
		top: 31px;
	}
	.userDetails img{
		width:30px !important;
		height: 30px !important;
	}
	.mainHeader .navbar-nav>li>a{
		width: 30px;
		height: 30px;
		padding: 4px;
	}
	.mainHeader .navbar-nav>li>a img{
		width:18px;
		height:18px;
	}

	.arenaHome>.card-header{
		background: url(../../assets/msimg/arena/article.svg) no-repeat; background-size: cover; height: 146px;
	}
	.welcomeArena{
		top:20px
	}
	.welcomeArena h4 {font-size:16px !important;}
.welcomeArena h3 {font-size:20px !important;}
.welcomeArena p {font-size:12px !important; line-height:15px}


}

@media screen and (min-width:561px) and (max-width:800px) {
	button#sidebarCollapse {
		display: inline-block !important;
		position: absolute;
		left: 20px;
		top: 31px;
	}
	.userDetails img{
		width:30px !important;
		height: 30px !important;
	}

	.mainHeader .navbar-nav>li>a{
		width: 30px;
		height: 30px;
		padding: 4px;
	}
	.mainHeader .navbar-nav>li>a img{
		width:18px;
		height:18px;
	}
	.arenaHome>.card-header{
		background: url(../../assets/msimg/arena/article.svg) no-repeat; background-size: cover; height: 146px;
	}
	.welcomeArena{
		top:30px !important;
	}


}

@media screen and (min-width:801px) and (max-width:1024px) {
	button#sidebarCollapse {
		display: inline-block !important;
		position: absolute;
		left: 20px;
		top: 31px;
	}
	.userDetails img{
		width:30px !important;
		height: 30px !important;
	}
	.mainHeader .navbar-nav>li>a{
		width: 30px;
		height: 30px;
		padding: 4px;
	}
	.mainHeader .navbar-nav>li>a img{
		width:18px;
		height:18px;
	}
	.arenaHome>.card-header{
		background: url(../../assets/msimg/arena/article.svg) no-repeat; background-size: cover; height: 146px;
	}
	.welcomeArena{
		top:50px !important;
	}

}


.quick,.todolist,.todoForm{font-family: 'Quicksand', sans-serif; }
.personal_cards{font-family: 'Quicksand', sans-serif;}
.personal_cards .card-header{padding:10px 15px; height: 65px;border-radius: 5px 5px 0px 0px;}
.personal_cards .card-body{padding:15px;}
.personal_cards h2{font-weight: 700; line-height: 25px;}
.personal_cards p{font-weight: 600; }
.personal_cards .card-footer{padding:15px;}
.previous-class,.record-class{font-family: 'Quicksand', sans-serif; border-radius: 5px;     box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);}
.previous-class{background:#ff5454;}
.record-class{background:#F89A2E;}
.cloud-shape {background: url(../../assets/msimg/icons/cloudshape-1.svg) no-repeat;position: absolute;z-index: 999999;bottom: 0px;width: 100%;
    height: 50px;left: 0px;}
.previous-class:hover,.record-class:hover{box-shadow: 0px 4px 10px rgb(0 0 0 / 10%) !important;}
.previous-class h3,.record-class h3{text-align: center; color:#fff; font-size:1.7rem; font-weight: 700; line-height: 28px; margin:0px}.cardAtt p{font-weight:600; font-size:12px;}
.todolist p{font-weight: 500; font-size: 14px;}
.todolist{box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%); border-radius: 5px;word-break: break-all;}
.todolist i:before{font-size: 16px;}
.quiz h1{
	font-size:46px;
	 line-height:56px;
	font-weight: bold;
	padding-bottom: 15px;
}
.quiz .btn-outline-primary{
	font-size: 16px !important;
	padding: 12px 45px !important;
	font-weight: 600 !important;
	border-radius: 10px;
		margin-top:50px;
		transition: 0.5s;
		margin-right:20px;
		background: #4567f4 !important;
		color:#fff !important;
}
.quiz .btn-outline-primary:hover{
   background: #1A609D !important;
   color:#fff !important;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}
.banner_shape{
	position: absolute;
    right: -400px;
    top: -60px;
}
.banner_shape_2{
	position: absolute;
    right: -260px;
    top: -60px;
}
.qlist {
    background: #fff;
    padding: 8px 10px;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: 600;
    font-size: 12px;
}
.quick>.row{
	display: flex;
	 align-items: center;
	flex-flow: wrap;
}
/* .show_quizList{margin-top:30px;} */
.show_quizList .card {
	font-size: 20px;
	font-weight: 600;
	margin-bottom:8px;
	padding:10px 15px;
	transition: 0.5s;
}
.show_quizList .card>.card-body img{
	margin-right:10px

}
.show_quizList .card:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}



.symbol.symbol-circle {
	border-radius: .42rem;
}
.symbol {
    display: inline-block;
    position: relative;

}

.symbol.symbol-40 .symbol-label {
    width: 40px;
    height: 40px;
}
.symbol.symbol-light .symbol-label {
    background-color: #f3f6f9;
    color: #7e8299;
}
.symbol.symbol-circle .symbol-label {
	border-radius: .42rem;
}

.mr-4, .mx-4 {
    margin-right: 1rem!important;
}

.notificationsList>li{
	padding-bottom: 10px;
}
.notifications_shape{
	position: absolute;
	top: 0px;
	right: 0px;
}




.productBlog {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	height:210px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	border-radius: 5px;
	/* background: #0e0e0f; */
	overflow: hidden; margin-bottom: 25px;
	cursor: pointer;
  }

  .productBlog .imgbox {
	height: 100%;
	box-sizing: border-box
  }

  .productBlog .imgbox img {
	display: block;
	width: 100%;
	margin: 0px auto 0;
	height: 162px;
  }

  .productBlog .specifies {
	position: absolute;
	width: 100%;
	bottom: -10px;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	transition: .5s;
  }

  .productBlog:hover .specifies {
	bottom: 0
  }

  .productBlog .specifies h2 {
	margin: 0;
	padding: 0;
	font-size:16px;
	width: 100%;
	font-weight: 600;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

  }
  .specifies.quick span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:3px 1px;
}

  .productBlog .specifies h2 span {
	font-size: 12px;
	font-weight: 500
  }

  .productBlog .specifies .price {
	position: absolute;
	top: 12px;
	right: 25px;
	font-weight: bold;
	color: #000;
	font-size: 30px
  }

  .productBlog label {
	display: block;
	margin-top: 5px;
	font-weight: 500;
	font-size: 12px
  }

  .productBlog ul {
	margin: 0;
	padding: 0
  }

  .productBlog  ul li {
	list-style: none;
	margin: 5px 5px 0;
	font-size: 12px !important;
	line-height: 25px;
	font-style: normal;
	color: #ff642c !important
  }
  .productBlog p{
	font-size: 11px;
  }




@media screen and (min-width:768px) and (max-width:991px){
	.flex-wrap-sm{
		flex-wrap: wrap;
	}
}

@media screen and (min-width:320px) and (max-width:767px){
	.flex-wrap-xs{
		flex-wrap: wrap;
	}
}


.symbol.symbol-circle {
    border-radius: 50% !important;
}

.symbol-light-danger {
    background-color: #ffe2e5 !important;
    color: #f64e60 !important;
    font-size: 12px;
}
.symbol-30{
	width: 30px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
}
.addedQuesSbj {
    color: #fff;
    font-family: Rubik;
    font-size: 12px;
    padding: 9px 15px;
    cursor: pointer;
    display: inline-block;
    background-color: #00bcd4;
    border-radius: 10px;
    margin-right: 6px;
}

.addedQuesSbjactive {
    color: #fff;
    background: #f64e60;
}




.assign-to {
	height: 45px;
	width: 160px;
	color: #000000;
	font-family: Rubik;
	font-size: 32px;
	font-weight: 300;
	line-height: 38px;
}
.assign-toText {
	height: 45px;
	width: 100px;
	color: #003C82;
	font-family: Rubik;
	font-size: 14px;
	line-height: 17px;
	padding-top: 15px;
}

.makeGroupsMiddile{
	width:95%;
	margin:auto;
	padding:10px;
}
.secSearchBoxContainer{
	padding:5px;border: 1px solid #CFCFCF;	border-radius: 3px;	background-color: #FFFFFF;color: #000000;	font-family: Lato;	font-size: 16px;
}
.selsecNames{
	display:inline-block;
	padding:2px 2px 2px 4px;
	height: 25px;
	border-radius: 2px;	background-color: #066E8F;color: #FFFFFF;margin-right:3px;font-size: 14px;
}
.deselSecNames{
	font-size: 13px!important;
    vertical-align: sub;
    padding-left: 3px;
    padding-right: 2px;
        cursor:pointer;
}
.secSearchBox{
	display:inline-block;
	padding:2px;
	width: 360px;
	height: 32px;
}
.secSearchBoxInput{
	width: 350px;
    border: 0px;
    outline: 0;
}
.secLvl{
	position:relative;
	width:90%;
	float:right;
	top:5px;
}
.secLvlBlk{
	position:relative;
	width:97%;
	float:right;
	padding: 5px 0px;
}
.recSecLvl{
	height:40px;
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #CFCFCF;
	border-radius:3px;
	color: #000000;	font-family: Lato;	font-size: 16px;	font-weight: bold;padding: 7px 13px 0px 13px;
}
.recSecLvlRightSpan{
	padding-right:15px;
	display:inline-block;
	vertical-align: top;
}
.selectedSecChk{
	color: #1f8c6f;
}
.unselectedSecChk{
	opacity:0.54;
}
/*Custom test Generation view css*/
.close-or-esc {
    height: 15px;
    color: #000000;
    font-family: Rubik;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
}
.questionNoText {
    height: 45px;
    color: #000000;
    font-family: Rubik;
    font-size: 32px;
    line-height: 38px;
}
.cke_contents{
    height:150px !important;
}
/*exam selection css*/
.choose-test-question {
    /* height: 85px; */
    width: 500px;
    color: #000000;
    font-family: Rubik;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    margin:auto;
}
.generate-block{
    text-align:center;
    width: 90%;
	height:310px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
}
.generate-block-new{  width: 100%;height:auto; border:1px solid #fff; padding:15px 5px;}
.generate-block-new:hover{
   /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  border:1px solid #ddd; */
      box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
   border-radius:0px;
 transition: 0.5s; cursor: pointer;}
.generate-block:hover{
    background-color:#FFFFFF;
    /* box-shadow: 0 2px 4px 4px rgba(0,0,0,0.3); */

}
.generate-block-p1{
    padding-top:25px;   color: #222222; font-family: Rubik; font-size: 18px;    font-weight: 550;   line-height: 22px;text-align:center
}

.generate-block-p2 {
    height: 45px;
    width: 290px;
    color: #8A96A0;
    font-family: Lato;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin:auto
}
.generate-block-new .generate-block-p2 {width:100%; height: auto; line-height: 25px;}
.generate-block-Button{
    /* height: 35px;
    width: 225px; */
    border-radius: 3px;
	color: #000000;	font-family: Lato;	font-size: 16px;	font-weight: bold;
    background-color: #FAFAFA;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}

.generate-block-new .generate-block-Button{box-shadow:none; margin-top:30px; border-radius:30px; padding:10px 55px; border: none; border:1px solid #ddd; background: #f0f0f0;}
.generate-block:hover .generate-block-Button{
    border-radius: 30px;
    background-color: #003C82;

	color: #FFFFFF;
}

.cancelButton {
	height: 35px;
	width: 77.45px;
	border: 1px solid #000000;
	border-radius: 4px;
	background-color:#FFFFFF;
	color: #000000;	font-family: Rubik;font-size: 15px;	font-weight: bold;
}


.disablePublish{
	background-color: #C5C5C5;
}

.selection-progress {
	height: 17px;
	width: 185px;
	color: #000000;
	font-family: Lato;
	font-size: 14px;
	line-height: 17px;
}
.progressBarContainer {
	height: 10px;
	width: 185px;
	border-radius: 7px;
	background-color: #D8D8D8;
}
.progressBar{
	height: 10px;
	border-radius: 7px;
	background-color: #003C82;
}

.subjectsListSection{
	width:100%;
	height:120px;
	padding:5px;
    white-space: nowrap;
    overflow: auto;
}

.subjectsListSectionTile {
	height: 97px;
	width: 125px;
	border-radius: 3px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Lato;	font-size: 14px; font-weight: bold;	line-height: 17px;	text-align: center;
	margin:3px;
	border: 1px solid #e8e5e5;
	display:inline-block;
	cursor:pointer;
}
.subjTileAroundSpace{
	padding:3px;
}
.subjectsListSectionTileActive{
	background-color: #003C82;
	color:#FFFFFF;
	font-weight: 500;
}
.subTilePending{
	font-size: 11px;
	color: #F5A623;
}
.subTileCompleted{
	font-size: 11px;
	color:#1bc774;
}
.subTilenotSelected{
	font-size: 11px;
	color: #9B9B9B;
}
.subjTilemarksActiveText{

	color: rgba(255,255,255,0.6)!important;
}
.subjTilemarksText{
	color: rgba(0,0,0,0.6);	font-family: Lato;	font-size: 11px;font-weight: 500;
}
.qquation{
	color: #000000;
    font-family: Lato;
    font-size: 16px;
}
.saveBtnofsoq {
	border-radius: 4px;
	background-color: #00528F;
}
.panel-border-dashed{

	border-style: dashed;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
}

.modal-dialog.container.mb-container {
    width: 100% !important;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}



.checkbox.checkbox-light > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-lg > span {
    height: 20px;
    width: 20px;
	border-radius: 3px;
	margin-right: 8px;
}
.checkbox > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.checkbox > span {
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.42rem;
}

.radio.radio-success > span {
    border: 1px solid transparent;
}

.radio > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.radio > span {
    height: 18px;
    width: 18px;
}

.radio > span {
    border-radius: 50%;
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	margin-right: 8px;
}
.checkbox.checkbox-light-success > span {
    background-color: #C9F7F5;
    border: 1px solid transparent;
}
.radio.radio-success > input:checked ~ span {
    background-color: #1BC5BD;
}

.radio > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
}

.radio.radio-success > input:checked ~ span:after {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.radio > input:checked ~ span:after {
    display: block;
}

.radio > span:after {
    width: 6px;
    height: 6px;
}

.radio > span:after {
    content: '';
    display: none;
    border-radius: 100% !important;
}


.checkbox.checkbox-light-success>input:checked~span {
    background-color: #1bc5bd;
}

.checkbox.checkbox-light-success>input:checked~span:after {
    border-color: #fff !important;
}

.checkbox>input:checked~span:after {
    display: block;
}
.checkbox.checkbox-lg>span:after {
    width: 6px ;
    height: 12px;
}

.checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox>span:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0 2px 2px 0!important;
    -webkit-transform: rotate(45deg);transform: rotate(45deg);
    margin-top: -2px;
}

.car-controls button{
	background: linear-gradient(104.99deg, #42CBA2 -16.71%, #1A609D 154.47%) !important;
}

.flip-card{
	height: 350px;
	border-radius: 5px;
	border-radius: 10px;
	word-break: break-word;
	overflow: hidden;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;


  }

  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
	/* transform: rotateY(180deg); */
  }
	.flipTransformBack{
		transform: rotateY(180deg);
	}

  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 10px;
  }

  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
	/* background-color: #fff; */
	color: black;
  }

  /* Style the back side */
  .flip-card-back {
	/* background: #333741; */
	color: white;
	transform: rotateY(180deg);
	padding: 15px;
  }

  .flip-card-front p{
	  font-weight: 600;
	  font-size:14px;
	  padding: 15px;
  }

  .flip-card-front img{
	  max-width: 100%;
	  margin-top: 15px;
	  height: 235px;
  }
  .flip-card-back p{
	  font-weight: 600;
	  font-size:16px;
  }
  .pro-bar{
	  width: 100%;
	  background: #e4e4e4;
	  border-radius: 5px;
	  margin-top: 15px;
	  height: 14px;

  }
  .pro-bar-count{
	background: #00c851;
	border-radius: 5px;
	 height: 14px;
	font-size: 10px;
    font-weight: 600;
	text-indent: 10px;
  }





.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
  }

  .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #ba1f24;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
			animation: pulse-border 1500ms ease-out infinite;
  }

  .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #fa183d;
	border-radius: 50%;
	transition: all 200ms;
  }

  .video-play-button:hover:after {
	background-color: #da0528;
  }

  .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
  }

  .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	top: 10px;
    left: 4px;
	border-left: 22px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
  }

  @-webkit-keyframes pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }

  @keyframes pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }
  .video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all ease 500ms;
  }

  .video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
  }

  .video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
  }

  .video-overlay-close:hover {
	color: #fa183d;
  }

  .video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* width: 90%; */
	/* height: auto; */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  }

  .symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: .42rem !important;
}
  .symbol.symbol-45 .symbol-label {
    width: 40px;
    height: 40px;
}

.symbol.symbol-light-success .symbol-label {
    background-color: #c9f7f5;
    color: #1bc5bd;
}
