﻿.tddd.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15%;
    padding-right: 50%;
}

.tddd.modal-content {
    width: 658px !important;
}
.dialog1 {
    max-width: 400px !important;
}

@media screen and (max-width: 460px) and (min-width: 400px) {
    .tddd.modal-content {
        margin-left: 18px !important;
    }
}


@media screen and (max-width: 500px) and (min-width: 300px) {
    .btn2 {
        margin-top: -2% !important;
        width: 100%;
    }

    .tddd.container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 25%;
        padding-right: 50%;
    }

    .tddd.modal-content {
        width: 90% !important;
        height: 410px;
        margin-left: 14px;
    }

    .checkbox {
        margin-left: 5% !important;
        height: 70px !important;
    }

    #reason {
        width: 220px;
    }
}

@media screen and (max-width: 790px) and (min-width: 500px) {
    .tddd.container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 25%;
        padding-right: 50%;
    }

    .tddd.text-width {
        width: 53% !important;
    }

    .tddd.modal-content {
        width: 458px !important;
        height: 390px;
    }

    .tddd.checkbox {
        height: 70px !important;
        margin-left: -1% !important;
    }

    .tddd.modal-body {
        margin-left: 10% !important;
    }
}

.tddd.astrick-color {
    color: red;
}

.tddd.require {
    color: #991b1e;
    font-weight: bold;
    display: none;
}

.tddd.checkbox {
    margin-left: 0px;
    padding-top: 5px;
    height: 50px;
    background-color: white !important;
    color: rgb(30, 30, 30);
    font-weight: bold;
}

.tddd.info-icon {
    font-size: 20px;
    color: skyblue;
}

.tddd.save-cont-lable {
    color: red;
    display: none;
}

.tddd.save-cont {
    float: left;
}

@media screen and (max-width:768px) {
    .tddd-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
    .btn2 {
        margin-top: -2% !important;
        width: 100%;
    }
}

@media (min-width: 769px) {
    .tddd-wrapper {
        width: 100% !important;
    }

    #reason {
        max-width: 280px;
    }
    .label2 {
        margin-bottom: 0.8% !important;
    }
    .drpdownspacing {
        margin-top: 0.8% !important;
    }
}

.tddd-modal-content {
    width: auto !important;
}
.tddd-label {
    width: 100%;
}
