@charset "UTF-8";
.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.indicator-text-khaki,
.indicator-hover-text-khaki:hover {
    color: #666666!important
}

.float-display-left {
    position: absolute;
    top: 50%;
    left: 0.3%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
    font-size: 350%;
    color: #aaa
}

.float-display-right {
    position: absolute;
    top: 50%;
    right: 0.3%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    font-size: 350%;
    color: #aaa
}

.float-badge {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.float-badge {
    border-radius: 50%
}

.float-border {
    border: 1px solid #ccc!important
}

.float-transparent,
.float-hover-none:hover {
    background-color: transparent!important
}

.float-white,
.float-hover-white:hover {
    color: #fff!important;
    background-color: #666666!important;
}

.float-center {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.modal-content {
    width: 70%;
    margin: 0;
    border: 2px solid #aaa;
    border-radius: 16px;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 2;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.button-link {
    color: #00f;
    text-decoration: underline;
}

.button-link:hover {
    cursor: pointer;
    /*   color: #f00; */
}

.modal-button {
    color: #000000;
    text-decoration: none;
    border: 1.5px solid #4a4b4c;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 6px;
}

a#modal-close {}

.modal-button:hover {
    cursor: pointer;
    color: #000000;
    border: 2px solid #000000;
}

.close-button {
    cursor: pointer;
    position: absolute;
    text-align: center;
    height: 25px;
    width: 25px;
    left: 94%;
    top: 1.2%;
    padding-top: 3px;
    font-weight: 600;
}


/* Modal Content */

.modal-header {
    background-color: #101010;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    border-radius: 16px 16px 0 0;
}

.modal-body {
    padding: 10px 20px;
    height: 380px;
}

.modal-body:after {
    content: "";
    display: table;
    clear: both;
}

.modal-column {
    float: left;
    width: 50%;
    height: 360px;
    padding: 10px;
}

.modal-description {
    overflow-y: scroll;
}

.modal-footer {
    padding: 10px 20px 15px 20px;
    /*text-align: center;*/
}

@media screen and (max-width: 650px) {
    .modal-column {
        float: none;
        width: 100%;
        height: 50%;
        max-height: 160px;
        padding: 10px;
    }
    .close-button {
        cursor: pointer;
        position: absolute;
        text-align: center;
        height: 25px;
        width: 25px;
        left: 90%;
        top: 1.2%;
        padding-top: 3px;
        font-weight: 600;
    }
}


/* Added */

#ra-accordion-button {
    background: #cacbcc;
}

.row-column {
    float: left;
    width: 40%;
    padding: 10px;
}

.row_video {
    float: left;
    width: 60%;
    padding: 10px;
}

#row-ra {
    clear: both;
}

#modallist {
    list-style-type: disc;
    padding-left: 1.5em;
}

@media screen and (max-width: 650px) {
    .row-column {
        float: none;
        width: 100%;
        height: 50%;
        padding: 10px;
    }
}

.ra-list {
    padding-top: 4px;
}

.guide-btn {
    display: inline-block;
    padding: 0.5em 3em;
    text-decoration: none;
    border-radius: 25px;
    color: #ffffff;
    background-image: linear-gradient(45deg, #ffc107bf 0%, #ffb506 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}

.guide-btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.row-column-button {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: center;
    margin-top: 0.5em;
}

@media screen and (max-width: 650px) {
    .row-column-button {
        float: none;
        width: 100%;
        height: 50%;
        padding: 10px;
    }
}
/* added */
.guide-btn2 {
    display: inline-block;
    padding: 0.2em 1.5em;
    text-decoration: none;
    border-radius: 25px;
    color: #ffffff;
    background-image: linear-gradient(45deg, #ffc107bf 0%, #ffb506 100%);
/*     box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29); */
/*     border-bottom: solid 3px #c58668; */
}
.row-column-button2 {
    float: left;
    width: 22%;
/*     padding: 1px; */
    text-align: center;
/*     margin-top: 0.1em; */
/*     margin-right: auto; */
}
.clear-style{
    margin: 0;
    padding: 0;
}
br.clear-style{
    margin: 0;
    padding: 0;
    line-height:8px;
}
.ra-list2 {
    padding-top: 15px;
}
/* Added */


/* End of Modal Content */