.alert.alert-custom {
    position: fixed;
    z-index: 999;
    right: 18px;
    top: 74px;
    min-width: 200px;
    max-width: 400px;

}

.progress {
	height: 12px;
	width: 12px;

}

span.directory-separator {
    position: absolute;
    left: 0;
    bottom: 31%;
}

.title_with_line_color{
    font-size: 16px ;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    color: #30a5ff;
    font-weight: bold;

}

#toast-container > div {
    margin: 60px 3px 18px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.switch input {display:none;}

.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: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #30a5ff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.choose-button{
    width: 180% !important;
}

.store-data {
    min-height: 460px !important;
}

img.top.image {
    height: 220px;
}