

:root {
    --error-color: #dc3545;
    --success-color: #28a745;
    --warning-color: #ffc107;
}

body,
div,
form,
input,
select,
textarea,
p {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
#ticket_creation_form input{
    color: #333;
    font-size: 12px;
}

#ticket_creation_form input::placeholder {
    color: #888;
    font-size: 12px;
}

#ticket_creation_form textarea::placeholder {
    color: #888;
    font-size: 12px;
}

#ticket_creation_form input:focus::placeholder,
#ticket_creation_form textarea:focus::placeholder {
    color: #888;
    font-size: 12px;
}
#ticket_creation_form select {
    font-size: 12px;
    color: #888;
}
#ticket_creation_form select option:checked {
    color: #000; /* Change color for the selected option */
}

#ticket_creation_form select option:first-child {
    font-size: 12px;
    color: #47c0d7;
}

#ticket_creation_form select:focus {
    border-color: #47c0d7;
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.3);
}

#ticket_creation_form input[type="date"] {
    font-size: 12px;
    color: #888;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    cursor: pointer;
}

#ticket_creation_form input[type="date"]:focus {
    border-color: #47c0d7;
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.3);
}

#thank h1 {
    color: #333;
}
.main-sec{
    position: relative;    
    height: auto;
}

#thank {
    width: 65%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height:300px;
}

.thank-you-sec {
    text-align: center;
    padding: 60px;
}


#l-sec {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../img/loader.gif) no-repeat center center;
    z-index: 9999;
}

.thank-you-sec h2 {
    font-size: 25px;
    line-height: 4px;
}

.thank-you-sec h2,
p {
    color: #000;
}

.thank-you-sec p {
    font-weight: 600;
    font-size: 20px;
} 


.title_form {
    color: #333;
    font-size: 20px;
}

.header-container {
    background-color: #f9fbfb;
    border: 1px solid #c9c9c9;
    padding: 5px 0;
}

  .cancelbtn, .deletebtn {
    float: left;
    width: 50%;
  }

  .cancelbtn {
    background-color: #ccc;
    color: black;
  }
  
  .container {
    padding: 16px;
    text-align: center;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 550px;
    height: 130px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
  }
   
  .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #555;
  }
  
  .close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}
.cancelbtn,
.deletebtn {
    padding: 10px 20px;
    margin: 15px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.cancelbtn {
    background-color: #47c0d7;
    color: #fff;
}

.deletebtn {
    background-color: #fff;
    color: #47c0d7;
    border:1px solid #47c0d7;
}
.cancelbtn:hover {
    background-color: #fff;
    color: #47c0d7;
    border:1px solid #47c0d7; 
    opacity: 0.9; 
}

.deletebtn:hover {
    background-color: #47c0d7;
    color: #fff;
    opacity: 0.9;
}
.clearfix{
    display:flex ;
}
#videoPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    background-color: #fefefe;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 1000;
    padding: 20px;
    text-align: center;
  }
  
  #videoPopup span {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 0px 5px;
  }
  
  #videoPopup h2 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #333;
  }
  
  #videoPopup iframe {
    width: 100%;
    height: 350px;
    border: none;
  }
    
@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
    
}

h1 {
    position: absolute;
    margin: 0;
    font-size: 38px;
    color: #fff;
    z-index: 2;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    color: #384b8a;
    text-decoration: none;
}

li a:hover {
    color: #ff6f61;
}

.right-txt {
    float: right;
    padding: 10px 10px;
}

small {
    color: #ff2612;
    font-weight: 500;
    font-size: 13px;
}

.mb-0 {
    margin-bottom: 0px;
}

.testbox {
    justify-content: center;
    align-items: center;
    height: inherit;
    margin: 10px auto;
    max-width: 75%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 20px 0 #1474a41f;
}

form {
    padding: 0px 30px 30px 30px;
}

.top-nav {
    background-color: #fff;
    position: sticky;
}

.top-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 29px 0px 29px;
}

input,
select,
textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

input {
    width: calc(100% - 10px);
    padding: 5px;
    height: 25px;
    
}

input[type="date"] {
    padding: 4px 5px;
    cursor: pointer;
    
}

input[readonly] {
    background-color: #f3f3f3;
    opacity: 1;
}


select {
    width: 100%;
    padding: 7px;
    background: transparent;
    height:35px;
}

textarea {
    width: calc(100% - 12px);
    padding: 5px;
}

label {
    font-weight: 400;
}

.item input:focus,
.item select:focus,
.item textarea:focus {
    border: 1px solid #47c0d7;
    color: #000;
}

:disabled {
    background-color: #e1dcdc;
}


.item {
    position: relative;
    margin: 7px 0;
}

.item i {
    right: 2%;
    top: 30px;
    z-index: 1;
}

.asterik {
    color: #dc3545;
}

input[type="checkbox"] {
    display: none;
}

.btn-block {
    margin-top: 30px;
}

button {
    width: 150px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #47c0d7;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background 1s;
    transition: background 1s;
}

button:hover {
    background: #15a1bd;
}

.colums {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}


.colums div {
    width: 48%;
}

/* .logo {
    width: auto;
    border-radius: 10px;
    padding-top: 20px;
} */
.logo {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    background-color: #ffffff;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    color: #47c0d7;
    border-color: #ffffff;
    border: 1px dashed;
    cursor: pointer;
    width: 100%;
}

.btn-upload:hover {
    background-color: #15a1bd;
}
.upload-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

/* Styling for the UL (dropdown) */
#recommendation {
    display: none;
    position: absolute;
    display: flex;
    flex-direction: column;
    /* top: 50px; */
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #333;
    border: 1px solid #333;
    border-radius: 0px;
    border-color: #222;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
    width: 100%;

}

/* Product Category */
#recommendation li {
    padding: 1px 10px;
    font-size: 12px;
    color: #888;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#recommendation li:hover {
    background-color: #0078D7;
    color:#fff;
}
#parentProd:focus {
    border-color: #47c0d7;
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.3);
}

#recommendation li.selected {
    background-color: #e0e0e0;
    font-weight: bold;
   
}

#recommendation[style*="display: none;"] {
    display: none;
}

#ticket_creation_form select {
    font-size: 12px;
    color: #888;
}
#ticket_creation_form select option:checked {
    color: #000; 
}

#recommendation li:first-child {
    font-size: 12px;
    color: #47c0d7;
}

  
  
@media only screen and (max-width: 768px) {
    #thank {
        width: 85%;
        max-width: 85%;
    }
    .thank-you-sec {
        background-size: cover;
    }
    .header-img {
        width: 30px;
        margin-right: 5px;
    }
    #videoPopup {
        width: 90%;
        height: 70%;
        padding: 10px;
    }
    #videoPopup h2 {
        font-size: 16px!important;
        padding:0px 10px;
    }
    #videoPopup iframe{
        height: 70%;
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size: 22px;
    }
    .right-txt {
        float: right;
        padding: 0px 10px;
    }
    .thank-you-sec h2 {
        font-size: 22px;
        line-height: 29px;
    }
    ul {
        display: inline-flex;
    }
    button {
        width: 100%;
    }
    .mb-0 {
        margin-bottom: 8px;
    }
    .testbox {
        max-width: 95%;
        box-shadow: none;
        border: 1px solid rgb(240, 237, 237);
    }
    
    .colums div {
        width: 100%;
        font-size: 13px;
    }
    .thank-you-sec {
        padding: 17px;
    }
    li a {
        font-size: 12px;
    }
    .header-container {
        flex-direction: column;
    }

    .header-img {
        width: 25px; 
        margin-right: 0; 
        margin-bottom: 10px; 
    }
    
}

@media (min-width: 568px) {
    .name-item,
    .city-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .name-item input,
    .city-item input {
        width: calc(50% - 20px);
    }
    .city-item select {
        width: calc(50% - 8px);
    }
    
    .header-img {
        width: 20px; 
        margin-right: 0; 
        margin-bottom: 5px; 
        margin-top: 10px;
    }
}
@media (max-width: 950px) {
    .title_form {
        font-size: 14px;
    }
}
@media (max-width: 570px) {
    .header-container {
        flex-direction: column; 
        align-items: center;  
    }

    .header-img {
        width: 15px;           
        margin-right: 0;       
        margin-bottom: 5px;    
        margin-top: 10px;      
    }

}
@media (max-width: 710px) and (min-width: 475px) {
    .header-container {
        flex-direction: column;
        align-items: center;
    }

    .header-img {
        width: 25px;
        margin-right: 0;
        margin-bottom: 8px;
        margin-top: 10px;
    }

    .title_form {
        font-size: 12px;
        text-align: center;
        padding: 0 10px;
        color:#333;
    }
}

.form-field.error input,
.form-field.error select,
.form-field.error ul {
    border-color: var(--error-color);
}

.form-field.success input,
.form-field.success ul {
    border-color: var(--success-color);
}

.form-field small {
    color: var(--error-color);
}

.form-field i {
    visibility: hidden;
}


.error .fa-circle-exclamation {
    color: #e74c3c;
    visibility: visible;
}

.page-loader {
    position: fixed;
    background: #11111194;
    height: 100vh;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*transition: 0.3s all;*/
    transform: scale(0);
    z-index: -2;
}

.remove-loader-translate {
    z-index: 2;
    transform: scale(1);
}

.page-loader > div {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-loader > div > div > img {
    width: 200px;
}





