select,
option {
    font-size: 0.6rem;
}

#Calendar-Month {
    font-size: 1.0rem;
}

#Calendar-Year {
    font-size: 1.0rem;
}

.chrono {
    background-color: #E8E8E8;
}

.chrono-button:hover {
    color: #d6a623;
    background-color: #E8E8E8;
}

.chrono-button {
    border: none;
    font-weight: normal;
    font-family: Verdana, Helvetica;
    font-size: 1.0rem;
    color: #666666;
}

.chrono-date:hover {
    color: #d6a623;
    background-color: #E8E8E8;
}

.Chrono-minus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #E8E8E8;
    background-color: #E8E8E8;
    outline-color: #E8E8E8;
    background: transparent;
}

.chrono-date {
    display: flex;
    justify-content: space-evenly;
    align-items: center;   
}

.Chrono-G {
    position: relative;
    float: right;
}

.Chrono-D-Title {
    position: absolute;
    top: 20%;
    Left: 1%;
    font-size: 0.8rem;
    width: 43%;
    color: rgb(144, 118, 91);
}

.Chrono-G-Title {
    position: absolute;
    top: 20%;
    right: 1%;   
    font-size: 0.8rem;
    width: 43%;
    color: rgb(144, 118, 91);
}

.Chrono-D-Txt {
    position: absolute;
    text-align: justify;
    font-size: 0.7rem;
    top: 40%;
    left: 1%;
    width: 43%;
}

.Chrono-G-Txt {
    position: absolute;
    text-align: justify;
    font-size: 0.7rem;
    top: 40%;
    right: 1%;
    width: 43%;
}

.Chrono-NoEvent {
    margin: auto;
    text-align: center;
    font-size: 1.5vw;
    color: rgb(121, 129, 140);
}

.dline {
    position: absolute;
    right: 0px;   
    top: 110px;
    background-color: white;
    width: 0px;
    height: 20px;
    transition: width 2s;
}

.gline {
    position: absolute;    
    top: 110px;
    background-color: white;
    width: 0px;
    height: 20px;
    font-weight: bolder;
    transition: width 2s;
}

.img {
    width: 100%;
    margin: -2px;
    background-size: contain;
}

.img-Chrono-D {
    position: absolute;
    width: 150px !important;
    height: 100px !important;
    right: 15px;
    top: 10px;
    border: 2px solid #d6a623;
}

.img-Chrono-G {
    position: absolute;
    width: 150px !important;
    height: 100px !important;
    left: 20px;
    top: 10px;
    border: 2px solid #d6a623;
}

.morph-D img {
    width: 150px;
    height: 100px;
    -webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transition: all 0.5s ease;
    transition: all 1.9s ease;
    z-index: 10;
}

.morph-D :hover img {
    width: 300px !important;
    height: 200px !important;
    top: -50px;
    right: 45px;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(-360deg);
    z-index: 11;
}

.morph-G img {
    width: 150px;
    height: 100px;
    -webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transition: all 0.5s ease;
    transition: all 1.9s ease;
    z-index: 10;
}

.morph-G :hover img {
    width: 300px !important;
    height: 200px !important;
    top: -50px;
    left: 45px;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    z-index: 11;
}

.Select-DD-Date {
    position: absolute;
    text-align: justify;
    font-size: 1.2vw;
    top: 5%;
    right: 35%;
    text-align: center;
    width: 5%;
}

.Select-DM-Date {
    position: absolute;
    text-align: justify;
    font-size: 1.1vw;
    top: 23%;
    right: 30.5%;
    text-align: center;
    width: 15%;
}

.Select-DY-Date {
    position: absolute;
    text-align: justify;
    font-size: 1.2vw;
    top: 40%;
    right: 34%;
    width: 8%;
}

.Select-GD-Date {
    position: absolute;
    text-align: center;
    font-size: 1.2vw;
    top: 5%;
    left: 34%;
    text-align: center;
    width: 5%;
}

.Select-GM-Date {
    position: absolute;
    text-align: center;
    top: 23%;
    left: 29%;
    font-size: 1.1vw;
    text-align: center;
    width: 15%;
}

.Select-GY-Date {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 32%;
    font-size: 1.2vw;
    width: 8%;
}

@media screen and (max-width: 1600px) {
  
    .img-Chrono-G {
        width: 150px !important;
        height: 100px !important;
    }

    .img-Chrono-D {
        width: 150px !important;
        height: 100px !important;
    }

    .Select-DD-Date {
        font-size: 1.2vw;
    }

    .Select-DM-Date {
        font-size: 1vw;
    }

    .Select-DY-Date {
        font-size: 1.2vw;
    }

    .Select-GD-Date {
        font-size: 1.2vw;
    }

    .Select-GM-Date {
        font-size: 1vw;
    }

    .Select-GY-Date {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 1400px) {


    .alldate {
        font-size: 1.6vw !important;
    }

    
    .alltitle {
        font-size: 1.5vw !important;
    }   

    .img-Chrono-D {
        width: 150px !important;
        height: 100px !important;
    }

    .img-Chrono-G {
        width: 150px !important;
        height: 100px !important;
    }

    .Select-DD-Date {
        font-size: 1.4vw;
    }

    .Select-DM-Date {
        font-size: 1.2vw;
    }

    .Select-DY-Date {
        font-size: 1.4vw;
    }

    .Select-GD-Date {
        font-size: 1.4vw;
    }

    .Select-GM-Date {
        font-size: 1.2vw;
    }

    .Select-GY-Date {
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 1000px) {

    .alldate {
        font-size: 2vw !important;
    }

    .alltitle {
        font-size: 2vw !important;
    }

    .Chrono-D-Txt {
        position: absolute;
        text-align: justify;
        font-size: 0.6rem;
        top: 35%;
        left: 1%;
        width: 43%;
    }
    
    .Chrono-G-Txt {
        position: absolute;
        text-align: justify;
        font-size: 0.6rem;
        top: 35%;
        right: 1%;
        width: 43%;
    }

    .dline {
        top: 90px;
    }

    .gline {
        top: 90px;
    }

    .img-Chrono-D {
        width: 120px !important;
        height: 80px !important;
    }

    .img-Chrono-G {
        width: 120px !important;
        height: 80px !important;
        left: 10px;
    }

    .morph-D :hover img {
        top: -60px !important;
        right: 0px;
    }

    .morph-G :hover img {
        top: -60px;
        left: 0px;
    }
}

@media screen and (max-width: 800px) {

    .alldate {
        font-size: 2.0vw !important;
    }

    .alltitle {
        font-size: 2.0vw !important;
    }


    .Chrono-D-Title {       
        top: 0%;       
        font-size: 0.7rem;      
    }
    
    .Chrono-G-Title {      
        top: 0%;       
        font-size: 0.7rem;        
    }

    .Chrono-D-Txt {       
        font-size: 0.5rem;
        top: 30%;        
    }
    
    .Chrono-G-Txt {       
        font-size: 0.5rem;
        top: 30%;       
    }

    .dline {
        top: 60px;
    }

    .gline {
        top: 60px;
    }

    .img-Chrono-D {
        width: 90px !important;
        height: 60px !important;
        right: 10px !important;
        top: 5px !important;
    }

    .img-Chrono-G {
        width: 90px !important;
        height: 60px !important;
        left: 10px;
        top: 5px;
    }

    .morph-D :hover img {
        top: -30px !important;
    }

    .morph-G :hover img {
        top: -25px;
        left: 0px;
    }
}

@media screen and (max-width: 650px) {

    .alldate {
        font-size: 2.8vw !important;
    }

    
    .alltitle {
        font-size: 2.8vw !important;
    }

    .Chrono-D-Title {       
        top: 0%;       
        font-size: 0.6rem;      
    }
    
    .Chrono-G-Title {      
        top: 0%;       
        font-size: 0.6rem;        
    }

    .Chrono-D-Txt {       
        font-size: 0.4rem;
        top: 30%;       
    }
    
    .Chrono-G-Txt {      
        font-size: 0.4rem;
        top: 30%;       
    }
  
    .dline {
        top: 50px;
    }

    .gline {
        top: 50px;
    }

    .img-Chrono-D {
        width: 70px !important;
        height: 45px !important;
        top: 10px;
    }

    .img-Chrono-G {
        width: 70px !important;
        height: 45px !important;
        top: 10px;
    }

    .morph-D :hover img {
        top: -40px !important;
    }

    .morph-G :hover img {
        top: -40px;
        left: 0px;
    }
}

@media screen and (max-width: 450px) {

    .alldate {
        font-size: 3vw !important;
    }

    
    .alltitle {
        font-size: 3.0vw !important;
    }
   
    .dline {
        top: 40px;
    }

    .gline {
        top: 40px;
    }

    .img-Chrono-D {
        width: 60px !important;
        height: 40px !important;
    }

    .img-Chrono-G {
        width: 60px !important;
        height: 40px !important;
    }

    .morph-D :hover img {
        top: -50px !important;
    }

    .morph-G :hover img {
        top: -50px;
        left: 0px;
    }

    select,
    option {
        font-size: 1.5vw;
    }
}