:root {
	/* --bg-green: #43C073; */
	--bg-green: #169a69;
	--bg-green-dark: #43c073;
	--bg-light-green: #DDF4E6;
	--color-white: #fff;
	--color-black: #000;
	--color-headings: #2b3940;
	--color-texts: #6b6e6f;
	--color-texts-2: #7e8989;
	--border-color: #e5e5e5;
	--border-color-2: #f0f0f0;
	--border-color-3: #e5e5e5;
	--color-mention: #a1a5b7!important;
	--input-bg: #f5f8fa;
	--recuriter-theme-bg: #0777D9;
	--button-light-bg: #f5f8fa;
	--button-light-bg-color: #009ef7;
	--color-reject: #F20C0C;
}

html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: FontAwesome-2;
	src: url(../webfonts/fa-solid-900.woff2);
}

@font-face {
	font-family: FontAwesome;
	src: url('font-css/all.min.css');
}

@font-face {
	font-family: poppins-black;
	src: url(font/Poppins-Bold.ttf);
}

@font-face {
	font-family: roboto;
	src: url(font/Roboto-Regular.ttf);
}

@font-face {
	font-family: Roboto-Medium;
	src: url(font/Roboto-Medium.ttf);
}

@font-face {
	font-family: roboto-blod;
	src: url(font/Roboto-Bold.ttf);
}


/* body::-webkit-scrollbar {
	width: 8px;
	display: none;
} */

::-webkit-scrollbar {
	width: 8px;
}


/* Track */

 ::-webkit-scrollbar-track {
	background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
	background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

body {
	font-size: 13px;
	font-family: roboto;
	background: #fbfbfb;
	padding: 0;
	margin: 0;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

.color-red {
	color: red;
	border: none;
}

.color-red .time {
	color: red !important;
}

.color-red i {
	color: red !important
}

sup {
	color: red;
	font-size: 15px;
}

ul {
	margin: 0px;
}

ul li {
	margin-bottom: 0px;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
}

button:focus {
	outline: none;
}

p {
	margin-bottom: 10px;
	font-size: 13px;
}

input[type="text"]:focus {
	outline: none;
	box-shadow: none;
}

textarea {
	border: 1px solid #f1f1f1;
}

textarea:focus {
	outline: none
}

.reqError {
	width: 100% !important;
	margin-top: 5px;
}

.d-block {
	display: block;
}

.z-index-3 {
	z-index: 3;
}

.z-index-1053 {
	z-index: 1053 !important;
}

.br1 {
	border: 1px solid #eef6fb !important;
}

.br-0 {
	border: 0 !important;
	border: none !important;
}

.br-20 {
	border-radius: 20px;
}

.p9 {
	padding: 9px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-0 {
	padding-left: 0px
}

.pb-0 {
	padding-bottom: 0;
}

.pr-0 {
	padding-right: 0;
}

.pr-10 {
	padding-right: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.padding-0 {
	padding: 0px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-15 {
	padding-bottom: 20px;
}
.pb-50{padding-bottom:50px;}
.mb-10 {
	margin-bottom: 10px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-50 {
	margin-bottom: 50px;
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px;
}

.h-70 {
	min-height: 70px;
	max-height: 70px;
}

.h-10 {
	height: 10px !important;
}

.h-50 {
	height: 50px;
}

.h-100 {
	min-height: 100px;
	max-height: 100px;
}

.w-80 {
	width: 80px;
}

.w-100 {
	width: 100%;
}

.w-120 {
	width: 170px !important;
}

.w-110 {
	width: 110px !important;
}

.w-98p {
	width: 98%
}

.inline-display {
	display: inline-block;
}

.comman-section {
	padding-top: 80px;
}

.lh-15 {
	line-height: 1.5
}

.list-style-none {
	list-style: none;
}

.bgtransparent {
	background: transparent !important;
}

.bg-white {
	background-color: var(--color-white);
}

.border-radius-50 {
	border-radius: 50px;
}

.border-dash {
	border-bottom: 1px dashed #f1f1f1;
}

.p10 {
	padding-top: 10px;
	padding-bottom: 12px;
}

.trashbcolor {
	color: #e53935;
}

.trash-icons {
	font-size: 17px;
	position: relative;
	top: 1px;
}

.right_-50 {
	right: -50px
}

.validation-summary-errors {
	padding: 17px 1px;
	background: #fff4f1!important;
	margin-bottom: 15px;
	border: 1px dashed #f70000!important;
	border-radius: 5px;
}

.field-validation-error {
	color: #f70000 !important;
	font-size: 11px;
	margin-top: 10px;
	width: 100%;
}

.pure-material-radio {
	z-index: 0;
	position: relative;
	display: inline-block;
	color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
	font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
	font-size: 16px;
	line-height: 1.5;
}


/* Input */

.pure-material-radio>input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	z-index: -1;
	position: absolute;
	left: -10px;
	top: -8px;
	display: block;
	margin: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
	outline: none;
	opacity: 0;
	transform: scale(1);
	pointer-events: none;
	transition: opacity 0.3s, transform 0.2s;
}


/* Span */

.pure-material-radio>span {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
}


/* Circle */

.pure-material-radio>span::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	margin: 2px 10px 2px 0;
	border: solid 2px;
	/* Safari */
	border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	vertical-align: top;
	transition: border-color 0.2s;
}


/* Check */

.pure-material-radio>span::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 1px;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
	transform: translate(5px, 5px) scale(0);
	transition: transform 0.2s;
}


/* Checked */

.pure-material-radio>input:checked {
	background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-radio>input:checked+span::before {
	border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-radio>input:checked+span::after {
	transform: translate(5px, 5px) scale(1);
}


/* Hover, Focus */

.pure-material-radio:hover>input {
	opacity: 0.04;
}

.pure-material-radio>input:focus {
	opacity: 0.12;
}

.pure-material-radio:hover>input:focus {
	opacity: 0.16;
}


/* Active */

.pure-material-radio>input:active {
	opacity: 1;
	transform: scale(0);
	transition: transform 0s, opacity 0s;
}

.pure-material-radio>input:active+span::before {
	border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}


/* Disabled */

.pure-material-radio>input:disabled {
	opacity: 0;
}

.pure-material-radio>input:disabled+span {
	color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
	cursor: initial;
}

.pure-material-radio>input:disabled+span::before {
	border-color: currentColor;
}

.pure-material-radio>input:disabled+span::after {
	background-color: currentColor;
}


/*---------------- comman en ---------------------*/

.default-container {
	padding: 0px 60px;
}

.exam-qustion-container {
	background: #fff;
	position: relative;
	padding: 20px 21px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-radius: 5px;
	/* box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px, rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px; */
}

.overflow-scroll {
	height: 76.5vh;
	overflow-y: auto;
}

.timer-class {
	margin-bottom: 0;
	font-weight: bold;
}

.list-number {
	list-style: none;
	padding: 0;
	float: left;
}

.list-number li {
	display: inline-block;
	margin-left: 6px;
	margin-bottom:10px;
}

.list-number li a {
	padding: 9px 12px;
	/* box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px, rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px; */
	border: 1px solid #d9d9d9;
	background: #fff;
	width: 40px;
    display: flex;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.btn-check {
    background: #009ef7;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 10px;
    width: 100px;
    height: 40px;
}

.btn-next {
	background: var(--recuriter-theme-bg);
	color: #fff;
	height: 40px;
	width: 80px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.questin-title h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #383737;
}

.time-div {
	background: #0ea380;
	border-radius: 10px;
	padding: 10px 15px;
	height: 120px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #cccc;
}

.time-div h4 {
	font-size: 28px;
}

.time-div p {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.line {
	height: 2px;
	width: 80px;
	background-color: var(--bg-green);
}

.white-box {
	background-color: #fff;
	padding: 20px 18px;
	display: flex;
	border-radius: 5px;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.div-ins{width:25px; height:25px; 	border: 1px solid #d9d9d9; display:inline-block;}
.content-div{padding-left:10px;text-transform: capitalize;}
.white-box h5{ font-size:16px; font-weight: bold;}
.green {
	background: #80cbc4 !important;
	color: #fff;
	border: 1px solid #80cbc4 !important;
}

.red {
	background: #e57373 !important;
	color: #fff;
	border: 1px solid #e57373 !important;
}

.yellow {
	background: #fbc02d !important;
	color: #fff !important;
	border: 1px solid #fbc02d !important;
}

.img-hover:hover {
	cursor: pointer;
}

.img-display-on-hover {
	position: fixed;
	z-index: 1070;
	background: rgb(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 25px;
}

.btn-close-img-display {
	width: 40px;
	height: 40px;
	background: #212020;
	color: #fff;
	border-radius: 10px;
	float: right;
	font-size: 17px;
}

@media (min-width:270px) and (max-width:600px)
{
	.default-container{padding:0px 10px;}
	.candidate-navbar .logo {
		max-width:100% !important;
	}
	.px1-0{padding-left:0;
	padding-right: 0;}
}
.topbar{  background: #008375;
	color: #fff;
	display: none;
	height: 35px;
  }
.header{ box-shadow: 0 3px 6px 3px rgba(0,0,0,.08);
	 height: 70px;
   position: fixed;
   z-index: 1030;
   background: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
  }
.flexclass{ display: flex;
	  flex-direction:row;
	  background: #fff;
	  justify-content: center; }
.innerpagecontainer{ height: 160px;
			   background:#008375;
			   color: #fff; 
			   text-align: center;
			   font-weight: bolder;
			   display: flex;
			   align-items: center;
			   justify-content: center;
			   margin-bottom: 20px; }
.innerpagecontainer h3{ font-size:22px !important;
				color:#fff !important;}
.nopadding{padding:0px;}
.boxcontainer{  padding:0px;
		  padding:15px 25px;
		  }
.boxcontainer label{ font-size:16px; font-weight:bold; color:#008375; }
.headerbox{ margin-bottom: 30px; 
		 background: #f5f5f5;}
.headerbox h4{ text-align:center;
			font-weight: bold; font-size:18px;}
.line_height{ height: 2px;
		width: 20%;
		background: #008375; }
.bg_gray{ background: #f5f5f5;
	  padding:15px 25px; }
.margin_header{margin-bottom: 7px;	
		 text-align:center;}
.linksmall{ padding:.65rem 2rem;
	  color: #fff;
	  background: #008375;
	  line-height: 44px;
	  width: 100px;
	  margin-top: 10px;
	  border-radius: .42rem; }
.text_container{ border-bottom: 1px dashed #cccc; 
			  padding-bottom: 10px; }
.text_container p{ line-height: 26px; }
.text_container h4{ font-size:16px; font-weight: bold; margin-bottom: 20px;}
.link_large{ height: 40px;
	   width: 200px;
	   color:#fff;
	   line-height: 100px;
	   border-radius:5px;
	   background: #008375; 
	   padding:15px 25px; }
.link_large:hover{ color: #fff; text-decoration: none; }
.link_large:focus{ color: #fff; text-decoration: none; }
.text_container ol{ font-size: 13px;}
.text_container ol li {margin-bottom: 10px;
				line-height: 26px;}
.text_align_center{ text-align:center;}

.boxcontainer label {
    font-size: 16px;
    font-weight: bold;
    color: #008375;
}



@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden;
}

    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        top: .875em;
        width: 1.375em;
    }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: .3125em;
        }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: .3125em;
        }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
        -webkit-animation: animate-toast-success-tip .8s;
        animation: animate-toast-success-tip .8s;
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
        -webkit-animation: animate-toast-success-long .75s;
        animation: animate-toast-success-long .8s;
    }

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal;
}

.swal2-icon-text {
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

    .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1;
    }

    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474;
    }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: 1.0625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: 1em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
}

    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%;
    }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
            top: -.4375em;
            left: -2.0635em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 3.75em 3.75em;
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em;
        }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
            top: -.6875em;
            left: 1.875em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 3.75em;
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0;
        }

    .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        top: -.25em;
        left: -.25em;
        width: 100%;
        height: 100%;
        border: .25em solid rgba(165, 220, 134, .3);
        border-radius: 50%;
        z-index: 2;
        box-sizing: content-box;
    }

    .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        display: block;
        position: absolute;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86;
        z-index: 2;
    }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
            top: 2.875em;
            left: .875em;
            width: 1.5625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
            top: 2.375em;
            right: .5em;
            width: 2.9375em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s;
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards;
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

[dir=rtl] .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s;
}

    .swal2-animate-error-icon .swal2-x-mark {
        -webkit-animation: swal2-animate-error-x-mark .5s;
        animation: swal2-animate-error-x-mark .5s;
    }

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.exam-bx {
    padding: 18px 17px;
    border-radius: 10px;
    border: 1px solid #d0e1f3;
	background:#fff;

}
.successmsg{margin-bottom:20px;}
.successmsg h1{ font-weight:bold; font-size:22px; margin-bottom:20px; color:var(--bg-green);}
.successmsg p{ line-height:26px; font-size:15px;}
.btn-nav{ color: #3699FF;
    background-color: #E1F0FF;
	display:block;
	padding:10px;
	width:100px;
    border-radius:5px;
	}
.btn-nav:hover{ background-color:#3699FF; color:#fff;}