@font-face {
    font-family: Prata-regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

/*body {
    font-family: Roboto-Regular;
}*/

.bootstrapiso .st-bob {
    font-style: italic;
}

.bootstrapiso .st-text-center {
    text-align: center;
}

.bootstrapiso .st-fs-24 {
    font-size: 24px;
}

.bootstrapiso .st-fs-20 {
   font-size: 20px;
}

.bootstrapiso .pt-24 {
    padding-top: 24px;
}

.bootstrapiso .pt-85 {
    padding-top: 85px;
}

.bootstrapiso .space-betwen {
    justify-content: space-between;
}

.bootstrapiso .fs-18 {
    font-size: 18px;
}

.bootstrapiso .bg-21BF73 {
    background: #21BF73;
}

.bootstrapiso .bg-21BF73:hover {
    background: #21BF73;
}

.bootstrapiso .bg-13DE77 {
    background: #13DE77;
}

.bootstrapiso .bg-13DE77:hover {
    background: #13DE77;
}

.bootstrapiso .bg-CE1717 {
    background: #CE1717;
}

.bootstrapiso .bg-CE1717:hover {
    background: #CE1717;
}

.bootstrapiso .bg-E41515 {
    background: #E41515;
}

.bootstrapiso .bg-E41515:hover {
    background: #E41515;
}

.bootstrapiso .br-30 {
    border-radius: 30px;
}

.bootstrapiso .fw-600 {
    font-weight: 600;
}

.bootstrapiso .shadow-div {
    box-shadow: 0px 8px 16px rgba(17, 70, 143, 0.341);
}

.bootstrapiso .py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.bootstrapiso .br-8 {
    border-radius: 8px;
}

.bootstrapiso .mb-24 {
   margin-bottom: 24px;
}

.bootstrapiso .name-align {
    flex-basis: 50%;
}

.bootstrapiso .fc-11468F {
    color: #11468F;
}

.bootstrapiso .bg-11468F {
    background: #11468F;
}

.bootstrapiso .bg-494949 {
    background: #494949;
}

.parent-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.parent-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 3px solid #085239;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
/* .parent-check:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.parent-check input:checked ~ .checkmark {
    background-color: #fff;
    border: 3px solid #085239;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.parent-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.parent-check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #13DE77;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrapiso .check-div {
    border: 1px solid #085239 !important;
    border-radius: 4px;
    padding: 5px 10px;
}

.bootstrapiso .check-div {
    height: 210px;
    overflow-y: scroll;
}

.bootstrapiso .m-display-design {
    flex-direction: row;
}

.bootstrapiso .f-basis-20 {
    flex-basis: 20%;
}

.bootstrapiso .f-basis-40 {
    flex-basis: 40%;
}

.bootstrapiso .f-basis-50 {
    flex-basis: 50%;
}

.bootstrapiso .f-basis-80 {
    flex-basis: 80%;
}

.scheduling-tool-ranking div.container button.btn {
    padding: 6px 12px;
    margin: 0 3px;
}

.scheduling-tool-ranking img {
    max-width: none;
}

.bootstrapiso .ps-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.mtg-empty {
    opacity: 0.7;
    font-style: italic;
}

.mtg-a {
    color: #085239;
}

.fc-085239 {
    color: #085239;
}

.bg-085239, button.btn.bg-085239 {
    background-color: #085239;
}

.fc-5b7e25, button.btn.bg-5b7e25 {
    color: #5b7e25;
}

.bg-5b7e25, button.btn.bg-5b7e25 {
    background-color: #5b7e25;
}

.bg-565656, button.btn.bg-565656 {
    background-color: #565656;
}

.bg-303030, button.btn.bg-303030 {
    background-color: #303030;
}

@media (min-width: 990px) {
    .m-justify-sp-around {
        justify-content: space-around;
    }
}

@media (max-width: 991px) {
    .scheduling-tool-ranking div.container,
    .scheduling-tool-scheduler div.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .scheduling-tool-scheduler div.col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .bootstrapiso .btn-text-m-none {
        display: none;
    }

    .bootstrapiso .m-display-design {
        flex-direction: column;
    }

    .bootstrapiso .m-fs-16 {
        font-size: 16px;
    }

    .bootstrapiso .m-fs-18 {
        font-size: 18px;
    }

    .bootstrapiso .m-fs-20 {
        font-size: 20px;
    }

    .bootstrapiso .name-align {
        flex-basis: 50%;
        font-size: 2em;
        min-width: auto;
    }

    .bootstrapiso .m-ps-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bootstrapiso .m-ps-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bootstrapiso .m-pe-10 {
        padding-right: 10px;
    }

    .bootstrapiso .m-btn-dsn {
        border-radius: 15%;
        width: auto;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scroll-bar-design {
        flex-basis: 60%;
    }

    button.change-a {
        float: right;
        padding-right: 10px;
    }
}

@media (max-width: 720px) {
    .scheduling-tool-scheduler.page-template-default #primary {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .scheduling-tool-up-div, .scheduling-tool-down-div {
        display: none;
    }
}

/* width */
.bootstrapiso .check-div::-webkit-scrollbar {
    width: 14px;
}

/* Track */
.bootstrapiso .check-div::-webkit-scrollbar-track {
    width: 14px;
    background: #D1D1D1;
    border-radius: 30px;
}

/* Handle */
.bootstrapiso .check-div::-webkit-scrollbar-thumb {
    background: #085239;
    border-radius: 30px;
}

/* .bootstrapiso .check-div::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */
