@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali&display=swap');

body{
margin:0px!important;
border:0px!important;
padding:0px!important;
}

.flex{
    display: flex;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-height{
    height:100vh;
}
.full-width{
    width:100vw;
}
.text-field {
    display:flex;
    margin:10px;
}
.text-field .label{
    width:80px;
    margin-right:15px
}
.label{
color:white;
margin-top:5px;
font-weight:300;
}
.text-box{
 border-radius:5px;
}


input[type="text"], input[type="password"] {
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom:4px;
  width: 200px;
}

/* smaller font size for passwordfield on screens less than 600px wide */
@media (max-width: 600px) {
  input[type="password"] {
    font-size: 12px;
    margin-bottom:4px;
    width: 200px;
  }
}
@media (max-width: 600px) {
  input[type="text"] {
    width: 188px;
  }
}


.code-field{
display:flex;
margin:10px;
}
.code-field .label-code{
    width:80px;
    margin-right:10px
}
.label-code{
color:white;
margin-top:5px;
font-weight:600;
}

.code-box{
border-radius:10px;
min-width:10vw;
}



     .top-bar-standard{
     color:white;
     border-color:white;
     background-color:#003126;
     transition: 0.7s;
     padding:5px;
     margin-left:10px;
     border-radius:5px;
     min-width:100px;
     min-height:15px;
     }

     .top-bar-standard:hover {
           background-color:#929465!important;
           transition: 0.5s;
       }
       .top-bar-standard:active{
       transform: scale(0.98);
       }
       @media (max-width: 600px) {
         .top-bar-standard {
           min-width: 50px;
           min-height: 10px;
         }
       }
.standard-button:disabled {
    /* Your disabled button styles */
    color: gray;
    border-color: gray;
    /* You can customize other styles as needed */
}

.standard-button {
    color: white;
    border-color: white;
    background-color: transparent;
    font-size: 11px;
    margin: 4px;

    border-radius: 5px;
    padding: 4px;
    min-height: 30px;
}

.standard-button:hover {
    background-color: #003126;
    transition: 0.1s;
}
@media (max-width: 600px) and (max-height: 1000px) {
.standard-button{
font-size: 12px;
}
}

.no-background-no-border {
    background: transparent!important;
    border: none!important;
    padding: 0;
    margin-right:5px;
    margin-left:5px;
    font-weight:bold;
    cursor: pointer;
}

.no-background-no-border:hover {
    color: green!important;
}


.reload-button{
    border:none;
    color: white;
    background-color: transparent;
    font-size: 11px;
    margin: 4px;

    border-radius:50px;
    padding: 4px;
    min-height: 30px;
}

.reload-button:active {
    /* Define the style changes when the button is clicked */
    transform: scale(0.95); /* Example: Scale the button down slightly */
}


.msg-button{
    border:none;
    color: white;
    background-color: transparent;
    font-size: 11px;


    border-radius:50px;
    min-height: 30px;
}

.msg-button:hover {
    background-color: silver;
    transition: 0.1s;
}
@media (max-width: 600px) and (max-height: 1000px) {
.msg-button{
font-size: 12px;
}
}

.profile-option-button{
margin-left: 180px!important;
    margin-bottom: 5px!important;
    font-weight: 900;
    border-radius: 10px!important;
    text-align: center;
}

.search-container {
     position: relative;
     display: inline-block;
     width: 100%;
 }
.search-field {
  width: 92% !important;
      padding: 10px !important;
    padding-right: 30px!important; /* Space for the button */
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-button {
    position: absolute;
    right: 30px;
    top: 47%;
    transform: translateY(-50%);
    cursor: pointer;
}






      .font{
      font-size:12px;
      min-width:100px;

      }

.facebook-login-button {
  background-color: #1877f2;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-family: Noto Sans Bengali, Arial Unicode MS, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.facebook-login-button:hover {
  background-color: #166fe5;
}

.forget-pass{
    color:white;
  border: none;
  background-color: transparent;
  cursor: pointer;
    margin-top:5px;
}
.forget-pass:hover{
   color: #00FFFF;
   }
   .forget-pass:active{
     transform: scale(0.98);
     }


          .profile-popup{
         height:auto;
         width:auto;
         border-radius:10px;
         background: rgba(0, 0, 0, 0.3);
         }

          .popup-standard{
          color:white;
          border-color:white;
          background-color:transparent;
          border-radius:5px;
          padding:5px;
          min-height:15px;
          min-width: 80px;
          margin:2px;

          }.popup-standard:hover{
              background-color:#929465;
                    transition: 0.5s;
              }
              .popup-standard:active{
               transform: scale(0.98);
                }


.close-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 25px;
     float: right!important;
     margin-bottom:5px
}

.close-button:hover {
    background-color: silver;
}

.close-button:active {
    transform: scale(0.9);
}
.gold, td.gold{
 color:#D4AC0D;
font-weight: 900;
}



/*
animation related css command
*/
          svg {
                color: #151516;
                position: absolute;
              }

          svg.firstimage {

                opacity: 0;
                animation: logo-flip 2.5s linear infinite alternate;
              }

          svg.secondimage {
                opacity: 0;
                animation: logo-flip 2.5s linear 2.5s infinite alternate;
              }

          .image-container {
                position: relative;
              }

          .coin-style {
                background: rgb(233, 226, 226);
                border-radius: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                box-shadow: 0px 15px 15px -19px rgb(255, 255, 255);
                animation: coin-flip 1.25s cubic-bezier(0.93, 0.05, 0.9, 0.71) infinite alternate;
          }

          @keyframes coin-flip {
                0% {
                  transform: scaleX(0.95);
                }

                100% {
                  transform: scaleX(0.08);
                  border-radius: 50%;
                }
              }

          @keyframes logo-flip {
                0% {
                  opacity: 0;
                }

                50% {
                  opacity: 0;
                }

                53% {
                  opacity: 1;
                }

                100% {
                  opacity: 1;
                }
          }

          .match-ui {
            display: flex;
            flex-direction: column;
            height: auto;
            width: auto;
            max-width: 100vw;
            background-color:rgba(0,0,0, .8);
          }


.warningLabel {
    color: #ff0000 ;
    font-weight:bold;
}
.charCount{
color: #FA8128;
}
.gwt-TabPanelBottom {
    padding: 0px!important;
}

.custom-tabBar .gwt-TabBar{
    background: transparent!important; /* Change to your desired color */
    margin-bottom: 10px;
}

.custom-border .gwt-TabPanelBottom{
    border-color: transparent!important; /* Change to your desired color */
}


button.attachment-btn:hover,
button.attachment-btn:active,
button.attachment-btn:focus,
button.attachment-btn {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: blanchedalmond;
  padding: 4px;
}

button.attachment-btn:hover{
  background-color: rgba(0, 0,0, .2);
}


