﻿.maindivofticdetail {
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh;*/
    /*background-color: #ddd;*/
    font-size: 14px;
}

.containerViewButton {
    background-color: #fff;
    width: 87vw;
    max-width: 100vw;
    max-width: 100vw;
    min-height: 80vh;
    height: auto;
    position: relative;
    overflow-x: hidden;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

    .containerViewButton .forms-container {
        position: relative;
        width: 50%;
        /*text-align: center;*/
    }

        .containerViewButton .forms-container h4 {
            text-align: center;
        }

        .containerViewButton .forms-container .form-controlissdet {
            position: absolute;
            width: 100%;
            display: flex;
            border: none;
            /*justify-content: center;*/
            flex-direction: column;
            height: 70vh;
            transition: all 0.5s ease-in;
        }

        .containerViewButton .forms-container .form-control h2 {
            font-size: 2rem;
        }

    .containerViewButton .intros-container {
        position: relative;
        left: 50%;
        width: 50%;
        /*text-align: center;*/
    }

form .data {
    /* height: 40px;*/
    width: 100%;
    padding: 10px;
    /* margin: 40px 0;*/
}

    form .data label {
        font-size: 15px;
        font-weight: bold;
    }

    form .data .inputdev {
        height: 80px;
        width: 98%;
        padding-left: 10px;
        font-size: 15px;
        border: 1px solid silver;
        border-radius: 10px;
    }

        form .data .inputdev:focus {
            border-color: #3498db;
            border-bottom-width: 2px;
        }

form .btnbtndevsub button {
    height: 100%;
    width: 33%;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    background: #3498db;
    transition: all 0.4s;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.containerViewButton .intros-container h4 {
    text-align: center;
}

.containerViewButton .intros-container .intro-control {
    position: absolute;
    width: 100%;
    display: flex;
    /* justify-content: center;*/
    flex-direction: column;
    min-height: 78vh;
    height:auto;
    /*color: #fff;*/
    /* background: linear-gradient(170deg, #34d399, #059669);*/
    background-color: #e8fbfd;
    transition: all 0.5s ease-in;
}

    .containerViewButton .intros-container .intro-control .intro-control__inner {
        margin: 0px 30px;
    }
    /*.container .intros-container .intro-control button {
  border: none;
  padding: 15px 30px;
  background-color: #10b981;
  border-radius: 50px;
  color: #fff;
  margin: 10px 0px;
  cursor: pointer;
}*/
    .containerViewButton .intros-container .intro-control button:focus, .containerViewButton .intros-container .intro-control button:hover {
        outline: none;
        background-color: #059669;
    }

    .containerViewButton .intros-container .intro-control h3,
    .containerViewButton .intros-container .intro-control p {
        margin: 10px 0px;
    }

    .containerViewButton .intros-container .intro-control.signin-intro {
        opacity: 1;
        /*z-index: 2;*/
    }

    .containerViewButton .intros-container .intro-control.signup-intro {
        opacity: 0;
        z-index: 1;
    }

.change .forms-container .form-controlissdet.signup-form button {
    background-color: #2563eb !important;
}

.change .forms-container .form-controlissdet.signin-form {
    opacity: 0;
    z-index: 1;
    transform: translateX(-100%);
}

.change .intros-container .intro-control {
    transform: translateX(-100%);
    background: linear-gradient(170deg, #3b82f6, #2563eb);
}

    .change .intros-container .intro-control #signin-btn {
        background-color: #2563eb;
    }

    .change .intros-container .intro-control.signin-intro {
        opacity: 0;
        z-index: 1;
    }

/* === HEADING STYLE #1 === */

.two h4 {
    font-family: math;
    font-weight: bold;
}


    .two h4:after {
        width: 95px;
        height: 3px;
        display: block;
        content: "";
        position: relative;
        margin-top: 5px;
        left: 50%;
        margin-left: -50px;
        background-color: #b80000;
    }



@media screen and (max-width: 480px) {
    .containerViewButton {
       /* height: 100vh;
        display: flex;
        flex-direction: column;*/
    }
    .maindivofticdetail {
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }
        .containerViewButton .forms-container {
            order: 2;
            width: 100%;
            height: 50vh;
        }

            .containerViewButton .forms-container .form-controlissdet {
                position: absolute;
                height: 50vh;
            }

                .containerViewButton .forms-container .form-controlissdet.signup-form {
                    left: 0%;
                    margin-top: 70px;
                }

        .containerViewButton .intros-container {
            order: 1;
            width: 100%;
            left: 0%;
            height: 40vh;
        }

            .containerViewButton .intros-container .intro-control {
                position: absolute;
                height: 40vh;
            }

    .change .forms-container .form-controlissdet.signup-form {
        transform: translateX(0%);
    }

    .change .forms-container .form-controlissdet.signin-form {
        transform: translateX(0%);
    }

    .change .intros-container .intro-control {
        transform: translateX(0%);
    }
}
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap");
/*
* {
    --background: white;
    --themecolor: #f0a500;
    --themeborder: #bd8200;
}*/

.raiseticketdetail h3 {
    font-family: math;
    color: var(--themecolor);
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}

.raiseticketdetail label {
    font-weight: bold;
    /* color:black;*/
}

.raiseticketdetail .input,
select option,
select, textarea {
    width: 95%;
    padding: 7px;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.raiseticketdetail input:focus {
    outline: 0;
    border-color: var(--themeborder);
}

    .raiseticketdetail input:focus + .input-icon i {
        color: var(--themecolor);
    }

    .raiseticketdetail input:focus + .input-icon:after {
        border-right-color: var(--themecolor);
    }

.raiseticketdetail select:focus {
    outline: 0;
    border-color: var(--themeborder);
}

    .raiseticketdetail select:focus + .input-icon i {
        color: var(--themecolor);
    }

    .raiseticketdetail select:focus + .input-icon:after {
        border-right-color: var(--themecolor);
    }

.raiseticketdetail textarea:focus {
    outline: 0;
    border-color: var(--themeborder);
}

    .raiseticketdetail textarea:focus + .input-icon i {
        color: var(--themecolor);
    }

    .raiseticketdetail textarea:focus + .input-icon:after {
        border-right-color: var(--themecolor);
    }

.raiseticketdetail .input-group {
    margin-bottom: 1em;
    zoom: 1;
}

    .raiseticketdetail .input-group:before,
    .input-group:after {
        content: "";
        display: table;
    }

    .raiseticketdetail.input-group:after {
        clear: both;
    }

.raiseticketdetail .input-group-icon {
    position: relative;
}

    .raiseticketdetail .input-group-icon input, select, textarea {
        padding-left: 4.4em;
    }

    .raiseticketdetail .input-group-icon .input-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 2.4em;
        height: 2.4em;
        line-height: 2.4em;
        text-align: center;
        pointer-events: none;
        margin-left: 5px !important;
    }

        .raiseticketdetail .input-group-icon .input-icon:after {
            position: absolute;
            top: 0.6em;
            bottom: 0.6em;
            left: 2.4em;
            display: block;
            border-right: 1px solid #e5e5e5;
            content: "";
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

    .raiseticketdetail .input-group-icon .input-icondesp:after {
        position: absolute;
        top: 0.6em;
        bottom: -0.6em;
        left: 2.4em;
        display: block;
        border-right: 1px solid #e5e5e5;
        content: "";
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .raiseticketdetail .input-group-icon .input-icon i {
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

.raiseticketdetail .container {
    background-color: #fff;
    border-radius: 4.2px;
}

.raiseticketdetail .row {
    zoom: 1;
}

    .raiseticketdetail .row:before,
    .row:after {
        content: "";
        display: table;
    }

    .raiseticketdetail .row:after {
        clear: both;
    }

.raiseticketdetail .col-half {
    padding-right: 10px;
    float: left;
    width: 50%;
}

    .raiseticketdetail .col-half:last-of-type {
        padding-right: 0;
    }

.raiseticketdetail .col-third {
    padding-right: 10px;
    float: left;
    width: 33.33333333%;
}

    .raiseticketdetail .col-third:last-of-type {
        padding-right: 0;
    }

@media only screen and (max-width: 540px) {
    .raiseticketdetail .col-half {
        width: 100%;
        padding-right: 0;
    }
}

.raiseticketdetail .center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-size: 24px;
}

.raiseticketdetail .size-medium {
    max-width: 750px !important;
    margin-top: 20% !important;
}

.responstable {
    margin: 1em 0;
    width: 98%;
    overflow: hidden;
    background: #fff;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167f92;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

    .responstable td button {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .responstable tr {
        border: 1px solid #d9e4e6;
    }

        .responstable tr:hover {
            background-color: lightgreen;
        }

        .responstable tr:nth-child(odd) {
            background-color: aliceblue;
        }

            .responstable tr:nth-child(odd):hover {
                background-color: lightgreen;
            }

    .responstable th {
        display: none;
        border: 1px solid #fff;
        background-color: #1976d2 !important;
        color: #fff;
        padding: 1em;
    }

    .responstable .mainheaderinfo th {
        background-color: #28a745;
    }
.responstablegrid {
   /* margin: 1em 0;*/
    width: 98%;
    margin-top:-20px;
    overflow: hidden;
    background: #fff;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167f92;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
    .responstablegrid th {
        border: 1px solid #fff;
        background-color: #1976d2 !important;
        color: #fff;
        padding: 1em;
        text-align:center;
    }
    .responstablegrid .mainheaderinfo th {
        background-color: #28a745;
    }

.responstablegrid td {
    word-wrap: break-word;
    max-width: 12em;
    margin: 0.5em 1em;
}

    .responstablegrid td:first-child {
        display: table-cell;
        text-align: center;
        border-right: 1px solid #d9e4e6;
    }
    .responstablegrid .dxbl-grid .dxbl-grid-header {
        /*    border: 1px solid #fff !important;
    background-color: #1976d2 !important;*/
        color: #fff !important;
        padding: 1em !important;
        background-color: #28a745;
        text-align: center;
    }
    .responstablegrid .dxbl-grid .dxbl-grid-header-indent-cell {
        /* border: 1px solid #fff !important;
    background-color: #1976d2 !important;*/
        color: #fff !important;
        padding: 1em !important;
        background-color: #28a745;
    }
.dxbl-grid-table > thead{
    position:unset !important;
    z-index:0 !important;
}
.responstable th:first-child {
    display: table-cell;
    text-align: center;
}

    .responstable th:nth-child(2) {
        display: table-cell;
    }

        .responstable th:nth-child(2) span {
            display: none;
        }

        .responstable th:nth-child(2):after {
            content: attr(data-th);
        }

@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 12em;
}

    .responstable td:first-child {
        display: table-cell;
        text-align: center;
        border-right: 1px solid #d9e4e6;
    }

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #d9e4e6;
    }
}

.responstable th,
.responstable td {
    text-align: left;
    margin: 0.5em 1em;
}

@media (min-width: 480px) {
    .responstable th,
    .responstable td {
        display: table-cell;
        padding: 1em;
    }
}