@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Lora', serif !important;
    font-size:14px; 
    margin:0;
    padding:0;
    background:none;
    line-height:normal;
}

.errmsg{
color:red;
}   
.important{
	color:red;
	font-size:22px;
}

.wrapper{
    margin-top: 7rem;
    display: block;
}

.bg-mine{
    background-color: #fff;
}

/* LOGIN-PAGE */

.login-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-content {
    display: block;
    width: 70%;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #6a6a6a80;
}

.login-content h3 {
    color: #000;
    font-weight: 600;
    text-align: center;
}

.input-bunch label {
    color: #504f4f;
    font-weight: 600;
    font-size: 16px;
}

.input-bunch .form-control {
    border-radius: 3px !important;
    margin-bottom: 1rem;
}

.input-bunch .form-select {
    border-radius: 3px !important;
    margin-bottom: 1rem;
    transition: 0s;
}

.input-bunch .form-select:focus,
.input-bunch .form-select:focus-visible{
    border: 2px solid blue;
    box-shadow: none;
    outline: none;
}

.input-bunch .form-control:focus,
.input-bunch .form-control:focus-visible{
    border: 2px solid blue;
    box-shadow: none;
    outline: none;
}

.input-bunch .login-submit {
    background: blue;
    padding: 10px 35px;
    border: transparent;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    margin: auto;
    display: block;
}

.input-bunch .login-submit:hover{
    background-color: rgb(68, 68, 255);
}

.login-content-footer {
    margin-top: 1rem;
}

.login-img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-img-content{
    display: block;
    text-align: center;
    margin-top: 1rem;
}

.login-img-content p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.login-img-content span {
    display: block;
    text-align: right;
    margin-right: 1rem;
}

.input-bunch a {
    color: red;
    text-align: right;
    display: block;
    margin-bottom: 1rem;
}

.top-header{
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #6a6a6a80;
}

.top-header h2{
    color: #000;
    text-align: center;
    font-weight: 600;    
}

/* HEADER */

.login-btn {
    color: #fff !important;
    background-color: #000;
    padding: 10px 35px !important;
    border-radius: 3px;
    margin-left: 1rem;
    font-weight: 600;
}
a.nav-link.active{
    background: #00000012;
    border-radius: 3px;
}

.badge{
    font-size: 1em;
}

.login-btn:hover{
    background-color: rgb(90 90 90);
}

a.nav-link {
    font-size: 16px;
    font-weight: 600;
    margin-left: 1rem;
}

a.navbar-brand {
    font-size: 25px;
    font-weight: 700;
}

header {
    padding: 10px 0px;
    box-shadow: 0px 2px 3px 0px #00000057;
    background-color: #fff;
}

ul.dropdown-menu {
    padding: 0px;
}

.dropdown-item{
    padding: 1rem;
}

.signup-content {
    display: block;
    width: 50%;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #6a6a6a80;
}

.signup-content h3 {
    color: #000;
    font-weight: 600;
    text-align: center;
}

.mar-t {
    margin-top: 20rem;
}

/* DASHBOARD-PAGE */

.mytable-form h5{
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.mytable-form table{
    margin-top: 1.5rem;
}

div#datatable_filter {
    margin-bottom: 1rem;
}

.mytable-form .form-control {
    border-radius: 3px !important;
    margin-bottom: 1rem;
}

.mytable-form .form-control:focus,
.mytable-form .form-control:focus-visible{
    border: 2px solid blue;
    box-shadow: none;
    outline: none;
}

.card-header{
    border-bottom: none;
    background-color: transparent;
}

.card-header h5{
    color: #fff;
    font-weight: 600;
}

p.card-text span {
    font-weight: 700;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_paginate{
    margin-top: 1.1rem !important; 
}

a.table-submit {
    color: #fff !important;
    background-color: rgb(58, 58, 58);
    padding: 5px 10px !important;
    border-radius: 3px;    
    font-weight: 600;
    text-decoration: none;
    margin: auto;
    display: block;
    width: 103px;
    text-align: center;
}

a.table-submit:hover{
    background-color: #000;
}

button.table-submit {
    color: #fff !important;
    background-color: rgb(58, 58, 58);
    padding: 5px 10px !important;
    border-radius: 3px;    
    font-weight: 600;
    text-decoration: none;
    margin: auto;
    display: block;
    width: 103px;
    text-align: center;
    border: transparent;
}

.btn-close:focus{
    box-shadow: none !important;
}

button.table-submit:hover{
    background-color: #000;
}

.col-xs-11.col-sm-4.alert.alert-success.animated.bounceIn {
    top: 6rem !important;
}

.col-xs-11.col-sm-4.alert.alert-success.animated.bounceIn button.close,
.col-xs-11.col-sm-4.alert.alert-danger.animated.bounceIn button.close{
    background-color: transparent;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    border: transparent;
}

.col-xs-11.col-sm-4.alert.alert-danger.animated.bounceIn {
    top: 6rem !important;
}

/* PLAN-DETAILS-PAGE */

h5.plan-title{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

/* FOOTER */

footer{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #0000000f;
    display: block;
    margin-top: 1rem;
}

footer .bottom-footer{
    display: block;
    margin-top: 1rem;
}

footer .bottom-footer p{
    text-align: center;
    font-size: 12px;
}

.footer-block h2{
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.footer-block ul{
    list-style-type: none;
    padding-left: unset;
    display: block;
    margin: auto;
}

.footer-block ul li{
    margin: 10px 0px;
}

.footer-block ul li a{
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 1rem;
    font-weight: 600;
}

.footer-block ul li a:hover{
    color: rgb(34, 34, 34);
    text-decoration: underline;
}

.footer-block h3{
    color: #000;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}

ul.social-links{
    list-style-type: none;
    display: flex;
    align-items: center;  
    justify-content: center; 
    padding-left: unset; 
    margin-top: 0;
}

ul.social-links li{
    margin-top: 0px;
}

ul.social-links li a {
    font-size: 25px;
    background: #000;
    color: #fff;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 1rem;
    margin-top: 0px;    
}

ul.social-links li a:hover{
    background-color: rgba(0, 0, 0, 0.712);
    color: #fff;
    text-decoration: none;
}


th {
    background: #dbdbdb !important;
}
