:root {
    --cream-color: #fff3e7;
    --red-color: #ff5001;
    --blue-color: #9ddef4;
    --black-color: #201414;
}
* {
    padding: 0;
    margin: 0;
    font-family: Arial;
    box-sizing: border-box;
    font-size: 15px;
    color: var(--black-color);
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}
body {
    background: var(--cream-color);
}
* h3 {
    margin-bottom: 5px;
}
.home_img {
    width: 100%;
}
.home_intro {
    text-align: center;
    padding: 0 25px;
}
.reg_intro {
    text-align: center;
    padding: 25px 25px 0;
}
.formhead {
    margin: 25px 10% 10px;
}
.reg_form input:not([type='file'], [type='checkbox'], [type='radio'], [type='date']), .reg_form select, .reg_form textarea, .dateput {
    margin: 25px auto;
    width: 80%;
    border: none;
    border-bottom: 2.5px solid var(--red-color);
    display: flex;
    padding: 5px;
    background: #fff;
}
.reg_form input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.reg_form .checkmark {
    position: relative;
    top: 3px;
    left: 0;
    height: 17.5px;
    width: 17.5px;
    border-radius: 5px;
    border: 2.5px solid var(--red-color);
    display: inline-block;
}
.reg_form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.reg_form input[type='checkbox']:checked ~ .checkmark {
    background: var(--red-color);
}
.reg_form input[type='checkbox']:checked ~ .checkmark:after {
    display: inline-block;
}
.reg_form .checkmark:after {
    left: 3px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.reg_form .label {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.reg_form .label a {
    color: var(--red-color);
    text-decoration: none;
    line-height: 1.5;
}
.reg_form input[type="radio"] {
    margin-left: 10px;
    accent-color:  var(--red-color);
}
.radios {
    width: 80%;
    margin: 25px auto;
}
.twolane {
    overflow: auto;
    width: 80%;
    margin: 0 auto;
}
.twolane .label {
    width: 50%;
    float: left;
}
.reg_form button {
    border: none;
    background: var(--red-color);
    color: #fff;
    width: 80%;
    height: 50px;
    display: block;
    margin: 2.5px;
    text-align: center;
    vertical-align: middle;
    margin: 25px auto;
}
.reg_form button:disabled {
    opacity: 0.25;
}
.reg_login {
    text-align: center;
    padding: 0 50px;
}
.reg_login a, .otp_edit {
    color: var(--red-color);
}
.addbtn {
    background: var(--red-color);
    color: #fff;
    width: 80%;
    height: 50px;
    display: block;
    margin: 2.5px;
    text-align: center;
    margin: 25px auto;
    text-decoration: none;
    line-height: 50px;
}
.multichoice label {
    margin-bottom: 10px !important;
}
.multichoice:nth-of-type(1) {
    margin-top: 20px;
}
#alertol, #confirmol {
    background: rgba(255,255,255,0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
}
#alertbox, #confirmbox {
    margin: 20%;
    padding: 5%;
    background: var(--red-color);
    overflow: auto;
    display: none;
}
#alertmsg, #confirmmsg {
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}
#alertbox a, #confirmbox a {
    color: var(--red-color);
    padding: 2px 5px;
    background: #fff;
    float: right;
    margin-left: 20px;
    text-decoration: none;
}
.otp_form input[type='tel'] {
    text-align: center;
    letter-spacing: 50px;
    text-indent: 50px;
}
.dateinput {
    display: block;
    margin: 25px auto;
    width: 80%;
    padding: 5px;
}
.dateinput input {
    float: right;
    width: 60%;
    border: none;
    border-bottom: 2.5px solid var(--red-color);
    display: flex;
    padding: 5px;
    margin: -5px;
    background: #fff;
}
.header {
    overflow: hidden;
    height: 50px;
}
.header .back {
    float: left;
    width: 50px;
    padding: 15px;
}
.header .back a {
    text-decoration: none;
}
.header .back i {
    font-size: 20px;
}
.header .title {
    float: left;
    width: calc(50% - 50px);
    padding: 15px 0;
    line-height: 20px;
    height: 50px;
    text-wrap: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.header .options {
    float: left;
    width: 50%;
    text-align: right;
}
.header .options a {
    height: 50px;
    float: left;
    width: 33%;
    text-decoration: none;
    text-align: center;
}
.header .options a i {
    font-size: 20px;
    line-height: 50px;
}
.header .options a:last-of-type i {
    color: var(--red-color);
}
.header .options .red-bell {
    animation: jump-shaking 3s infinite;
}
.red-new {
    color: var(--red-color);
    font-size: 10px;
    font-weight: bold;
}
@keyframes jump-shaking {
    0% { transform: translateX(0) rotate(0)}
    35% { transform: translateY(0) rotate(0)}
    39% { transform: translateY(-4px) rotate(-25deg) }
    43% { transform: translateY(-6px) rotate(25deg) }
    48% { transform: translateY(-8px) rotate(-25deg) }
    52% { transform: translateY(0) rotate(0) }
    100% { transform: translateY(0) rotate(0) }
}
.dashfigs {
    overflow: auto;
    margin: 0 2.5%;
}
.dashfig {
    float: left;
    width: 47%;
    margin: 1.5%;
    background: #fff;
    padding: 2.5%;
    border-radius: 10px;
    text-decoration: none;
}
.dashfig b {
    font-size: 30px;
    display: block;
    color: var(--red-color);
    margin-bottom: 5px;
}
.figperiod {
    margin: 0 2.5%;
    text-align: right;
    font-size: 10px;
}
.dashmenu {
    overflow: auto;
    margin: 25px 2.5%;
}
.dashmenu a {
    float: left;
    width: 28.33%;
    padding: 10px;
    text-align: center;
    margin: 2.5%;
    text-decoration: none;
    border-radius: 10px;
    background: #fff;
    border-top: 3px solid var(--red-color);
}
.dashmenu i {
    font-size: 30px;
    color: var(--red-color);
}
.dashmenu p {
    height: 30px;
    line-height: 15px;
}
.addsearch {
    margin: 5%;
    overflow: auto;
    height: 28px;
}
.twofilter {
    height: auto;
}
.twofilter select:last-of-type {
    margin-top: 10px !important;
}
.addsearch .addnew {
    float: left;
    width: 50%;
    margin: 2.5px 0;
}
.addnew a {
    text-decoration: none;
    color: var(--red-color);
}
.addnew a i {
    color: var(--red-color);
    line-height: 20px;
    position: relative;
    top: 2px;
}
.addnew select {
    border: 2px solid var(--red-color);
    border-radius: 15px;
    height: 25px;
    padding: 0 10px;
    background: #fff;
    margin: -2.5px 0;
}
.addsearch .search {
    width: 50%;
    float: left;
}
.search input:not([type='date']) {
    border: 2px solid var(--red-color);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 25px;
    padding: 0 5px;
    float: left;
    width: calc(100% - 25px);
}
.search2 input {
    border: 2px solid var(--red-color);
    border-radius: 15px;
    height: 25px;
    padding: 0 5px;
}
.search button {
    float: left;
    height: 25px;
    width: 25px;
    border: none;
    background: var(--red-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.search2 button {
    height: 25px;
    width: 25px;
    border: none;
    background: var(--red-color);
    border-radius: 15px;
}
.search button i {
    color: #fff;
    position: relative;
    top: 2px;
}
.search2 button i {
    color: #fff;
    position: relative;
    top: 2px;
}
.datalist {
    margin: 10px 5%;
}
.datalist table {
    width: 100%;
}
.logs {
    border-bottom: 2px solid var(--red-color);
}
.logs i {
    float: right;
}
.logtab {
    display: none;
    margin-bottom: 25px;
}
.datalist table tr:nth-of-type(odd) {
    background: #fff;
}
.datalist td, .datalist th {
    padding: 5px;
}
.datalist th a {
    text-decoration: none;
}
.datalist th a i {
    color: var(--red-color) !important;
}
.datalist td {
    line-height: 1;
}
.datalist td a {
    text-decoration: none;
    padding: 0 10px;
    color: var(--red-color);
}
.datalist td a:nth-of-type(2) i {
    color: var(--red-color);
}
.altlist td a {
    padding: 0;
    color: var(--red-color);
}
.paginate {
    margin: 5px 5%;
}
.paginate a {
    background: var(--red-color);
    text-decoration: none;
    padding: 5px 7.5px;
    margin: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.paginate a i, .paginate a {
    color: #fff;
    position: relative;
    top: 2px;
}
.policies {
    margin: 10px 5%;
    list-style: inside;
    padding: 10px 0;
}
#sourcenames, #valaddbtn, #rejectform, #proimg, #proimg2, #sendagain, #competitor, #sourcefields, #tilessales, #sanitarysales, #sourcename, #sourcemobile, #manlocdiv, #manloc, #week, #today {
    display: none;
}
#proimg, #proimg2 {
    width: 80%;
    margin: 0px 10%;
}
.imgspan, .getloc {
    width: 80%;
    display: block;
    margin: 25px auto;
}
.imgspan input {
    position: absolute;
    opacity: 0;
}
.imgspan a, .getloc a {
    padding: 5px;
    border: 2.5px solid var(--red-color);
    color: var(--red-color);
}
.centor {
    text-align: center;
}
.srsalebtn {
    display: block;
    margin: 10px 10%;
    color: var(--red-color);
}
.srsalebtn:nth-of-type(2) {
    display: none;
}
.srsalebtn i {
    top: 2px;
    position: relative;
    color: var(--red-color);
}
.period {
    margin: 10px 20%;
    width: 60%;
    border: 2px solid var(--red-color);
    border-radius: 10px;
    overflow: auto;
}
.period a {
    width: 33.33%;
    display: block;
    float: left;
    text-align: center;
    padding: 3px 0;
}
.period .selper {
    background: var(--red-color);
    color: #fff;
}
.period .midper {
    border-right: 2px solid var(--red-color);
    border-left: 2px solid var(--red-color);
}
#newProductForm, #newLeadsList, #asLeadsList {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ddd;
    display: none;
    overflow-y: scroll;
}
#searchResults ul {
    margin: 0 auto;
    width: 80%;
    margin-top: -25px;
}
#searchResults li {
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid var(--red-color);
}
.prolist td img {
    max-height: 100px;
    max-width: 100px;
}
.prolist td button {
    background: none;
    width: auto;
}
@media screen and (min-width: 992px) {
    .home_img {
        display: none;
    }
    .home_intro {
        margin-top: 10%;
    }
    .reg_form input:not([type="file"], [type="checkbox"], [type="radio"]), .reg_form select, .reg_form textarea, .reg_form .label, .reg_form button, #searchResults ul {
        width: 25%;
    }
    .dashmenu a {
        width: 15%;
    }
    .dashfig {
        width: 17%;
    }
    .addsearch {
        margin: 25px 5%;
    }
}