﻿html, body, #app {
    height: 100%;
    margin:0;
}
body {
    overscroll-behavior-y: none;
}
h2 {
    margin-bottom: 24px;
}
.landing-page-heading{
    font-size: 2.3rem
}
.custom-switch-input{
    display: none;
}
.landing-page-p {
    font-size: 18px;
    margin-bottom: 1.3rem
}
.modal-content {
    border-radius: 0 !important;
}
.swal-modal{
    border-radius:0 !important;
}
.compress-padding > .form-group {
    padding-right: 5px;
    padding-left: 5px;
}
button, input[type="button"], .btn {
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.42857143;
}
.btn-xl {
    color: white;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-radius: 0;
    font-size: 18px;
    padding: 20px 40px;
}
.swal-button swal-button--confirm {
    background-color: #bf1e2e!important;
}
.swal-button:hover swal-button--confirm:hover {
    background-color: #dd2235;
    border-color: #bf1e2e !important;
}
.btn-xl:hover {
    color: white;
    background-color: #dd2235;
    border-color: #bf1e2e !important;
}
.btn-secondary:focus {
    background-color: #bf1e2e !important;
}
.selectgroup-input-radio:focus + .selectgroup-button,
.selectgroup-input-radio:checked + .selectgroup-button,
.switch-container,
button, input[type="button"],
.btn {
    color: #fff;
    background-color: #bf1e2e !important;
    border-color: #bf1e2e;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}
button:hover, input[type="button"]:hover,
.btn:hover {
	background-color: #dd2235 !important;
}
.next-prev-btn {
    border-radius: 50% !important;
    font-size: 40px; display: inline;
    color: white;
    height: 60px;
    width: 60px;
}
section#landing {
    display: flex;
    flex-direction: column;
    height: 100%;
}
section#landing > .row{
    flex:auto;
}

section#landing header {
    background: #BF1E2E;
    height: 64px;
    font-family: Montserrat;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.35rem;
    display: flex;
    line-height: 64px;
}
section#landing header a {
    margin-top: 0;
    margin-bottom: 0;
}

section#landing .promo {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: rgba(0, 0, 0, .5) url(../img/AdobeStock_349979908.jpeg);
    background-size: cover;
    background-blend-mode: darken;
}
section#landing .slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.slogan h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5;
    line-height: 1.5;
    margin: 0 35px;    
}
section#landing .promo .social {
    height: 20px;
    margin-bottom: 3%;
    width: 100%;
    text-align: right;
		padding-right: 7%;
}
section#landing .promo .social svg {
    margin-left: 15px;
}

section#landing .description {
    display: flex;
    align-items: center;
}
section#landing .description > div {
    padding: 5%;
}

.card-footer.spaceBetween
{
    display: flex;
    align-items: center;
}
.card-footer.spaceBetween > * {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-footer.spaceBetween .leftSpacer {
    justify-content: flex-start;
}
.card-footer.spaceBetween > h4 {
    justify-content: center;
}
.card-footer.spaceBetween > div:last-child {
    justify-content: flex-end;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 27px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.input-group{
    z-index:100;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
	background-color: #bf1e2e;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.customButton {
	margin: 1px !important;
	display: inline-block !important;
	float: right !important;
	border-radius: 2px !important;
	padding: 2px 3px 2px 3px !important;
	font-size: 10px !important;
	font-style: italic !important;
}

.custombtn {
	background-color: #bf1e2e;
	border: solid;
	border-color: #bf1e2e;
}

#tolkList lable {
	font-size: 13px;
}

#Booking h3,
#Booking h4 {
	font-weight: 400;
	text-transform: none;
}
.custom-switch-indicator {
    width: 40px;
    min-width: 40px;
}

.radio_input {
    margin-left: 5px;
    accent-color: #bf1e2e;
}
.hrspacing {
    margin-right: 130px;
    margin-left: 10px;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a {
    padding: 0.5rem 1rem;
}
.last-slide-body{
    height:100%;
}
.pids-wrapper {
    width: 100%;
    margin: 20px 0;
}

.pid {
    width: calc(10% - 14px);
    height: 10px;
    display: inline-block;
    margin: 5px;
    background-color: #e6e7e8;
}
.record-start{
    display:inline-block;
    background-color: red;
    width:20px;
    height:20px;
    border-radius: 50%;
}
.record-stop {
    display: inline-block;
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.audio-record-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1000px) {
    body {
            overflow-y: hidden
        }

            body::-webkit-scrollbar {
                width: 0 !important
            }
    }


    @media only screen and (max-width: 1199px) {
        .slogan h2 {
            font-size: 16px;
            margin: 0 15px;
        }

        .landing-page-heading {
            font-size: 24px;
        }

        .p-navbar {
            flex-basis: 100%;
        }

        .nav-main-container {
            flex-shrink: 0;
            width: 100%;
            flex-grow: 1;
            flex-basis: 100%;
        }

        .navbar-ul {
            flex-basis: 100%;
            justify-items: center;
        }

        .mobile-margin {
            margin-top: 15px;
        }

        .audio-mob-body {
            height: calc(80% - 60px);
            overflow-y:auto;
        }

        .date-field-width {
            width: 100%;
        }

        .vid-mob-body {
            height: calc(100% - 80px);
        }

        .table-form {
            height: calc(100% - 120px);
        }

        .bloc6-mobile-height {
            height: calc(100% - 108px);
            margin-bottom: 120px;
        }

        .bloc1-mobile-height {
            height: calc(100% - 77px);
        }

        .slide4-height {
            height: calc(100% - 125px);
        }

        .table1-height {
            height: calc(100% - 40px) !important;
        }

        .table2-height {
            height: calc(100% - 80px) !important;
        }

        section#landing {
            overflow-y: auto;
        }

        .col-lg-9 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .basic_menu_desk {
            display: none;
        }

        .landingcard {
            position: absolute;
            top: 52%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            padding: 3.5%;
            width: 80%;
            height: 85%;
        }

        .landingbody {
            height: 90% !important;
        }

        .start_resp {
            padding-left: 4%;
            padding-right: 4%;
            margin-top: 5%;
            font-size: large !important;
        }

        .basic_resp {
            height: 100% !important;
            width: 100% !important;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        .fullscreen {
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
        }

        .head_log_resp {
            width: 120px;
            bject-fit: contain;
            height: 100%;
            /*margin-left: 30%;
        margin-top: 2%;*/
        }

        .mob_top {
            display: block;
        }

        .slides_mob {
            height: 94%;
        }

        .header_mob {
            margin-top: 1%;
        }

        .h6_mob {
            padding-left: 0 !important;
        }

        .foot_no_mob {
            text-align: left !important;
        }

        .footer_mob {
            box-shadow: inset 0px 9px 5px -10px #CCC;
            position: fixed;
            z-index: 1000;
            -webkit-transform: translateZ(0);
        }

        .last_footer_mob {
            display: flex;
            justify-content: center;
        }

        .video_first {
            display: none;
        }

        .mobile_video_first {
            display: block;
        }

        .video_mob {
            width: 99%;
        }

        .video_head_mob {
            margin-top: 80px;
        }

        .block13_mob_body {
            height: 57% !important;
        }

        .custom-switch-indicator:before {
            content: "";
            position: absolute;
            height: calc(1.25rem - 3px);
            width: 20px;
            top: 0px;
            left: 1px;
            background: #fff;
            border-radius: 50%;
            transition: 0.3s left;
        }

        .table-responsive table {
            width: 100% !important;
            min-width: 0 !important;
        }

        .test_statement_mob {
            color: white;
            font-size: 14px;
            margin-bottom: 3px;
        }

        .statement_mob {
            height: 50%;
        }

        .statement_header_mob {
            margin-top: 80px;
        }

        .langlist_mob {
            height: 35em !important;
        }

        .lastslide_head_mob {
            margin-top: 61px;
        }

        .cpr_mob {
            width: 100%;
        }

        .last_slide-body_mob {
            height: auto;
        }

        .datepick_mob {
            width: 100% !important;
        }

        .datepick_mob_to {
            width: 100% !important;
        }

        .last-slide-body {
            height: 100%;
            overflow-y: auto;
        }

        .mobile-height {
            height: calc(100% - 140px)
        }
    }

    @media only screen and (min-width: 1200px) {
        .footer_mob {
            position: absolute;
        }

        .langlist_mob {
            height: 70% !important;
        }

        .statement_header_mob {
            margin-top: 2%;
        }

        .statement_mob {
            height: 45%;
        }

        .test_statement_mob {
            color: white;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 17px;
            margin-bottom: 15px;
        }

        .video_mob {
            width: 80%;
        }

        .mobile_video_first {
            display: none;
        }

        .video_first {
            display: flex;
        }

        .foot_no_mob {
            text-align: center !important;
            /* margin-bottom: 3% !important; */
        }

        .slides_mob {
        }

        .mob_top {
            display: none;
        }

        .head_log_resp {
        }

        .fullscreen {
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background: url("../img/recruitment/job.jpg")no-repeat center center fixed;
            background-size: cover;
        }

        .basic_resp {
            left: 8%;
            height: 85%;
            margin-top: 5%;
            width: 85%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        .start_resp {
            padding-left: 4%;
            padding-right: 4%;
            font-size: x-large !important;
        }

        .basic_menu_desk {
            display: block;
        }

        .landingcard {
            position: absolute;
            top: 45%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            padding: 3.5%;
            width: 70%;
        }

        .landingbody {
            height: 60% !important;
        }
    }

    .custom-card-body {
    height: 70%;
    overflow-y:auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.table-scroll {
    max-height: 275px;
    overflow-y: auto;
    margin-bottom: 25px;
}

.table-scroll2 {
    max-height: 240px;
    overflow-y: auto;
    margin-bottom: 20px;
}

    @media only screen and (max-width: 767px) {
        .intro_mob_height {
        height: 15%;
    }
}

@media only screen and (max-width:600px ){
    .h6_mob{
        max-width: 75%!important;
    }
    .slogan h2 {
        font-size: 16px;
        margin: 0 15px;
    }
    .bloc6-mobile-height {
        height: calc(100% - 108px);
        margin-bottom: 120px;
    }

    .bloc1-mobile-height {
        height: calc(100% - 77px);
    }

    .slide4-height {
        height: calc(100% - 125px);
    }

    .table1-height {
        height: calc(100% - 40px);
    }

    .table2-height {
        height: calc(100% - 80px);
    }
}


.bloc1-mobile-height {
    height: 80%;
}

.p-spacing{
    line-height: 1.15;
}