﻿/*.modal-dialog {
    pointer-events: auto !important;
    background-color: white;
    
}
.model-label {
    width: 20% !important;
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    text-align: center !important;
}
.modal-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
}
.modal-nav-tabs > li {
    float: left !important;
    padding: 10px !important;
    border-radius: 5px 5px 0px 0px !important;
    border-bottom: none !important;
    font-weight: 800 !important;
  
}
.modal-nav-tabs > li.active {
    float: left !important;
    padding: 10px !important;
    border: 1px solid gray !important;
    border-radius: 5px 5px 0px 0px !important;
    border-bottom: none !important;
    font-weight: 800 !important;
    color: white !important;
    background-color: #0069d9 !important;
}
.ewarranty {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;*/
/* align-items: start;
       flex-direction:column;*/
/*}
.ewarranty > input {
    max-width: 60% !important;
    max-height: 50px;
}
.ewarranty > button {
    max-width: 10% !important;
    max-height: 50px;
    font-weight:500;
}
.tab {
    background-color: #eef4fd;
}

.dmar {
    justify-content: inherit !important;
    border-bottom: 2px solid gray;
    margin-top: -55px;
}
.otptimer {
    margin-top: -37px;
    margin-left: 398px;
    color: red;
}
.modFooter {
    margin-top: 22px;
}*/

/*added responsive*/

/*@media (max-width: 768px) {
    .modal-nav-tabs {
        display: flex;
        flex-direction: row;
    }

        .modal-nav-tabs li {
            margin-bottom: 10px;
        }

    .ewarranty input, .ewarranty select, .ewarranty button {
        width: 100%;
        margin-bottom: 10px;
    }
}*/



.modal {
    display: block;
    background: #80808091;
}

.modal-dialog {
    pointer-events: auto !important;
    max-width: 100%;
    margin: 1.75rem auto;
}

.modal-content {
    width: 89% !important;
    height: 267px;
    border-radius: 0px !important;
    padding: 15px;
}

.modal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-title span {
        font-weight: 700;
        font-size: 25px;
    }

.model-label {
    width: 20% !important;
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    text-align: center !important;
}

.modal-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
}

.modal-nav-tabs > li {
    float: left !important;
    padding: 10px !important;
    border-radius: 5px 5px 0px 0px !important;
    border-bottom: none !important;
    font-weight: 800 !important;
}

    .modal-nav-tabs > li.active {
        float: left !important;
        padding: 10px !important;
        border: 1px solid gray !important;
        border-radius: 5px 5px 0px 0px !important;
        border-bottom: none !important;
        font-weight: 800 !important;
        color: white !important;
        background-color: #0069d9 !important;
    }

.mobinput {
    margin-left: 27px;
}

.otpinput {
    margin-left: 68px;
}

.table-responsive {
    overflow-x: auto;
    /* Hide scrollbars by default */
    overflow-y: hidden;
}

.ewarranty {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}

    .ewarranty > input {
        max-width: 60% !important;
        max-height: 50px;
    }

    .ewarranty > button {
        max-width: 10% !important;
        max-height: 50px;
        font-weight: 500;
    }

.tab {
    background-color: #eef4fd;
}

.dmar {
    justify-content: inherit !important;
    border-bottom: 2px solid gray;
    margin-top: -55px;
}

.otptimer {
    margin-top: -37px;
    margin-left: 398px;
    color: red;
}



.mt {
    margin-top: -2.5rem !important;
    margin-left: 307px !important;
    color: red !important;
}

.inpt-ctrl {
    width: 45% !important;
    margin-top: -41px;
    margin-left: 123px;
}

.table-responsive {
    overflow-x: auto;
}

.success {
    margin-top: 43px;
    margin-left: 205px;
}

.danger {
    margin-top: 46px;
}



@media (max-width: 768px) {
    .modal-nav-tabs {
        display: flex;
        flex-direction: row;
    }

        .modal-nav-tabs li {
            margin-bottom: 10px;
        }

    .ewarranty input, .ewarranty select, .ewarranty button {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* Added responsive styles */
@media (max-width: 768px) {


    .modal-body {
        margin-left: -20px;
    }

    .modal-dialog {
        margin: 10px;
    }

    .modal-title span {
        font-size: 20px;
    }

    .modal-body .row {
        flex-direction: column;
        align-items: flex-start;
    }

        .modal-body .row label {
            margin-left: 0;
            margin-top: 10px;
        }

    .danger {
        margin-top: 46px;
        margin-left: 2px;
    }

    .success {
        margin-top: 43px;
        margin-left: 152px;
    }

    .modal-body .row input {
        width: 41%;
        margin-left: 124px;
        margin-top: -36px;
    }

    .mt {
        margin-top: -2.5rem !important;
        margin-left: 252px !important;
        color: red !important;
    }

    .otptimer {
        margin-top: -40px;
        margin-left: 259px;
        color: red;
    }

    .modal-content {
        width: 109% !important;
        margin-left: -5px;
        margin-top: 88px;
        height: 276px;
    }

    .inpt-ctrl {
        width: 38% !important;
        margin-top: -41px;
        margin-left: 123px;
    }
}
