/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('/delivery/css/NotoSansThai/NotoSansThai.css');
@import url('/delivery/css/font-awesome.min.css');

html,
body {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Thai', sans-serif;
    /*font-family: "arial", heletica, sans-serif;*/
    font-size: 16px;
    /*background: #eb639a url('/delivery/img/body-bg.png') repeat 0 0;*/
    /*-webkit-animation: 10s linear 0s normal none infinite animate;
      -moz-animation: 10s linear 0s normal none infinite animate;
      -ms-animation: 10s linear 0s normal none infinite animate;
      -o-animation: 10s linear 0s normal none infinite animate;
      animation: 10s linear 0s normal none infinite animate;*/
    display: flex;
    user-select: none;
}

footer {
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.profile-pic {
    width: 10rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
    object-position: 25% 25%;
}

.file-upload {
    display: none;
}

.p-image {
    position: absolute;
    margin-left: 50%;
    top: 195px;
    left: 60px;
    color: #FFFFFF;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 3.2em;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #eaecf4;
}

#pictureUrl {
    display: block;
    margin: 0 auto
}

.img-logo {
    
    min-width: 250px;
    max-width: 900px;
    width: 90%;
    margin: 10px;

    /*max-width: 250px !important;
    height: 40px !important;
    width: 90% !important;
    margin: 10px !important;*/
}

a {
    color: #3a3b45 !important;
    text-decoration: underline;
}

.btn,
.btn-ryh {
    border-radius: 1rem;
}

div.body-page {
    /*height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;*/
    margin: auto;
}

select option {
    height: 100px !important;
}

form {
    margin: 30px 5px;
    margin-bottom: 0;
}

footer {
    margin-bottom: 20px;
}

.form-control,
.form-select {
    border-radius: 1rem;
}

.form-checkbox {
    display: flex;
    justify-content: center;
}

.fw-600 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}

span.mw-120 {
    display: inline-block;
    min-width: 120px;
}

span.inline-block {
    display: inline-block;
}

.text-indent {
    text-indent: 3rem;
}

hr {
    margin: 0.5rem;
}

.btn {
    margin: 5px 0;
}

.btn-ryh {
    background-color: #eb639a;
    color: #FFF;
    border-radius: 1rem;
    transition: 0.3;
}

.btn-ryh:hover {
    background-color: #ec2c7a;
    color: #FFF;
}

.command-box {
    /*margin-bottom: 5px;*/
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    /*border-radius: 10px;*/
    overflow: hidden;
    background-color: #ec2c7a;
    color: #FFFFFF;
}

.command-box p {
    margin: 0;
    padding: 0;
}

.command-box p i {
    font-size: 20px;
}

.command-box .command-btn {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.1s;
}

/*.command-btn:hover {
    font-weight: 600;
    background-color: #eb639a;
}*/

.container .card {
    border-radius: 10px;
    overflow: hidden;
}

#pinIcon,
#callingIcon,
#successIcon,
#pinIcon2 {
    position: relative;
    font-size: 100px;
    color: #ec2c7a;
}

#receiveIcon,
#pinIcon2,
#sendingIcon,
#successIcon2 {
    position: relative;
    font-size: 80px;
    color: #ec2c7a;
}

#arrow1,
#arrow2 {
    position: relative;
    font-size: 40px;
    color: #ec2c7a;
    margin: auto 30px;
}

#pinIcon,
#successIcon {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: animateUpDown;
}

#callingIcon {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: animateUpDown;
}

#receiveIcon,
#sendingIcon,
#pinIcon2,
#successIcon2 {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: animateUpDown;
}

.dotwave {
    animation-name: dotwave;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    position: relative;
    top: 0;
    left: 0;
    font-weight: 600;
}

.dotwave:nth-child(2) {
    animation-delay: 0.25s;
}

.dotwave:nth-child(3) {
    animation-delay: 0.5s;
}

.numPassengerBox #minusPassenger,
.numPassengerBox #plusPassenger,
.numPassengerBox #numPassenger {
    border-radius: 10px !important;
}