.invalid-input{
    color:red;
}

/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');
section{
    /* padding: 100px 0; */
}
.details-card {
	background: #ecf0f1;
	max-width: 1000px !important;
    background: transparent;
    margin:auto;
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
    width: 100%;
    max-width: 500px !important;
    height: auto;
    display: block;
    max-height: 300px;
    margin: auto auto;
}

.card-img span {
	position: absolute;
	top: 15%;
	left: 12%;
	background: #FF3501;
	padding: 6px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transform: translate(-23%,-76%);
	width: fit-content;
	text-align: center;
	min-width: 140px;
	border-radius: 2px !important;
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
    padding: 1.25rem;
    overflow: hidden;
    transition: 1s all ease-in-out;
    margin-bottom: 10px;
    width:100%;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    text-transform: capitalize;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #FF3501;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: #eae1e4;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
    float: right;
    margin-top: 35px;
}
/* End card section */
.btn-card {
	/* position: absolute; */
	/* bottom: 8%; */
	/* right: 3%; */
}
#module-content {
	font-size: 12px;
	background: #f7f7f7;
	padding: 20px;
    margin: -20px;
    height:100vh;
}
#course-link {
	background: #FF3501;
	font-size: 14px;
	padding: 7px;
	color: white;
	box-shadow: 0px 5px 22px -5px gray;
	border-bottom-right-radius: 4px;
}
#course-link a{
    color:white;
}
#syllabus-link{
    margin-bottom:40px;
    text-align:center;
}
#module-link{
    text-align: center;
}
#module-link::after {
	content: '';
	height: 2px;
	width: 100%;
	background: #FF3501;
	display: block;
	max-width: 200px;
	margin: auto;
	/* border-radius: 40%; */
}
#syllabus-link {
    border: 2px solid #ff3501;
    border-radius: 4px;
    width: fit-content;
    min-width: 140px;
    text-align: center;
    font-size: 15px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    padding: 5px !important;
}
.progress-header {
    background: #e8dce0;
    width: 100% !important;
    color: lightgray;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    font-size: 24px;
    padding-right: 15px;
    z-index: 2;
    max-width: 100%;
    margin-left: 0%;
    position: relative;
    transform: translateY(73px);
    margin-top: -55px;
}
#progress-header-name{
    color: #FF3501;
    font-size:30px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	/* background: #FF3501 !important; */
}
td.class-activity {
    max-height: 100px;
    overflow: hidden;
    height: 100px;
    /* border: 1px solid red; */
    line-break: anywhere;
}

.custom-alert-con {
	position: fixed;
	right: -50vh;
	top: 11vh;
	max-width: 300px;
	background: green;
	color: white;
	border-radius: 4px;
	padding: 15px;
	text-transform: capitalize;
    animation-name: showNotification;
    animation-duration: 4s;
    animation-timing-function: ease;
    /* animation-timing-function: ease-in-out; */
    animation-iteration-count: 2;
    animation-direction: alternate;  
    /* display:none; */
    z-index: 9999;
}
.custom-alert-con img{
    display:none;
}
@keyframes showNotification{
    0%{
        /* display:block; */
        right:-50vh;
    }

    100%{
        right:3vh;
        /* display: none; */
    }
}

.form-control {
    width: 100% !important;
    max-width: 100% !important;
}
table#all-templates{
    margin: auto;
    margin-top:20px;
	width: 100%;
	max-width: 1150px !important;
	overflow-x: scroll;
	min-width: 100px !important;
	display: block;
	font-size: 13px;
}
table#all-templates button{
font-size:14px;

}

td.action {
    display: flex;
    justify-content: center;
    border-bottom:none !important;
}
td.action button{
    margin:0 3px;
    min-width: 67px;
}
#all-templates_paginate ul.pagination {
    padding-right: 9px;
    justify-content: end;
    padding-top: 20px;
}
div#all-templates_info {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 14px;
}
div#all-templates_filter label {
    float: right;
    margin-right: 10px;
}
div#all-templates_length {
    padding-left: 10px;
}
div#all-templates_wrapper{
    max-width:1150px;
}

#syllabus-link:hover {
    /* background: #ff3501; */
}
#syllabus-link:hover a{
    color:white !important;
}
h3#module-link a {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
}
div#class-activity {
    overflow-wrap: break-word;
    font-size:14px;
}

div#report-date {
    text-align: right;
    font-size: 14px;
    color: gray;
    z-index: 9999999999;
    padding-right: 20px;
    height: 31px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    float: right;
}
section#content {
    margin-top: 20px;
}
@media (max-width:575px){

    .details-card {
        margin-left: -30px;
        margin-right: -30px;
    }
    h3#module-link a {
        font-size: 67% !important;
    }
    .btn-card {
        position: relative;
        float: right;
        margin-top: 30px;
    }
    #course-link a {
        color: white;
        font-size: 90%;
    }
    #syllabus-link {
        font-size: 70% !important;
        margin-bottom: 19px;
        margin-top: 40px;
    }
    h1.entry-title {
        font-size: 33px !important;
    }
    .fusion-page-title-row {
        height: 41px !important;
        min-height: 41px !important;
    }
    .fusion-page-title-bar.fusion-page-title-bar-breadcrumbs.fusion-page-title-bar-center {
        min-height: 41px !important;
        height: 69px !important;
    }
}
#countries-con {
    display: flex;
     width: fit-content;
    margin-top:-20px;
}
#countries-con label {

    margin-bottom:0px;
    display: inline-flex;
    border-bottom:2px solid white;



}
.countries {
    margin-top: 1px !important;
  }
.form-group{
    display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-title h4{
    font-weight:bold;
    text-align:center;
    font-size:23px !important;
}
.card.height-auto.mx-auto {
    padding: 10px 0;
  }
input[type="submit"], button[type="submit"], .btn{
    cursor: pointer;
}

.form-card{
    padding: 10px 0;
    box-shadow: 0px 0px 10px lightgray;
}
.result-active {
	color: white;
	padding: 0px 20px;
	width: fit-content;
	min-width: 150px;
	max-width: 300px;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	position: fixed;
	right: 1%;
	top: 14%;
	z-index: 8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
	padding-top: 15px;
	padding-bottom: 0 !important;
	font-size: 20px;
	color: white !important;
}
.result-active pre{
    color:white;
}
.invalidate{
    border:0px solid transparent !important;
    box-shadow:0px 0px 10px red !important;
    outline:0px 0px 10px red !important;
}
.info.result-active{
    background:blue;
}
.fail.result-active{
    background:red;
}
.success.result-active{
    background:green;
}
.country-con{
    display: flex;
    flex-direction: column;
}
.country-con .countries{
    margin-left: 3px;
}
.country-con>div{
    display: flex;
}
.d-none{
    display: none;
}

label.css-5ost7u.e4ioiee1>font {
    cursor: pointer;
}
.size-toggle-con{
    cursor: pointer;
}
.custom-active{
    border: 1px solid black;
}
.sizes-conversion-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
}
.sizes-conversion-wrapper__title {
    color: #141516;
}
.footnote, .form-bottom-text.footnote a, .cart-summary__section--total, .amount-stepper__balance, .legal p, .legal a, ol.alpha, ul.legal-decimal-inner li, ul.legal-disc-list li, ul.inner-list li, .sizes-conversion-wrapper__title, .small-row--end {
    font-size: 0.875rem;
    line-height: 1.4;
}
.css-1bymy27 {
    display: grid;
    gap: 0.0625rem;
    grid-auto-flow: column;
    isolation: isolate;
    /* new */ gap: 7px;
}
.css-1bymy27 [data-active] {
    outline-offset: -0.0625rem;
    z-index: 1;
    position: relative;
}
.css-1bymy27 span, .css-1bymy27 label {
    outline-offset: unset;
}
.css-1yyfcer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(20, 21, 22);
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    outline: rgb(20, 21, 22) solid 0.125rem;
    outline-offset: 0.125rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem 0.25rem;
    min-width: 3rem;
}
.css-lqkl4z {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(101, 102, 103);
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    outline: rgb(227, 228, 230) solid 0.0625rem;
    outline-offset: 0.0625rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem 0.25rem;
    min-width: 3rem;
}
.css-lqkl4z:hover{
    outline-color: black;
}
.css-1oz00p0 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
	/* display: flex; */
	/* flex-wrap: wrap; */
    /* new */
    /* gap: 7px; */
}
.css-1oz00p0 span, .css-1oz00p0 label {
    outline-offset: unset;
}
.css-5ost7u {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(101, 102, 103);
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    outline: rgb(227, 228, 230) solid 0.0625rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0.25rem;
    min-width: 5rem;
    width: 100%;
    margin-bottom: 0px !important;
}
.display-none{
    display: none;
}
.e1tes53y1.variation-size a{
    color:#464646;
}

.e1tes53y1.variation-size {
    height: 48px;
    border-radius: 4px;
	background: white;
	text-align: center;
	color:  rgb(17, 17, 17) !important;
	font-size: 16px;
	width: fit-content;
	/* min-width: 60px;
	min-height: 55px; */
    /* line-height: 24px; */
	display: flex;
	flex-direction: column;
    justify-content: center;
    margin-right:0;
    /* border-bottom: 1px solid lightgray; */
    border: 1px solid rgb(229, 229, 229);
    /* border-radius: 4px; */
    /* border-left: 1px solid lightgray; */
    width: 100%;
}
/* new */ .e1tes53y1.variation-size:hover{
    border-color: black;
}
.cutom-view-td-data {
	background: lightgray;
	padding: 0px 9px;
	margin: auto 2px;
	color: black;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
}

.size-active{
    border:1px solid #006340 !important;
}
.variation-size {
    cursor: pointer;

}
.variation-size a:focus {
	border: none;
	box-shadow: none;
	outline: navajowhite;
}
.variation-size:nth-child(5n) {
	border-right: 1px solid lightgray;
}
.variation-size:nth-child(1) , .variation-size:nth-child(2) , .variation-size:nth-child(3) , .variation-size:nth-child(4) , .variation-size:nth-child(5) {
	border-top: 1px solid lightgray;
}
.e1tes53y1.variation-size:last-child {
    /* border-right:1px solid lightgray; */

}
body.woo-variation-swatches .variable-items-wrapper .custom-vari-li.variable-item:not(.radio-variable-item) {
	padding: 0px !important;
	max-width: fit-content !important;
}
.c-variaction-image {
	width: 100% !important;
	height: 100% !important;
	max-height: 60px !important;
	max-width: 60px !important;
}