.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 32px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 1px;
    
    
    }

    .owl-stage-outer{
        max-height: 80px;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
	font-size:16px;
    line-height: 30px;
    transition: width 0.4s linear;
    padding-left: 10px;
    }

    .searchbar:hover1 > .search_input{
    padding: 0 10px;
    width: 150px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #f53149;
    }

    .coms{
        display: none;
    }

    .search_icon{
    height: 32px;
    width: 32px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }
    
    .z-index{
        z-index: 11;
        position: relative;
    }
    
    .plus18 {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #a1aed4;
        border-radius: 160px;
        color: #a1aed4;
        text-align: center;
        padding-top: 5px;
        margin-top: 15px;
    }

    .social{
        margin-top: 20px;
    }
    .social i{
        display: inline-block;
        padding: 5px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        cursor: pointer;
    }

    .social i:hover{
        color:#f9314b; 
    }

    .win_users {
        padding: 10px 0px 10px;
        background: #0b122e;
    }

    .left-list li i{
        padding: 5px;
    }

    .sign-in{
        overflow-y: initial !important
    }

    .form-footer{
        cursor: pointer;
    }

    .asc .contact-form-wrapper{
        padding-right: 0px;
    }

    .asc .contact-form-wrapper .contact-box{
        -webkit-box-shadow: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px 0px;
    }
    
    .asc .help-box{
        padding: 19px 20px 20px;
    }

    .input-norm{
        height: 40px;
        width: 100%;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        color:white;
        background: none;
        border: none;
        text-decoration:none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .agent_title{
        clear:both
    }

    .cart-area .total-pay .content span{
        margin-right: 0px;
    }

    /* .page-link{
        background: #182455;
        color: white;
    } */
    
    .prog{
        width: 60%;
        margin-top:20px;
    }

    .prog .progress{
        margin-top: 15px;
    }
    .contact .contact-form-wrapper .contact-box .input-field{
        width: 100%;
        border: 0px;
        height: 50px;
        color: #a1aed4;
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 22px;
        padding-left: 10px;
    }
    
    .tab-content .contact-form-wrapper .contact-box{
        box-shadow: 0px 0px 0px 5px rgba(25, 37, 77, 0.2), 
        0px 0px 0px 0px rgba(25, 37, 77, 0.2),
         0px 0px 0px 0px rgba(25, 37, 77, 0.2);
         padding: 20px 20px 20px;
    }

    .width-300{
        max-width: 300px;
    }

    .width-400{
        max-width: 400px;
    }

    .width-500{
        max-width: 500px;
    }

    .none{
        display: none;
    }
    
    .alert-dismissible .close{
        padding: 0.45rem 1.25rem
    }

    .info-box{
        padding: 21px 15px 20px;
        background: #0e1833;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .info-box .title {
        font-size: 16px !important;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    
    .info-box .number {
        font-size: 15px;
        line-height: 26px;
        color: #f6a623;
    }

    .subtitle{
        color: #d2273c
    }

    .min_button{
        padding: 8px; 
        font-size: 14px;
    }

    .form-area select {
        width: 100%;
        height: 50px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        background: #273261;
        padding: 0px 30px;
        color: #fff;
    }


    .selectWrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 2px;
        background:#273261 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%2300AEA9%22%2F%3E%3C%2Fsvg%3E') right 13px center no-repeat;
    }
    

    .login-modal .modal-dialog .modal-content .modal-body .form-area select{
        background: none;
        border: none;
        padding-top: 0px;
        margin-top: 0px;
        padding-left: 10px;
    }

    .selectWrapper select {
            padding: 12px 40px 12px 10px;
            font-size: 18px;
            line-height: 25px;
            width: 100%;
            border: none;
            box-shadow: none;
            background: transparent;
            background-image: none;
            -webkit-appearance: none;
            outline: none;
            cursor: pointer;
            -moz-appearance: none;
            text-indent: 0.01px;
            text-overflow: ellipsis;
            color: white;
        }

        .selectWrapper select option {
            color: #273261
        }

        .fs-32{
            font-size: 32px;
        }

        .fs-26{
            font-size: 26px !important;
        }

        .pt-10{
            padding-top: 10px;
        }
        .pb-10{
            padding-bottom: 10px;
        }

        .mt-10{
            margin-top: 10px;
        }

        .mt-20{
            margin-top: 20px;
        }

        .mb-10{
            margin-bottom: 10px;
        }

        .mb-20{
            margin-bottom: 20px;
        }

        .max-width-250{
            max-width: 250px !important;
        }

        #myCarousel .carousel-item img{
            width: 100%;
          }

          .carousel-item p{
              line-height: 1;
          }

          .links{
              margin-top:40px
          }

          .game_border{
            border-radius: 50%;
            overflow: hidden;
            border: 8px solid #98A7AE;
            width: 210px;
          }

          .inline{
              display: inline;
              font-size:14px
          }

          .bold{
              font-weight: bold;
          }

          .date{
            color:#f0ad4e;
            font-size: 14px;
          }

          .form-group{
            margin-bottom: 0rem
          }

          .lightgreen{
              color: lightgreen;
          }

          .red{
            color: red;
          }

          .tm-dropdown-menu .list li{
              margin-bottom:10px
          }

          .tm-dropdown-menu li::after{
              content: '';
            margin-top:0px !important
             }


            .mini-button{
                padding:10px;
                font-size: 12px;
            }

            .flex-vertical-center{
                display: flex;
                align-items: center;
                justify-content: center;
            }


            .datepicker td, .datepicker th {
                width: 2.5rem;
                height: 2.5rem;
                font-size: 0.85rem;
            }
            
            .datepicker {
                margin-bottom: 3rem;
            }
            
            .input-group {
                border-radius: 30rem;
            }
            
            input.form-control {
                border-radius: 30rem 0 0 30rem;
                border: none;
            }
            
            input.form-control:focus {
                box-shadow: none;
            }
            
            input.form-control::placeholder {
                font-style: italic;
            }
            
            .input-group-text {
                border-radius: 0 30rem 30rem 0;
                border: none;
            }
            
            .datepicker-dropdown {
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            }


            .custom_logo{
                width:40px;
                margin-left:20px;
                transform: scale(2.5);
            }

            .close{
                margin-top: -2px;
            }

            
            .close span{
                font-size: 40px;
            }

            .close span:hover{
                color: #f9314b
            }

            .single-game img{
                border-radius: 8px
            }

            .mybtn1{
                max-width: 240px;
            }

            .alert-danger a{
                color: blue;
                font-weight: bold;
            }

            .qty {
                display: inline-block;
                padding: 4px 10px;
                border-radius: 50px;
                -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 30%);
                box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 30%);
            }

            .qtplus:hover {
                color: #f9314b;
            }

            .active_custom{
                color: #f9314b !important;
            }

            .qty ul li {
                display: inline-block;
            }

            .qttotal, .qtminus, .qtplus {
                display: inline-block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                font-size: 16px;
                cursor: pointer;
                font-weight: 500;
                color: #fff;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

            /* 
          .pagination a {
            margin-top: 20px;
            padding: 0;
            width: 30px;
            height: 30px;
            line-height: 27px;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            padding-left: 9px;
          }

          .pagination li {
            padding: 2px
          }

          .pagination a:hover {
            background-color: #f9314b;
            color: white;
          }
          .pagination a.active, .pagination a:active {
            background-color: #f9314b;
            color: white;
          }

          .page-item:first-child .page-link {
            margin-left: 0;
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
        }

        .page-item:last-child .page-link {
            margin-left: 0;
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

        .page-item:last-child{
            margin-left:3px
        }

        .page-item.active .page-link{
            background-color: #2eb7eb;
            border-color: #2eb7eb;
        }

        .page-item.active .page-link:hover{
            color:white
        }
       
        .page-item.disabled .page-link{
            background: none;
        } */