body {
    margin: 0;
    padding: 0;
    color: #333333;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background: url(../images/vm-wmark.svg) no-repeat bottom right -90px;
    scrollbar-width: thin;
    scrollbar-color: #cccccc;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #777777;
    border-radius: 10px;
    opacity: 0.5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #444444;
}

.wrapper {
    width: 90vw;
    margin: 0 auto;
}

.header {
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.siteheading {
    font-size: 1.5em;
    font-weight: bold;
    border-left: 2px solid #cccccc;
    margin-left: 20px;
    padding-left: 20px;
}

.loggedin-user {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 7px 7px 15px #f4f4f6;
    padding: 12px 15px;
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3A448B;
    text-align: center;
    padding: 11px;
}

.login-user-details {
    text-align: left;
    margin-left: 10px;
}

.tab-contents {
    margin-top: 25px;
}

.tab-contents p {
    font-size: 14px;
}

.tab-contents .card {
    border: 1px solid #F0F0F0;
    box-shadow: 2px 10px 26px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.tab-contents .card h2 {
    font-size: 16px;
    font-weight: bold;
}

.form-control {
    border: none;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}

input.form-control,
textarea.form-control {
    border: 1px solid #ced4da;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #666666;
    font-weight: normal;
}

.form-control~label {
    color: #888888;
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.calenderIcon {
    background: url(../images/calender.svg) no-repeat right 3% top 43% !important;
    background-size: 16px;
    padding-right: 35px;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

label+.form-control {
    border: 1px solid #ced4da;
    width: 90%;
    margin-left: 10px;
}

.tab-contents .card h3 {
    font-size: 14px;
    font-weight: bold;
    color: #323876;
    padding: 10px 0 18px 0px;
}

.custom-control {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}

.custom-control:first-child {
    margin-left: 0;
}

.custom-control-label:before {
    background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #FFB900;
    border: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #FFB900;
    border: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-control-input:active~.custom-control-label::before {
    background-color: #FFFFFF;
}

.logo img {
    position: relative;
    top: 10px;
    left: 15px;
}

.btn-submit {
    width: 118px;
    height: 48px;
    background: #0075B9;
    color: #ffffff;
}

.btn-submit:hover {
    background: #035e92;
    color: #ffffff;
}

.btn-canceled {
    width: 118px;
    height: 48px;
    background: transparent;
    color: #D03637;
    border: 1px solid #D03637;
    margin-left: 20px;
}

.btn-canceled:hover {
    background: #D03637;
    color: #ffffff;
}

.submitbuttons {
    text-align: right;
    width: 100%;
    margin-bottom: 25px;
}

#residentselect,
#refrelations {
    display: none;
}

.rightborder {
    border-right: 1px solid #e9e9e9;
    height: 60px;
}

.rightborderfull {
    border-right: 1px solid #e9e9e9
}

.leftborderfull {
    border-left: 1px solid #e9e9e9
}

ul li {
    list-style-type: none;
}

.note {
    font-weight: 500;
    color: #999999;
}

.lighttext {
    color: #888888 !important;
}

#check {
    display: none
}

.tab-contents label.error {
    color: red !important;
    display: block;
}

.tab-contents .error option,
.tab-contents select.error {
    color: #333333 !important;
}

.chkbox .error {
    font-size: 13px !important;
    color: red !important;
    font-weight: normal !important;
}

.chkbox .custom-control {
    padding-left: 0 !important;
    margin-right: 20px;
}

.form-group.d-inline-block label {
    margin-right: 10px;
}

textarea {
    max-height: 120px;
}

.chkbox .custom-control:nth-of-type(1) {
    padding-left: 0;
}

.chkbox input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
}

.chkbox input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
    width: 17px;
    height: 17px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 0.25rem;
}


.chkbox input[type="checkbox"]:checked:before {
    background: #FFB900;
    border-color: #FFB900;
}

input[type='file'] {
    color: transparent !important;
    width: 50% !important;
}

.chkbox input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    background: #ffffff;
    width: 1.6px;
    height: 2px;
    box-shadow: 2px 0px 0px white, 3px 0px 0 white, 3px -2px 0 white, 3px -6px 0 white, 3px -4px 0 white, 0px 0px 0px white;
    transform: rotate(45deg);
}

select#country,
select#account {
    width: 80% !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;

}

@media(max-width:767px) {
    header h3 {
        font-size: 22px;
    }
}

@media(max-width: 570px) {

    .header>div:first-child:not(:only-child) {
        margin-bottom: 20px;
    }

    .siteheading {
        font-size: 1.35em;
    }

    .leftborderfull {
        border-left: none;
        margin-top: 20px;
    }

    .form-control.ml-4 {
        margin-left: 0 !important;
    }

    .custom-control {
        display: block;
    }

    .form-group.d-inline-block {
        width: 100%;
    }

    .form-group.d-inline-block+div.form-group {
        margin-top: 22px;
    }

    .loggedin-user {
        width: 100%;
    }

    #customerdetails>div>div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@supports (-moz-appearance:none) {
    .calenderIcon {
        background: none !important;
        padding-right: 0.75rem !important;
    }
}