﻿/* section result */
.section-result {
    background-color: #ad040c;
}

.round-title {
    background-image: url(../images/lotto/bg.jpg?v=1);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.round-title-desc {
    background: transparent;
}

.lotto-status-offline .round-title {
    filter: grayscale(95%);
    background-color: #787878;
}

/* button warning disabled */
.btn-method-group .btn.btn-method {
    height: 45px;
    line-height: 45px;
}

.btn.btn-method.bg-warning.disabled {
    background-color: #c3c3c3 !important;
    color: #fff !important;
    cursor: default;
    border: 1px solid #d9d9d9 !important;
}

    .btn.btn-method.bg-warning.disabled .icon-method {
        background-color: #b3b3b3;
    }

        .btn.btn-method.bg-warning.disabled .icon-method i {
            color: #b3b3b3;
        }

/* button danger disabled */
.btn.btn-method.m-t-15.bg-danger.disabled {
    background-color: #c1c1c1 !important;
    color: #ffffff !important;
    cursor: default;
}

.btn.btn-method.bg-danger.disabled .icon-method {
    background-color: #b3b3b3 !important;
}

    .btn.btn-method.bg-danger.disabled .icon-method i {
        color: #b3b3b3;
    }


.bg-title .pages-title {
    color: rgb(247, 248, 249);
    font-weight: 600;
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
}

.bg-title {
    border-bottom: 1px solid #460406;
    overflow: hidden;
    padding: 7px 15px 6px;
    margin-left: -25.5px;
    margin-right: -25.5px;
}

    .bg-title .breadcrumb {
        background: 0 0;
        margin-bottom: 0;
        float: right;
        padding: 0;
        margin-top: 8px;
    }

        .bg-title .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

/*.section-wrapper.section-selection {
    width: 100%;
    float: left;
    min-height: auto !important;
    padding: 15px 0;
    margin-bottom: 15px !important;
    background-color: #ad060e !important;
}*/

.round-title {
    height: 80px;
    padding: 10px;
    position: relative;
    background-color: #7b0206;
    padding-left: 80px;
    border: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    display: inline-block;
}

.round-box-wrap {
    width: 100%;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
    display: block;
}

.round-title-img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 4px;
    overflow: hidden;
}

    .round-title-img .img {
        height: 100%;
    }

.round-title-desc {
    width: 100%;
    height: 60px;
    overflow: hidden;
    color: #fff;
}

.round-inner-title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
    float: left;
}

.round-inner-subitle {
    float: left;
}

.lotto-round-number {
    float: left;
    height: 20px;
    margin: 0 0 0 7px;
}

    .lotto-round-number p {
        float: left;
        margin-bottom: 0;
        font-size: 13px;
        text-decoration: underline;
        color: #fff;
    }

    .lotto-round-number .icon-desc-check {
        float: left;
        position: relative;
        top: 3px;
    }

.round-inner-paragraph {
    font-size: 12px;
    color: #fff;
    /*font-weight: 600;*/
    line-height: 25px;
    margin-bottom: 0;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.round-heading {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    height: 35px;
}

.round-heading-item {
    width: 33.3333%;
    float: left;
    height: 35px;
    margin: 0;
    padding: 3px 0 3px 0;
    position: relative;
    text-align: center;
    display: inline-block;
    background-color: #460406;
    border-right: 1px solid #750409;
}

    .round-heading-item:hover, .round-heading-item:focus {
        background-color: #dc000c;
        border-right: 1px solid #dc000c;
        color: #fff;
    }

    .round-heading-item:last-child:hover, .round-heading-item:last-child:focus {
        border-right: 0;
        border-right: 1px solid #dc000c;
    }

.round-heading-icon {
    width: 16px;
    height: 16px;
    margin: 0 2px 0 0;
    display: inline-block;
    color: #fff;
    position: relative;
    top: 2px;
}

.round-heading-title {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    white-space: normal;
    text-overflow: ellipsis;
    color: #fff;
}

    .round-heading-title p {
        margin-bottom: 0;
        height: inherit;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }

.round-heading-item:last-child {
    border-right: 0;
    border-right: 1px solid #460406;
}


.round-heading-icon-circle {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    line-height: 16px;
}

    .round-heading-icon-circle i {
        font-size: 10px;
        color: #460406;
        position: relative;
        top: -1px;
    }

.round-white-box {
    width: 100%;
    float: left;
    padding: 20px 15px 15px 15px;
    background-color: #fff;
}

.round-white-box-item {
    background-color: #f0f0f0;
    padding: 15px;
    height: 50px;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.round-white-box-item-inner {
    width: 50%;
    float: left;
}

    .round-white-box-item-inner p {
        font-size: 12px;
        margin: 0;
    }

    .round-white-box-item-inner .title {
        line-height: 22px;
        color: #4c4c4c;
        text-align: center;
    }

.lotto-status-online .btn.btn-method.bg-warning {
    background-color: #c5c5c5 !important;
    cursor: default;
}

    .lotto-status-online .btn.btn-method.bg-warning .icon-method {
        background-color: #b7b7b7 !important;
    }

        .lotto-status-online .btn.btn-method.bg-warning .icon-method i {
            color: #b7b7b7;
        }

.lotto-status-offline {
}

    .lotto-status-offline .round-title {
        filter: grayscale(90%);
        background-color: #787878;
    }

    .lotto-status-offline .round-white-box-item {
        background-color: #44c1ef;
    }

    .lotto-status-offline .round-white-box-item-inner p {
        color: #fff;
    }

    .lotto-status-offline .round-white-box-item .title {
        color: #fff;
    }

    .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning {
        background-color: #c1c1c1 !important;
        cursor: default;
    }

        .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning .icon-method {
            background-color: #b3b3b3 !important;
        }

            .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning .icon-method .icon-method-rounded i {
                color: #b3b3b3 !important;
            }

    .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger {
        background-color: #c1c1c1 !important;
        cursor: default;
    }

        .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger .icon-method {
            background-color: #b3b3b3;
        }

            .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger .icon-method .icon-method-rounded i {
                color: #b3b3b3;
            }

    .lotto-status-offline .round-heading .round-heading-item {
        background-color: #b7b7b7;
        border-right: 1px solid #a5a4a4;
        cursor: default;
    }

        .lotto-status-offline .round-heading .round-heading-item:last-child {
            border-right: 1px solid #b7b7b7;
        }

        .lotto-status-offline .round-heading .round-heading-item i {
            color: #fff;
        }

        .lotto-status-offline .round-heading .round-heading-item
        .round-heading-icon-circle i {
            color: #b6b6b6;
        }

.result-award-wrap {
    width: 100%;
    float: left;
}

.round-title-desc {
    background: transparent;
}

.lotto-status-offline .round-title {
    filter: grayscale(100%);
    background-color: #787878;
    opacity: 0.6;
}

.btn-group-xs .bubbly-button {
    height: 50px;
    font-size: 16px;
    line-height: 18px;
}

.btn-method-group {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .btn-method-group .btn.btn-method {
        width: 100%;
        margin: 0 7.5px;
        padding: 0;
        height: 45px;
        display: block;
        align-items: center;
        justify-content: center;
        background-color: #b4100f;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        border-radius: 3px;
        cursor: pointer;
        outline: none;
        position: relative;
        border: 0;
        padding-left: 50px;
        line-height: 45px;
        overflow: hidden;
    }

.btn.btn-method.bg-warning {
    background-color: #e6a210 !important;
}

    .btn.btn-method.bg-warning .icon-method {
        background-color: #db8e0b;
    }

.btn.btn-method.bg-danger {
    background-color: #e30a18 !important;
}

    .btn.btn-method.bg-danger .icon-method {
        background-color: #d0070d
    }

.icon-method-rounded {
    width: 23px;
    height: 23px;
    background-color: #000;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 25px;
    border-radius: 50%;
    background-color: #fff;
}

.btn.btn-method.bg-warning .icon-method i {
    color: #db8e0b;
}

.btn.btn-method.bg-danger .icon-method i {
    color: #d0070b;
}

.btn-method-group .btn.btn-method:not(:first-child) {
    margin-right: 0;
}

.btn-method-group .btn.btn-method:not(:last-child) {
    margin-left: 0;
}

.btn-method-group .btn.btn-method {
    padding-left: 45px;
    position: relative;
    border: 0;
}

    .btn-method-group .btn.btn-method.bg-warning .icon-method {
        background-color: #db8e0b;
    }

    .btn-method-group .btn.btn-method.bg-danger .icon-method {
        background-color: #d0070d;
    }

.lotto-status-online .btn.btn-method.bg-warning {
    background-color: #c5c5c5 !important;
    cursor: default;
}

.btn.btn-method.m-t-15.bg-warning.disabled:hover {
    border: 1px solid #d9d9d9 !important;
}

.lotto-status-online .btn.btn-method.bg-warning .icon-method {
    background-color: #b7b7b7 !important;
}

    .lotto-status-online .btn.btn-method.bg-warning .icon-method i {
        color: #b7b7b7;
    }

.btn-method-group .btn.btn-method {
    height: 40px;
    padding-left: 39px;
    line-height: 40px;
    font-size: 12px;
}

.icon-method {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    margin: 0 10px 0 0;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: -1px;
}

.btn-group.bootstrap-select {
    width: 100% !important;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md::after {
    position: relative;
    top: 9px;
    color: #8e0207;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md:focus {
    outline: none;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md:focus {
    box-shadow: none !important;
    outline: none !important;
}

.input-group.input-group-custom .form-control:focus {
    box-shadow: none;
}


/* resize */

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1720px) {
}

@media screen and (max-width: 1670px) {
}

@media screen and (max-width:1440px) {
}

@media screen and (max-width:1350px) {
    .lotto-wrap {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (max-width:1280px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (max-width:1170px) {
    .lotto-payout-wrap {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width: 991px) {

    .lotto-wrap {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:480px) {
}

@media screen and (max-width:360px) {
    .round-title {
        padding-left: 55px;
    }

    .round-title-img {
        width: 40px;
        height: 40px;
        top: 22px;
        left: 7.5px;
    }

    .more-link i {
        font-size: 14px;
    }
}

.btn.btn-method.bg-warning.disabled .icon-method {
    background-color: #b4b4b4 !important;
    cursor: default !important;
    color: #fff !important;
}

.btn.btn-method.bg-warning {
    height: 45px;
    line-height: 45px;
}

.btn.btn-method.bg-danger.disabled .icon-method {
    background-color: #b4b4b4 !important;
    cursor: default !important;
    color: #fff !important;
}

.btn.btn-method.bg-danger {
    height: 45px;
    line-height: 45px;
}

.round-white-box-item-inner .title {
    font-size: 18px;
}

@media screen and (max-width:991px) {
    .round-white-box-item-inner .title {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .lotto-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btn.dropdown-toggle.btn-danger.btn-custom-md {
        margin: 0 !important;
    }

    .form-control.input-group.date i {
        font-size: 22px;
        right: 5px;
    }
}

/* เพิ่มเติม */
.dropdown.bootstrap-select .dropdown-item.active,
.dropdown.bootstrap-select .dropdown-item:active,
.dropdown.bootstrap-select .dropdown-item.active:hover,
.dropdown.bootstrap-select .dropdown-item:hover {
    background-color: #c8000a;
    border-radius: 0;
    color: #fff;
}

.dropdown.bootstrap-select .dropdown-menu.show {
    padding-top: 0;
    padding-bottom: 0
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bg-title {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md::after {
    top: 2px;
}


/* ///////////// */
.round-heading-item {
    background-color: #dc000c;
    border-right: 1px solid #bb0710;
}

.round-heading-icon-circle i {
    color: #dc000c;
}

.round-heading-item:last-child {
    border-right: 1px solid #dc000c;
}

.round-heading-item:hover,
.round-heading-item:focus {
    background-color: #a40005;
    border-right: 1px solid #a40005;
    color: #fff;
}

.round-heading-item:last-child:hover,
.round-heading-item:last-child:focus {
    background-color: #a40005;
    border-right: 1px solid #a40005;
    color: #fff;
}

.btn-method-group .btn.btn-method {
    padding: 0;
}

    .btn-method-group .btn.btn-method .icon-method {
        display: none;
    }





    .btn-method-group .btn.btn-method.bg-warning {
        background-color: #6ab04d !important;
        border: 1px solid #6ab04d !important;
        color: #fff !important;
        cursor: pointer !important;
    }

        .btn-method-group .btn.btn-method.bg-warning.disabled,
        .btn-method-group .btn.btn-method.bg-warning.disabled {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }

        .btn-method-group .btn.btn-method.bg-warning:hover,
        .btn-method-group .btn.btn-method.bg-warning:focus {
            background-color: #459a22 !important;
            border: 1px solid #459a22 !important;
            color: #fff !important;
        }

        .btn-method-group .btn.btn-method.bg-warning.disabled:hover,
        .btn-method-group .btn.btn-method.bg-warning.disabled:focus {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }


    .btn-method-group .btn.btn-method.bg-danger {
        background-color: #dc000c !important;
        border: 1px solid #dc000c !important;
        color: #fff !important;
    }

        .btn-method-group .btn.btn-method.bg-danger.disabled,
        .btn-method-group .btn.btn-method.bg-danger.disabled {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }

        .btn-method-group .btn.btn-method.bg-danger:hover,
        .btn-method-group .btn.btn-method.bg-danger:focus {
            background-color: #ba0812 !important;
            border: 1px solid #c40c14 !important;
            color: #fff !important;
        }

        .btn-method-group .btn.btn-method.bg-danger.disabled:hover,
        .btn-method-group .btn.btn-method.bg-danger.disabled:focus {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }



/*  */
.lotto-status-online .btn-method-group .btn.btn-method.bg-warning {
    background-color: #6ab04d !important;
    border: 1px solid #6ab04d !important;
    color: #fff !important;
}

    .lotto-status-online .btn-method-group .btn.btn-method.bg-warning:hover,
    .lotto-status-online .btn-method-group .btn.btn-method.bg-warning:focus {
        background-color: #459a22 !important;
        border: 1px solid #459a22 !important;
        color: #fff !important;
    }

    .lotto-status-online .btn-method-group .btn.btn-method.bg-warning.disabled,
    .lotto-status-online .btn-method-group .btn.btn-method.bg-warning.disabled {
        background-color: #c5c5c5 !important;
        border: 1px solid #c5c5c5 !important;
        color: #fff !important;
        cursor: default !important;
    }

        .lotto-status-online .btn-method-group .btn.btn-method.bg-warning.disabled:hover,
        .lotto-status-online .btn-method-group .btn.btn-method.bg-warning.disabled:focus {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }

.lotto-status-online .btn-method-group .btn.btn-method.bg-danger {
    background-color: #dc000c !important;
    border: 1px solid #dc000c !important;
    color: #fff !important;
}

    .lotto-status-online .btn-method-group .btn.btn-method.bg-danger:hover,
    .lotto-status-online .btn-method-group .btn.btn-method.bg-danger:focus {
        background-color: #930006 !important;
        border: 1px solid #930006 !important;
        color: #fff !important;
    }

    .lotto-status-online .btn-method-group .btn.btn-method.bg-danger.disabled,
    .lotto-status-online .btn-method-group .btn.btn-method.bg-danger.disabled {
        background-color: #c5c5c5 !important;
        border: 1px solid #c5c5c5 !important;
        color: #fff !important;
    }

        .lotto-status-online .btn-method-group .btn.btn-method.bg-danger.disabled:hover,
        .lotto-status-online .btn-method-group .btn.btn-method.bg-danger.disabled:focus {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }

/*  */
.lotto-status-offline .btn-method-group .btn.btn-method.bg-warning {
    background-color: #d9d9d9 !important;
    border: 1px solid #d9d9d9 !important;
    color: #fff !important;
    cursor: default !important;
}

    .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning:hover,
    .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning:focus {
        background-color: #d9d9d9 !important;
        border: 1px solid #d9d9d9 !important;
        color: #fff !important;
    }

    .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning.disabled,
    .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning.disabled {
        background-color: #c5c5c5 !important;
        border: 1px solid #c5c5c5 !important;
        color: #fff !important;
    }

        .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning.disabled:hover,
        .lotto-status-offline .btn-method-group .btn.btn-method.bg-warning.disabled:focus {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }

.lotto-status-offline .btn-method-group .btn.btn-method.bg-danger {
    background-color: #d9d9d9 !important;
    border: 1px solid #d9d9d9 !important;
    color: #fff !important;
    cursor: default !important;
}

    .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger:hover,
    .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger:focus {
        background-color: #d9d9d9 !important;
        border: 1px solid #d9d9d9 !important;
        color: #fff !important;
    }

    .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger.disabled,
    .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger.disabled {
        background-color: #c5c5c5 !important;
        border: 1px solid #c5c5c5 !important;
        color: #fff !important;
    }

        .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger.disabled:hover,
        .lotto-status-offline .btn-method-group .btn.btn-method.bg-danger.disabled:focus {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }
/*  */
.lotto-status-busy .btn-method-group .btn.btn-method.bg-warning {
    background-color: #6aaf4d !important;
    border: 1px solid #6bb04e !important;
    color: #fff !important;
}

    .lotto-status-busy .btn-method-group .btn.btn-method.bg-warning:hover,
    .lotto-status-busy .btn-method-group .btn.btn-method.bg-warning:focus {
        background-color: #459a22 !important;
        border: 1px solid #459a22 !important;
        color: #fff !important;
    }

    .lotto-status-busy .btn-method-group .btn.btn-method.bg-warning.disabled,
    .lotto-status-busy .btn-method-group .btn.btn-method.bg-warning.disabled {
        background-color: #c5c5c5 !important;
        border: 1px solid #c5c5c5 !important;
        color: #fff !important;
    }

        .lotto-status-busy .btn-method-group .btn.btn-method.bg-warning.disabled:hover,
        .lotto-status-busy .btn-method-group .btn.btn-method.bg-warning.disabled:focus {
            background-color: #c5c5c5 !important;
            border: 1px solid #c5c5c5 !important;
            color: #fff !important;
        }

.lotto-status-busy .btn-method-group .btn.btn-method.bg-danger {
    background-color: #dc000c !important;
    border: 1px solid #dc000c !important;
    color: #fff !important;
}

.lotto-status-busy .btn-method-group .btn.btn-method.bg-danger:hover,
.lotto-status-busy .btn-method-group .btn.btn-method.bg-danger:focus {
    background-color: #930006 !important;
    border: 1px solid #930006 !important;
    color: #fff !important;
}

.lotto-status-busy .btn-method-group .btn.btn-method.bg-danger.disabled,
.lotto-status-busy .btn-method-group .btn.btn-method.bg-danger.disabled {
    background-color: #c5c5c5 !important;
    border: 1px solid #c5c5c5 !important;
    color: #fff !important;
}

.lotto-status-busy .btn-method-group .btn.btn-method.bg-danger.disabled:hover,
.lotto-status-busy .btn-method-group .btn.btn-method.bg-danger.disabled:focus {
    background-color: #c5c5c5 !important;
    border: 1px solid #c5c5c5 !important;
    color: #fff !important;
}

.lotto-status-offline .round-heading-item:last-child:hover,
.lotto-status-offline .round-heading-item:last-child:focus {
    background-color: #b6b6b6;
    border-right: 1px solid #b5b4b3;
    color: #fff;
}

.round-white-box-item {
    margin-bottom: 23px;
}

.round-link {
    width: 100%;
    float: left;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #f0f0f0;
    padding: 15px;
    height: 50px;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 4px;
    margin-bottom: 23px;
    background-color: #44c1ef;
    transition: all 0.25s;
    line-height: 20px;
    font-size: 14px;
}

.round-link:hover,
.round-link:focus {
    color: #fff;
    cursor: pointer;
    background-color: #0da4dc;
    transition: all 0.25s;
}