.modal.slide-in {
    transition: transform 0.3s ease-out;
    width: 65%;
    margin: 0;
    background-color: #F2F2F2;
    display: none;
    grid-template-rows: auto auto auto 1fr auto;
    height: 100vh;
    /* border: 3px solid #495F8C */
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    z-index: 1040;
}

.modal-title {
    color: #495F8C;
}

.modal-title-disabled {
    color:#AEAEAE
}

.modal-body {
    padding: 0 !important;
}

hr {
    border-style: dashed !important;
    border-color: #495F8C !important;
    border-width: thin !important;
}

/*DROPDOWN*/
.dropdown-toggle {
    color:#AEAEAE !important;
    border: none;
    font-size: 1.1em !important;
    height: 2.3em !important;
    background-color: transparent;
    padding: 0.5em !important;
    white-space: normal !important;
    text-align: left;
}

    .dropdown-toggle::after {
        font-size: 1.8em;
        top: 0.2em;
        position: relative;
    }

    .dropdown-toggle:focus {
        outline: none;
        box-shadow: none;
    }
    
    .dropdown-item.active, .dropdown-item:active {
        background-color: #80d1d8 !important;
    }

.dropdown-menu {
    background-color: rgba(242,242,242) !important;
    border: none !important;
    transform: translate3d(7px, 50px, 0px) !important;
    padding: 0 !important;
    top: -0.6em !important;
}

.dropdown-item {
    color: #495F8C !important;
    height: 2.3em !important;
    padding-left: 0.45em !important;
    white-space: normal !important;
}

    .dropdown-item.dropdown-toggle::after {
        display: none;
    }
    .dropdown-item.mobile-disabled {
        color: gray !important;
        pointer-events: none !important;
    }


label {
    margin: 0 !important;
}

.store-groupid-label {
    color: #279EA9 !important
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #339999;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
    padding-left: 6px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.text-box {
    display: block;
    width: 60px;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #D9D9D9;
    background-clip: padding-box;
    border: 1px solid #0C445E;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.csvText, .smartPhoneHistoryText, .toggleKanriBango {
    color: #339999 !important;
    align-content: center;
}

.ml-25 {
    margin-left: .7rem !important;
}

.font-custom {
    font-size: 1.2em !important;
}

@media (max-width: 575.98px) {
    #settingModal .col-10 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    #settingModal .col-2 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

.display-grid-important {
    display: grid !important;
}
