body {
    font-family: 'Quicksand', sans-serif !important;
    overflow-x: hidden;
    color: #464646;
}

/*navbar*/
.top-navbar {
    background: #883c88; /*linear-gradient(to right, rgba(1,1,1, 1),rgba(1,1,1, 1),rgba(31,170,178,1), rgba(193,47,234,1));*/
    /*color: white;*/
}
.top-navbar .dashboard{
    font-size: 30px;
}

.signout-btn{
    color: #1eabb1 !important;
    font-size: 20px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}
/*navbar Ends*/

/* Sidebar */
.sidebar {
    height: 100vh;
    background: #883c88;
    overflow: auto;
    width: 250px;
    z-index: 1020 !important;
}
.first-link{
    margin-top: 95px;
}

.navbar .icon {
    transition: all .4s;
  /*   color: #1eabb1; */
    color: white;
}

.sidebar-link {
    transition: all .4s;
    font-size: 14px;
    text-transform: uppercase;
  /*  color: #1eabb1 ;   */
    color: white;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px 2px;
    margin-top: 2px;
}

.sidebar-link:hover {
    transform: translateY(-1px);
    color: #bc33e8;
}
.sidebar-link:hover .icon{
    transform: translateY(-1px);
    color: #bc33e8;
}

.current {
    color: #1eabb1;
}
.current .icon{
    color: #1eabb1;
}


.sidebar-togler {
    display: none;
}

/* end of sidebar */
/*Login Page*/
.login-container{
    width: 100%;
    max-width: 500px;
}
.form-container{
    width: 100%;
    max-width: 350px;
}
.form-container .input-group{
    border-radius: 30px;
    background: white;
    border: 1px solid #14ac80;
    padding: 10px;
    text-align: center;
}
.form-container .form-control{
    border-radius: 30px;
    color: black;
    font-weight: 600;
    border: none;
}
.form-container .form-control:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.form-container .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a60a2;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    /*border: 1px solid #ced4da;*/
    margin-right: -2px;
    border: none;
}
.modal-header{
    background: #1a60a2;
}
.modal-header h5{
    color: white;
}
.modal-header span{
    color: white;
}


/*Login Page End*/

/*Dashboard*/
.innersection{
    margin-top: 100px;
    margin-left: 250px;
    padding: 30px 0;
}
/*Home Page*/
.home-card{
    display: block;
    transition: all .4s;
    border-radius: 10px;
    color: #464646;
    font-weight: 500;
    border: 3px solid #1faab2;
    padding: 10px;
    height: 100px;
    text-transform: uppercase;
    box-shadow: 0 0 20px #00000029;
}
.home-card:hover{
    background: #1faab2;
    color: white;
}
.home-card:hover .web-logo{
    /*border: 2px solid white;*/
}

.home-card .web-name{
    font-size: 16px;
    width: 200px;
    margin-top: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home-card .web-logo img {
    margin-top: 3px;
    width: 70px;
    height: 70px;
    /*padding-top: 20px;*/
    text-align: center;
    /*border: 1px solid  #14ac80;*/
    border-radius: 50%;
    text-transform: uppercase;
}

/*User Setup*/
.default-btn{
    transition: all .4s;
    background: #20a9b2;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: none;
}
.default-btn:hover{
    background: #bd32e8;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}
.default-btn2{
    transition: all .4s;
    background: #20a9b2;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: none;
}
.default-btn2:hover{
    background: #bd32e8;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}
.table th, .table td{
    font-size: 14px;
    color: #464646;
    text-align: center;
    font-weight: 500;
}
table.table thead th {
    border-top: 1px solid #dee2e6;;
}
.form-card{
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 20px #00000029;
}
.table-link{
    color: #1a60a2 !important;
    text-decoration: underline;
}

.treatment-card{
    display: table-cell;
    vertical-align: middle;
    transition: all .4s;
    border-radius: 10px;
    color: #464646;
    font-weight: 500;
    padding: 10px;
    height: 100px;
    width: 200px;
    /*text-transform: uppercase;*/
    box-shadow: 0 0 20px #00000029;
    text-align: center;
}
.treatment-card:hover{
    background: #14ac80;
    color: white;
    text-decoration: none;
}
.treatment-heading{
    text-decoration: underline;
}



/*Dashboard Ends*/
@media screen and (max-width: 991px) {

}

@media (max-width: 900px) {

}
@media (max-width: 768px) {
    .sidebar {
        position: static;
        height: auto;
        width: 100%;
        margin-top: 5px;
    }

    .top-navbar {
        position: static;
    }
    .sidebar-toggler{
        display: block;
    }
    .innersection{
        margin-top: 5px;
        margin-left: auto;
    }

    .form-card{
        padding: 30px 10px;
    }
    .first-link{
        margin-top: 0;
    }
    .treatment-card{
        display: block;
        width: 100%;
    }
}

.scroll {
    overflow: auto;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: grey;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*Web Dashboard*/
.logo-container{
    width: 100%;
    max-width: 450px;
    height: 300px;
    border-radius: 5px;
    text-align: center;
    /*display: table-cell;*/
    vertical-align: middle;
    /*margin: auto;*/
}
.table-card{
    padding: 40px 20px;
    border-radius: 15px;
    background: white;
    box-shadow: 0 0 20px #00000029;
}
.index-box{
    padding: 40px 20px;
    border-radius: 15px;
    background: #883c88 !important;
    box-shadow: 0 0 20px #00000029;
}
.table-card table th, .table-card table td{
    vertical-align: middle !important;
}
.table-card .form-control{
    text-align: center;
    font-weight: 600 !important;
    border: none;
    color: #464646 !important;
    font-size: 13px !important;
}
.table-card .form-control:focus{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: none;
}
label{
    font-weight: 600;
}
.table{}
/*Web Dashboard Ends*/



/*loader*/
.loader-wrapper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
}