/*
 * COLORS
 * Orange: #f4a460
 * Gray:   #282828
 * Gray 2: #f7f7f7
 * Text:   #333333
 * Error: #d40000;
 */

/* @import url('./reset.css'); */
@import url('./typography.css');
@import url('./_modules/Box.mod.css');
@import url('./siteNav.css');
@import url('./_modules/Button.mod.css');
@import url('./iconFont.css');

            /* Site redesign */
		html, body {
		}
		.main-wrapper {
			height: 100vh;
		}
                .navbar-brand img {
                        max-height: 50px;
                }
		.mobile-cart {
			display:none;
		}
	 	@media (max-width: 992px) {
			.navbar-brand {
				width:150px;
			}
    			.navbar-brand img {
        			height: 30px;
				float: left;
				margin-right: 7px;
    			}
			.mobile-cart {
				display: block;
				margin-left: auto;
				padding-right: 5px;
			}
			.mobile-cart a {
				color: #fff;
				font-size: 20px;
			}
		}	

                nav.navbar.navbar-black {
                        background-color:#000;
                        color: #fff;
                }
                nav.navbar-black .nav-link {
                        color: #fff;
                }
		nav.navbar-black .nav-link:hover {
			color: #c9c6c6;
		}
		nav.navbar {
			font-size: 16px;
			font-weight: 600;
		}

		@media (max-width: 1275px) {
		    nav.navbar {
			font-size: 14px;
			line-height: 20px;
		    }
		    .navbar-expand-lg .navbar-nav .nav-link {
			padding-left: 2px;
			padding-right: 2px;
		    }
		}

		.dropdown-item:active {
			background-color: #efefef;
			color: #111;
		}

		.dropdown-menu-right {
   			right: 0 !important;
   			left: auto !important;
		}	

		.btn-outline-mved-nav{
                        --bs-btn-font-weight: 600;
                        --bs-btn-color: var(--bs-white);
                        --bs-btn-border-color: #FFCC00;
                        --bs-btn-hover-border-color: #FFCC00;
                        --bs-btn-active-border-color: #FFCC00;
                }	

		.f32 {
			font-size: 32px;
			line-height: 40px;
		}
		.f20 {
			font-size: 20px;
			line-height:28px;
		}

                .shadowed {
                        text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
                }
                .yellow {
                        color: #FFCC00;
                }

		.bg-image {
			background-image: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.4)), url('/img/hero-bg.jpg');
            		background-size: cover;
            		height: 60vh;
            		color: #fff;
		}
		.zindex {
			z-index:1;
		}

                ul.license-renew-ul { list-style: circle inside; padding-left: 0;}

		/* Renew license */
		.renew {
			background-color: #f6f6f6;
		}

		.white-bg {
			background-color: #fff;
		}

		.renew-bg {
			background-image: url('/img/background-mved.org_2023.png');
			color: #fff;
			font-size: 24px;
			background-size: cover;
		}
		.dark-text {
			color: #7f8080;
			font-size: 24px;
		}

		/* End Renew license */

		/* Buttons */
		.btn-mved {
  			align-items: center;
  			border-radius: 8px;
  			box-sizing: border-box;
  			cursor: pointer;
 		 	display: inline-block;
  			font-size: 24px;
  			height: 48px;
  			justify-content: center;
  			line-height: 44px;
  			max-width: 100%;
  			padding: 0 25px;
  			position: relative;
  			text-align: center;
  			text-decoration: none;
  			user-select: none;
  			-webkit-user-select: none;
  			touch-action: manipulation;
			transition: 0.2s ease-out;
		}

		.btn-mved:after {
  			border-radius: 8px;
  			content: "";
  			display: block;
  			height: 48px;
  			left: 0;
  			width: 100%;
  			position: absolute;
  			top: -2px;
  			transform: translate(0px, 0px);
  			transition: transform .2s;
  			z-index: -1;
  			background-color: #222;
		}

		.btn-mved-primary {
  			background-color: #222;
  			border: 2px solid #FFCC00;
  			color: #fff;
		}
		.btn-mved-primary:hover {
			color: #fff;
		}
		.btn-mved-primary.over-image:hover {
  			color: #222;
			background-color: #fff;
			border-color: #fff;
		}

		.btn-mved-secondary {
  			background-color: #FFCC00;
  			border: 2px solid #222;
  			color: #222;
			text-decoration: none !important;
		}

		.btn-mved.btn-mved-secondary:hover,
		.btn-mved-secondary.Button:hover {
  			color: #222;
			background-color: #FFCC00;
		}

		.btn-mved-secondary.over-image:hover {
			color: #222;
			background-color: #fff;
			border-color: #fff;
		}

		.btn-mved-gray {
  			background-color: #a4a4a4;
  			border: 2px solid #777;
  			color: #fff;
		}

		.btn-mved-gray:hover {
  			color: #fff;
		}

		.btn-mved-white {
			background-color: #fff;
			border: 2px solid #314cb0;
			color: #222;
			text-decoration: none !important;
			font-size: 16px;
			line-height: 48px;
			
		}
		.btn-mved-white:hover {
			color: #222;
		}
		
		.btn-mved:hover:after {
                        transform: translate(8px, 8px);
                }  

		.btn-mved:active,
		.btn-mved:hover {
  			outline: 0;
		}

		@media (max-width: 991px) {
			.btn-mved {
				font-size: 18px;
			}

		}

		@media (min-width: 768px) {
  			.btn-mved {
    				padding: 0 20px;
  			}
		}	
		/* End Buttons */		

                .license-renew {
                        background-color: #eeeeee;
                }

		.siteFooter__heading {
			font-weight: 700;
		}
                ul.siteFooter__links {
                        padding-left: 0;
			list-style: none;
                }
                ul.siteFooter__links li {
                        padding-top:5px;
                        padding-bottom:5px;
                }
                .siteFooter__links a {
                        text-decoration: none;
			color: #fff;
			font-size: 16px;
                }
                .footer-border {
                        border-color: #3c3f3c !important;
                }

                .copyright {
                        background: #1b1b1b;
                        color: #9b9b9b;
			font-size: 16px;
			z-index: -1;
                }
                .siteFooter__link {
                        color: #808080;
                }

                .siteFooter__link:hover {
                        color: #FFCC00;
                }
                .siteFooter__heading {
                        color: #fff;
                        font-size: 22px;
                        margin: 30px 0 15px;
                }
		.faq-bottom {
			margin-bottom: 120px;
		}
		.buckleholder {
			position: relative;
		}
		.footerBuckle {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			height: 150px;
			width: 150px;
			background-color: #d9d9d9;
			border-radius: 50%;
		}
		.footerBuckle img {
			width: 140px;
			top:8px;
			left:5px;
			position:absolute;
		}

		@media (max-width: 768px) {
                        .footerBuckle {
                                position: relative;
                        }
			.faq-bottom {
                        	margin-bottom: 80px;
                	}
                }

		/* Error Page */
		.contactBox {
			height: 75vh;
		}	
		/* End Error Page */

		/* Add Course */
		.addcourse {
			height: 75vh;
		}
		/* End Add Course */

		/* list Page */
		.list-container {
			height: 75vh;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                }
		.list-container a {
			text-decoration: underline;
		}
		.list-box {
			background-color:#f7f7f7;
                        width: 327px;
                        font-size: 16px;
                }
		.list-box a:hover {
			color: #446eb5;
		}
		.list-box-below {
			width: 327px;
		}

		/* End list Page */

		/* Login Page */
		.login-container {
			height: 75vh;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.login-container a {
			text-decoration: underline;
		}
		.login-box {
			/* box-shadow: 2px 4px 3px rgba(0,0,0,0.5);*/
			background-color:#f7f7f7;
			width: 327px;
			font-size: 16px;
		}

		.small-form input[type="text"],
		.small-form input[type="password"] {
   			background-color:  #e4ecf9!important;
		}
		.pass-helper {
			float: right !important;
		}
		/* End Login Page */

		/* FAQs */
		.accordion {
			--bs-accordion-bg: none;
		}
		.accordion.grey-faq .accordion-item {
			background-color: #dcdcdc;
		}
		.grey-faq .accordion-button,
	        .grey-faq .accordion-button:not(.collapsed) {
			font-size: 20px;
			line-height: 28px;
			font-weight: 700;
		}
		.grey-faq .accordion-body {
			font-size: 20px;
		}

		.accordion-button:focus {
			border-color: none;
			box-shadow: none;
		}
		.accordion-button:not(.collapsed) {
			background-color: initial !important;
			box-shadow: none;
			color: inherit;
			font-weight: 600;
			font-size: 32px;
		}
		.accordion-button:not(.collapsed)::after {
			background-image: var(--bs-accordion-btn-icon);
		}
		.accordion-button {
			font-size: 32px;
			font-weight: 600;
		}
		.accordion-item:not(:first-of-type) {
			border-top: 2px solid!important;
		}
		.accordion-item {
			border: 2px solid #222!important;
			border-radius: 5px!important;
		}

		.accordion-item:active {
			background: none !important;
			color: #222 !important;
		}
		/* End FAQs */

		/* Certificate */
		.Cert {
			text-align: center;
		}
		/* End Certificate */
	
		@media screen and (max-width: 991px) {
			.footer-border {
		     		border: none !important;
			}
		}	
