﻿::-webkit-scrollbar {
  width: 5px;
}

/*.bgbody {
    background-image: url(../images/Background-image.png);
    background-repeat:no-repeat;
    background-size:cover;
    height:75%;
    
}*/

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.bdrmsg {
  border: 1px solid purple;
  border-radius: 10px;
  padding: 10px;
  background: #f5f5f5;
  max-height: 150px;
  min-height: 150px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

.pricew-tags {
  right: 0px;
}

.bgcolor {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 13px;
  border: 1px solid #dadada;
}

.tagline {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 13px;
}

input[type="radio"]:disabled {
  background-color: #333;
}

@media (max-width: 600px) {
  .Myfooter {
    background-color: #efefef;
    /*        height: 230px !important;*/
  }

  .tagline {
    display: none;
  }

  .taglinep {
    font-size: 8px !important;
  }
}

@media (min-width: 600px) {
  .Myfooter {
    background-color: #efefef;
    padding-top: 20px;
    border-top: 5px solid #5a2977;
  }
}

.comingSoon {
  position: absolute;
  height: 70px;
  width: 200px;
  background: #000000aa;
  color: #fff;
  font-size: 1.7rem;
  padding-top: 12px;
  border-radius: 8px;
}

.servicesRow {
  margin-top: 10px;
}

.servicesCont {
  background-color: #fff;
  min-height: 200px;
  padding: 10px 40px;
  box-shadow: 0px 2px 6px #afafaf;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  min-height: 100vh;
  /*    background-image: url(../images/Background-image.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 13px;
}

.secPage {
  margin-top: 100vh;
  min-height: 100vh;
  background-color: #222;
  color: white;
  box-shadow: 0 0 50px 0 #00000055;
}

.DownBtn {
  height: 70px;
  width: 200px;
  margin-top: 8px;
}

.links {
  /*color: #ffffff77;*/
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.Copyright {
  color: white;
  padding: 10px;
  background-color: #212529;
  font-size: 12px;
}

.SelectorCont {
  width: fit-content;
  margin: 2px;
}

.SelectorPartial {
  min-height: 20px;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  padding-left: 5px;
  padding-right: 5px;
}

.Selector {
  min-height: 20px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  padding-left: 5px;
  padding-right: 5px;
}

.Selector option {
  color: black !important;
}

.input {
  min-height: 20px;
  height: 100%;
  background: none;
  /*    color:white;*/
  border: none;
  width: 100%;
}

.input:focus {
  outline: none;
}

.bg-purple {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 8px;
  padding: 0px 5px;
  width: 100%;
}

.errorinentry {
  border: solid 1px #ff2222;
  border-radius: 8px;
  padding: 0px 5px;
  width: 100%;
}

.candCont {
  max-height: calc(100vh - 299px);
  overflow: auto;
}

.CandImg {
  height: 150px;
  width: 150px;
  object-fit: cover;
  /*margin:10px;*/
}

.CandName {
  height: 48px;
  margin-bottom: 5px;
}

.items {
  width: 45%;
  height: auto;
  margin: auto;
}

.itemTitle {
  /*   background-image: url(/images/badge.png);
    background-size: 100% 100%;
    color: black;*/
}

.infoText {
  font-size: 11px;
  color: #ffffffaa;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
  width: 500px;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

/*    blockquote:before {
        display: block;
        padding-left: 10px;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: -20px;
        top: -20px;
        color: #7a7a7a;
    }
*/
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}
