﻿.header-navbar-top {
    height: 4rem;
}

/*.form-control-ddl,
.form-control-ddl:focus,
.form-control-ddl:active,
.form-control-ddl:visited,
.form-control-ddl:hover {
    padding: 0 0.35rem;
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 1.1rem;
    line-height: 1.25;
    color: black;
    border-radius: 0.18rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 2px solid #FC7B4A;
    font-weight: bolder;
    margin-left: 6px;
    margin-right: 6px;
}*/
.form-control-ddl,
.form-control-ddl:focus,
.form-control-ddl:active,
.form-control-ddl:visited,
.form-control-ddl:hover {
    padding: 0 0.35rem;
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 18px !important; /* Updated to 13px */
    line-height: 1.25;
    color: black;
    border-radius: 0.18rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 2px solid #FC7B4A;
    font-weight: bolder;
    margin-left: 6px;
    margin-right: 6px;
    font-family: Calibri, "Calibri Body", sans-serif !important;
    /*font-family: Calibri, sans-serif !important;*/ /* Added font family */
    font-style: italic !important; /* Added italic style */
}

    .form-control-ddl option {
        font-weight: bolder;
    }

.question-temp #dvQuestionOutter,
.question-temp #dvQuestionOutter span {
    /*font-size: 13px !important;
    font-family: Calibri, "Calibri Body", sans-serif !important;
    font-weight: bold;*/
}

#dvQuestionOutter .qus-num2 {
    font-size: 16px !important;
}

#dvQuestionOutter #dvQuesContainer {
    min-height: 300px;
}

#dvQuestionOutter #dvAudioOutter {
    text-align: center;
    margin-top: 20%;
}


@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    #dvQuestionOutter #dvAudioOutter {
        margin-top: 0;
    }
}

#dvQuestionOutter #dvAudioImgPlayId {
    cursor: pointer;
}

#dvQuestionOutter #dvAudioPlayingId {
    cursor: pointer;
}

#dvQuestionOutter #dvAudioImgPlayId img {
    margin-bottom: 5px;
    cursor: pointer;
}

#dvQuestionOutter #dvAudioPlayingId img {
    /* margin-bottom: 5px; */
    cursor: pointer;
}

#dvQuestionOutter #dvAudioPlayingId .status {
    /* margin-top: 10px; */
    font-size: 20px;
}

#dvQuestionOutter #dvAudioImgPlayId .status {
    margin-top: 10px;
    font-size: 20px;
}



#dvQuestionOutter .videoWrapper {
    display: table;
    width: auto;
    position: relative;
    width: 100%;
    margin: auto;
}

    #dvQuestionOutter .videoWrapper .video {
        width: 100%;
        border: 1px solid black;
        margin: auto;
    }

    #dvQuestionOutter .videoWrapper .playpauseOutter,
    #dvQuestionOutter .videoWrapper .videoEndOutter,
    #dvQuestionOutter .videoWrapper .pauseOutter,
    #dvQuestionOutter .videoWrapper .replayOutter {
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        margin: auto;
    }

    #dvQuestionOutter .videoWrapper .playpause {
        background-image: url(../app-assets/images/round-play-button.png);
        background-repeat: no-repeat;
        width: 20%;
        height: 20%;
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        margin: auto;
        background-size: contain;
        background-position: center;
    }

    #dvQuestionOutter .videoWrapper .pausevid {
        background-image: url(../app-assets/images/round-pause-button.png);
        background-repeat: no-repeat;
        width: 20%;
        height: 20%;
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        margin: auto;
        background-size: contain;
        background-position: center;
    }

    #dvQuestionOutter .videoWrapper .replayvid {
        background-image: url(../app-assets/images/round-replay-button.png);
        background-repeat: no-repeat;
        width: 20%;
        height: 20%;
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        margin: auto;
        background-size: contain;
        background-position: center;
    }

    #dvQuestionOutter .videoWrapper .videoEnd {
        background-image: url(../app-assets/images/End.png);
        background-repeat: no-repeat;
        width: 20%;
        height: 20%;
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        margin: auto;
        background-size: contain;
        background-position: center;
    }

.getsPlacementLogo {
    width: 250px;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container {
    padding-right: 0px;
}

.header-navbar .navbar-container {
    padding-right: 0px;
}

/*............................................*/
h6.fix-title.timerContainer {
    font-size: 18px;
}

.qusNum1,
.qusNum2 {
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #FC7B4A;
    font-size: 14px;
}

.dvMcqOutter .qusetionNum,
.dvTrueFalseOutter .qusetionNum {
    margin-left: 5px;
    display: inline-block;
    width: 88%;
    vertical-align: top;
    font-weight: bold;
}

.dvMcqOutter .qusNum1,
.dvMcqOutter .qusNum2 {
}

.dvTrueFalseOutter .qusNum1,
.dvTrueFalseOutter .qusNum2 {
}

.dvDdlOutter .qusNum1,
.dvDdlOutter .qusNum2 {
}

/*span.qus-num1:before {
	margin-bottom: -8px;
}
span.qus-num2:before {
	margin-bottom: -10px;
	margin-right: -23px;
}
.dvDdlOutter span.qus-num2 {
	 margin-right: 2px; 
}*/
/*span.qus-num1:before {
	margin-bottom: -8px;
}
#dvQuestionOutter .qus-num2 {
	font-size: 15px !important;
}
span.qus-num2:before {
	margin-right: -20px;
	margin-bottom: -8px;
	height: 25px;
	width: 25px;
}*/
/*#dvQuestionOutter .qus-num1 {
	font-size: 15px !important;
}*/
/*............................................*/

/*.................audio check start...........................*/
.dvAudioCheckCss {
    font-size: 18px;
}

    .dvAudioCheckCss h5 {
        font-size: 1.50rem;
    }

    .dvAudioCheckCss #dvChkAudioImageId {
        cursor: pointer;
        width: max-content;
        margin: auto;
    }

/*.................audio check start end...........................*/

.dvInstructionCss {
    font-size: 18px;
}

    .dvInstructionCss h5 {
        font-size: 20px;
    }

.question-temp .custom-control-indicator {
    top: 0.45rem;
}


/*...............................*/
.poweredBy {
    font-size: 10px;
}

.app-content.content.container-fluid {
    min-height: 40vh !important;
}

.content-wrapper {
    min-height: unset !important;
}

/*body {
	overflow: hidden
}*/

footer {
    font-size: 12px;
}

.content-wrapper {
    padding-top: 1.5rem !important;
}

.input-group label {
    margin-bottom: 12px;
}

/*................*/

.container.barings {
    max-width: 97%;
    position: absolute;
    /*right: 26px;*/
    top: 15px;
    background: #555;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

/*:root {
	--colour1: #F15F2E;
	--colour2: #fff;
	--speed: 4s;
}*/
:root {
    --colour1: #DCDDD5;
    --colour2: #fff;
    --speed: 4s;
}

@keyframes slide {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 113px;
    }
}

.container .bar {
    min-height: 25px;
    border-radius: 10px;
    width: 68%;
    box-shadow: 0px 10px 13px -6px rgb(44 62 80);
    background-color: var(--colour2);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 30px, var(--colour1) 30px, var(--colour1) 60px);
    animation: slide var(--speed) linear infinite;
    will-change: background-position;
    border-radius: 0;
}

@media only screen and (max-width: 450px) {
    .container .bar {
        width: calc(36% * 3);
    }
}

@media only screen and (max-width: 350px) {
    .container .bar {
        width: calc(36% * 2);
    }
}

span.complets {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    text-align: center;
    top: 0px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 0 3px #fff;
}

.container .bar {
    position: relative;
}

/*................landing page..........*/
.landing-pages-zq h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}

.landing-pages-zq {
    text-align: center;
}

    .landing-pages-zq .btn {
        margin-bottom: 5px;
    }

svg.title-sep {
    text-align: center;
    width: 39px;
    fill: #ed724f;
    height: 35px;
}

.welomes-zq-text {
    text-align: left;
}

.welomes-zq-text {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
}


    .welomes-zq-text h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .welomes-zq-text li.firstChild {
        font-size: 20px;
        list-style: none;
        padding-left: 0;
        margin-left: -38px;
        margin-bottom: 15px;
        color: #373a3c;
    }

    .welomes-zq-text li.lastChild {
        list-style: none;
        padding-left: 0;
        margin-left: -38px;
        font-size: 17px;
        line-height: 23px;
        color: #858585;
        margin-bottom: 7px;
    }

    .welomes-zq-text li {
        font-size: 17px;
        line-height: 23px;
        color: #858585;
        margin-bottom: 7px;
    }

        .welomes-zq-text li p {
            padding-left: 10px;
            margin: 5px;
        }

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .welomes-zq-text {
        padding: 10px;
    }
}

ul.list-style-type-dash {
    margin: 0;
    margin-left: -22px;
}

ul.list-style-type-dash {
    list-style-type: none;
}

    ul.list-style-type-dash > li {
        text-indent: -5px;
    }

        ul.list-style-type-dash > li:before {
            content: "- ";
            text-indent: -5px;
        }




a.links {
    color: #ed724f !important;
}

/*..............................*/

/*span.custom-control-description.ml-0 {
    line-height: 20px !important;
    display: block;
    padding-top: 4px;
	font-style: normal !important;
}*/
span.custom-control-description.ml-0 {
    line-height: 20px !important;
    display: block;
    padding-top: 4px;
    font-size: 18px !important;
    /*font-family: Calibri !important;*/
    font-family: Calibri, "Calibri Body", sans-serif !important;
    font-style: italic !important;
    /*margin-bottom:0em;*/
}

.imageWrapper img {
    max-height: 71vh !important;
    max-width: 100% !important;
    width: auto !important;
    margin: 0 auto;
}

.imageWrapper {
    text-align: center;
    position: relative;
    z-index: 5;
}

    .imageWrapper img:hover {
        transform: scale(1.2);
        margin-left: 10%;
        margin-top: 5%;
    }

    .imageWrapper img {
        transition: all 0.5s ease;
        position: relative;
        z-index: 9999999999999;
        margin-bottom: 5px;
    }

span.qusetionNum p {
    font-weight: 400;
    font-size: 13px;
}

#dvChildQuesOutter .card .card-title {
    font-weight: 400;
    font-size: 18px !important;
    /*font-family: Calibri !important;*/
    font-family: Calibri, "Calibri Body", sans-serif !important;
    /*margin-bottom: 0px;*/
}

    /*#dvChildQuesOutter .card .card-title span.qusetionNum * {
        font-size: 18px !important;
        font-family: Calibri !important;
        font-weight: bold !important;
    }*/
    #dvChildQuesOutter .card .card-title span.qusetionNum * {
        font-size: 18px !important;
        /*font-family: Calibri !important;*/
        font-family: Calibri, "Calibri Body", sans-serif !important;
        font-weight: bold !important;
        /*font-style: normal !important; /* Ensures no italics */
    }

    #dvChildQuesOutter .card .card-title span.fordropdowncss * {
        font-size: 18px !important;
        /*font-family: Calibri !important;*/
        font-family: Calibri, "Calibri Body", sans-serif !important;
        font-weight: bold !important;
        font-style: normal !important; /* Ensures no italics */
    }
/*...................................................*/
body #dvChildQuesOutter .card .card-title span.qusetionNum p:nth-child(2) {
    /*font-weight: 500 !important;*/
    /*font-style: italic !important;*/
}

body #dvChildQuesOutter .card .card-title span.qusetionNum p:nth-child(3) {
    /*font-weight: 500 !important;*/
    /*font-style: italic !important;*/
}

body #dvChildQuesOutter .card .card-title span.fordropdowncss p:nth-child(2) {
    /*font-weight: 500 !important;*/
    /*font-style: italic !important;*/
}

body #dvChildQuesOutter .card .card-title span.fordropdowncss p:nth-child(3) {
    /*font-weight: 500 !important;*/
    /*font-style: italic !important;*/
}

body span.complets {
    color: #FA6528;
}

@media all and (min-width:200px) and (max-width:480px) {
    .navbar-container.content.container-fluid {
        display: block;
        float: left;
        width: 100%;
    }

    div#navbar-mobile {
        display: block;
    }

    ul.nav.navbar-nav .dvZqHeaderSmallLogoCol {
        display: none;
    }

    ul.nav.navbar-nav .dvProgressBarCol {
        /*display: block;
        height: 50px;*/
    }

    .container.barings {
        width: 100%;
        left: 0;
        right: 0;
    }

    body .content-wrapper {
        /*padding-top: 66px !important;*/
    }
}

.imgZqHeaderSmallLogo {
    height: 40px;
    margin-top: 7px;
    float: right;
}

.dvZqHeaderSmallLogoCol {
    height: 4rem;
    /*  height: 56px;*/
    background-color: white;
    float: right;
    width: 200px;
    vertical-align: top;
    top: -1px;
}

/*.....................................................*/
@media all and (min-width:200px) and (max-width:480px) {
    .navbar-header {
        display: none;
    }
}

/*.....................................................*/
.sourceTextCss {
    margin-top: 2px;
    font-size: 8px;
}

.succes-page-1 {
    width: 35%;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

@media only screen and (max-width: 425px) {

    /* For mobile phones: */
    .succes-page-1 {
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    /* For ipad: */
    .succes-page-1 {
        width: 60% !important;
    }
}

.sucess-head-1 {
    width: 100%;
}

    .sucess-head-1 h4 {
        text-align: center;
        color: green;
        font-size: 24px;
    }

/*/...................................................................................*/
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #FC7B4A;
    border-color: #FC7B4A;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #FC7B4A;
    border-color: #FC7B4A;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #FC7B4A;
}

/*/...................................................................................*/
.flexbox-container .dvLoginBox-col {
    margin-bottom: 50px;
}

.dvLoginBox {
    padding: 20px;
}

    .dvLoginBox .ui-menu .ui-state-active {
        /*   margin-bottom: 0px !important;*/
    }

    .dvLoginBox .ui-menu .ui-state-active {
        margin-bottom: 0px !important;
    }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0px !important;
}



.frmBox .form-group {
    margin-bottom: 5px !important;
}


#dvQuesContainer {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


.zqHeaderTitle {
    max-width: 97%;
    width: 100%;
    position: absolute;
    top: 15px;
    padding: 0;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}




.insStatusTbl {
    width: 100%;
}

    .insStatusTbl,
    .insStatusTbl tr,
    .insStatusTbl th,
    .insStatusTbl td {
        border: 1px solid black;
        padding: 5px;
    }

table.insStatusTbl th:nth-child(2),
table.insStatusTbl th:nth-child(3),
table.insStatusTbl th:nth-child(4),
table.insStatusTbl td:nth-child(2),
table.insStatusTbl td:nth-child(3),
table.insStatusTbl td:nth-child(4) {
    text-align: center;
}

.insStatusTbl .invitationCountCss,
.insStatusTbl .respondedCountCss {
    cursor: pointer;
    color: blue;
    /*text-decoration: underline;*/
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .insStatusTbl a {
        width: 90px;
    }

    .insStatusTbl button {
        width: 90px;
    }
}



.dvInvitationItemCss,
.dvRespondedItemCss {
    margin-bottom: 5px;
}


.sameHeightTable .row-flex-exam {
    display: flex;
    flex-wrap: wrap;
}

.sameHeightTable [class*="col-"] {
    margin-bottom: 30px;
}

.sameHeightTable .sameHeightContent {
    height: 100%;
    background: white;
}



#dvInvitationListModel .statusPending {
    color: red;
}

#dvInvitationListModel .statusResponsesReceived {
    color: green;
}

.labelCss {
    font-weight: bold;
}

/*//........................*/


button.multiselect.dropdown-toggle.btn.btn-default {
    border: -3px solid !important;
    border-color: #ced4da;
}

.multiselect-native-select {
    position: relative;
    width: 100%;
}

    .multiselect-native-select .btn-group {
        width: 100%;
    }

    .multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default {
        width: 100%;
        overflow: hidden;
        color: black;
    }

    .multiselect-native-select .multiselect-container {
        width: 100%;
        height: 200px;
        overflow: auto;
    }


/* dimension wise design */

.succes-page-2 {
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

@media only screen and (max-width: 425px) {

    /* For mobile phones: */
    .succes-page-2 {
        width: auto;
    }
}

.sucess-head-2 {
    width: 100%;
}

    .sucess-head-2 h4,
    .sucess-head-2 h5,
    .sucess-head-2 h6,
    .sucess-head-2 h1,
    .sucess-head-2 h2 {
        text-align: center;
        /* color: green; */
        /* font-size: 24px; */
    }


.PriceTxt {
    color: black;
}

.priceLabel {
    font-weight: 600;
    color: black;
}

.pricePaidLabel {
    font-weight: 600;
    color: rgb(129, 129, 129);
}

.slashedText {
    text-decoration: line-through;
    color: #bb2124;
}

.priceCheckbox,
.allDimensionsCheckbox {
    margin: 5px;
    margin-bottom: 0;
}

#dvPurchaseStrandOutter {
}

    #dvPurchaseStrandOutter .buttonContainer {
        text-align: right;
    }


    #dvPurchaseStrandOutter .succes-page-2 {
        padding: 30px;
    }

    #dvPurchaseStrandOutter #txtToken {
        max-width: 45%;
        margin: auto;
        margin-top: 20px;
    }

    #dvPurchaseStrandOutter .priceContainer {
        margin-top: 20px;
    }
/*Prd 25030 Based Css Start */
.dvDdlOutter span.fordropdowncss {
    font-size: 18px !important;
    /*font-family: Calibri !important;*/
    font-family: Calibri, "Calibri Body", sans-serif !important;
    /*font-style: italic !important;*/
    font-weight:bold;

}

span.fordropdowncss {
    font-size: 18px !important;
    /*font-family: Calibri !important;*/
    font-family: Calibri, "Calibri Body", sans-serif !important;
   
    font-weight: bold;
}
span.fordropdowncss p strong {
    font-size: 18px !important;
    /*font-style: normal !important;
    font-weight:normal !important;*/
    font-weight:bold !important;
}
/*span.fordropdowncss p > strong:first-child {
    font-weight: normal;
}*/
/*For HLGH css add */
.dvHLGFOutter span.HLGFOutterCss {
    font-size: 18px !important;
    /*font-family: Calibri !important;*/
    font-family: Calibri, "Calibri Body", sans-serif !important;
    /*font-style: italic !important;*/
}

span.qusetionNum p {
    margin-bottom: 0px;
}

span.fordropdowncss p {
    margin-bottom: 0px;
}

span.questionTitleCss {
    font-size: 18px !important;
    font-family: Calibri, "Calibri Body", sans-serif !important;
    font-weight: bold;
}

span.HLGFOutterCss p strong {
    font-size: 18px !important;
    font-style: normal !important;
    /*font-weight:normal !important;*/
    font-weight: bold !important;
}

/*span.HLGFOutterCss p > strong {
    font-weight: normal !important;
}*/
/*span.HLGFOutterCss p em {
    font-style: normal !important;
    font-weight:normal !important;
}*/
/*.dvHLGFOutter span.HLGFOutterCss p:nth-child(1) {
    
    font-weight:normal !important;
}*/

.dvDdlOutter span.fordropdowncss p:nth-child(2) {
    /*font-weight: bold !important;
    color: inherit;*/
}

.dvDdlOutter span.fordropdowncss p:nth-child(3) {
    /*font-weight: bold !important;
    color: inherit;*/
}
/*.question-temp #dvQuestionOutter, .question-temp #dvQuestionOutter span {
    font-size: 13px !important;
}*/
/*.question-temp #dvQuestionOutter, .question-temp #dvQuestionOutter span.HLGFOutterCss {
    font-size: 13px !important;
    font-family: Calibri, "Calibri Body", sans-serif !important;
    font-weight: normal !important;
}*/
.question-temp #dvQuestionOutter
 {
    font-size: 18px !important;
    font-family: Calibri, "Calibri Body", sans-serif !important;
    font-weight: normal !important;
  
}
.question-temp #dvQuestionOutter span.HLGFOutterCss {
        font-size: 18px !important;
        font-family: Calibri, "Calibri Body", sans-serif !important;
        /*font-weight: normal !important;*/
        font-weight: bold !important;
}
/*.question-temp #dvQuestionOutter, .question-temp #dvQuestionOutter span HLGFOutterCss {
    font-size: 13px !important;
    font-family: Calibri, "Calibri Body", sans-serif !important;
    font-weight: normal;
}

    .question-temp #dvQuestionOutter, .question-temp #dvQuestionOutter span .custom-control .custom-radio ml-1 {
        font-size: 13px !important;
        font-family: Calibri, "Calibri Body", sans-serif !important;
         font-weight: normal !important; 
    }*/
