@import url('https://fonts.googleapis.com/css?family=Poppins:500');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
* {
    transition: all .5s linear;
    font-family: 'Nunito', sans-serif;
}
/**********Fonts************/
/**************Colors*************/
.red-color {
    color: #ff2d5d;
}
.bg-red {
    background-color: #ff2d5d;
}
.blue-color {
    color: #2b44ff;
}
.pink-color {
    color: #f82bff;
}
.gray-color {
    color: #bfbfbf;
}
.bg-gray {
    background-color: #eee;
}
.white-color {
    color: #fff;
}
.bold {
    font-weight: bold;
}

/************Main Page***************/
.main-container {
    padding: 40px 20px 20px;
}
.schedule-text {
    font-size: 30px;
}
.top-search {
    width: 100%;
    display: block;
    border: 1px solid #ff2d5d;
    text-align: left;
    display: none;
    border-radius: 3px;
    outline: 0;
    padding: 3px 5px;
}
.fas.fa-search {
    display: block;
    font-size: 25px;
    margin-top: 3px;
    margin-right: 7px;
    cursor: pointer;
}
.fasfa-check {
    width: 20px;
    margin-top: 7px;
    margin-right: 3px;
    cursor: pointer;
}
.fas.fa-plus {
    display: block;
    font-size: 25px;
    margin-top: 5px;
    cursor: pointer;
}
.label {
    border-bottom: 1px solid #ff95ae;
    margin-top: 30px;
}
[data-accordion] [data-control] {
    display: inline;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}
[data-accordion] > [data-control]:after {
    right: 10px;
    top: 3px;
}
[data-accordion] [data-content] {
    background: transparent;
    padding: 0px 0 10px;
}
[data-control], [data-content] > * {
    border: none;
    padding: 0;
}
.schedule {
    border-radius: 6px;
    padding: 12px 10px 18px 14px;
    margin: 13px 0;
}
.schedule-name, .schedule-date {
    font-size: 13px;
    line-height: 22px;
    clear: both;
}
.number-edit-container {
    margin-top: -20px;
}
.number-edit-container span {
    display: block;
    float: right;
    margin: 0 2px;
}
.number-edit-container span:nth-child(3) {
    margin-top: 2px;
}
.fas.fa-pen {
    font-size: 13px;
    display: block;
    float: right;
    margin-left: 2px;
    margin-top: 3px;
    color: #000;
}
.fas.fa-pen:hover {
    text-decoration: none;
}
.btn.avenir-light.white-color.bg-red, .btn.avenir-light.white-color.bg-red:hover {
    font-size: 11px;
    border-radius: 8px;
    color: white;
    outline: 0;
    padding: 10px 0;
    width: 127px;
    margin: 0 5px;
}
.btn-icons {
    width: 15px;
    margin-left: 5px;
}
.save-btn {
    font-size: 14px;
    line-height: 20px;
    display: block;
    width: 280px;
    margin: 120px auto 0;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}
.save-btn:hover {
    color: white;
    text-decoration: none;
}
.btn-width {
    font-size: 11px;
    border-radius: 8px;
    padding: 10px 0;
    width: 155px;
    margin: 25px auto 0;
}
.btn-width:hover {
    color: white;
    text-decoration: none;
}
label {
    display: block;
}
.input-control {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: 0;
    font-size: 14px;
    border-bottom: 1.5px solid #ff95ae;
    margin-top: -14px;
    cursor: pointer;
    background: transparent;
    padding-bottom: 2px;
}

/**********************************/
.red-border {
    border-left: 6px solid #ff2d5d;
}
.pink-border {
    border-left: 6px solid #f82bff;
}
.blue-border {
    border-left: 6px solid #2b44ff;
}
/**********************************/
.col {
    background: transparent;
}
/*********************************/
.my-col-6 {
    width: 50%;
    float: left;
}
.my-col-8 {
    width: 66.67%;
    float: left;
}
.my-col-4 {
    width: 33.33%;
    float: left;
}
.padding-left-12 {
    padding-left: 12px;
}
.padding-right-12 {
    padding-right: 12px;
}
h6, .label-div, label {
    clear: both;
}