.fs-32px{
    font-size: 32px;
}
.fs-34px{
    font-size: 34px;
}

.height-fit-content {
    height: fit-content;
}
/* ======= Remove on google map elements ====== */
.gm-style-cc{
    display: none !important;
}
.gmnoprint{
    display: none !important;
}
.gm-control-active
{
    display: none !important;
}
.gm-fullscreen-control
{
    display: none !important;
}

/* ======= icon hover ====== */
.icon-hover-card i{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.icon-hover-card:hover i{
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in;
}
.hover-icon {
    position: absolute;
    top: 15px;
    right: 20px;
}

.inp-no-border {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 0px !important;
}
.w-40 {
    width: 40% !important;
}
.w-30 {
    width: 30% !important;
}
.w-25 {
    width: 25% !important;
}
.w-65 {
    width: 65% !important;
}

.w-150px {
    width: 150px !important;
}
.w-180px {
    width: 180px !important;
}
.w-200px { 
    width: 200px !important;
}
.w-370px {
    width: 370px !important;
}
.w-20 {
    width: 20%;
}

.h-46px {
    height: 46px !important;
}

.h-107px {
    height: 107px !important;
}

.color-transparent{
    color: transparent !important;
}

.swal2-actions {
    margin-top: 0px !important;
}
.swal2-confirm {
    margin-top: 0px !important;
}
.swal2-cancel{
    margin-top: 0px !important;
}

.sai-logo-size {
    width: 90% !important;
    height: auto !important;
    margin: auto !important;
    display: block !important;
}

.blockui {
    overflow: initial !important;
}

.icon-position {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
}

.h-410px {
    height: 410px !important;
}

.folder-lock {
    background-color: var(--kt-warning-light) !important;
    color: var(--kt-text-warning) !important;
    margin-left: -25px;
    margin-bottom: 16px;
    padding: 3px;
    border-radius: 50%;
}

.file-lock {
    background-color: var(--kt-warning-light) !important;
    color: var(--kt-text-warning) !important;
    margin-left: -17px;
    margin-bottom: 16px;
    padding: 3px;
    border-radius: 50%;
}

.map-top-button {
    z-index: 999;
    position: absolute;
    right:38%;
    top:10px;
}

.sai-map-btn {
    background: none rgb(255, 255, 255) !important;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    
}
.sai-map-btn:hover {
    background: none rgb(255, 255, 255) !important;
}
.map-top-button .btn:hover{
    background: none rgb(255, 255, 255) !important;
}
.border-light-danger{
    border-color: var(--kt-danger-light) !important;
}

.height-97{
    height: 97px !important;
}

.top-10px {
    top: 10px !important;
}
.right-10px { 
    right: 10px !important;
}

.float-right{
    float: right !important;
}

.cursor-auto {
    cursor: auto !important;
}

.inp-secure {
    -webkit-text-security: disc;
}

.hover-none {
    pointer-events: none;
}

@media (max-width: 750px) {
    .m-d-block {
        display: block !important;
    }
    .m-d-contents{
        display: contents !important;
    }
    .m-w-100 {
        width: 100% !important;
    }
    .m-left{
        float: left !important;
    }
    .m-mt-10{
        margin-top: 10px !important;
    }
}
