/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 20, 2020, 5:12:54 PM
    Author     : ahda
*/

svg:not(:root) {
    overflow: hidden;
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.spinner::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: 10;
}

.spinner::after {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

.spin::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    z-index: 10;
}

.spin::after {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

.h-4 {
    height: 16px;
}

.w-4 {
    width: 16px;
}

.h-6 {
    height: 24px;
}

.w-6 {
    width: 24px;
}

.css-wm6bej {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    padding: 0px 16px;
    background: rgb(6, 95, 84);
    border-radius: 8px 8px 0px 0px;
    min-height: 80px;
}

.css-nql43b {
    border-radius: 50%;
    background-color: white;
    height: 30px;
    width: 30px;
    margin-right: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-tkqzvx {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 24px 16px 16px;
}

.css-1tfixk5 {
    max-width: 90%;
}

.css-1upilqn {
    margin-bottom: 12px;
}

.css-1bofdss {
    position: relative;
    color: rgb(36, 55, 78);
    border-radius: 0px 8px 8px;
    padding: 12px;
    font-size: 14px;
    word-break: break-word;
    background: rgb(255, 255, 255);
    box-shadow: rgb(195 205 221) 0px 1px 2px;
}

.css-1bofdss::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-style: solid;
    border-width: 0px 8px 8px 0px;
    top: 0px;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    left: -8px;
}

.css-1n3x2a2 {
    text-align: end;
    font-size: 12px;
    color: rgb(104, 121, 146);
}

.css-p8ltua {
    height: 16px;
    color: rgb(42, 82, 159);
    background: rgb(206, 227, 255);
    border-radius: 2px;
    padding: 0px 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.css-q7ja5v {
    min-height: 500px;
    background: rgb(241, 237, 229);
    border: 1px solid rgb(241, 243, 248);
    box-sizing: border-box;
    box-shadow: rgb(246 249 255) 0px 0px 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.css-11wszyz {
    display: flex;
    padding: 16px;
}

.css-1xjjb7d {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-right: 12px;
    padding: 12px 8px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px 0px 4px 4px;
    font-size: 14px;
    color: rgb(104, 121, 146);
}

.css-1xjjb7d::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-style: solid;
    border-width: 0px 8px 8px 0px;
    top: 0px;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    right: -8px;
    transform: rotateY(180deg);
}

.css-6pef9e {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 8px;
}

.css-19ylc6g {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgb(1, 137, 123);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-1tou8jy {
    display: none;
    flex: 0 1 auto;
    width: 340px;
    background-color: rgb(238, 244, 255);
    padding: 40px 20px;
}

html, body {
    overflow-x: hidden;
}

.login-logo {
    background: #444;
    color: white;
    margin-bottom: 0;
}

.login-logo a {
    color: white;
}

.tooltip {
    top: 0;
}

.brand-link .brand-image {
    background: white;
    padding: 3px;
}

.nav-sidebar>.nav-header {
    font-weight: bold;
}

.mediadoc {
    font-size: 50px;
    padding: 30px 0;
    text-align: center;
    display: block;
    background: #eee;
    margin-bottom: 5px;
}

.css-n5f8r7 {
    display: flex;
    flex-wrap: wrap;
    margin: 4px -2px 0px 0px;
}

.css-81c5cm {
    text-align: center;
    margin: 0px 4px 4px 0px;
    flex: 1 1 0%;
    background: rgb(247, 247, 247);
    box-shadow: rgb(195 205 221) 0px 1px 2px;
    border-radius: 4px;
    color: rgb(52, 183, 241);
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-81c5cm:nth-of-type(1) {
    flex-basis: 100%;
}

.css-13s3r1o {
    margin-right: 4px;
    width: 16px;
    height: 16px;
}

.css-81c5cm:nth-of-type(1) {
    flex-basis: 100%;
}

.footerPreview {
    padding-top: 6px;
    color: rgb(104, 121, 146);
    font-size: 12px;
}

.widget-wa {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 15px;
    z-index: 100;
}

.widget-wa > a, .widget-wa img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}


/* datatables */
div.dataTables_wrapper {
    width: 100% !important;
    margin: 0 auto;
}

.dt-button {
    background-color: #f8f9fa !important;
    border-color: #ddd !important;
    color: #444 !important;
    background: 0 !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Image Preview */
.imagePreview {
    min-height: 150px;
    background-color: #ececec;
}

.hideinput {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.remove-card {
    cursor: pointer;
}

.profile-picture {
    text-align: center;
}

.profile-picture img {
    height: auto;
    width: 100px;
    height: 100px;
    background: #ececec;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}