body {
  /* font-family: 'Atma', cursive; */
  font-family: 'Roboto', sans-serif;
  /* background-color: #b8b8b8; */
  /* background-image: url(../img/background-image.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.cus-svg svg{
  width: 20px;
fill: red;
margin-right: 5px;
}

a {
  text-decoration: none !important;
}

img,
video {
  max-width: 100%;
  height: auto
}

.text-sm {
  font-size: 16px;
}

hr {
  margin: 1rem 0;
  /* color: #d9d9d9 !important; */
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: 'Atma', cursive; */
  /* font-family: 'Sofia Sans', sans-serif; */
  font-family: 'Roboto', sans-serif;
  /* color: #fff !important; */
}

tr,
td {
  /* font-family: 'Sofia Sans', sans-serif; */
  font-family: 'Roboto', sans-serif;
  /* color: #fff !important; */
}
#profiledetails{
  background-color: #ffffff;
padding: 10px;
box-shadow: 5px 10px #8888883d 10%;
box-shadow: 0 5px 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.1);
}
.pro-det-con td{
  font-size: 12px !important;
}
h6 {
  color: #ff0000 !important;
}
/* footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 100px !important;
} */

li,
p,
label {
  /* font-family: 'Sofia Sans', sans-serif; */
  font-family: 'Roboto', sans-serif;
  /* color: rgb(238, 238, 238) !important; */
}

.login-label-custom {
  color: white !important;
  /* background: black !important; */
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  
}
.row.login-form-custom {
  padding: 20px 0;
}



.navbar {
  /* background-color: #6c9d89 !important; */
  background-color: #1ea496 !important;
 
}

.bg-green {
  background-color: #00af75 !important
}
.bg-default-btn {
  /* background-color: #6c9d89 !important; */
  background-color: #1ea496 !important;
}

.bg-grey {
  background-color: #797979 !important;
}

.bg-red {
  background-color: #ff0040 !important
}

.bg-yellow {
  background-color: #fff1cc !important
}

.bg-orange {
  background-color: #ff8c00 !important
}

.bg-magenta {
  background-color: #be29cc !important
}

.login-container {
  margin-top: 5%;
  margin-bottom: 5%;
  border: 1px solid #CCD1D1;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.54), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.656);
}

.finish-container {
  margin-top: 3%;
  margin-bottom: 5%;
  border: 1px solid #CCD1D1;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.54), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.656);
  width: 70% !important;
}

.exit-button {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  width: 70% !important;
}
.btn-submit-all-answers{
  width: 20%;
    border: 2px solid #383838;
    position: absolute;
    right: 1px;

}

.ads {
  background-image: url(../img/sign-in.png);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px;
  background-size: cover;

}
@media only screen and (max-width: 600px){
  .question-custom {
    /* align-items: stretch !important; */
    flex-direction: row;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  

}
@media only screen and (max-width: 973px)  {
  .btn-submit-all-answers{
    top: 100%;
    width: 95%;
    display: block;
    margin: auto;

  }
}

@media only screen and (max-width: 767px) {
  .ads {
    height: 230px;
  }
 

  .candidate-info h4 {
    font-size: 14px;
    font-family: 'Atma', cursive;
  }  

  .candidate-info {
    margin: 10px;
  }

  .t-info {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    /* color: #6c9d89 !important; */
    color: #1ea496 !important;
  }

  .finish-container {
    width: 100% !important;
  }

  .exit-button {
    justify-content: center;
    padding: 0;
    width: 100% !important;
  }
  .custom-pallete-2{
    display: none;
  }
   /* .profile-details-row{
    display: flex;
    align-items: center !important;
    flex-direction: column-reverse !important;
  } */
  .user-profile .profile-customs{
    width: 80px !important;
  }
  /* #pallette{
    display: none;
    position: absolute;
    background: white;
    margin-top: 40px !important;
    right: 10px;
    width: 80%;
    padding: 0;
    box-shadow: 5px 10px #8888883d 10%;
box-shadow: 0 5px 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.1);
} */
div#quest {
  padding-left: 0 !important;
}
.buttonss {
  display: none;
  position: absolute;
  top: 26%;
  right: 10px;
}
  }


  .checkedlabel {
    background-color: #1cd793 !important; 
}


.login-form {
  padding: 30px;
}

.form-control {
  font-size: 14px;
}

/* 
.forget-password a {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
} */

.login-label-custom {
  /* background-color: #6c9d89; */
  background-color: #1ea496 !important;
  /* color: white; */
}

.login-form-custom {
  /* height: 324px; */
}

.form-select {
  color: #8c8c8c !important;
}

.form-inputs {
  border: rgb(161, 161, 161) 1px solid;
}

.btn-primary {
  /* background-color: #6c9d89 !important; */
  background-color: #1ea496 !important;
  border: 1px solid #1ea496 !important;
}

/* candidate profile css */
.candicate-container {
  margin-top: 2%;
  margin-bottom: 2%;
  border: 1px solid #4a4a4a;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 90%;
}

.test-info-table tr th,
.test-info-table tr td {
  padding: 10px 5px !important;
  border: none;
  font-size: 16px;
}

.container.candicate-container.p-5 {
  /* background: #6f6f6f7a; */
}

.container.instruction-container {
  background: #f5f5f59e;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 1px solid #717171 !important;
}

.t-info {
  text-transform: uppercase;
  /* color: #6c9d89 !important; */
}
.timer{  
  display: inline-flex;
    text-align: right;
    margin-bottom: 20px;
}

.timer p span {
  color: red;
}

.timer p {
  margin-top: 6px;
  margin-bottom: 0 !important;
  font-weight: 500;
  margin-right: 10px;
  border-right: 1px solid #b9b9b9;
    padding-right: 10px;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.timer p:last-child{
 
  border-right: 0px solid #b9b9b9;
    
}

.tech-inst ol li {
  padding-bottom: 10px;
  /* font-weight: 500;
  font-size: 20px; */
}

.tech-inst ul li {
  padding-top: 5px;
  list-style: none;
  font-weight: 400;
}

.bg-icon-cus {

  background: rgb(199, 199, 199);
  /* background: linear-gradient(34deg, rgba(199, 199, 199, 1) 0%, rgb(20, 20, 20, 1) 100%); */
  /* background: linear-gradient(34deg, rgb(232, 232, 232) 0%, rgb(100, 100, 100) 100%); */
  background: linear-gradient(34deg, rgb(232, 232, 232) 0%, rgb(193 193 193) 100%);
  color: rgb(0, 0, 0) !important;

}

.one-edge-shadow {
  box-shadow: 0 8px 6px -6px black;
}
.right-palet td{
  padding-right: 2px !important;
  padding-left: 2px !important;
  font-size: 12px;
  /* width: 0px !important; */

}

/* .icon-bg {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 4px 2px 7px;
  color: #fff;
  border-radius: 50% 50% 3px;
  font-size: 12px;
  margin-right: 4px;
} */
/* .icon-bg {
  display: inline-block;
  width: 30px;
  height: 32px;
  text-align: center;
  padding: 7px 4px 2px 7px;
  color: #fff;
  border-radius: 34%;
  font-size: 12px;
  margin-right: 4px;
} */
.icon-bg {
  display: inline-block;
  width: 38px;
  height: 30px;
  text-align: center;
  padding: 7px 4px 2px 7px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 4px;
}

.bg-icon-cus1 {
  /* background: rgb(200, 72, 0); */
  /* background: linear-gradient(34deg, rgb(255, 176, 130) 0%, rgb(255, 94, 0) 100%); */
  background: linear-gradient(34deg, rgb(213 99 99) 0%, rgb(255 0 0) 100%);
  color: #fff !important;
}

.bg-icon-cus2 {
  /* background: linear-gradient(34deg, rgb(0, 177, 59) 0%, rgb(0, 94, 0) 100%); */
  background: linear-gradient(34deg, rgb(0, 177, 59) 0%, rgba(27, 199, 8) 100%);
  color: #fff !important;
}

.bg-icon-cus3 {
  /* background: linear-gradient(34deg, rgb(45, 30, 255) 0%, rgb(152, 145, 255) 100%); */
  background: linear-gradient(34deg, rgb(157, 63, 171) 0%, rgb(157, 63, 171) 100%);
  color: #fff !important;
}

.bg-icon-cus4 {
  background: linear-gradient(34deg, rgb(255, 217, 49) 0%, rgb(255, 208, 0) 100%);
  color: rgb(0, 0, 0);
}

.footer-cus {
  /* background-color: #6c9d89; */
  background-color: #1ea496 !important;
}



/* Quiz page */

.box-part-home-about,
.box-part-home-latest {
  height: 222px;
  padding: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

.box-part-home-latest>.ul-list {
  margin-top: 14px;
  padding-left: 1px;
}

/* .box-simple .icons,
.skill-home .icons {
  padding: 30px 0 10px;
  color: #055999;
  text-align: center;
  display: inline-table;
  width: 100%;
} */

.skill-home .icons {
  border-radius: 50%;
  border-top: 1px solid #fdb813;
  float: left;
  font-size: 68px;
}

/* .box-simple .icons {
  font-size: 80px;
}

#clients-slider>.owl-item,
.home-gallery {
  padding: 10px;
}

.box-simple h3 {
  margin: 0;
}

.box-simple {
  border: 1px solid #C6C6C6;
  height: 270px;
  margin-bottom: 30px;
  background-color: #fff;
}

.box-simple:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.box-simple .fa {
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

.box-simple:hover .fa {
  font-size: 100px;
  color: #F7931E;
} */

.nomb {
  margin-bottom: 0;
}

#btnPrevQue {
  border: 1px solid gray;
  margin-right: 10px;
}

#btnNextQue {
  border: 1px solid gray;
  /* margin: 0 10px; */
}

.tab-content {
  padding: 17px 0;
  border-top: none;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.home-gallery-img {
  width: 100%;
  height: 225px;
  margin: 10px;
  border: 1px solid;
}

.box-query {
  border: 1px solid #cecece;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 18px;
}

.box-query b,
.box-query i {
  color: #0071aa;
  font-size: 20px;
}

.be-top-header .navbar-header,
.be-nosidebar-left .be-top-header .navbar-header .navbar-brand {
  width: auto !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 4px;
}

.pagination>li>a,
.pagination>li>span {
  margin-bottom: 4px;
}

.time-ending {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 20px;
  color: rgb(0, 0, 0) !important;
  padding: 0px 10px;
}

.time-started {
  background: #0098DA none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff !important;
  padding: 0px 10px;
}



.test-ques-stats {
  padding: 8px 13px;
  background-size: 100% 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pagination1>li>a,
.pagination1>li>span {
  border-width: 0 !important;
}

.question-height {
  width: 100%;
  /* height: 300px;
  overflow-y: scroll; */
}

.navbar ul.nav>li>a:hover {
  border-top-width: 0px;
  background-color: none !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top-width: 0px !important;
}

.question-height>img {}

.question-title {
  border-bottom: 1px solid rgb(0, 0, 0);
  padding-bottom: 12px;
}

.question-footer {
  border-bottom: 1px solid rgb(0, 0, 0);
  padding-top: 14px;
}

.user-profile img {
  margin-left: 15px;
  padding-top: 15px;
  width: 35px;
  cursor: pointer;
}

.panel-footer {
  padding: 10px 15px;
  /* background-color: #f5f5f5; */
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination1>li>a.que-save,
.pagination1>li>a.que-save-mark,
.pagination1>li>a.que-mark,
.pagination1>li>a.que-not-answered {
  /*border-width:0;*/
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-width: 0px;
}

.pagination1>li:hover>a.que-save,
.pagination1>li:hover>a.que-save-mark,
.pagination1>li:hover>a.que-mark,
.pagination1>li:hover>a.que-not-answered {
  background-color: transparent !important;
}

.pagination1>.active>a,
.pagination1>.active>a:focus,
.pagination1>.active>a:hover,
.pagination1>.active>span,
.pagination1>.active>span:focus,
.pagination1>.active>span:hover {
  background-color: transparent;
  border-color: transparent;
}

.pagination1 {
  display: inline;

}

.pagination1>li>a,
.pagination1>li>span {
  position: relative;
  float: left;
  /* padding: 6px 12px; */
  margin-bottom: 7px;
  color: #337ab7;
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  border: 1px solid #ddd;
}

.pagination1>li {
  display: inline !important;
}

.bg-test-profile {
  /* background-color: #8a2323 !important; */
  color: rgb(0, 0, 0);
  /* background-image: url(../img/bg.jpg); */
  /* background: #ffffffd1; */
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid black;
  color: rgb(0, 0, 0);
}

.shadow {
  box-shadow: 0px 3px 3px -1px rgba(10, 22, 70, .1), 0px 0px 1px 0px rgba(10, 22, 70, .06) !important
}

.list-group-item {

  color: white !important;
}

.bg-test-profile td {
  color: rgb(0, 0, 0);
}

.liitem {
  height: 45px;
  color: rgb(0, 0, 0) !important;
  background-color: transparent !important;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  border-radius: .375rem;
  width: 3rem;
  height: 3rem
}

.icon-shape.icon-xl {
  width: 5rem;
  height: 5rem
}

.icon-shape.icon-lg {
  width: 4rem;
  height: 4rem
}

.icon-shape.icon-sm {
  width: 2rem;
  height: 2rem
}

.icon-shape.icon-xs {
  width: 1.25rem;
  height: 1.25rem
}

.icon {
  font-size: 1.7142857143rem;
  line-height: 1
}

.icon svg {
  width: 1em;
  height: 1em
}

.icon+.icon-text {
  padding-left: 1rem;
  width: calc(100% - 3rem - 1)
}

.btn.btn-default {
  background-color: #cacaca;
}

.question-custom {
  display: flex;
  /* justify-content: space-evenly; */
  align-items: baseline;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.question-custom a{
  font-size: 14px;
}