.theme-banner 
{
    display:none;
}

.disable-box
{
        background-image: linear-gradient(135deg, rgba(32, 201, 151,0.5) 25%, rgba(255, 255, 255,0.5) 25%, rgba(255, 255, 255,0.5)50%, rgba(32, 201, 151,0.5) 50%, rgba(32, 201, 151,0.5) 75%, rgba(255, 255, 255,0.5) 75%, rgba(255, 255, 255,0.5) 100%);
}

.disable-content
{
    color: #F1F3F5;
}

.order-color-green {
    color: #20C997;
}


/*
*/
.status-template
{
    display:none !important;
}
.status-container
{
    display:flex;
}
.status-box
{
    display: flex;
    flex-direction: column;

}

.status-description
{
    height:100%;
}

.operations-chat a
{
    border-radius: 50%;
    height: 125px;
    width: 125px;
    padding: 25px 25px;
}
.operations-chat svg
{
    height: 75px;
    width: 75px;
}

.tab-icon svg
{
    width: 50px;
    height: 50px;
}

.nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nav-tab {
    justify-content: space-evenly;
}

.contact-section 
{
    margin:0 auto;
}

.repair-section
{
    margin-top: 20px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .order-detail-text
    {
        font-size:12px;
    }
    .tab-title
    {
        display:none;
    }
    
    .tab-icon svg
    {
        width: 25px;
        height: 25px;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.order-detail-text
    {
        font-size:16px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .order-detail-text
    {
        font-size:20px;
    }
    
}
