* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color:#000000;
  margin:0px;
  font-size:100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
html {
  height: 100%;
}
header {
    padding: 10px 20px;
    background-color: #FF5722;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 600;
}
header .nav-link:focus, header .nav-link:hover {
  color: #fcfcfc;

}
.header-logo {
  padding: 10px;
  font-size: 20px;
}
header-logo a{
  color: #fcfcfc !important;
}
#container {
    padding: 0px 12px;
    height: 100%;
}
#iframewrapper {
  width:100%;
  height:100%;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.contain-left {
  display: flex;
  float: left;
  border: 1px solid #cfcfcf;
  padding: 5px;
}
.contain-right {
  display: flex;
  float: right;
  border: 1px solid #cfcfcf;
  padding: 5px;
}
.ag-format-container.image-slide {
  width: 100%;
  margin: 0 auto;
}
.icon {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.slick-dots {
  position: absolute;
  top: -11px;
  left: -3px;
}
.heading {
  background: #f1f1f1;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 1px;
  color: #ff5722;
  font-size: 13px;
}
.form-label {
font-size: 12px;
  font-weight: 500;
}
.form-control, .form-select {
padding: 0.075rem 0.55rem;
}
.form-select {
font-size: 12px;
font-weight: 500;
}
.editor-box {
height: 340px;
border: 1px solid #dadada;
margin: 5px;
}
.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}
.dropdown-menu .list-group-item {
  padding: 0.3rem 1rem!important;
}
.image-container{
  width: 100%;
  height: auto;
 /* overflow-y: scroll;*/
}
.line-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.json-box {
  height: 400px;
  overflow-y: scroll;
}
.layout {
  margin-left: 40px;
  position: relative;
  height: 91px;
}
.layout a {
  color: #666;
}

.slide {
  display: none;
}
.slide li {
  list-style: none;
}
.slide.slick-initialized {
  display: block;
}

.slick-dots {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  display: inline-block;
  max-height: 56px;
  /* max-width: 112px; */
  margin: 5px;
}
.slick-dots {
  overflow: scroll;
  width: 669px;
  height: 92px;
}
.slick-dots li img {
  cursor: default;
  opacity: 1;
  height: 77px;
  width: 130px;
  border: 1px solid #b5b5b5;
  padding: 2px;
}
.slick-dots li.slick-active img {
  border: 1px solid #ff5722;
}
.slick-prev, .slick-next {
  margin: -52px 0 0;
  z-index: 99;
  position: absolute;
  top: 6%;
}
.slick-prev {
  left: -10px;
}
.slick-next {
  right: 42px;
}

.icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.icon__cnt {
  height: 100%;
  width: 90%;
  margin-top: 30px;
}
.heading h6 {
  font-size: 12px;
}
.scrollbar
{
	background: #F5F5F5;
	overflow-y: scroll;
  overflow-x: hidden;
	margin-bottom: 25px;
}

.files input {
  outline: 2px dashed #b0b2cb;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 120px 0px 120px 41%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  background: #f7f7f7;
}
.files .form-control:focus {
  background: #f7f7f7;
  outline: 2px dashed #b0b2cb;
  outline-offset: -10px;
}
.btn-main .btn, .btn-main .btn:hover, .btn-main .btn:focus {
  background-color: #ff5000;
  border-color: #ff5000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  width: 100%;
}
.tab-container .nav-tabs {
  margin: 0px 0px 0px 13px;
  width: 97%;
}
.tab-container .nav-tabs .nav-link {
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 21px;
}
.col-md-2.thumb-list {
  width: 19.666667%;
  border-right: 1px solid #d4d4d4;
}
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

element.style {
  overflow: hidden;
  padding-right: 6px;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
  box-sizing: border-box;
}
user agent stylesheet
body {
  display: block;
  margin: 8px;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
}
*, ::after, ::before {
  box-sizing: border-box;
}
*, ::after, ::before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f0f0f0;
  border-radius: 10px;
}
.tab-container .nav-tabs 
.nav-item.show .nav-link,
.tab-container .nav-tabs .nav-link.active {
  color: #FF5722;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 21px;
}
.list-group {
  overflow-y: scroll;
}
.list-group-item {
  padding: 0.5rem 1rem!important;
}
.text-grey {
  color: #494848;
  font-size: 14px;
}
.card.thumb-box {
  width: 156px;
  height: 118px;
  padding: 10px;
  border: 1px solid #cfcfcf;
}
.thumb-box .title{
  font-size: 12px;
  font-weight: 500;
}
.thumb-img img {
  width: 134px;
  height: 77px;
  padding: 5px;

}
.add-file {
  padding: 20px;
  height: 200px;
}
.status i {
  font-size: 16px;
}
.grid-img img {
  width: 80px;
  height: 51px;
  padding: 5px;
  border: 1px solid #dedede;
}
.body-container-white .card-header span {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.body-container-white {
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  border-radius: 4px;
}
.table-filter .btn.btn-filter {
  padding: 0px;
  line-height: 1;
}
.body-container-white .card-header {
  background-color: transparent;
    border-bottom: 0px
}
.project-table-ctr {
  margin: 20px 0px;
}
.project-table-ctr .table>:not(caption)>*>* {
  padding: 7px 5px;
  text-wrap: nowrap;
}
.project-table-ctr table th, .project-table-ctr table thead {
  font-size: 12px;
  font-weight: bold;
}
.table tbody tr td {
  font-weight: 600;
  color: #484848;
  font-size: 12px;
  line-height: 1.2;
}
.text-white {
  color: #fff;
}
.badge.bg-success {
  background-color: #76c87a!important;
}
.badge.bg-orange {
  background-color: #ffa365!important;
}
@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}


.table.display.line{
  border-bottom: 2px solid currentColor;
}
thead .accordion-button th {
  font-weight: 600;
    color: #484848;
    font-size: 12px;
    line-height: 1.2;
}
.tab-pane .table>:not(:first-child) {
  border-top: none;
}
.table-filter .dropdown-menu {
  padding: 0rem 0;
}
.main-modal .modal-body {
  padding: 0.5rem 1rem;
}
.modal-header i {
  color: #d1d1d1;
}
.badge.bg-light.rounded-pill {
  background: #fff;
  color: #494848;
  border: 1px solid #FF5722;
  font-weight: 400;
  font-size: 11px;
}
.btn.btn-warning.clear-btn {
  border-radius: 50rem!important;
  padding: 1px 10px;
  font-size: 12px;
  font-weight: 500;
}
.footer {
  padding: 10px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f6f9ff;
}
.footer .copyright {
  text-align: right;
  color: #9ca4b1;
  padding-right: 29px;
  font-size: 9px;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  max-width: 100% ;
  width: 90% !important;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}
.btn-close {
  background-size: 25%;
}
.main-modal .modal-header {
  background-color: #fff;
  padding: 0.5rem 1rem;
}
.main-modal .modal-title {
  color: #565656;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-outline-secondary {
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  background: #fff;
  border-color: #ff5000;
  color: #ff5000;
}
.btn.btn-outline-secondary:hover {
  border-color: #ff5000;
  color: #fff;
  background: #ff5000;
}
.modal-header i {
  font-size: 16px;
}
.modal-header a {
color: #FF5722;
font-size: 14px;
text-decoration: none;
font-weight: 500;
}
.main-modal .modal-title span{
  color: #004D8F;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.main-modal .modal-body {
  min-height: 450px;
    overflow-y: scroll;
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.table-filter .form-check-input {
  width: 0.8em !important;
  height: 0.8em !important;
  border-color: #2196F3 !important;
  margin-bottom: 3px;
  margin-top: 0px;
}
.table-filter .list-group-item {
  padding: 0.2rem 0.5rem;
}
.accordion-collapse{
  background-color: #d6d6d652;
}
.card-header.bg-box{
  background-color: #322b2b36;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  font-size: 12px;
    font-weight: bold;
    
}
.card.box-shape{
  border-radius: 15px;
  box-shadow:1px 3px 5px rgb(174 167 167 / 52%);
}
.card-body .box-img{
  width: 75%;
  border-radius: 5px;
}
.card-text{
  font-size: 8px;
    font-weight: 700;
}
.text-body-secondary{
  color: #ff5722;
}
.batch-status .check{
  font-size: 8px;
}
span.icon-sm{
  padding-top: 12px;
}
.icon-sm svg{
  color: #ff5722;
}
.check.fs-6{
  color: #ff5722;
  font-size: 0.7rem !important;
  font-weight: bold;
}
.table>:not(:first-child) {
  border-top: none !important;
}
.steps{
  position: relative;
  left: 50px;
}
.time-step{
  position: relative; 
  left: 20px;
}
.accordion-collapse td{
  border-left: solid #ff57224f;
}
.time-text{
  position: relative;
  top: 5px;
}
.time-number{
  position: relative;
  bottom: 2px;
}
.icon-pic i{
  font-size: 16px;
  color: #ff5722;
}
.input-drag-files{
  position: relative;
}
.input-drag-files:before {
    position: absolute;
    top: 60%;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 290px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #4154f1;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
@media (min-width: 800px) {

  .slick-next {
    right: -1px;
}
.slick-prev {
  left: -50px;
}
.slick-slider{
  margin-left: 12px;
}
.slick-dots {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -5px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.slick-prev, .slick-next {
  z-index: 99;
  position: absolute;
  top: 0;
}
.slick-prev, .slick-next {
  margin: 0px 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 5px 4px;
}
}

@media (max-width: 500px) {
  .batch-status .check {
    font-size: 6px;
}
.check.fs-6 {  
  font-size: 9px!important;
}
.card-text {
  font-size: 7px;
  font-weight: 700;
}
span.icon-sm {
  padding-top: 6px;
}
.steps {
  position: relative;
  left: 40px;
}
}
@media (max-width: 1200px) {
  .batch-status .check {
    font-size: 6px;
}
.check.fs-6 {  
  font-size: 9px!important;
}
.card-text {
  font-size: 7px;
  font-weight: 700;
}
span.icon-sm {
  padding-top: 6px;
}
.steps {
  position: relative;
  left: 40px;
}
}


/*------Error - Page -------*/

.text-name {
  font-size: xx-large;
    font-weight: bold;
}
.sub-text{
  font-size: xx-large;
    font-weight: 100;
}
h6.mini-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #697b8c;
}
.btn.btn-sm {
  width: 50%;
}
.btn.btn-sm:hover, .btn.btn-sm:focus{
  width: 50% !important;
  background-color: #ff5000;
  border-color: #ff5000;
  color: #fff;
}
.error-img {
  width: 100%;
}
.p-top{
  padding-top: 150px !important;
}
.m-left{
  margin-left: 150px;
}
.icon.icon--ei-arrow-left, .icon.icon--ei-arrow-right {
  display: inline-block;
  height: 30px; 
  width: 27px;
  margin-left: 7px;
}
.slick-slide img {
  display: none;
}

.btn.btn-sm:focus{
  box-shadow: 0 0 0 0.25rem rgb(253 100 13 / 25%) !important;
}

.form-control, .form-elements.form-select {
  padding: 0.075rem 0.55rem;
}
.form-elements.form-select {
  font-size: 12px;
  font-weight: 500;
}
ul.file-details{ list-style-type: none; margin: 0px;
  padding: 0px;}
ul.file-details li{ color: #5D5C5C; font-size:12px; font-weight: bold; display: inline; margin-left: 3px;}
ul.file-details li span{ color: #5D5C5C; font-size:12px; font-weight: normal;}

ul.document-thumbnail{list-style: none;}
ul.document-thumbnail li{ display: inline-block; padding: 5px;  border-radius: 4px; border: 1px solid #C8C8C8; }
ul.document-thumbnail li img.thumb{ width: 100px; height: 100px; }
ul.document-thumbnail li:hover{border: 2px solid #FF8B6F;}
ul.document-thumbnail li span.title{ font-size: 12px; color:#666666; display: block;}
ul.document-thumbnail li.selected{ border: 1px solid #FF8B6F;}
.overview {
  border-right: 2px solid #efefef;
  padding: 0px 10px;
}
.dh-title {
  font-size: 16px;
  font-weight: 600;
  color: #262525;
}
.main .card.card-body  {
padding: 10px;
}
.overview .table>:not(caption)>*>* {
  padding: 2px;
}
.overview table tbody tr.total {
  background: #e4e4e4;
}
@media (min-width: 1200px) {
.error-page {
  background: #d3d3d345;
  height: auto !important;
}
}
@media (min-width: 800px) {
  .error-page {
    background: #d3d3d345;
    height: 100vh
  }
}

/*------ Responsive part (9-11-2023) -------*/

@media (max-width: 1024px) {
.col-md-2.thumb-list {
  width: 25% !important;
}

}
@media (max-width: 1024px) {
  .project-table-ctr{
    overflow-x: scroll !important;
  }
  .col-md-2.thumb-list.thumb-img {
    width: 100% !IMPORTANT;
}
}

.modal-header .btn-close {
  padding: 0.3rem 0.3rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  font-size: 10px;
}
.tab-container .nav-tabs .nav-link, .tab-container .nav-tabs .nav-link.active{
  padding: 4px 12px;
}
@media (max-width: 800px) {
  .icon__cnt {
    height: 100%;
    width: 90%;
    margin-top: 70px;
}
.icon__cnt.arrow-left{
  position: relative;
  right: 30px;
}
.icon__cnt.arrow-right{
  position: relative;
  left: 55px;
}


}

@media (max-width: 500px) {
  .col-md-2.thumb-list {
    width: 35% !important;
  }
  .thumb-img .thumb-border{
    border: none;
  }
  .tab-container .nav-tabs .nav-link, .tab-container .nav-tabs .nav-link.active {
    padding: 4px 10px;
}
.thumb-width{
  width: 60% !important;
  
}
.headding-names{
  font-size: 11px;
}
}
.nav-link.link-body-emphasis{
    color: #fff;
    padding: 14px;
    margin-left: 10px;
    font-weight: 500;
}
.header-logo-redirect{
  color: #fff;
  text-decoration:none;
}
header .header-logo-redirect:hover {
  color: #fff !important;
  text-decoration:none;
}
.btn-warning.clear-btn, .btn-warning.clear-btn:active, .btn-warning.clear-btn:hover{
  background: #FF5722;
  color: #fff;
  border: #FF5722;
}

.btn-warning.clear-btn:focus{
box-shadow: 0 0 0 0.25rem rgb(253 100 13 / 25%) !important;
background: #FF5722;
color: #fff;
}
.thumb-list .list-group {
  overflow-y: scroll;
    height: 517px;
}
.card.thumb-box.active {
  border: 1px solid #FF5722;
}
.card.shadow-sm {
  box-shadow: 0 0 0 0.25rem rgba(255,228,132,0.4);
}

/*--------*/
#Lables-1 .labels-name{
  font-size: 12px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 5px;
}
#Lables-1 {
  position: relative;
  top: 31px;
  left: -14px;
}
#Lables-1 .lables-list li {
  list-style: none;
  font-size: 11px;
  font-weight: 500;
  width: 100px;
  padding: 5px 0px;
}
#Lables-2 .labels-name{
  font-size: 12px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 5px;
}
#Lables-2 .lables-list li {
  list-style: none;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0px;
}
.content-diagram{
  background: #f99141 !important;
}
.content-equation{
  background: #febb03 !important;
}
.content-formula{
  background: #4c9ad5 !important;
}
.content-handwritten{
  background: #66a13b !important;
}
.content-image{
  background: #2c4470 !important;
}
.content-table{
  background: #0099c6 !important;
}
.content-text{
  background: #dd4477 !important;
}
.btn-accounting{
  background: #3871d2 !important;
}
.btn-biology{
  background: #f99141 !important;
}
.btn-caluculate{
  background: #a5a5a5 !important;
}
.btn-maths{
  background: #febb03 !important;
}
.btn-chemistry{
  background: #4c9ad5 !important;
}
.btn-electrical{
  background: #66a13b !important;
}
.btn-mechanical{
  background: #2c4470 !important;
}
.btn-computer{
  background: #a65c2a!important;
}
.btn-statistic{
  background: #f99141 !important;
}
.btn-physics{
  background: #febb03 !important;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, 
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1,
table.dataTable.stripe>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.even>.sorting_1, 
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
  box-shadow:none !important;
}
.dataTables_length label, .dataTable_filter label {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_filter input {
  font-size: 12px;
}
#myDiv .card.review-output {
  height: 100%;
  max-height: 109vh;
}
#myDiv .card.review-input {
  height: 100%;
  max-height: 135vh;
}
.ag-format-container.image-slide {
  background: #f7f7f7;
  margin-bottom: 10px !important;
}
.radio-no{
  accent-color: #ff0000;
}
@media (max-width: 1864px) {
.row.tab-container .tab-content .row .col-md-5.pe-0 {
  display: flex;
}
}
@media (min-width: 1900px) {
  .row.tab-container .tab-content .row .col-md-7.ps-1 .card.review-output {
    height: 90.7vh !important;
  }
  }
