* {
    margin: 0;
    padding: 0;
}

.Navbar_bg_color {
    background: linear-gradient(to top, #1d75f8 6%, #66c7ff 86%);
}

.logo_style {
    position: absolute;
    left: 10px;
    width: 217px;
    height: 62px;
}

.rightside_content {
    max-width: 100%;
    height: auto;
}

.nav.navbar-nav.color_style li a {
    font-family: Branding medium;
    color: ghostwhite;
    opacity: 0.5;
}

.nav.navbar-nav.color_style li.active a {
    color: white; /* Dark white color, you can adjust the color code */
    opacity: 1; /* Make the color fully opaque */
}

.color_style {
    color: white;
}

.footer_version {
    float: right;
}

html {
    font-size: 16px; /* Default font size */
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 12px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*Style for customer and scanner list*/
#header_hover:hover {
    color: rgb(43, 1, 1);
    cursor: pointer;
    text-decoration-line: underline;
}

.list_header_style {
    font-family: Branding medium;
}

.arrow_updown {
    float: right;
}

.custom-toast .toast-message {
    margin-left: -40px;
    color: white;
}

.formpost_boxdesign {
    height: 26px;
}

@media (max-width: 768px) {
    .formpost_boxdesign {
        height: 20px;
    }
}

@media (max-width: 991px) {
    .hide-on-mobile {
        display: none !important;
    }
}

#spacebetweenicon {
    margin-top: 0px;
}

@media (max-width: 512px) { /* Adjust the breakpoint according to your design */
    .icon-container {
        font-size: 7px; /* Two icons in a row */
    }
}

/*#customer_selectstyle{
    width:100% !important;
}*/

@media only screen and (min-device-width: 540px) and (max-device-width: 912px) and (orientation:portrait) {
    .icon-container {
        font-size: 10px; /* Two icons in a row */
    }
}

@media (max-width: 540px) {
    #spacebetweenicon {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .formpost_boxdesign {
        height: 18px;
    }
}

.box_style {
    min-height: 34px;
}

@media (max-width: 480px) {
    .box_style {
        min-height: 30px;
    }
}

.custom-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

/* Mobile-specific styling using media query */
@media (max-width: 768px) {
    .custom-textarea {
        padding: 8px;
        font-size: 12px;
    }
}

.customer_detail_text {
    color: rgb(17, 129, 233);
    margin: 0px 0px 20px 0px;
    text-decoration: underline;
}

.ticket_detail_text {
    font-family: Branding medium;
    color: rgb(17, 129, 233);
    text-decoration: underline;
}

.register_btnstyle {
    float: left;
}

.serach_section {
    float: right;
    top: 3px;
    position: relative;
}

.display-name-dark {
    background-color: #e5e5e5; /* Dark background color for display name */
    padding: 2px 5px;
    border-radius: 3px;
    height: fit-content;
    display: inline-block; /* Make the element fit its content size and height */
}

.display-value-hilight {
    background-color: #f4f4f4; /* Highlighted background color for display value */
    padding: 2px 5px;
    border-radius: 3px;
    max-width: 100%; /* Adjust this value as needed */
    height: fit-content;
    display: inline-block; /* Make the element fit its content size and height */
}

.next_page {
    background-color: rgb(17, 147, 233);
    width: 40px;
    text-align: center;
    border: 1px solid gray;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    color: white;
}

#myInput {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    /*    max-width: 20vw;*/
    font-size: 14px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

/* Responsive search box */
@media (max-width: 480px) {
    #myInput {
        background-position: 7px 9px;
        font-size: 12px;
        padding: 7px;
        max-width: 25vw;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }
}

#register_btn {
    font-family: Branding Medium;
    border-radius: 70px;
    border: 1px solid #d3e9b4;
    margin-bottom: 10px;
    background-image: linear-gradient(to top left, #0252ca 6%, #51b7f1 86%);
}

#hideButton.active {
    filter: none;
}

.searchicon {
    background-color: rgb(17, 147, 233);
    padding: 12px;
    font-size: 11px;
    /*    margin-top:-12px;*/
    border-radius: 2px;
    color: white;
}

.warranty_status_legent {
    text-align: right;
    margin-top: 12px;
    float:right;
    font-size:11px;
}

.detaildeletetxt_style {
    opacity: 0.7;
}

#form_Poststyle {
    padding-right: 24px;
}

@media (max-width: 540px) {
    #form_Poststyle {
        padding-right: 9px;
    }
}

.warranty_status_maindiv {
    float:right;
}

#warrantyStatusFilter{
    width:110px;
}


/*@media (max-width: 920px) {
    .warranty_status_legent {
        text-align: right;
        margin-left:35px;
    }
    .warranty_status_maindiv {
        margin-top: 00px;
    }
    #warranty_status_register {
        margin-top: 70px;
    }
}*/

@media only screen and (min-device-width: 280px) and (max-device-width: 996px) and (orientation:portrait) {

    .warranty_status_legent {
        text-align: right;
        margin-left: 35px;
        margin-top: 3px;
        float:none;
    }

/*    .warranty_status_maindiv {
        margin-top: 80px;
    }*/

   /* #warranty_status_register {
        margin-top: 70px;
    }*/
}

#ticketcreate_stylefile {
    text-align: right;
    padding-right: 45px;
}

.ticketcreate_attachment {
    padding-right: 45px;
}

@media (width: 1024px) {
    #warranty_status_register {
        margin-top: 30px;
    }
}


@media (min-width: 921px) and (max-width: 1071px) {
    .warranty_status_legent {
        text-align: right;
        margin-top:40px;
    }
}

#exportButton {
    all: unset; /* Reset all styles */
    cursor: pointer !important;
    position: relative;
    top: 9px;
    left:230px;
    font-family: Branding Medium;
/*    color: green;*/
}
div.dataTables_length {
    text-align: left;
    position: absolute;
    top: 16px;
    margin-left: 21%;
}
div.dataTables_wrapper div.dataTables_length label {
    display: block !important;
    font-family: Branding medium;
}
.Filter_style {
    top: 16px;
    left: 36%;
    position: absolute;
}

.Filter_assignto {
    position: absolute;
    top: 16px;
    left: 65%;
    cursor: text;
}

@media (max-width: 912px) {
    #exportButton {
        top: 40px;
        left: 0px;
        margin-bottom:50px;
    }
    .Filter_style {
        top: 56px;
        left: 50px;
        /*position: absolute;*/
    }

    .Filter_assignto {
        top: 86px;
        left: 10px;
        cursor: text;
    }
}

.warranty_status_under {
    color: orange;
}

.warranty_status_expired {
    color: green;
}

.warranty_status_due {
    color: red;
}

.cursor_pointer {
    cursor: pointer;
}

.nextpage_style {
    margin-top: 20px;
}

#rolemanager_addrole {
    margin-top: 8px;
   /* float: right;
    width: 75%;*/
}

.custom-height {
    height: 31px;
    border: 1px solid #ddd;
    width: 70%;
}

@media only screen and (max-width: 540px) and (orientation: portrait) {
    #rolemanager_addrole {
        margin-top: 10px;
    }
}

.rolename{
    margin-left:10px;
}

@media (min-width: 768px) and (max-width: 996px) {
    .custom-height {
        width: 50%;
    }

    .rolename {
        margin-left:35px;
        margin-top:5px;
    }
    #addButton {
        margin-top: 0px;
    }
}

/*@media only screen and (min-device-width: 768px) and (max-device-width: 996px) and (orientation:portrait) {
    .custom-height{
          width:60%;
      }
    .rolename {
        margin-left: 35px;
    }
}*/

.details_style {
    font-family: Branding medium;
}

.whatsapp_style {
    color: green
}

.Information_in_table {
    /*  margin-top: 20px;*/
    max-width: 100%;
    height: 64vh;
    border: 1px solid gray;
    overflow: auto;
}

.Information_in_table_ticketactivity {
    margin-bottom: 10px;
    max-width: 100%;
    height: 35vh;
    border: 1px solid gray;
    overflow: auto;
}

#Information_in_table_insupporteng {
    /*    margin:20px 0px 0px 10px;*/
    max-width: 100%;
    height: 100px;
    border: 1px solid gray;
    overflow: auto;
}

.box_div {
    border: 1px solid gray;
    border-radius: 5px;
    background-color: none;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td {
        /*  border: 1px solid #ddd;
        padding: 5px;*/
        border: 1px solid #ddd;
        padding: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #customers tr:nth-child(even) {
        background-color: rgb(233, 232, 232);
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        text-align: left;
        border: 1px solid #ddd;
        background: linear-gradient(to top, #1d75f8 6%, #66c7ff 86%);
        color: white;
        width: 0px;
        padding: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /*margin-top:0px;*/
    }

.search_outline {
    border: 1px solid black;
    outline: 1px solid rgb(128, 128, 128);
}

input:focus {
    outline: none;
}

.gmail_textstyle {
    color: rgb(17, 129, 233);
}

/*Customer Page CSS*/

.customer_details {
    padding: 10px;
}

.form_distance {
    margin-top: 40px;
}

.formDistance {
    margin: 0px 0px 20px 0px;
}

.labelstyle {
    font-family: Branding medium;
}

.Submit_btns {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.impfield_icon {
    font-size: 18px;
    color: red;
}

.inputboxstyle {
    padding: 3px;
    background-color: rgb(235, 234, 234);
}

#addButton{
    margin-top:-3px;
}

.checkbox_style {
    font-size: 15px;
    max-width: 100%;
    height: 100px;
    border: 1px solid gray;
    overflow: auto;
}

button {
    width: auto;
    height: auto;
    padding: 0px;
}

input:focus {
    outline: none;
}

.toast-top-right {
    text-align: left;
    color: red;
}

.submitbtn_style {
    display: inline-block;
    padding: 5px 10px;
    min-width: 80px;
    margin-bottom: 20px;
    font-size: 15px;
    background-color: rgb(235, 234, 234);
    text-align: center;
    font-family: Branding medium;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #d3e9b4; /* Border color - you can change it to any color you want */
    border-radius: 15px; /* Rounded corners - adjust the value as needed */
    color: white; /* Text color - you can change it to any color you want */
    background-image: linear-gradient(to top left, #0252ca 6%, #51b7f1 86%);
}

@media (min-width: 280px) and (max-width: 359px) {
    .submitbtn_style {
        margin-bottom: 20px;
    }
}

@media (min-device-width: 280px) and (max-device-width: 348px) {
    .custom-height {
        width: 30%;
    }
}

@media (width: 540px) {
    .submitbtn_style {
        margin-bottom: 32px;
    }
}

.scannercreate_attachment{
    float:right;
}

#scannercreate_style {
    padding-right: 65px;
}

@media only screen and (min-device-width: 280px) and (max-device-width: 540px) and (orientation:portrait) {
    #scannercreate_style {
        padding-right: 0px;
    }
    #ticketcreate_stylefile {
        text-align: right;
        margin-left: 10px;
        padding-right: 0px;
    }
}

@media only screen and (min-device-width: 349px) and (max-device-width: 614px) and (orientation:portrait) {
    .custom-height {
        width: 49%;
    }

    .rolename {
        /*        margin-left: 35px;*/
        margin-top: 5px;
    }

    #addButton {
        margin-top: 0px;
    }
}


.submitbtn_style[disabled] {
    /* Your style for the disabled button */
    cursor: not-allowed;
    background-color: #ccc;
    color: gainsboro;
    border-color: #ccc;
}

    .submitbtn_style:hover {
        background-color: #007bff; /* Background color on hover - you can change it to any color you want */
        color: #fff; /* Text color on hover - you can change it to any color you want */
    }

.Ticket_details {
    margin: 0px 0px 10px 0px;
    color: rgb(17, 129, 233);
}

.togglebtn_style {
    display: inline-block;
}

.hidelabel {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 20px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*END OF TOGGLE SWITCH*/

.hideme {
    padding: 20px;
    background: blue;
    color: white;
    font-weight: 800;
    text-align: center;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 540px) and (orientation:portrait) {
    .customer_details {
        padding: 20px;
    }

    .form_distance {
        margin-top: 0px;
    }

    .scannercreate_attachment {
        margin-top: -35px;
    }
}


@media (width: 360px) {
    .scannercreate_attachment {
        margin-top: -35px;
        margin-right:-10px;
    }
}

@media (width: 280px) {
    .customer_details {
        padding: 10px;
    }

    .form_distance {
        margin-top: 0px;
    }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 820px) and (orientation:portrait) {
    .Submit_btns {
        margin-top: 10px;
    }

    .submitbtn_style {
        padding: 4px;
        font-size: 12px;
    }
}

input.session-date {
    position: relative;
    overflow: hidden;
}

    input.session-date::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
