﻿@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap");
/** {
    --background: white;
    --themecolor: #f0a500;
    --themeborder: #bd8200;
}*/
.raiseticket h3 {
    font-family: math;
    color: var(--themecolor);
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
#downPreBtn {
    font-size: 13px;
    position: relative;
    font-weight: bold;
    padding: 2px;
    width: 50%;
    float: right;
    bottom: 70px;
}
.raiseticket h4 {
    font-family: math;
    color: var(--themecolor);
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
.raiseticket label {
    font-weight: bold;
    /* color:black;*/
}

.raiseticket 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;
}

    .raiseticket input:focus {
        outline: 0;
        border-color: var(--secondary-color);
    }

    .raiseticket input:focus + .input-icon i {
        color: var(--themecolor);
    }

    .raiseticket input:focus + .input-icon:after {
        border-right-color: var(--themecolor);
    }

.raiseticket select:focus {
    outline: 0;
    border-color: var(--themeborder);
}

    .raiseticket select:focus + .input-icon i {
        color: var(--themecolor);
    }

    .raiseticket select:focus + .input-icon:after {
        border-right-color: var(--themecolor);
    }

.raiseticket textarea:focus {
    outline: 0;
    border-color: var(--themeborder);
}

    .raiseticket textarea:focus + .input-icon i {
        color: var(--themecolor);
    }

    .raiseticket textarea:focus + .input-icon:after {
        border-right-color: var(--themecolor);
    }

.raiseticket .input-group {
    /*margin-bottom: 1em;*/
    margin-bottom: 15px;
    zoom: 1;
}

.raiseticket .input-group:before,
    .input-group:after {
        content: "";
        display: table;
    }

.raiseticket.input-group:after {
        clear: both;
    }

.raiseticket .input-group-icon {
    position: relative;
}

    .raiseticket .input-group-icon input, select, textarea {
        padding-left: 4.4em;
    }
    .raiseticket .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;
    }

        .raiseticket .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;
        }

    .raiseticket .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;
    }
    .raiseticket .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;
    }

.raiseticket .containerticket {
    /* max-width: 90%;*/
    max-width: 80%;
    width:75%;
    padding: 1em 3em 2em 3em;
    /* margin: 65px auto;*/
    margin: 35px 22% 20px;
    background-color: #fff;
    border-radius: 4.2px;
  /*  box-shadow: 10px 18px 10px -2px rgba(0, 0, 0, 0.2);*/
}

.raiseticket .row {
    zoom: 1;
}

    .raiseticket .row:before,
    .row:after {
        content: "";
        display: table;
    }

    .raiseticket .row:after {
        clear: both;
    }

.raiseticket .col-half {
    padding-right: 10px;
    float: left;
    width: 50%;
}

    .raiseticket .col-half:last-of-type {
        padding-right: 0;
    }

.raiseticket .col-third {
    padding-right: 10px;
    float: left;
    width: 33.33333333%;
}

    .raiseticket .col-third:last-of-type {
        padding-right: 0;
    }

@media only screen and (max-width: 540px) {
    .raiseticket .col-half {
        width: 100%;
        padding-right: 0;
    }
}

.raiseticket .center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-size: 24px;
}

.raiseticket .size-medium {
    max-width: 750px !important;
    margin-top: 20% !important;
}
.raiseticket .submitbtn {
    position: relative;
    padding: 10px 20px;
    font: 15px "Orbitron";
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    float: right;
    bottom: 30px;
    text-shadow: 0 5px 20px rgba(192, 36, 0, 0.4), 0 2px 2px rgba(192, 36, 0, 0.4);
   /* background-image: radial-gradient(100% 75% at 50% 100%, #31eef5 0%, #004aad 100%);
    box-shadow: inset 0 3px 15px 0 rgb(58, 179, 240), inset 0 -3px 0 0 rgb(91, 240, 245), inset 0 17px 0 0 rgba(91, 240, 245, 0.4), inset 0 10px 10px 0 rgb(91, 240, 245), 0 0 0 5px #000, 0 6px 0 0 #444, 0 0 10px 0 rgba(91, 240, 245, 0.4), 0 20px 10px -15px rgba(91, 240, 245, 0.2);
  */  border: none;
    border-radius: 100px;
    background-image: radial-gradient(100% 75% at 50% 100%, #fed262 0%, #c40900 100%);
    box-shadow: inset 0 3px 15px 0 rgb(174, 32, 0), inset 0 -3px 0 0 rgb(254, 210, 98), inset 0 17px 0 0 rgba(254, 210, 98, 0.4), inset 0 10px 10px 0 rgb(248, 191, 69), 0 0 0 5px #000, 0 6px 0 0 #444, 0 0 10px 0 rgba(254, 210, 98, 0.4), 0 20px 10px -15px rgba(254, 210, 98, 0.2);

}
    /*button:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -20px;
  left: -40px;
  right: -40px;
  bottom: -20px;
  background: linear-gradient(#333, #151515);
  border-radius: 100px;
  box-shadow: 0 2px 10px #000, inset 0 2px 0 #444;
}
button:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #000;
  box-shadow: 0 1px 0 #444;
  height: 10px;
  left: -40px;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}*/

    .raiseticket .submitbtn:hover {
        cursor: pointer;
         background-image: radial-gradient(100% 75% at 50% 100%, #f7b940 0%, #a20700 100%);
      /*  background-image: radial-gradient(100% 75% at 50% 100%, #31eef5 0%,#0213c9 100%);*/
    }
    .raiseticket .submitbtn:focus, .submitbtn:active {
        outline: none;
        color: #f9e3bf;
        /*background-image: radial-gradient(100% 75% at 50% 100%, #31eef5 0%, #004aad 100%);
        box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.4), inset 0 0 10px rgb(91, 240, 245), inset 0 3px 15px 0 rgb(91, 240, 245), inset 0 40px 0 0 rgba(91, 240, 245, 0.3), inset 0 20px 20px 0 rgba(91, 240, 245, 0.75), 0 0 0 5px #000, 0 6px 0 0 #444;
        */
        background-image: radial-gradient(100% 75% at 50% 100%, #f58725 0%, #850600 100%);
        box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.4), inset 0 0 10px rgb(133, 6, 0), inset 0 3px 15px 0 rgb(174, 32, 0), inset 0 40px 0 0 rgba(254, 210, 98, 0.3), inset 0 20px 20px 0 rgba(248, 191, 69, 0.75), 0 0 0 5px #000, 0 6px 0 0 #444;
   
    }
.raisebtn .btn-2 {
    width: 260px;
    /* height: 200px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.raisebtn .btn-2 a {
    text-decoration: none;
    border: 2px solid #010100;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.raisebtn .buttn {
    position: relative;
    /* z-index coz when we put bg to before and after this span text will not be visible */
    z-index: 3;
}

/* Button 1 styles */

.raisebtn .btn-2 a:hover::before {
    transform: scaleY(0);
}

.raisebtn .btn-2 a:hover::after {
    transform: scaleX(0);
}

/* Button 2 styles */

.raisebtn .btn-2 a {
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.raisebtn .btn-2 a:hover {
    color: #000000;
    transition: all 0.5s ease-in-out;
}

.raisebtn .btn-2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all 0.5s ease-in-out;
    transform: scaleY(1);
}

.raisebtn .btn-2 a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: all 0.5s ease-in-out;
    transform: scaleX(1);
}
.chktktstshd {
    color: black;
    text-align: center;
}
@media only screen and (max-width: 650px) {
    .raiseticket .containerticket {
            /* max-width: 90%; */
            max-width: 100%;
            width: unset;
            padding: 1em 1em 1em 1em;
            margin: 80px auto;
            /* margin: 35px 22% 20px; */
            background-color: #fff;
            border-radius: 4.2px;
            /* box-shadow: 10px 18px 10px -2px rgba(0, 0, 0, 0.2); */
        }

        .raiseticket .submitbtn {
            float: unset;
            display: flex;
            margin-left: auto;
            margin-right: auto;
            justify-content: center;
            justify-items: center;
            padding: 5px 10px;
            font: 12px "Orbitron";
            bottom: 12px;
        }
    .chktktstshd {
        color: black;
        text-align: center;
        font-size:22px;
        margin-top:35px;
    }
        .raiseticket h3 {
            text-align: center;
            font-size: 20px;
            /* margin-top: -15%;*/
        }

        .raisebtn .btn-2 {
            /*width: 177px;*/
            margin-right: -28px;
            margin-top: 10px;
            font-size: 13px;
            /*  margin-bottom: 10px;*/
            /* height: 200px; */
        }
    #downPreBtn {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .raiseticket h4 {
        text-align: center;
        font-size: 20px;
        margin-top: -15%;
    }

}