.min-height-tabs{
    min-height: 70rem !important;
}

.min-width-500{
    min-width: 500px;
}

.max-w-7xl {
    max-width: 100rem !important;
}

.custom-primary-color
{
    color: #909192;
}

.custom-secondary-color
{
    color: #EA5821;
}

.custom-third-color
{
    color: #000;
}

.custom-secondary-btn
{
    background: #EA5821 !important;
    color: #fff !important;
}

.color-placeholder{
    color: #A4ACAC !important;
}

.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover{
    color: #EA5821 !important;
    border-bottom: 1px solid #EA5821 !important;
}

.swal2-file.swal2-file.form-control{
    border: 1px solid #EA5821 !important;
    height: 100%;
    padding: 10px;
    background-color: #F0F0F0;
}

.svg-path-fill,
.kt-svg-icon g [fill]
{
    fill: #EA5821 !important;
}

.svg-path-fill-white
{
    fill: #FFF !important;
}

.p-0
{
    padding: 0;
}

.pt-0
{
    padding-top: 0;
}

.pb-3
{
    padding-bottom: 3px;
}

.pl-0
{
    padding-left: 0;
}

.mr-3
{
    margin-right: 1rem;
}

.font-size-16
{
    font-size: 16px;
}

.font-size-24
{
    font-size: 24px;
}

.font-size-2rem
{
    font-size: 2rem !important;
}

.width-1-75rem{
    width: 1.75rem !important;
}

.height-1-75rem{
    height: 1.75rem !important;
}

.form-group label,
.form-group input,
.form-group select,
.form-group textarea,
.dropdown.bootstrap-select.show-tick.form-control button,
.dropdown-menu.show .inner.show ul li a,
#kt_subheader_total,
#input-search input
{
    font-size: 1.2rem;
    color: #000;
}

.kt-notification__item-title.kt-font-bold
{
    font-size: 1.2rem !important;
}
.kt-notification__item-title.kt-font-bold:hover{
    color: #EA5821 !important;
}
.kt-notification a.kt-notification__item{
    text-decoration: none !important;
}


.bootstrap-select > .dropdown-toggle:after{
    font-size: 0.9rem !important;
}

.form-group input.group-name
{
    margin-bottom: 1rem;
}

.font-weight-600
{
    font-weight: 600;
}

.flex-basis-30
{
    flex-basis: 30%;
}

.flex-direction-column
{
    flex-direction: column;
}

.no-justify-content
{
    justify-content: unset !important;
}

.image-wrapper-service-cards
{
    width: 50px;
    height: 50px;
}

.image-wrapper-service-cards svg
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-logo-login
{
    width: 350px;
    height: 350px;
}

.header-logo
{
    width: 150px;
}

.header-logo img,
.header-logo-login img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.required:after {
    content: "*";
    padding-left:1%;
    color: red;
}

.custom-margin
{
    margin: auto;
}

#nav-bar{
    min-height: 105px;
}
header{
    min-height: 71px;
}
/*footer{
    min-height: 280px;
}*/

.custom-min-height{
    min-height: calc(100vh - 71px - 105px - 280px);
}

#kt_subheader
{
    background-color: unset;
}

.kt-notification .kt-notification__item:after{
    display: none;
}

#input-search{
    width: 35rem;
    border: 1px solid #EA5821;
    border-radius: 5px;
}

.loading {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
  }
  
  .loading-image {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  #documents-table td,
  #documents-table th,
  #documents-table td span
  {
    text-align: center;
  }

  #documents-table td span
  {
    display: inline-block;
  }

  .admin-badge:before {
    content: "";
    z-index: -1;
    overflow: hidden;
    transform: rotate(-135deg);
    width: 120px;
    display: block; 
    background: #EA5821;
    background: linear-gradient(#EA5821 0%, #EA5821 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 34px;
    right: -16px;
    clip-path: polygon(112px 23px, 79px -11px, 39px -10px, 7px 20px, 10px 30px,  110px 30px);
    height: 20px;
    width: 120px;
  }
  .admin-badge:after {
    content: "ADMIN";
    z-index: 1;
    overflow: hidden;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 120px;
    display: block; 
    background: #EA5821;
    background: linear-gradient(#EA5821 0%, #EA5821 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 20px; right: -30px;
    clip-path: polygon(101px 19px, 71px -10px, 39px -10px, 7px 20px, 10px 30px,  110px 30px);
  }

.dropdown-menu{
    width: 100%;
}

#wp-btn-add-company .dropdown-menu.show .wp-dropdown-item:hover,
#wp-btn-add-company .dropdown-menu.show .wp-dropdown-item:hover a
/* a.dropdown-item:active,
a.dropdown-item:hover */
{
    background-color: #EF5821 !important;
    opacity: 0.9;
    color: #FFF !important;
    font-weight: bold !important;
}

.wp-dropdown-item:hover svg path
{
    fill: #FFF !important;
    font-weight: bold !important;
}

.btn-save-doc-debit:hover,
.btn-send-email:hover
{
    background-color: #EF5821 !important;
    color: #fff !important;
    fill: #FFF !important;
}

.pagination-size
{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 576px) {
    .kt-subheader__main,
    .kt-subheader__group
    {
        width: 100%;
    }

    .kt-subheader__group{
        flex-direction: column;
    }
    #input-search{
        width: 23rem;
    }
}

@media screen and (max-width: 1024px) {
    .min-height-tabs{
        min-height: 90rem !important;
    }
    #service-cards-container
    {
        flex-direction: column;
    }
    
    #kt_subheader{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1170px) {
    .pagination-size
    {
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width: 1441px) {
    #service-cards-container
    {
        flex-direction: column;
    }
    .custom-margin
    {
        margin: unset;
    }
}