body, .payment-options{
	display: none;
}

.text-token{
	border: 2px solid #d62267;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgba(226, 19, 110, .5);
	width: 10%;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-sm{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.icon-blue{
	color: #08c;
}
.icon-color{
	-webkit-animation:colorchange 1s infinite alternate;
}

@-webkit-keyframes colorchange {
      0% {
        
        color: #b3d9ff;
      }
      
      10% {
        
        color: #b3d9ff;
      }
      
      20% {
        
        color: #b3d9ff;
      }
      
      30% {
        
        color: #b3d9ff;
      }
      
      40% {
        
        color: #99ccff;
      }
      
      50% {
        
        color: #80bfff;
      }
      
      60% {
        
        color: #66b3ff;
        text-shadow: 0 .5rem 1rem blue !important;
      }
      
      70% {
        
        color: #4da6ff;
      }
      80% {
     
        color: #3399ff;
      }
      
      90% {
     
        color: #1a8cff;
      }
      
      100% {
        
        color: #0080ff;
        text-shadow: 0 .5rem 1rem pink !important;
      }
    }

@keyframes fadein{
    0% { opacity:0; }
    50% { opacity:1; }
    100% { opacity:0; }
}
.icon-img{
    -webkit-animation:fadein 2s infinite alternate;
}

#bKash_button {
    background-image: url('../images/Payment-logo-English_2.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* put the height and width of your image here */
    height: 3rem;
    width: 150px;
    border: none;
    background-size: contain;
    background-color: transparent;
    border: 1px solid #E3106E;

}

#bKash_button:hover {
    background-color: #fce7f0;
    border: none;

}

#ssl_comm_button {
    background-image: url('../images/ssl_logo.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* put the height and width of your image here */
    height: 38px;
    width: 150px;
    border: none;
    background-size: contain;
    background-color: transparent;
}

.plan{
    -webkit-transition:  2s; /* Safari prior 6.1 */
    transition:  0.5s;
    width: 12rem;
    cursor: pointer;
}
.plan:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background-color: #17a2b8;
    border: 1px solid #007bff !important;
    /*color: #fff;*/
    -webkit-transition:  2s; /* Safari prior 6.1 */
    transition:  0.5s;
}
body{
    background: linear-gradient(to right top, rgba(0,43,84,0.4), rgba(0,30,59,0.5));
    min-height: 100vh;
}

.card{
    /*background: linear-gradient(to bottom right, rgba(182,219,255,0.8), rgba(182,219,255,0.6));*/
    background: linear-gradient(to bottom right, rgba(255,255,255,0.5), rgba(255,255,255,0.7));
    border: 0 !important;
}

.card-title{
    border-bottom: 1px solid rgba(255,255,255, 0.75) !important;
    padding-bottom: 5px !important;
}

.card-header{
    background-color: transparent !important;
    border: 0!important;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 2.5rem;
}

img{
    /*max-width: -webkit-fill-available;*/
    max-width: 100%;
}