/*Button action*/
.dt-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.buttons-html5, .buttons-print {
    color: #fff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    box-shadow: none;
}

/*Image upload*/
.image-preview-area {
    display: inline-block;
    position: relative;
}

.ck-editor__editable_inline {
    min-height: 200px !important;
}

.img-profile-photo {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    object-fit: cover;
    border: 2px solid #dee2e6;
}

.image-preview-area .image-preview {
    margin-top: 10px;
    display: inline-block;
    width: 142px;
    height: 140px;
    /*background-color: #A8A8A8;*/
    /*border: 1px solid #eee;*/
}

.image-preview-area .image-preview img {
    /*border: 1px solid #eee;*/
    width: 140px;
}

.image-preview img {
    border-radius: 4px;
    object-fit: cover;
    border: 2px solid #dee2e6;
}

.image-preview-verify, .image-preview-verify img {
    margin-top: 10px;
    position: relative;
}

.image-preview-verify img {
    z-index: 101;
}

.image-preview-verify img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.image-preview-area .delete-image-preview {
    background-color: #fff;
    line-height: 1em;
    font-size: 1.2em;
    position: absolute;
    top: 20px;
    right: 10px;
    display: none;
    cursor: pointer;
}

.image-preview-area .delete-image-preview.show {
    display: inline-block;
}

.image-preview-area .delete-image-preview i {
    border: solid 1px #fff;
    box-shadow: 0 0 8px #fff
}

.image-upload-label {
    color: #d9534f;
    display: block;
}

.reload {
    width: 100%;
    height: 140vw;
    position: absolute;
    z-index: 9999999999999;
    background: #FFF url(https://i.pinimg.com/originals/77/0c/1e/770c1e178dc59710dc365a7ff1d8a94c.gif) no-repeat fixed center;
    opacity: 0.9;
}

.hide {
    display: none;
}

.dt-button.buttons-collection.buttons-page-length {
    background: #157af6;
    color: #fff;
}

.dt-button.button-page-length {
    background: #157af6;
    color: #fff;
    margin-top: 2px;
    border-radius: 5px !important;
}

.datepicker-dropdown {
    z-index: 9999999999999999 !important;
}

#map-canvas {
    width: auto;
    height: 500px;
}

.datatables-margin-t45 {
    margin-top:45px;
}

#btn-location {
    position: absolute;
    bottom: 36%;
    z-index: 1;
    right: 18px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
    background: rgb(255, 255, 255);
    outline: none;
    border: 0;
    width: 40px;
    height: 40px;
}

.dt-button.buttons-collection.buttons-page-length {
    background: #178761 !important;
}

.back-page {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.back-page:hover {
    color: #146b4e !important;
}

.back-page h1 {
    font-size: 1.5rem;
    margin: 0;
}

.back-page i {
    font-size: 1rem;
    /* padding: 10px; */
    border: 1px solid #178761;
    width: 1.7rem;
    height: 1.7rem;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    border-radius: 101px;
}

#map-canvas {
    border-radius: 6px;
}

.proof-letter {
    width: 100%; 
    height: 200px !important; 
    cursor: pointer; 
    object-fit: cover;
}

.proof-letter:hover {
    border: 1px solid #dee2e6;
    box-shadow: 0px 0px 26px -21px #000000;
}

.component-accordion .title-header {
    color: #000;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0;
}

.component-accordion .card-body h1 {
    font-size: 1rem;
    font-weight: 400;
}

.component-accordion .card-body h2 {
    font-size: 1rem;
    font-weight: 600;
}