a {
    cursor: pointer;
}
.main-footer {
    padding: 3px 15px;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.border-top {
    border-top: 1px solid #ccc;
}
.select2 {
    width: 100% !important;
}
.input-group-select2 {
    display: table;
}
.input-group-select2 .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}
.input-group-img {
    width: 20px;
    height: 20px;
}
div.has-error .select2-selection--single,
div.has-error .select2-selection--multiple {
    border: 1px solid #dd4b39 !important;
}
.remove {
    width: 105px;
}
.required:after {
    content: "*";
    color: #dd4b39;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.project-name-header {
    line-height: 50px;
    margin-left: 20px;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination {
    margin: 0;
}
.p-15 {
    padding: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.dataTables_empty {
    text-align: center;
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}
.table-responsive {
    padding: 0px;
}
.col-action {
    width: 60px;
}
.dropdown-menu-right {
    right: 27px;
    left: auto;
}

.select2-selection.select2-selection--single {
    min-width: 200px !important;
    text-align: left !important;
}

.btn-custom {
    background-color: #1a8fc2;
    color: #fff;
    border-color: #1886b7;
}

.pagi-msg {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .pagi-msg {
        text-align: center;
    }
}
.pagi-limit-box {
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .pagi-limit-box {
        justify-content: flex-end;
    }
    .pagi-limit-box-body {
        width: 150px !important;
    }
}
.pagi-limit {
    width: 80px !important;
}

/* Dashboard */
.dashboard {
    background-color: #f5f6f7;
    min-height: 100vh;
}
.dashboard .neumorphism {
    background-color: #f5f6f7;
    padding-top: 40px;
    padding-bottom: 50px;
}

.dashboard .panel {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border: none;
    transition: all 0.5s ease-in-out;
}

.dashboard .panel:hover {
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}

.dashboard .panel-heading {
    background-color: #ffd001;
    font-size: large;
    font-weight: bold;
}

.dashboard .panel:hover .panel-heading {
    background-color: #4ddc06;
    transition: all 0.5s ease-in-out;
}

.dashboard .list-group-item {
    border-left: none;
    border-right: none;
    background-color: #f5f6f7;
    font-size: medium;
    font-weight: 550;
}

.dashboard .badge {
    width: 40px;
    background-color: #ffd001;
}

.dashboard .panel:hover .badge {
    background-color: #4ddc06;
    transition: all 0.5s ease-in-out;
}

.dashboard thead th {
    font-size: large;
}

.dashboard thead td {
    border-bottom: 1px solid #d7dfe6;
    font-size: medium;
    font-weight: bold;
}

.dashboard tbody td {
    border-bottom: 1px solid #d7dfe6;
}

.dashboard tfoot td {
    font-size: medium;
    font-weight: bold;
    color: orangered;
}

.dashboard .table {
    margin: 0;
    background-color: #f5f6f7;
}

/* Login */
.login-page {
    background-color: #f5f6f7;
}

.login-register {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.login {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.login-box-msg {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: gray;
}

.login-register input[type="text"],
.login-register input[type="number"],
.login-register input[type="password"],
.login-register input[type="checkbox"],
.login-register input[type="email"] {
    border: 1px solid #ffd001;
    background-color: #f5f6f7;
}

.login-register input[type="text"]:focus,
.login-register input[type="number"]:focus,
.login-register input[type="password"]:focus,
.login-register input[type="email"]:focus,
.login-register input[type="checkbox"]:focus {
    box-shadow: none;
    border: 1px solid #ffd001;
}

.login-register button[type="reset"],
.login-register button[type="submit"] {
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.login-register button[type="reset"]:hover,
.login-register button[type="submit"]:hover {
   background-color: darkblue;
   color: #dfe4ea;
}

.user-login .input-group-text {
    border: 1px solid #ffd001 !important;
    background-color: #ffd001 !important;
}

.social-media-login .btn {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.need-account {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.need-account p {
    color: green;
}

.need-account p,
.need-account a {
    font-weight: bold;
    font-size: medium;
    margin: 2px;
}

.input-group-addon {
    background-color: #ffd001 !important;
    margin-bottom: 10px;
    cursor: pointer;
    color: darkblue;
    font-size: large;
}

.google {
    color: #db3236;
}
.facebook {
    color: #3b5998;
}
.linkedin {
    color: #0072b1;
}
.twitter {
    color: #00acee;
}
.instagram {
    color: #ff0062;
}
.github {
    color: #000000;
}

.google-link:hover {
    background-color: #db3236 !important;
    color: #eae9f1 !important;
}
.facebook-link:hover {
    background-color: #3b5998 !important;
    color: #eae9f1 !important;
}
.linkedin-link:hover {
    background-color: #0072b1 !important;
    color: #eae9f1 !important;
}
.twitter-link:hover {
    background-color: #00acee !important;
    color: #eae9f1 !important;
}
.instagram-link:hover {
    background-color: #ff0062 !important;
    color: #eae9f1 !important;
}
.github-link:hover {
    background-color: #000000 !important;
    color: #eae9f1 !important;
}

.social-media-login .btn:hover i  {
    color: #eae9f1 !important;
}


.register-box-body {
    width: 350px;
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
