/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.match-height > [class*="col"] > .set-track > .card {
    flex: 1 1 auto;
}
.ml-2 {
    margin-left: 10px;
}
/*Date picker css*/
.gj-picker-md [role="switch"] {
    background: #f9b234 !important;
}
.gj-picker-md [role="header"] {
    background: #f9b234 !important;
}
.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background: #f9b234 !important;
}
.gj-picker-md .arrow-begin,
.gj-picker-md [role="body"] [role="arrow"] {
    background-color: #f9b234 !important;
}
.gj-picker-md .arrow-end {
    border: 16px solid #f9b234 !important;
}
.gj-picker-md [role="footer"] button.gj-button-md {
    color: #f9b234 !important;
}
.gj-picker-md table tr td.today div {
    color: #f9b234;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
    content: "" !important;
    right: 0 !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
    content: "" !important;
    right: 0 !important;
}

.error {
    color: red;
    font-size: 12px;
}

/* profile css */
.profile-list-items-card-header {
    padding-bottom: 0px;
}
.profile-list-items-card-header .card-title {
    font-size: 20px;
}
.profile-list-items-card-body {
    padding: 0px 0px;
}
.profile-list-items {
    list-style-type: none;
    padding: 0px;
}
.profile-list-items li {
    border-bottom: 1px solid #ebe9f1;
    padding: 20px;
    position: relative;
}
.profile-list-items li:last-child {
    border-bottom: none;
}
.profile-list-items li .exp-content h4 {
    margin: 0px;
    font-size: 17px;
    margin-bottom: 10px;
    padding-right: 45px;
    line-height: 1.6;
}
.profile-list-items li .exp-content p {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}
.profile-list-items li .exp-content p:last-child {
    margin: 0px;
}
.profile-list-items li .exp-content img {
    width: 150px;
    height: 100px;
    margin-top: 20px;
}
.profile-list-items li .exp-content .btn-credentials {
    background-color: transparent !important;
    color: #82868b !important;
    margin-top: 15px;
}
.profile-list-items .actions {
    text-align: right;
    margin-bottom: -20px;
}
.profile-list-items .actions a {
    margin: 2px 0px;
}

.skills .profile-list-items-card-header {
    padding-bottom: 15px;
}
.skills .profile-list-items-card-body {
    padding-bottom: 20px;
}
.skills table td.action,
.skills table th.action {
    text-align: right;
}

.interests ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding: 20px;
}
.interests ul li {
    border: 1px solid #82868b;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 10px;
    margin-right: 5px;
    margin-bottom: 15px;
}
.interests ul li a {
    margin-left: 5px;
}

.profile-image {
    position: relative;
}
.profile-image img {
    cursor: pointer;
}
.profile-image-action {
    margin-left: 3px;
    position: absolute;
    bottom: 25px;
    right: 3px;
    background: rgba(1, 1, 1, 0.5);
    color: #fff;
    padding: 0px 3px;
    border-radius: 4px;
}
.profile-image-action:hover {
    color: #fff;
}
.profile-temporary {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 200px;
    border-radius: 10px;
}

.freeinput {
    position: relative;
}
.freeinput-results {
    position: absolute;
    background-color: #efefef;
    width: 97%;
    top: 63px;
}
.freeinput-results ul {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0px;
    max-height: 250px;
    overflow-y: scroll;
}
.freeinput-results ul li {
    margin: 2px 0px;
    border-bottom: 1px solid #82868b;
    padding: 5px 0px;
    cursor: pointer;
}
.freeinput-results ul li:last-child {
    border-bottom: none;
}

/* width */
.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.currently-working {
    margin-top: 25px;
}
.form-check-input {
    cursor: pointer;
}
.checked {
    color: orange;
}
.error {
    color: indianred;
}

/* network */
.network-requests {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.network-requests li {
    border-bottom: 1px solid #ebe9f1;
    padding: 20px 10px;
    border-radius: 4px;
    transition: ease 0.3s;
}
.network-requests li:hover {
    background-color: #f5f5f5;
    transition: ease 0.3s;
}
.network-requests li:last-child {
    border-bottom: 0px;
}

.sharedby {
    padding-bottom: 15px;
}
.shared-post {
    border: 1px solid #ebe9f1;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.comments {
    border-top: 1px solid #ebe9f1;
    margin-top: 15px;
    padding-top: 15px;
}
.content-with-border {
    border-bottom: 1px solid #ebe9f1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post-images {
    padding: 0px 10px;
}

.post-images .img-container {
    width: 100%;
    height: 280px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
}

.post-images .img-container .more {
    position: absolute;
    color: #fff;
    background-color: #000;
    bottom: 12px;
    right: 12px;
    font-size: 30px;
    padding: 0px 10px;
    border-radius: 4px;
}

.post-images .custom-padding {
    padding: 0px 2px;
}

.post-images img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.preview-images {
    margin-right: 5px;
    flex-direction: row;
    width: 100%;
    max-height: 335px;
    overflow-y: scroll;
}
.preview-images .img-container {
    width: 50%;
    height: 280px;
    padding: 0px 2px;
}
.preview-images .img-container.full-width {
    width: 100%;
    height: 380px;
}
.preview-images .img-container.full-width img {
    height: 380px;
}

.image-upload > input {
    display: none;
    cursor: pointer;
}
.image-upload label {
    cursor: pointer;
}

.post-content {
    background-color: rgba(1, 1, 1, 0.8);
    position: relative;
}
.post-content .btn-close {
    position: absolute;
    right: 5px;
    background-color: #fff;
    top: 5px;
    padding: 10px;
    z-index: 100000;
}
.media-box {
}
.media-box .carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 97vh;
    width: 100%;
    text-align: center;
}
.media-box img {
    max-height: 97vh;
    max-width: 100%;
}

.profile_image {
    display: block;
    max-width: 100%;
    cursor: pointer;
}
.feather-size-12 {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.selected-invoice td {
    background-color: #ededed;
}

.btn-close-invoice {
    padding: 0px 7px 4px 5px;
    border: 1px solid #000;
    line-height: 0;
    border-radius: 4px;
}

.nav-tabs .nav-link.active {
    color: #f9b234;
}
.nav-tabs .nav-link:after {
    background: linear-gradient(30deg, #f9b234, #f7a71e) !important;
}

.timeline .timeline-item .timeline-point.timeline-point-indicator {
    left: -0.412rem;
    top: 0.07rem;
    height: 12px;
    width: 12px;
    border: 0;
    background-color: #ffa90f;
}

.nav-vertical .nav-link {
    display: block;
}

#password-strength-status {
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 5px;
}

.medium-password {
    background-color: #dc3545;
    border: #dc3545 1px solid;
}

.weak-password {
    background-color: #dc3545;
    border: #dc3545 1px solid;
}

.strong-password {
    background-color: #28a745;
    border: #28a745 1px solid;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}
.gj-textbox-md {
    border: 1px solid #dad5d5;
    padding: 9px;
}
.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 2px;
    top: 7px;
    font-size: 24px;
}
/* .table
{
    table-layout: fixed !important;
} */
.page-item.active .page-link {
    background-color: #f9b234;
}
.hover-yellow:hover {
    background-color: #f9b234 !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-right: 0px solid #aaa !important;
    font-size: 0px !important;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 3em;
}
.notify-action {
    position: relative;
    width: 105px;
    text-align: right;
}
.notifications .list-item {
    justify-content: space-between;
}
.notify-at {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 12px;
}
