/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,500,500i,600,600i,700,800,900,&display=swap');
*{
    font-family: Inter;
    /* color: #100E09; 
} */

:root{
	--primary-color:#6247aa !important;
	--secondary-color:#a594f9;
    --tertiary-color: #fff;

	--txt-sz-sm:12px; /**10**/
	--txt-sz:14px; /**12**/
	--txt-sz-l:17px; /**13**/
	--txt-sz-lg:18px; /**14**/
	--txt-sz-xl:19px; /**15**/
	--txt-font-family: Inter;

    --linear-gradient-btn: linear-gradient(316deg, #6247aa 0%, #a594f9 74%);
    --linear-gradient-background: linear-gradient(316deg, #6247aa 0%, #a594f9 74%);
    --linear-gradient-text: linear-gradient(316deg, #6247aa 0%, #a594f9 74%);


    
    --e-global-color-accent: #064368;
    --e-global-color-accent-20: #06436820;
    --e-global-color-accent-50: #06436850;
    --e-global-color-primary: #000000;
    --e-global-color-primary-2: #00000030;

    background-color: transparent;
    background-image: linear-gradient(170deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);

    
    --linear-gradient-btn: linear-gradient(170deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
    --linear-gradient-background: linear-gradient(170deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
    --linear-gradient-background-2: linear-gradient(130deg, var(--e-global-color-accent) 35%, var(--e-global-color-primary) 100%);
    --linear-gradient-background-3: linear-gradient(170deg, var(--e-global-color-accent) 60%, var(--e-global-color-primary) 40%);
    --linear-gradient-background-4: linear-gradient(175deg, var(--e-global-color-accent) 15%, var(--e-global-color-primary) 100%);
    --linear-gradient-text: linear-gradient(170deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
    --linear-gradient-text-2: linear-gradient(180deg, var(--e-global-color-accent) 50%, var(--e-global-color-primary) 100%);

    --primary-light: #8abdff;
    --primary: #a594f9;
    --primary-dark: #6247aa;
    --white: #FFFFFF;
    --greyLight-1: #E4EBF5;
    --greyLight-2: #c8d0e7;
    --greyLight-3: #bec8e4;
    --greyDark: #9baacf;

    --desktop-view-width: 1440px;
    --tablet-view-width: 1024px;
    --mobile-view-width: 768px;

}

* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

html {
	height: 100%;
    text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
    font-family: 'Times New Roman', Times, serif;
}

body {
	height: 100%;
	background: #FCFCFC;
	font-size: var(--txt-sz);
    padding: 0;
    margin: 0;
    overflow-y: auto;
    touch-action: manipulation; /* Disable double-tap to zoom */
}

body::-webkit-scrollbar {
    width: 0px;
}

body::-webkit-scrollbar-track {
    background-color: #eee;
    background-color: #D9E2ED;
    -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
    background-color: #D9E2ED;
}

input, select, textarea {
    background-color: #fff;
    color: #100E09;
    width: 100%;
    height: 35px !important;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #D9E2ED;
    /* box-shadow: 0px 4px 10px 0px #8E8DD01A; */
}

input[type='checkbox'] {
    background-color: #fff;
    color: #100E09;
    width: 20px;
    height: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #D9E2ED;
    /* box-shadow: 0px 4px 10px 0px #8E8DD01A; */
}

input[type='date'], input[type='time'] {
    -webkit-appearance: none;
}

select {
    /* height: auto !important; */
    max-height: 300px;
    padding: 0px 10px;
    overflow-y: auto;
    -webkit-appearance: none;
    appearance: none;
    background: url('../image/icon/icon-arrow-down.svg') no-repeat right;
}

select option {
    zoom: 1.5;
    font-size: 10px;
}


input::placeholder, select::placeholder, textarea::placeholder {
	color:#4C536B;
}

input:focus, select:focus, textarea:focus {
    background-color: #fff;
    outline: none !important;
    border: 1px solid var(--secondary-color);
    border: 1px solid var(--e-global-color-accent);
}

input[type="password"] {
    background: #fff;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    border: 1px solid #D1D1D6;
}

input[type=radio]:hover {
    cursor: pointer;
}

/* input:-webkit-autofill, input:-webkit-autofill:active {
    background-color: #fff !important;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    /* border: 1px solid #fff; */
    background-color: #fff;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

textarea {
    min-height: 100px;
}

textarea::-webkit-scrollbar {
	width: 5px;
	background-color:#707070;
}
textarea::-webkit-scrollbar-thumb {
	background-color:#D9E2ED;
    border-radius: 25px;
}
textarea::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}
textarea::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder {
    color: #4C536B !important;
}

.search-glass-css {
    background: var(--linear-gradient-background-2);
    color: #fff;
    background: #fff;
    color: var(--e-global-color-accent);
    width: 35px;
    height: 35px !important;
    padding: 6px 8px;
    border-radius: 5px;
    border: 1px solid #D9E2ED;
}

.search-glass-css:hover {
    cursor: pointer;
}

.custom-select {
    position: relative;
    height: 30px;
    padding: 2px 10px !important;
    font-weight: 500;
    border: 1px solid #D9E2ED;
}
  
.custom-select select {
    display: none;
}
  
.select-selected {
    background: #fff;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 11px;
    right: 15px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #312680 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #312680 transparent;
    top: 4px;
}

.select-items div,.select-selected {
    /* padding: 8px 30px 8px 10px; */
    padding: 2px 15px 2px 0;
    cursor: pointer;
    user-select: none;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.select-items {
    margin-top: 5px;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    border: 1px solid var(--secondary-color);
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

.select-items::-webkit-scrollbar {
	width: 5px;
	background-color:#707070;
    border-radius: 50%;
}
.select-items::-webkit-scrollbar-thumb {
	background-color:var(--secondary-color);
    border-radius: 25px;
}
.select-items::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
    border-radius: 25px;
}
.select-items::-webkit-scrollbar-track {
	background-color: #F5F5F5;
    border-radius: 25px;
}
  
.select-items div {
    border-bottom: 1px solid #D9E2ED;
    padding: 2px 10px;
}

.select-items div:last-child {
    border-bottom: 1px solid transparent;
}

.select-hide {
    display: none;
}
  
.select-items div:hover, .same-as-selected {
    /* background-color: rgba(0, 0, 0, 0.1); */
    background: #31268015;
    background: #8E8DD01A;
    color: #312680;
}

.w-filter-row {
    display: flex;
    width: 100%;
}

.w-filter-row .filter-side {
    width: 50%;
    display: flex;
}

.w-filter-row .filter-side .filter-textbox-col {
    width: 100%;
    display: flex;
}

.w-filter-row .filter-side .filter-date-col {
    width: 50%;
}

.w-filter-row .filter-side .filter-status-col {
    width: 50%;
}



/**SMALL SCROLL BAR -------------------------------------------------------**/
.scrollbar-v-none::-webkit-scrollbar {
	width: 0px;
	background-color:#707070;
}
.scrollbar-v-small::-webkit-scrollbar {
	width: 5px;
	background-color:#707070;
}
.scrollbar-v-small::-webkit-scrollbar-thumb {
	background-color:#D9E2ED;
    border-radius: 25px;
}
.scrollbar-v-small::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}
.scrollbar-v-small::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.scrollbar-h-none::-webkit-scrollbar {
	height: 0px;
	background-color:#707070;
}
.scrollbar-h-small::-webkit-scrollbar {
	height: 5px;
	background-color:#707070;
}
.scrollbar-h-small::-webkit-scrollbar-thumb {
	background-color:#D9E2ED;
    border-radius: 25px;
}
.scrollbar-h-small::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}
.scrollbar-h-small::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
/**SMALL SCROLL BAR END -------------------------------------------------------**/




.login-csurvey {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #434355;
}

.login-div-form {
    border-radius: 15px;
    background: #FEF8F873;
    padding: 50px;
    backdrop-filter: blur(5px);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: linear-gradient(316deg, #6247aa 0%, #a594f9 74%);
    background-image: var(--linear-gradient-background-2);
    max-width: 370px;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.2);
}

.login-div-form .login-form-question {
    width: 80px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.login-div-form .login-form-answer {
    width: 200px;
}

.is-password-fill {
    position: relative;
}

.is-password-fill .password-eye {
    position: absolute;
    right: 10px;
    top: 5px;
}

.is-password-fill .password-eye:hover {
    cursor: pointer;
}


.btn-style-1 {
    transition: all 0.2s ease;
    background: #d2d5d8;
    border:0;
    font-weight: bold;
    display: block;
    border-radius: 8px;
    position: relative;
    outline: none;
    padding: 2px;
    cursor: pointer;
    min-width: 200px;
    width: 100%;
    background: linear-gradient(165deg, rgba(255,255,255,1) 10%, rgba(148,150,176,1) 100%);
    box-shadow: 2px 2px 6px #9496B0;
}

.btn-style-1 .btn-inner {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
    /* max-width: 250px; */
    /* background: #d2d5d8; */
    padding: 5px 10px;
    display: block;
    position: relative;
    text-align: center;
    background: linear-gradient(165deg, rgba(255,255,255,1) 0%, rgba(210,213,216,1) 50%, rgba(210,213,216,1) 95%, rgba(148,150,176,1) 100%);
    box-shadow: -4px -4px 10px inset #fff;
    box-shadow: 4px 4px 10px inset #9496B0;
}

.btn-style-1:hover > .btn-inner {
    box-shadow: -4px -4px 10px inset #d2d5d8;
}


.btn-add-top-right-2 {
    border: 1px solid transparent;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: var(--linear-gradient-background-2);
    padding: 5px 10px;
    margin: 0 5px 0 auto;
    box-shadow: 0px 2px 5px 0px var(--e-global-color-accent);
    text-wrap: nowrap;
    overflow: hidden;
    margin-top: -8px;
    position: absolute;
    right: 15px;
}

.btn-add-top-right-2:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.top-head-title-row {
    align-items: center;
    height: 60px;
}

.btn-bar-back {
    border: 1px solid transparent;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: var(--linear-gradient-background-2);
    padding: 5px 10px;
    margin: 0 auto 0 5px;
    box-shadow: 0px 2px 5px 0px var(--e-global-color-accent);
    text-wrap: nowrap;
    overflow: hidden;
    width: 80px;
}

.btn-bar-back:hover {
    cursor: pointer;
}

.detail-form {
    /* border: 1px solid var(--secondary-color); */
    width: 100%;
    min-height: 100px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0px var(--e-global-color-accent);
    padding: 15px 20px;
    height: calc(100% - 80px);
    height: auto;
    padding: 25px;

    display: flex; 
    flex-wrap: wrap; 
    column-gap: 20px; 
    row-gap: 20px; 
    overflow-y: auto; 
    /* overflow-y: scroll; */
}

.detail-form .detail-form-group {
    width: 100%;
    display: flex;
}

.detail-form .detail-form-group .detail-form-full {
    width: 100%;
}

.detail-form .detail-form-group .detail-form-left {
    width: 50%;
    margin-right: 10px;
}

.detail-form .detail-form-group .detail-form-right {
    width: 50%;
    margin-left: 10px;
}

.detail-form .detail-form-group .detail-title {
    font-weight: 500;
    margin-bottom: 5px;
    padding: 5px 10px 0 10px;
}

.detail-form .detail-form-group .detail-question {
    font-weight: 400;
}

.btn-ques-del {
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    padding: 2px 6px;
    border-radius: 3px;
}

.btn-ques-del:hover {
    cursor: pointer;
    box-shadow: 2px 2px 4px var(--e-global-color-accent);
}

.detail-form .detail-form-group .dtl-col-1 {
    width: 100px;
    min-width: 100px;
}

.detail-form .detail-form-group .dtl-col-2 {
    width: calc(100% - 100px);
}

.detail-form-group .dtl-col-1-V2 {
    width: 90px;
    min-width: 90px;
}

.detail-form-group .dtl-col-2-V2 {
    width: 10px;
}

.detail-form-group .dtl-col-3-V2 {
    width: calc(100% - 100px);
}

.detail-form .detail-form-group .dtl-col-1-V2 {
    width: 90px;
    min-width: 90px;
}

.detail-form .detail-form-group .dtl-col-2-V2 {
    width: 10px;
}

.detail-form .detail-form-group .dtl-col-3-V2 {
    width: calc(100% - 100px);
}

.template-question-group {
    /* border: 1px solid var(--e-global-color-accent); */
    width: 100%;
    min-height: 100px;
    box-shadow: 2px 2px 4px var(--e-global-color-accent);
    padding: 10px 15px;
    margin-bottom: 20px;
}

.is-section-header {
    background: var(--linear-gradient-background);
    display: block !important;
    color: #fff;
    font-weight: 700;
    padding: 1px 3px 3px 3px;
    border-radius: 5px;
}

.star-rating {

}

.star-rating i:hover {
    cursor: pointer;
    color: var(--secondary-color);
}

.rpt-mobile-col-1 {
    width: 80px;
    min-width: 80px;
}

.rpt-mobile-col-2 {
    width: calc(100% - 80px);
}

.mobile-rating-row {
    display: flex;
}


.rating {
    text-align: center;
    position: relative;
    width: 100%;
    float: left;
    display: flex;
  }
  .hidden {
    opacity: 0;
  }

  .star {
    display: inline-block;
    margin: 5px;
    font-size: 20px;
    color: whitesmoke;
    color: #D9D9D9;
    position: relative;
  }

  .star:hover {
    cursor: pointer;
  }

  .star.animate {
    -webkit-animation: stretch-bounce 0.5s ease-in-out;
  }
  .star.hidden {
    opacity: 0;
  }
  .full:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
    position: relative;
    float: right;
    z-index: 4;
  }
  .half:before {
    font-family: fontAwesome;
    content: "\f089";
    position: absolute;
    float: left;
    z-index: 3;
  }
  .star-colour {
    color: #ffd700;
  }
  @-webkit-keyframes stretch-bounce {
    0% {
      -webkit-transform: scale(1);
    }
    25% {
      -webkit-transform: scale(1.5);
    }
    50% {
      -webkit-transform: scale(0.9);
    }
    75% {
      -webkit-transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }
  .selected:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
  .selected.pulse:before {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  .selected.is-animated:before {
    transition: 1s ease-out;
  }
  .score {
    font-family: arial;
    font-size: 14px;
    color: var(--primary-color);
    align-self: center;
    margin-left: 15px;
  }
  .score-rating {
    vertical-align: sup;
    top: -5px;
    position: relative;
    font-size: 150%;
  }
  .total {
    vertical-align: sub;
    top: 0px;
    position: relative;
    font-size: 100%;
  }
  .average {
    font-family: arial;
    font-size: 20px;
    color: indianred;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .average .score-average {
    padding-top: 30px;
  }









.btn-add-question {
    border: 1px solid transparent;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--linear-gradient-background);
    /* box-shadow: 0px 2px 5px 0px var(--secondary-color); */
    box-shadow: 0px 2px 5px 0px var(--e-global-color-accent);
    padding: 0px 15px;
    text-align: center;
    align-content: center;
    transition: all 0.5s ease-in-out;
}

.btn-add-question:hover {
    cursor: pointer;
    transform: scale(0.99);
}

.btn-action-form {
    min-width: 150px;
    height: 40px;
}

.dboard-display {
    width: 300px;
    max-width: 300px;
    height: 150px;
    max-height: 150px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    background-image: linear-gradient(316deg, #6247aa 0%, #a594f9 74%);
    background-image: var(--linear-gradient-background);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    align-content: center;
    box-shadow: 0px 2px 5px 0px var(--e-global-color-accent);
    transition: all 0.5s ease-in-out;
}

.dboard-display:hover {
    cursor: pointer;
    transform: scale(0.98);
}



.switch {
    width: 50px;
    justify-self: center;
}
.switch input {
    display: none;
}
.switch__1 {
    width: 50px;
}
.switch__1 label {
    display: flex;
    align-items: center;
    border: 1px solid var(--e-global-color-accent);
    width: 100%;
    height: 27px;
    /* box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white); */
    background: rgba(255, 255, 255, 0);
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    margin-bottom: 0;
}
.switch__1 label::after {
    content: "";
    position: absolute;
    left: 1px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--greyDark);
    background: var(--linear-gradient-background-3);
    transition: all 0.4s ease;
}
.switch__1 label::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--linear-gradient-background-3);
    opacity: 0;
    transition: all 0.4s ease;
}
.switch input:checked ~ label::before {
    opacity: 1;
}
.switch input:checked ~ label::after {
    left: 50%;
    background: var(--greyLight-1);
}

.switch-row {
    align-items: center;
}

.switch-info {
    display: flex;
}

.switch-info .rate-proof-col-1 {
    padding-bottom: 0px;
    padding: 4px 0;
}

.switch-info .rate-proof-col-2 {
    column-gap: 8px; 
    padding: 0 10px;
}


































.screen-topbar {
    display: flex;
    padding: 10px 10px 10px 20px;
    width: 100%;
    align-items: center;
    background: #000;
    background: var(--linear-gradient-background-2);
}

.screen-topbar .column-1 {
    width: 50px;
}

.screen-topbar .column-1 .img-logo {
    width: 45px;
}

.screen-topbar .column-2 {
    width: 250px;
    width: calc(100% - 270px);
    padding: 0 10px;
    color: #000;
}

.screen-topbar .column-2 .comp-name {
    font-family: Lato;
    font-weight: bold;
    font-size: 30px;
    /* background: var(--linear-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff;
}

.screen-topbar .column-3 {
    width: calc(100% - 620px);
    width: 100px;
}

.screen-topbar .column-3 .searchbar-div {
    display: flex;
    width: 100%;
    margin: 0 15px;
}

.screen-topbar .column-3 .searchbar-div .img-searchbar {
    width: 18px;
    height: 18px;
    position: relative;
    left: 36px;
    top: 16px;
}

.screen-topbar .column-3 .searchbar-div .topbar-search {
    height: 50px;
    border-radius: 30px;
    padding: 16px 16px 16px 45px;
    gap: 8px;
    box-shadow: 0px 2px 5px 0px #D9D9D926;
    font-size: 12px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.screen-topbar .column-3 .searchbar-div .topbar-search::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #4C536B;
}

.screen-topbar .column-4 {
    width: 50px;
}

.screen-topbar .column-4 img {
    width: 24px;
}

.screen-topbar .column-5 {
    width: 50px;
}

.screen-topbar .column-5 img {
    width: 24px;
}

.screen-topbar .column-6 {
    width: 220px;
}

.screen-topbar .column-6 .profile-menu-div {
    background: #ffffff20;
    box-shadow: 0px 2px 5px 0px #D9D9D926;
    display: flex;
    padding: 2px 8px 2px 8px;
    border-radius: 10px;
    gap: 10px;
}

.screen-topbar .column-6 .profile-menu-div:hover {
    cursor: pointer;
}

.screen-topbar .column-6 .profile-menu-div .pm-div-col-1 {
    width: 50px;
}

.screen-topbar .column-6 .profile-menu-div .pm-div-col-1 .user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--linear-gradient-background);
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    /* border: 1px solid var(--e-global-color-accent); */
}

.screen-topbar .column-6 .profile-menu-div .pm-div-col-1 .user-img img {
    margin: -6px 0 0 -6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* border: 1px solid #312680; */
}

.screen-topbar .column-6 .profile-menu-div .pm-div-col-2 {
    width: 100%;
    padding-top: 3px;
}

.screen-topbar .column-6 .profile-menu-div .pm-div-col-2 .pm-div-username {
    display: flex;
    width: 100%;
    color: #fff;
    /* font-size: bold; */
}

.screen-topbar .column-6 .profile-menu-div .pm-div-col-2 .pm-div-username .c1 {
    /* font-weight: 500; */
    font-size: 22px;
    /* color: #100E09; */
    /* line-height: 17px; */
    /* max-width: 95px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.screen-topbar .column-6 .profile-menu-div .pm-div-col-2 .pm-div-username .c2 img {
    margin-top: -7px;
    margin-left: 3px;
}

.screen-topbar .column-6 .profile-menu-div .pm-div-col-2 .pm-div-company {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4C536B;
    color:#ffffff80;
    margin-top: 5px;
    /* max-width: 105px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 500px) {
    .screen-topbar .column-2 .comp-name {
        display: none;
    }
}

.screen-topbar .topbar-my-cart {
    transition: all 0.5s ease-in-out;
    padding: 3px;
    width: fit-content;
    border-radius: 3px;
}

.screen-topbar .topbar-my-cart:hover {
    cursor: pointer;
    background: #D9E2ED;
    transform: scale(1.02);
}

.screen-topbar .topbar-noti {
    transition: all 0.5s ease-in-out;
    padding: 3px;
    width: fit-content;
    border-radius: 3px;
    position: relative;
}

.screen-topbar .topbar-noti:hover {
    cursor: pointer;
    background: #D9E2ED;
    transform: scale(1.02);
}

.screen-topbar .topbar-noti .noti-red {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ff0000;
    position: absolute;
    top: 0;
    right: 5px;
}



.sidebar-menu {
    position: absolute;
    min-width: 312px;
    max-width: 312px;
    height: -webkit-fill-available;
    height: calc(100% - 68px);
    background: var(--linear-gradient-background);
    color: var(--primary-color);
    color: #312680;
    color: var(--tertiary-color);
    border-radius: 0px 15px 0px 0px;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.sidebar-menu::-webkit-scrollbar {
    width: 0px;
}

.sidebar-menu::-webkit-scrollbar-track {
    background-color: #eee;
    background-color: #fcd9cf;
    -webkit-border-radius: 5px;
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
    background-color: #D9E2ED;
}

/* .sidebar-menu .navbar-nav .active a {
    margin-right: -1px;
    transition: all 0.4s ease-in;
    color: #337ab7;
} */

.menu-head-group {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #312680;
}

.sidebar-menu .navbar-nav .active  {
    background: #FFFFFF40;
    box-shadow: 0px 2px 5px 0px #D9D9D926;
    transition: all .2s ease-in-out;
}

.sidebar-menu .navbar-nav .active .lvl1-menu  {
    background: #FFFFFF40;
    border-radius:  10px;
    padding: 10px;
    text-wrap: nowrap;
}

.sidebar-menu .navbar-nav li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.sidebar-menu .navbar-nav li .menu-list-div {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius:  10px;
    text-wrap: nowrap;
}

.sidebar-menu .navbar-nav li .menu-list-div:hover {
    background: #FFFFFF40;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px #D9D9D926;
    transition: all .2s ease-in-out;
}

.sidebar-menu .panel-body .navbar-nav li .menu-list-div {
    display: block;
    width: calc(100% + 25px);
    margin-left: -25px;
    padding: 10px 10px 10px 25px;
    border-radius:  10px;
    overflow: hidden;
}

.sidebar-menu .panel-body .navbar-nav li .menu-list-div:hover {
    background: #FFFFFF40;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px #D9D9D926;
    transition: all .2s ease-in-out;
}

.sidebar-menu .navbar-nav li img {
    margin-right: 5px;
    margin-top: -2px;
}

.sidebar-menu .navbar-nav li .lvl1-img  {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}

.sidebar-menu .navbar-nav li .lvl1-img i {
    width: 25px;
    height: 25px;
}

.sidebar-menu .navbar-nav li .lvl1-menu {
    display: flex;
    width: 100%;
    border-radius:  10px;
    padding: 10px;
    text-wrap: nowrap;
}

.sidebar-menu .navbar-nav li .lvl1-menu:hover {
    background: #FFFFFF40;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px #D9D9D926;
    transition: all .2s ease-in-out;
}

.sidebar-menu .navbar-nav li .lvl1-menu:hover > .lvl1-img  {
    color: var(--tertiary-color);
}

.sidebar-menu .navbar-nav li .lvl1-menu .expend-arrow {
    /* position: absolute;
    right: 35px;
    margin-top: 3px; */
    margin: 3px 5px 0 auto;
}

/* .sidebar-menu .navbar-nav li .lvl1-menu .expend-arrow::before {
    position: absolute;
    margin-top: -3px;
} */

.sidebar-menu .navbar-nav li .expendmenu .expend-arrow {
    transform: rotate(180deg);
    animation:slidebaranimate2 1s;
}

@keyframes slidebaranimate2 {
    0% {
        transform:rotate(0deg);
    }

    100% {
        transform:rotate(180deg);
    }
}

.sidebar-menu .navbar-nav li .expendmenu2 .expend-arrow {
    transform: rotate(180deg);
}

.sidebar-menu .navbar-nav li .collapsed .expend-arrow {
    transform: rotate(0deg);
    animation:slidebaranimate 1s;
}

@keyframes slidebaranimate {
    0% {
        transform:rotate(180deg);
    }

    100% {
        transform:rotate(0deg);
    }
}

.sidebar-menu .navbar-nav li .panel-collapse li {
    padding-left: 25px;
    overflow: hidden;
    padding-right: 20px;
}

.sidebar-menu .navbar-nav li .lvl1-menu {

}

.sidebar-menu .navbar-nav li a {
    padding: 10px 5px;
}

.sidebar-menu .navbar-nav li a .glyphicon {
    padding-right: 10px;
}

.sidebar-menu .menu-bottom {
    height: 50px;
    /* position: absolute; */
    width: calc(100% - 50px);
    bottom: 0;
    list-style-type: none;
    /* padding-bottom: 55px; */
}





.screen-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding: 12px 0;
    color: var(--primary-color);
    text-transform: capitalize;
    background: var(--linear-gradient-text-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-menu-mobile {
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* position: absolute;
    top: 10px;
    left: 20px; */
    color: #fff;
    font-size: 24px;
    position: absolute;
    padding: 4px 12px;
    z-index: 1;
    background: var(--linear-gradient-text-2);
    left: 10px;
    margin-top: 10px;
    z-index: 100;
}

.btn-menu-mobile:hover {
    cursor: pointer;
}

.btn-menu-mobile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.content-info {
    width: calc(100% - 325px);
    height: calc(100% - 80px);
    margin-left: 320px;
    transition: all 0.5s ease-in-out;
    padding: 20px 45px;
    background: #fff;
    
}

.is-sidebar-menu-item {
    height: calc(100vh - 200px); 
    overflow-y: scroll;
}

.is-laptop-view {
    display: unset;
}

.is-mobile-view {
    display: none;
}

.content-row {
    display: flex;
}

.listing-div-outer {
    padding: 10px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px #8E8DD01A;
    width: 100%;
    height: calc(100vh - 230px);
    border: 0.5px solid #D9E2ED;
    background: #fff;
    /* background: var(--linear-gradient-background-3); */
}

.listing-div-inner {
    width: calc(100% - 20px);
    height: calc(100vh - 300px);
    margin: 10px 10px 15px 10px;
    border-radius: 10px;
    overflow-y: auto;
    display: grid;
    /* grid-template-rows: repeat(5, 0fr); */
    grid-auto-rows: max-content;
    background: #fff;
    /* background-image: url("../image/icon/NS-Logo-Trademark-White.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 5; */
}

.listing-div-inner::-webkit-scrollbar {
	width: 5px;
    height: 5px;
    margin-top: 60px;
	background-color:#D9E2ED;
}
.listing-div-inner::-webkit-scrollbar-thumb {
	background-color:#D9E2ED;
    border-radius: 25px;
}
.listing-div-inner::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}
.listing-div-inner::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}



.listing-row-2 {
    display: flex;
    width: 100%;
    padding: 11px;
    position: relative;
    height: 50px;
}

.listing-col-2 {
    width: 100%;
    padding: 5px 10px;
    align-self: center;
    white-space: nowrap;
}

.listing-row-2:first-child {
    background-color: #F3F4F6 !important;
    border-radius: 5px;
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    color: #312680;
    position: relative;
    border-bottom: 0px !important;
    z-index: 2;
}

/* .listing-row-2:nth-child(2) {
    margin-top: 33px;
    background-color: #000 !important;
    font-size: 14px;
    position: fixed;
    width: calc(100% - 52px);
    padding: 0;
    text-align: center;
}

.listing-row-2:nth-child(2) .listing-col-2 {
    color: #fff;
} */

.listing-row-2:nth-child(n) {
    border-bottom: 1px solid #D9E2ED;
}

.listing-row-2:last-child {
    border-bottom: 1px solid transparent;
}

/* .listing-row-2:nth-child(odd) {
    background-color: #717070;
}

.listing-row-2:nth-child(even) {
    background-color:#E9E9E9;
} */



.listing-row-5 {
    display: flex;
    width: 100%;
    padding: 11px;
    position: relative;
    min-height: 50px;
    height: auto;
}

.listing-col-5 {
    width: 100%;
    padding: 5px 10px;
    align-self: center;
    white-space: nowrap;
}

.listing-row-5:first-child {
    background-color: #F3F4F6 !important;
    border-radius: 5px;
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    color: #312680;
    position: relative;
    border-bottom: 0px !important;
    z-index: 2;
}

/* .listing-row-5:nth-child(2) {
    margin-top: 33px;
    background-color: #000 !important;
    font-size: 14px;
    position: fixed;
    width: calc(100% - 52px);
    padding: 0;
    text-align: center;
}

.listing-row-5:nth-child(2) .listing-col-2 {
    color: #fff;
} */

.listing-row-5:nth-child(n) {
    border-bottom: 1px solid #D9E2ED;
}

.listing-row-5:last-child {
    border-bottom: 1px solid transparent;
}

.mobile-list-row-slider {
    display: flex;
    position: relative;
}

.listing-row-mobile {
    /* border: 1px solid var(--e-global-color-accent); */
    border-radius: 10px;
    width: calc(100vw - 52px);
    padding: 10px 15px;
    margin-right: 5px;
    box-shadow: 2px 2px 6px var(--e-global-color-accent);
    /* position: relative;
    z-index: 1; */
    /* background: linear-gradient(170deg, var(--e-global-color-accent) 50%, var(--e-global-color-accent) 50%); */
    z-index: 1;
    background: #fff;
}

.listing-row-mobile:hover {
    cursor: pointer;
}

.listing-row-mobile .list-m-name {
    font-size: 14px;
    font-weight: 600;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    width: 58vw;
    text-transform: capitalize;
}

.listing-row-mobile .list-m-date {
    font-size: 10px;
}

.listing-row-mobile .list-m-desc {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

.listing-row-mobile .list-col-status {
    background: green;
    padding: 2px 5px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    text-wrap: nowrap;
    text-transform: capitalize;
}

.listing-row-mobile .list-m-active {
    background: green;
    padding: 2px 5px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
}

.listing-row-mobile .list-m-inactive {
    background: red;
    padding: 2px 5px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
}

.del-action-btn {
    position: absolute;
    right: 8px;
    z-index: 0;
    background: red;
    height: 100%;
    width: 40px;
    text-align: center;
    align-content: space-evenly;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}

.is-col-8 {
    width: calc(80vw - 15px);
    margin-right: 10px;
}

.is-col-2 {
    width: 20vw;
}

.is-col-7 {
    width: calc(75vw - 15px);
    margin-right: 10px;
}

.is-col-3 {
    width: 25vw;
}

.is-col-6 {
    width: calc(70vw - 15px);
    margin-right: 10px;
}

.is-col-4 {
    width: 30vw;
}

.fit-to-bottom {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 425px) !important;
}

.is-mobile-maint {
    height: calc(100% - 130px);
}

.is-mobile-mt-3 {
    margin-top: 1rem;
}

.is-mobile-add-question {
    display: unset;
}

.is-mobile-add-question-2 {
    display: none;
    background: var(--linear-gradient-background);
    width: 100vw;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.access-ctrl-row {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
}

.access-ctrl-row .scrn-name-col {
    font-size: 16px;
    font-weight: 600;
    width: 200px;
}

.access-ctrl-row .scrn-control-col {
    width: calc(100% - 200px);
    text-align: -webkit-right;
}

.photo-row-disp {
    display: flex;
    row-gap: 15px;
    column-gap: 15px;
    width: 100%;
}

.upload-doc-style {
    width: 80px;
    height: 80px;
    border: 1px solid var(--e-global-color-accent);
    border-radius: 5px;
}

.upload-doc-style:hover {
    cursor: pointer;
}

.upload-doc-style .upload-add-icon {
    padding-top: 8px;
    font-size: 40px;
    color: var(--e-global-color-accent);
}

.upload-doc-style .upload-add-icon i {
    margin: auto;
    
}

.product-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid var(--e-global-color-accent);
}

.product-img:hover {
    cursor: pointer;
}

.product-img img {
    width: 78px;
    height: 78px;
    border-radius: 4px;
}

.product-img .btn-remove {
    position: absolute;
    background: #ffffff05;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0 5.5px;
    margin-left: 55px;
    margin-top: 3px;
    backdrop-filter: blur(5px);
    color: var(--e-global-color-accent);
    z-index: 1;
}

.product-img .btn-remove:hover {
    cursor: pointer;
}

.media-summ-img {
    width: 330px;
    height: auto;
    display: block;
    text-align: center;
}

.media-summ-img img {
    margin: auto;
    width: auto;
    min-width: 220px;
    max-width: 300px;
    max-height: 380px;
}

.uploaded-photo-row-display {
    display: flex;
    position: relative;
    row-gap: 15px;
    column-gap: 15px;
    overflow-x: auto;
}

.border-task-line {
    border-top: 1px solid var(--e-global-color-accent-20);
    width: 99%;
    margin-top: 20px;
}

.quest-task-row {
    display: flex;
}

.quest-task-row .dtl-title {
    font-weight: 600;
    width: 100px;
}

.quest-task-row .dtl-content {
    font-weight: 600;
    width: calc(100% - 100px);
}

#image-box {
    max-width: 600px;
    max-height: 600px;
    min-width: 300px;
    /* min-height: 300px; */
    background: linear-gradient(to bottom right, #B0DB7D 40%, #99DBB4 100%);
    background: var(--linear-gradient-background);
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.1);
    perspective: 40px;
}

#image-box img {
    max-width: 600px;
    max-height: 600px;
}

.party-col-disp {
    width: 100px;
    font-size: 16px;
    font-weight: 600;
    align-self: center;
    align-self: baseline;
}

.party-col-remark {
    width: 300px;
    overflow-wrap: anywhere;
    text-align: left;
}

.dashboard-div-border {
    width: 100%;
    height: calc(100% - 30px);
}

.dashboard-div-border .dashboard-div-row {
    display: flex;
}

.dashboard-div-border .dboard-is-header {
    background: #06436840;
    font-weight: 700;
    font-size: 16px;
}

.dashboard-div-border .dboard-new-survey-task-div {
    width: calc(50% - 10px);
    padding: 0px;
    margin-right: 10px;
    min-height: 350px;
    display: inline;
}

.dashboard-div-border .dboard-new-survey-task-div .header-title {
    font-size: 20px;
    font-weight: 600;
    background: var(--linear-gradient-background-4);
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 5px 12px;
}

.dashboard-div-border .dboard-new-survey-task-div .dboard-new-survey-task-content {
    max-height: 300px; 
    overflow-y: auto; 
    overflow-x: hidden;
}

.dashboard-div-border .dboard-new-survey-task-div .dboard-survey-task-row {
    width: 100%;
    /* box-shadow: 2px 2px 6px var(--e-global-color-accent); */
    border-bottom: 1px solid var(--e-global-color-accent);
    padding: 8px 10px;
}

.dashboard-div-border .dboard-new-survey-task-div .dboard-survey-task-row:hover {
    cursor: pointer;
    background: #06436820;
}

.dashboard-div-border .dboard-new-survey-task-div .dboard-survey-task-row .db-survey-col-8 {
    width: 80%;
}

.dashboard-div-border .dboard-new-survey-task-div .dboard-survey-task-row .db-survey-col-2 {
    width: 20%;
}

.dashboard-div-border .dboard-new-survey-task-div .dboard-survey-task-row .db-survey-col-6 {
    width: 62%;
}

.dashboard-div-border .dboard-new-survey-task-div .dboard-survey-task-row .db-survey-col-4 {
    width: 38%;
}

.dashboard-div-border .dboard-new-survey-task-div .list-m-name {
    font-size: 14px;
    font-weight: 600;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-transform: capitalize;
}

.dashboard-div-border .dboard-new-survey-task-div .list-m-date {
    font-size: 10px;
}

.dashboard-div-border .dboard-new-survey-task-div .list-m-desc {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

.dashboard-div-border .dboard-new-survey-task-div .list-col-status {
    background: green;
    padding: 2px 5px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    text-wrap: nowrap;
    text-transform: capitalize;
}

.dashboard-div-border .dboard-survey-task-result-div {
    width: calc(50% - 10px);
    padding: 0px;
    margin-left: 10px;
    min-height: 350px;
    display: inline;
}

.dashboard-div-border .dboard-survey-task-result-div .header-title {
    font-size: 20px;
    font-weight: 600;
    background: var(--linear-gradient-background-4);
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 5px 12px;
}

@media only screen and (min-width: 861px) {
    .is-mobile-view {
        display: none;
    }
}

@media only screen and (max-width: 860px) {

    .dashboard-div-border {
        width: 100%;
        height: calc(100% - 80px);
    }

    .dashboard-div-border .dashboard-div-row {
        display: grid;
        row-gap: 20px;
    }

    .dashboard-div-border .dboard-new-survey-task-div {
        width: 100%;
        padding: 0px;
        margin-right: 0px;
        min-height: 100px;
        height: auto;
    }
    
    .dashboard-div-border .dboard-survey-task-result-div {
        width: 100%;
        padding: 0px;
        margin-left: 0px;
        min-height: 100px;
        height: auto;
    }

    .login-csurvey {
        background-image: var(--linear-gradient-background-2);
    }

    .top-head-title-row {
        align-items: center;
        height: 80px;
    }

    .btn-menu-mobile {
        display: unset;
    }

    .btn-menu-mobile.move-toright {
        left: 250px;
        animation: test-run 1s;
        background: #fff !important;
        color: var(--e-global-color-accent);
        transform: scale(0.8);
    }

    @keyframes test-run {
        0% {
            left: 10px;
        }
        100% {
            left: 250px;
        }
    }

    .sidebar-menu {
        display: none;
        position: absolute;
    }

    .sidebar-background {
        height: calc(100% - 65px);
        background-color: rgb(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .showmenu {
        display: unset;
        z-index: 99;
        animation: test-yy 0.9s;
    }

    

    @keyframes test-yy {
        0% {
            min-width: 45px;
            max-width: 45px;
            height: 45px;
            height: 45px;
        }
        100% {
            min-width: 312px;
            max-width: 312px;
            height: -webkit-fill-available;
            height: calc(100% - 78px);
        }
    }

    .content-info {
        width: 100%;
        height: calc(100% - 80px);
        margin-left: 0px;
        transition: all 0.5s ease-in-out;
        padding: 0px 15px 0px 22px;
        background: #fff;
    }

    .is-sidebar-menu-item {
        height: calc(100vh - 290px); 
        overflow-y: scroll;
    }

    .screen-name {
        margin-left: 40px;
        margin-bottom: 15px;
        margin-top: 5px;
        text-wrap: nowrap;
        overflow: hidden;
        width: calc(100% - 50px);
    }

    .dboard-display {
        width: -webkit-fill-available;
        max-width: -webkit-fill-available;
    }

    .is-laptop-view {
        display: none !important;
    }
    
    .is-mobile-view {
        display: unset;
    }

    .is-mobile-view .content-info {
        padding: 0 15px;
    }

    .is-mobile-view .listing-div-outer {
        height: calc(100vh - 330px);
        padding: 0px;
        border: 0px solid #D9E2ED;
        border-radius: 5px;
        box-shadow: none;
    }

    .is-mobile-view .listing-div-inner {
        padding: 3px 6px 3px 3px;
        height: calc(100vh - 330px);
        overflow-y: auto;
        overflow-x: hidden;
        margin: 10px 0;
        width: 100%;
        border-radius: 0px;
        row-gap: 10px;
        padding-bottom: 15px;
    }

    .is-mobile-view .listing-div-inner #main-listing-mobile {
        display: grid;
        grid-template-rows: repeat(30, 0fr);
        row-gap: 15px;
    }

    .btn-action-form {
        min-width: auto;
        width: 50%;
    }

    .fit-to-bottom {
        margin: auto 16px 20px -25px;
        position: absolute;
        bottom: 0px;
        padding: 0 25px;
        width: 100% !important;
    }

    .btn-add-top-right-2 {
        width: 40px;
        height: 40px;
        font-size: 25px;
        padding: 0px 8px;
        color: transparent;
        right: 10px;
    }

    .btn-add-top-right-2 i {
        color: #fff;
        font-size: 25px;
    }

    .detail-form {
        /* height: calc(100% - 95px); */
        /* overflow: hidden; */
        padding: 5px 15px;
        padding: 20px 15px;
        height: 88%;
    }
    
    .detail-form .detail-form-group {
        width: 100%;
        display: unset;
    }

    .detail-form .detail-form-group .detail-form-left {
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }
    
    .detail-form .detail-form-group .detail-form-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .detail-form .detail-form-group .detail-form-full {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .is-mobile-maint {
        height: auto;
        max-height: calc(100% - 140px);
        padding: 5px 15px 20px 15px;
    }

    .is-mobile-mt-3 {
        margin-top: 0;
    }

    .is-mobile-add-question {
        display: none;
    }

    .is-mobile-add-question-2 {
        display: unset;
        display: block;
        width: 100%;
    }

    .switch-row {
        align-items: normal;
        margin-bottom: 15px;
    }

    .switch-info {
        display: unset;
    }

    .switch-info .rate-proof-col-1 {
        padding-bottom: 10px;
    }

    .switch-info .rate-proof-col-2 {
        display: grid;
        padding: 0;
        column-gap: 8px; 
    }

    .box-select {
        margin-right: 3px;
    }

    .rpt-mobile-col-1 {
        width: 12px;
        min-width: 12px;
    }
    
    .rpt-mobile-col-2 {
        width: calc(100% - 12px);
    }

    .mobile-rating-row {
        display: unset;
        margin-top: 5px;
    }

    .w-filter-row {
        display: unset;
        width: 100%;
    }
    
    .w-filter-row .filter-side {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }

    .w-filter-row .filter-side:last-child {
        margin-bottom: 0px;
    }
    
    .w-filter-row .filter-side .filter-textbox-col {
        width: 100%;
        display: flex;
    }
    
    .w-filter-row .filter-side .filter-date-col {
        width: 50%;
    }
    
    .w-filter-row .filter-side .filter-status-col {
        width: 50%;
    }

    .access-ctrl-row {
        margin-bottom: 8px;
    }

    .quest-task-row {
        display: block;
        padding: 0px 10px;
    }

    .quest-task-row .dtl-title {
        width: calc(100% - 20px);
        margin: 0 10px;
        margin-bottom: 5px;
    }

    .quest-task-row .dtl-content {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .quest-task-row .dtl-title {
        font-weight: 600;
        width: 100%;
    }
    
    .quest-task-row .dtl-content {
        font-weight: 600;
        width: calc(100% - 10px);
    }
    
    #image-box {
        width: 300px;
        height: 300px;
    }
} 






/* F1F1F1 */
.gotopagination-class-btn {
    border-radius: 8px;
    border: 1px solid #D9E2ED;
    width: 50px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 4px;
    color: #312680;
}

.page-button {
    border-radius: 8px;
    border: 1px solid #D9E2ED;
    width: 32px;
    height: 32px;
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    font-size: 10px;
    color: var(--linear-gradient-text-2);
}

.page-button:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.page-button.curr-page {
    border: 1px solid var(--e-global-color-accent);
    background: var(--linear-gradient-background);
    color: #312680;
    color: var(--tertiary-color);
}

/* --primary-color:#6247aa !important;
	--secondary-color:#a594f9; */


.previous-page {
    border-radius: 8px;
    border: 1px solid #312680;  /*#F1F1F1;*/
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    color: #312680;
}

.previous-page:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.current-page {
    border-radius: 8px;
    border: 1px solid #312680;
    width: 32px;
    height: 32px;
    background-color: #312680;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 3px;
}

.current-page:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.next-page {
    border-radius: 8px;
    border: 1px solid #312680;  /*#F1F1F1;*/
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    color: #312680;
}

.next-page:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.btn-hover {
    cursor: pointer;
}


.btn-action {
    width: 30px;
    height: 30px;
    padding: 3px;
    /* margin: auto; */
    border: 1px solid transparent;
}

.btn-action:hover {
    border: 1px solid #312680;
    border-radius: 8px;
}

/* Order Listing Column Setting */
.date-order-col {
    width: 150px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-id-col {
    width: 150px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-col {
    width: 200px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quantity-col {
    width: 150px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.destination-col {
    width: 250px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.destination-col-2 {
    width: 300px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order-status-col {
    width: 200px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.action-col {
    width: 120px;
    display: contents;
}

.notification-box {
    border: 1px solid #D9E2ED;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 4;
    width: 600px;
    margin-left: -335px;
    margin-top: 15px;
    padding: 15px 20px;
}

.notification-box:before {
    left: calc(50% + 42px);
    top: -8px;
    height: 20px;
    width: 20px;
    box-shadow: -2px 2px 0px 0px white;
    border-right: none;
    border-top: none;
    content: " ";
    background: white;
    position: absolute;
    pointer-events: none;
    transform: rotate(135deg);
}

.notification-box-option {
    border-bottom: 1px solid #D9E2ED;
    padding: 15px;
    color: #4C536B;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
}

.notification-box-option:first-child {
    padding-top: 10px;
}

.notification-box-option:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}

.notification-box-option:hover {
    color: #312680;
    cursor: pointer;
}

.notification-box .noti-row {
    display: flex;
    align-items: center;
}

.notification-box .noti-top-head {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    color: #4C536B;
    align-items: center;
    padding: 10px;
}

.notification-box .noti-top-head .noti-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    color: #4C536B;
}

.notification-box .noti-top-head .noti-count {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #5A50A726;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: center;
    color: #312680;
    margin-left: 10px;
    padding: 6px 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notification-box .noti-top-head .noti-mark-all {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #848A9C;
    margin: 0 0 0 auto;
}

.notification-box .noti-top-head .noti-mark-all:hover {
    cursor: pointer;
}

.noti-info {
    border-top: 1px solid #D9E2ED;
    padding: 20px 10px;
}

.noti-info .noti-info-c-1 {
    width: 40px;
}

.noti-info .noti-info-c-1 .info-bell-border {
    border: 1px solid #D9E2ED;
    box-shadow: 0px 4px 10px 0px #8E8DD01A;
    border-radius: 5px;
    width: 38px;
    height: 38px;
    padding: 5px;
}

.noti-info .noti-info-c-2 {
    width: calc(100% - 55px);
    padding: 0 10px;
}

.noti-info .noti-info-c-2 .noti-msg {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #312680;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.noti-info .noti-info-c-2 .noti-msg-grey {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    color: #848A9C;
}




.noti-info .noti-info-c-2 .btn-ignore-noti {
    border: 1px solid var(--secondary-color);
    background: #fff;
    height: 31px;
    width: 80px;
    border-radius: 5px;
    color: var(--linear-gradient-text);
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: center;
    padding: 7px;
}

.noti-info .noti-info-c-2 .btn-ignore-noti:hover {
    cursor: pointer;
}

.noti-info .noti-info-c-2 .btn-view-noti {
    border: 1px solid var(--primary-color);
    background: var(--linear-gradient-background);
    height: 31px;
    width: 80px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: center;
    padding: 7px;
}

.noti-info .noti-info-c-2 .btn-view-noti:hover {
    cursor: pointer;
}


.noti-info .noti-info-c-3 {
    width: 15px;
}

.noti-info .noti-info-c-3 .mark-unread {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #312680;
}






.modal-bg-disp {
    /* background: #00000029; */
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.modal-bg-disp-noti {
    background: #00000029;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    backdrop-filter: blur(1.5px);
}








.loading-box-msg-div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.2);
    z-index: 10;
    top: 0px;
	left: 0px;
}

.loading-box-msg {
    width: calc(100% - 50px);
    max-width: 400px;
    height: auto;
    min-height: 20%;
    max-height: 500px;
    padding: 15px 0 0 0;
    border-radius: 7px;
    text-align: center;
    transition: all .5s ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    background: transparent;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.3); */
    background-color: transparent;
    background: transparent;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: var(--e-global-color-accent) 2.0em 0 0 0, var(--e-global-color-accent) 1.6em 1.6em 0 0, var(--e-global-color-accent) 0 2.0em 0 0, var(--e-global-color-accent) -1.6em 1.6em 0 0, var(--e-global-color-accent) -2.0em 0 0 0, var(--e-global-color-accent) -1.6em -1.6em 0 0, var(--e-global-color-accent) 0 -2.0em 0 0, var(--e-global-color-accent) 1.6em -1.6em 0 0;
    box-shadow: var(--e-global-color-accent) 2.0em 0 0 0, var(--e-global-color-accent) 1.6em 1.6em 0 0, var(--e-global-color-accent) 0 2.0em 0 0, var(--e-global-color-accent) -1.6em 1.6em 0 0, var(--e-global-color-accent) -2.0em 0 0 0, var(--e-global-color-accent) -1.6em -1.6em 0 0, var(--e-global-color-accent) 0 -2.0em 0 0, var(--e-global-color-accent) 1.6em -1.6em 0 0;
}

/* --linear-gradient-background */

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 1.2em;
        height: 1.2em;
        border-radius: 0.6em;
        box-shadow: var(--e-global-color-primary-2) 2.4em 0 0 0, var(--e-global-color-primary-2) 2.0em 2.0em 0 0, var(--e-global-color-primary-2) 0 2.4em 0 0, var(--e-global-color-primary-2) -2.0em 2.0em 0 0, var(--e-global-color-primary-2) -2.4em 0 0 0, var(--e-global-color-primary-2) -2.0em -2.0em 0 0, var(--e-global-color-primary-2) 0 -2.4em 0 0, var(--e-global-color-primary-2) 2.0em -2.0em 0 0;
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}








.modal_background {
	background-color: rgb(0,0,0,-0.5);
    backdrop-filter: blur(1.5px);
}


.listing-div-outer::-webkit-scrollbar {
	width: 5px;
    height: 5px;
    margin-top: 60px;
	background-color:#D9E2ED;
}

.listing-div-outer::-webkit-scrollbar-thumb {
	background-color:#D9E2ED;
    border-radius: 25px;
}

.listing-div-outer::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}

.listing-div-outer::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.box-select {
    background-color: #fff;
    color: var(--e-global-color-accent);
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--e-global-color-accent);
    box-shadow: 2px 2px 6px #9496B0;
    transition: all 0.5s ease-in-out;
    padding: 2px;
}

.box-select:hover {
    transform: scale(1.04);
    cursor: pointer;
    color: #fff;
    background: var(--linear-gradient-background);
    box-shadow: 0px 2px 5px 0px var(--e-global-color-accent);
}

.box-select.selected-item {
    color: #fff;
    background: var(--linear-gradient-background);
    box-shadow: 0px 2px 5px 0px var(--e-global-color-accent);
}







.prompt-result-msg-div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    z-index: 10;
    top: 0px;
	left: 0px;
}

.prompt-result-msg-box {
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    border-radius: 7px;
    text-align: center;
    transition: all .5s ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#success-box {
    width: 300px;
    height: 300px;
    background: linear-gradient(to bottom right, #B0DB7D 40%, #99DBB4 100%);
    background: var(--linear-gradient-background);
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.1);
    perspective: 40px;
}
#error-box {
    width: 300px;
    height: 300px;
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.1);
}
.dot {
    width: 8px;
    height: 8px;
    background: #FCFCFC;
    border-radius: 50%;
    position: absolute;
    top: 4%;
    right: 6%;
}
.dot:hover {
    background: #c9c9c9;
}
.two {
    right: 12%;
    opacity: 0.5;
}
.face {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FCFCFC;
    border-radius: 50%;
    border: 1px solid #777777;
    border: 3px solid #99DBB4;
    top: 40px;
    left: calc(50% - 25px);
    z-index: 2;
    animation: bounce 1s ease-in infinite;
}
.face2 {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FCFCFC;
    border-radius: 50%;
    border: 1px solid #777777;
    top: 40px;
    left: calc(50% - 25px);
    z-index: 2;
    animation: roll 3s ease-in-out infinite;
}
.eye {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #777777;
    background: #99DBB4;
    border-radius: 50%;
    top: 40%;
    left: 20%;
}

.face2 .eye {
    background: #777777;
}

.right {
    left: 68%;
}
.mouth {
    position: absolute;
    top: 43%;
    left: 41%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.happy {
    border: 3px solid;
    border-color: transparent #777777 #777777 transparent;
    border-color: transparent #99DBB4 #99DBB4 transparent;
    transform: rotate(45deg);
}
.sad {
    top: 49%;
    border: 3px solid;
    border-color: #777777 transparent transparent #777777;
    transform: rotate(45deg);
}
.shadow {
    position: absolute;
    width: 21%;
    height: 3%;
    opacity: 0.5;
    background: #777777;
    left: calc(50% - 27px);
    top: 95px;
    border-radius: 50%;
    z-index: 1;
}
.scale {
    animation: scale 1s ease-in infinite;
}
.move {
    animation: move 3s ease-in-out infinite;
}
.message {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 40%;
    top: 115px;
    color: #fff;
}
.message .msg-title {
    font-size: 26px;
    font-weight: 700;
}
.message .msg-content {
    font-size: 14px;
    font-weight: 500;
}

.button-box-cancel {
    position: absolute;
    background: #FCFCFC;
    font-size: 20px;
    font-weight: 600;
    padding: 3px;
    width: 32%;
    height: 40px;
    border-radius: 20px;
    top: 76%;
    left: 15%;
    outline: 0;
    border: none;
    box-shadow: 2px 2px 10px rgba(119, 119, 119, 0.5);
    transition: all 0.5s ease-in-out;
}
.button-box-cancel:hover {
    cursor: pointer;
    background: #efefef;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.button-box-confirm {
    position: absolute;
    background: #FCFCFC;
    font-size: 20px;
    font-weight: 600;
    padding: 3px;
    width: 32%;
    height: 40px;
    border-radius: 20px;
    top: 76%;
    left: 55%;
    outline: 0;
    border: none;
    box-shadow: 2px 2px 10px rgba(119, 119, 119, 0.5);
    transition: all 0.5s ease-in-out;
}
.button-box-confirm:hover {
    cursor: pointer;
    background: #efefef;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.button-box {
    position: absolute;
    background: #FCFCFC;
    font-size: 20px;
    font-weight: 600;
    padding: 3px;
    width: 50%;
    height: 40px;
    border-radius: 20px;
    top: 73%;
    left: 25%;
    outline: 0;
    border: none;
    box-shadow: 2px 2px 10px rgba(119, 119, 119, 0.5);
    transition: all 0.5s ease-in-out;
}
.button-box:hover {
    cursor: pointer;
    background: #efefef;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.button-box-2 {
    position: absolute;
    background: #FCFCFC20;
    font-size: 20px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 15px;
    left: calc(100% - 45px);
    backdrop-filter: blur(5px);
}
.button-box-2:hover {
    cursor: pointer;
    background: #efefef;
}

@keyframes bounce {
    50% {
        transform: translateY(-10px);
    }
}
@keyframes scale {
    50% {
        transform: scale(0.9);
    }
}
@keyframes roll {
    0% {
        transform: rotate(0deg);
        left: 25%;
    }
    50% {
        left: 60%;
        transform: rotate(168deg);
    }
    100% {
        transform: rotate(0deg);
        left: 25%;
    }
}
@keyframes move {
    0% {
        left: 25%;
    }
    50% {
        left: 60%;
    }
    100% {
        left: 25%;
    }
}

.site-manage-opt-border {
    background-color: #fff;
    color: #100E09;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D9E2ED;
    overflow-y: auto; 
    height: auto;
    max-height: 150px; 
    width: 100%; 
    padding: 10px 15px;
}

.uprof-site-label-opt {
    height: 24px;
    font-size: 16px;
}

.uprof-site-manage-opt[type='checkbox'] {
    background-color: #fff;
    color: #100E09;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #D9E2ED;
    margin-right: 6px;
    /* box-shadow: 0px 4px 10px 0px #8E8DD01A; */
}


.dtl-title {
    width: 70px;
    font-weight: 600;
}

.dtl-content {
    width: calc(100% - 70px);
}

.avatar-wrapper{
	position: relative;
	height: 80px;
	width: 80px;
	/* margin: 50px auto; */
    margin: 0 15px;
    margin-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 1px 1px 15px -5px black;
	transition: all .3s ease;
	&:hover{
		transform: scale(1.00);
		cursor: pointer;
	}
	&:hover .profile-pic{
		opacity: .5;
	}
	.profile-pic {
        height: 100%;
		width: 100%;
		transition: all .3s ease;
		&:after{
			font-family: FontAwesome;
			content: "\f067";
			top: 0; 
            left: 0;
			width: 100%;
			height: 100%;
			position: absolute;
			font-size: 56px;
			background: #ecf0f1;
			color: #34495e;
			text-align: center;
		}
	}
	.upload-button {
		position: absolute;
		top: 0; left: 0;
		height: 100%;
		width: 100%;
		.fa-arrow-up{
			position: absolute;
			font-size: 52px;
			top: 14px;
			left: 0px;
            height: 100%;
		    width: 100%;
			text-align: center;
			opacity: 0;
			transition: all .3s ease;
			color: #34495e;
            background: #ecf0f1;
		}
		&:hover .fa-arrow-up{
			opacity: 1;
		}
	}
}

@keyframes bake-pie {
    from {
        transform: rotate(0deg) translate3d(0,0,0);
    }
}

main {
    width: 400px;
    width: 100%;
    margin-bottom: 20px;
    /* margin: 30px auto; */
}
.pie-row-main-hover:hover {
    cursor: pointer;
    background: #06436820;
    margin-bottom: 20px;
}
section {
    margin-top: 10px;
}
.pieID {
    display: inline-block;
    vertical-align: top;
}
.pie {
    height: 100px;
    width: 100px;
    position: relative;
    margin: 15px 30px 15px 20px;
}
.pie::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: #EEE;
    border-radius: 50%;
    top: 25px;
    left: 25px;
    display: none;
}
.pie::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
    margin: 110px auto 0 auto;
}
.slice {
    position: absolute;
    width: 100px;
    height: 100px;
    clip: rect(0px, 100px, 100px, 50px);
    animation: bake-pie 1s;
}
.slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    clip: rect(0px, 100px, 100px, 50px);
}
.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    padding: 10px 15px;
    font-size: 13px;
    box-shadow: 1px 1px 15px #DDD, 2px 2px 0 #BBB;
    margin-top: 25px;
    /* display: none; */
}
.legend li {
    width: 100%;
    max-width: 250px;
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.legend li:last-child {
    width: 100%;
    margin-bottom: 0;
}
.legend em {
    font-style: normal;
    margin-right: 10px;
}
.legend span {
    float: right;
}

.btn-option-audit {
    width: fit-content;
    border: 1px solid var(--e-global-color-accent);
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0px 2px 5px 0px var(--e-global-color-accent);
    text-wrap: nowrap;
}

.btn-option-audit:hover {
    cursor: pointer;
    color: #fff;
    background: var(--linear-gradient-background-3);
}

.btn-option-audit.selected-opt {
    color: #fff;
    background: var(--linear-gradient-background-3);
}

.section-head {
    font-weight: 700;
    text-decoration: underline;
}

.report-table-div {
    font-size: 13px;
    width: 100%;
    border-radius: 5px;
}

.report-table-div .rpt-row-div {
    display: flex;
}

.report-table-div .rpt-col-div {
    width: auto;
    min-width: 20%;
    border: 1px solid var(--e-global-color-accent);
    font-weight: bold;
}

.report-table-div .rpt-col-div-2 {
    width: auto;
    min-width: 25%;
}

.report-table-div .rpt-col-div .head-div {
    background: var(--linear-gradient-background-2);
    color: #fff;
    padding: 5px 10px; 
    text-align: center;
    height: 100%;
    align-content: center;
}

.report-table-div .rpt-col-div .context-div {
    padding: 5px 10px; 
    text-align: center;
}

.rpt-survey-detail-row {
    display: flex;
    width: 100%;
}

.rpt-survey-detail-row .rpt-survey-detail-col {
    width: auto;
    min-width: 50%;
    border: 1px solid transparent;
    font-weight: bold;
    display: flex;
}

.rpt-survey-detail-row .rpt-survey-detail-col .dtl-head-text {
    background: var(--linear-gradient-background-2);
    border: 1px solid var(--e-global-color-accent);
    color: #fff;
    padding: 5px 10px; 
    text-align: left;
    width: 150px;
}

.rpt-survey-detail-row .rpt-survey-detail-col .dtl-context-text {
    padding: 5px 10px; 
    text-align: left;
    border: 1px solid var(--e-global-color-accent);
    width: calc(100% - 150px);
}

.row-dboard-anal {
    width: 100%;
    display: flex;
}

.row-dboard-anal .col-dboard-anal {
    width: 50%;
}



@media only screen and (max-width: 768px) {

    .report-table-div {
        display: block;
    }

    .report-table-div .rpt-col-div {
        border: 1px solid transparent;
    }

    .report-table-div .rpt-col-div .head-div {
        width: 100%;
        text-align: left;
    }

    .report-table-div .rpt-col-div .context-div {
        border: 1px solid var(--e-global-color-accent);
        text-align: left;
        width: 100%;
    }


    .rpt-survey-detail-row {
        display: block;
        width: 100%;
    }
    
    .rpt-survey-detail-row .rpt-survey-detail-col {
        display: block;
        margin-bottom: 5px;
    }
    
    .rpt-survey-detail-row .rpt-survey-detail-col .dtl-head-text {
        width: 100%;
    }
    
    .rpt-survey-detail-row .rpt-survey-detail-col .dtl-context-text {
        padding: 5px 10px; 
        text-align: left;
        width: 100%;
    }

    .row-dboard-anal {
        width: 100%;
        display: unset;
    }

    .row-dboard-anal .col-dboard-anal {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) and (min-width:768px) {

    .report-table-div {
        display: block;
    }

    .report-table-div .rpt-col-div {
        display: flex;
        border: 1px solid transparent;
    }

    .report-table-div .rpt-col-div .head-div {
        width: 210px;
        text-align: left;
    }

    .report-table-div .rpt-col-div .context-div {
        border: 1px solid var(--e-global-color-accent);
        width: calc(100% - 210px);
    }

    .rpt-survey-detail-row {
        display: block;
        width: 100%;
    }
    
    .rpt-survey-detail-row .rpt-survey-detail-col {
        display: block;
        margin-bottom: 5px;
    }
    
    .rpt-survey-detail-row .rpt-survey-detail-col .dtl-head-text {
        width: 100%;
    }
    
    .rpt-survey-detail-row .rpt-survey-detail-col .dtl-context-text {
        padding: 5px 10px; 
        text-align: left;
        width: 100%;
    }

    .row-dboard-anal {
        width: 100%;
        display: flex;
    }

    .row-dboard-anal .col-dboard-anal {
        width: 50%;
    }
}

.upload-doc-style-2 {
    border: 3px dotted var(--e-global-color-accent-50);
    border-radius: 8px;
    height: 190px;
    width: 100%;
}

.upload-doc-style-2:hover {
    cursor: pointer;
    border-style: solid;
}

.drop-zone--over {
    border-style: solid;
}

.drop-your-file-here {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #848A9C;
    margin: auto;
    width: fit-content;
}

.click-to-browser {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #039EE0;
    text-decoration: underline;

}

.click-to-browser:hover {
    cursor: pointer;
}

.drop-your-file-here-2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #848A9C;
    margin: auto;
    width: fit-content;
}

.click-to-browser-2 {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #039EE0;
    text-decoration: underline;

}

.click-to-browser-2:hover {
    cursor: pointer;
}

.printTable {
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
}


@media print {
    body * {
        visibility: hidden;
        background: #FCFCFC;
        height: auto;
    }

    #print, #print * {
        visibility: visible;
        overflow: visible;
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
        print-color-adjust: exact !important;
        width: 100%;
    }

    #print {
        position: absolute;
        left: 0;
        top: 0;
    }

    .printTable {
        display: block;
    }

    /* @page {
        size: landscape;
        margin: 20px;
    } */

    .detail-form .detail-form-group .dtl-col-1 {
        width: 100px;
        min-width: 100px;
    }

    .detail-form .detail-form-group .dtl-col-2 {
        width: calc(100% - 100px);
    }
}

.sign-textbox-input {
    background-color: #fff;
    color: #100E09;
    width: 100%;
    height: 35px !important;
    padding: 5px 10px;
    border-radius: 0px;
    border: 0px solid #D9E2ED;
    border-bottom: 1px solid #D9E2ED;
    /* box-shadow: 0px 4px 10px 0px #8E8DD01A; */
}

.sign-textbox-input  {
    background-color: #fff;
    color: #100E09;
    width: 100%;
    height: 35px !important;
    padding: 5px 10px;
    border-radius: 0px;
    border: 0px solid #D9E2ED;
    border-bottom: 1px solid #D9E2ED;
    /* box-shadow: 0px 4px 10px 0px #8E8DD01A; */
}

/* .sign-textbox-input input:focus, select:focus, textarea:focus {
    background-color: #fff;
    outline: none !important;
    border: 0px solid var(--secondary-color);
    border: 0px solid var(--e-global-color-accent);
} */

/* #signature-pad {
    border: 1px solid #D9E2ED;
} */

.signature-box-here {
    border: 1px solid #D9E2ED;
}

.btn-canvas-reset {
    border: 1px solid #D9E2ED;
    padding: 2px;
    border-radius: 3px;
    background-color: lightgray;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    font-weight: 600;
}

.btn-canvas-reset:hover {
    cursor: pointer;
}