body {
    margin: 0px;
    font-family: regularfont;
    font-weight: 100;
    padding: 15px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
p {
    margin: 0px;
    cursor: default;
    font-weight: 100;
}

table {
    width: 100%;
}

/* ::-webkit-scrollbar {
    display: block;
} */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: #78e98a;
    border-radius: 10px;
    cursor: grab;
}
::-webkit-scrollbar-track {
    box-shadow: none;
}
input[placeholder] {
    font-family: lightfont;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: lightfont;
    src: url('fonts/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: boldfont;
    src: url('fonts/roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: regularfont;
    src: url('fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: bolderfont;
    src: url('fonts/roboto/Roboto-Black.ttf');
}

.logo {
    width: 150px;
    display: block;
    margin: 30px auto;
}

.footer-logo {
    width: 150px;
    display: block;
    margin: 30px auto;
    padding-top: 30px;
}
.table-container {
    width: 100%;
    max-width: 1250px;
    overflow: scroll;
    white-space: nowrap;
    margin: auto;
}
.table-container .counsellors-table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    text-align: left;
    box-sizing: border-box;
}

.counsellors-table thead th {
    font-size: 10px;
    padding: 15px 10px;
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.counsellors-table thead th h3 {
    text-transform: uppercase;
}

.counsellors-table tbody td {
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
    position: relative;
}

.counsellors-table tbody td img {
    width: 20px;
    cursor: pointer;
    padding: 1px 13px;
    vertical-align: middle;
}

.counsellors-table thead th:nth-child(2),
.counsellors-table tbody td:nth-child(2) {
    text-align: left;
}

.counsellors-table tbody td:last-child {
    padding: 0px;
}

.counsellors-table tbody td input[type="text"] {
    padding: 5px;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 1px;
    /* width: 50%;
    box-sizing: border-box;
    display: inline-block; */
}

.counsellors-table tbody td select {
    background: transparent;
    border: 1px solid #e5e5e5;
    padding: 4px;
    outline: none;
}

.counsellors-table tbody td button {
    background: #78e98a;
    border: 0px;
    padding: 5px;
    border-radius: 3px;
    margin: 0px 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    font-family: bolderfont;
    outline: none;
}

div .add-btn {
    float: right;
    background: #78e98a;
    border: 0px;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 35px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    font-family: bolderfont;
    outline: none;
}

footer .footer-stripe {
    padding: 10px 10px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #78e98a;
}

input:focus+.slider {
    box-shadow: 0 0 1px #78e98a;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.btn-add {
    text-align: center;
}

.add-new-consultant {
    width: 30%;
    max-width: 900px;
    margin: auto;
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-top: 50px;
}

.add-new-consultant h2 {
    font-size: 15px;
    text-transform: uppercase;
}

.add-new-consultant h2 {
    font-size: 15px;
    text-transform: uppercase;
}

.add-new-consultant div {
    display: block;
}

.add-new-consultant div label {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
}

.add-new-consultant div .checkbox-label {
    display: inline-block;
    vertical-align: middle;
}

.add-new-consultant div input[type="text"],
.add-new-consultant div select {
    display: block;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
    outline: none;
    background-color: transparent;
}

.add-new-consultant div input[type="checkbox"] {
    margin-bottom: 15px;
    display: inline-block;
}

.add-new-consultant .error-message {
    font-size: 13px;
    color: red;
}

.add-new-consultant button {
    background: #78e98a;
    border: 0px;
    padding: 7px 15px;
    border-radius: 3px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    font-family: bolderfont;
    outline: none;
    width: 100%;
    max-width: 200px;
}

.delete_icon {
    width: 32px;
    height: 32px;
    alt: delete;
}
.time-input{
    padding:10px;
    border-radius:5px;
    border:solid 1px #ccc;
    width:60px;
}
.shift-para{
    font-size: 18px;
}
.update-btn{
    background: #78e98a;
    border: 0px;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 35px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    font-family: bolderfont;
    outline: none;
}

.containerdiv{
    display: block;
    position: absolute;
    padding: 10px 5px;
    background:#ccc;
    box-shadow: 0px 0px 5px #e5e5e5;
    right: 22px;
    z-index: 1;
    top: 43px;
    width: 235px;
}
