/* LESS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    color: #000000;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.sdp-web-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
}

p {
    font: 18px/1.5 'Zoho_Puvi_Regular', sans-serif;
    margin: 0 0 20px;
    color: #000000;
}

h1 {
    font: 39px / 1.2 "Zoho_Puvi_Bold";
    color: #0A0A0A;
}

h2 {
    font: 38px / 1.23 "Zoho_Puvi_Bold";
    color: #0A0A0A;
    margin: 0 0 30px 0;
}

h3 {
    font: 20px / 1.4 'Zoho_Puvi_SemiBold';
    margin: 0 0 20px 0;
}

.cmn-breadcrum a {
    font-family: "Zoho_Puvi_Regular";
}

.sdp-banner-main {
    background: url(../images/webinar-bg.png);
    background-size: cover;
    background-position: left bottom;
}

.sdp-wbr-two-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sdp-wbr-col-item {
    flex: 1 0;
}

.sdp-wbr-col-item:first-child {
    padding-right: 50px;
}

.sdp-wbr-col-item:last-child {
    padding-left: 50px;
    position: relative;
}

.sdp-wbr-banner {
    padding: 30px 0 60px 0;
}

.sub-title {
    font: 18px/1.1 "Zoho_Puvi_Bold";
    color: #0080FF;
    margin: 0 0 10px 0;
}

.sdp-wbr-date {
    display: flex;
    padding: 20px 0;
}

.sdp-wbr-date p {
    margin-bottom: 0;
    font-family: "Zoho_Puvi_Medium";
}

.date-info:first-child {
    padding-right: 35px;
}

.date-info p {
    font-size: 19px;
    display: flex;
    align-items: center;
}

.present-sub-main {
    display: flex;
}

.present-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 15px;
}

.present-sub-item {
    display: flex;
    align-items: center;
    width: 50%;
}

.present-sub-item:first-child {
    margin-right: 25px;
}

.present-details h4 {
    font: 20px/1.1 "Zoho_Puvi_SemiBold";
    color: #000;
    margin: 0 0 6px 0;
}

.present-details p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 1.2;
}

.event-date-main {
    background-color: #D7C1A4;
    padding: 15px 0;
}

.sdp-event-col {
    display: flex;
    max-width: 55%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.sdp-event-col p {
    color: #593431;
    margin-bottom: 0;
    font-size: 17px;
    font-family: 'Zoho_Puvi_Medium';
}

.sdp-final-date {
    display: flex;
    align-items: center;
}

.date-item h2 {
    font: 30px/1.1 "Zoho_Puvi_Bold";
    color: #593431;
    margin-bottom: 0;
}

.date-item {
    text-align: center;
    border-right: 1px solid #c4b198;
    width: 90px;
}

.date-item:last-child {
    border: none;
}

.date-item p {
    font-size: 12px;
}

.sdp-event-item:first-child {
    width: 30%;
}

.sdp-event-item:last-child {
    width: 65%;
}

.sdp-sec-pad {
    padding: 120px 0;
}


/* FORM START*/

form#SDP_Webinar_Form {
    z-index: 999;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
}

input::placeholder {
    color: #000000;
    font-size: 14px;
}

input[type="text"] {
    width: 100%;
    margin-top: 10px;
    padding: 12px 12px 12px 33px;
    font-size: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Zoho_Puvi_Regular';
    border: 1.5px solid #000000;
    height: 45px;
}

select {
    width: 100%;
    height: 45px;
    margin: 0px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 10px;
    font-family: 'Zoho_Puvi_Regular';
    padding-left: 10px;
    border: 1.5px solid #000000;
    background-repeat: no-repeat;
    outline: none;
    background: url(https://www.manageengine.com/products/service-desk/images/selectbox-arrow-blue.png) no-repeat 97% !important;
    background-size: 13px !important;
    box-sizing: border-box;
    padding: 0 20px 0 31px;
}

.submitbtn {
    background: #ff4545;
    border: none;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 6px;
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 5px 0;
}

.prvcy-plicy {
    font-size: 10px;
    line-height: 1.4;
    font-family: "Zoho_Puvi_Regular";
    color: #000;
    text-align: center;
    margin: 15px auto;
    width: 85%;
}

span.errormsg,
#email_err_msg {
    font-size: 12px;
    color: #e9152b;
    display: none;
    margin: 5px 0 0;
}

.time-select {
    position: relative;
    cursor: pointer;
}

ul.time-slot {
    margin-left: 0px;
    width: 100%;
    box-sizing: border-box;
    margin-top: -4px;
    background: #fff8e0;
    position: absolute;
    z-index: 9;
    border: 1.5px solid #000;
    border-radius: 0px 0px 5px 5px;
}

.time-slot li {
    list-style-type: none;
    font-size: 14px;
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1.5px solid #000000;
}

.time-slot li:last-child {
    border-bottom: 0px;
}

.time-slot.active li {
    padding: 10px 15px !important;
}

.time-slot li:hover,
.time-slot li.active {
    background-color: rgb(226 222 167);
    color: #000;
}

.time-select:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 8px;
    background: url(https://www.manageengine.com/products/service-desk/images/selectbox-arrow-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 28px;
    right: 12px;
    pointer-events: none;
}

.time-slot.active li {
    cursor: pointer;
}

li#edn {
    display: none;
}

input.slo {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px;
    cursor: pointer;
}

.formfild {
    position: relative;
}

.sdp-form-icon {
    height: 25px;
    width: 25px;
    top: 21px;
    position: absolute;
    left: 5px;
    display: inline-block;
    background: url(../images/form-icon.svg) no-repeat;
    background-size: 270px;
    background-position: -63px 0px;
}

.sdp-form-icon.icon-user {
    background-position: -88px 0px;
}

.sdp-form-icon.icon-email {
    background-position: -81px 1px;
    background-size: 200px;
}

.sdp-form-icon.icon-country {
    background-position: -141px -2px;
}

.fomr-lable-val {
    top: 27px;
    position: absolute;
    left: 35px;
    font-size: 12px;
    transition: 0.2s ease-in;
    pointer-events: none;
}

input[type="text"]:focus,
input[type="text"]:not([value=""]):valid {
    padding: 12px;
    outline: none;
}

input[type="text"]:focus~.fomr-lable-val,
input[type="text"]:not([value=""]):valid~.fomr-lable-val {
    top: 5px;
    background-color: #fff;
    left: 10px;
    padding: 0 5px;
    font-size: 12px;
    color: #787878;
}

input[type="text"]:focus~.sdp-form-icon,
input[type="text"]:not([value=""]):valid~.sdp-form-icon,
.zc-Country:focus~.sdp-form-icon,
.zc-Country:not([value=""]):valid~.sdp-form-icon,
.t-dropdown-input.active-val~.sdp-form-icon {
    display: none;
}

.zc-Country:focus,
.zc-Country:not([value=""]):valid,
.t-dropdown-input.active-val {
    padding: 12px;
    outline: none;
}

.zc-Country~.fomr-lable-val,
#country_state~.fomr-lable-val,
.zc-Country~.fomr-lable-val,
#ukcountry_region~.fomr-lable-val {
    opacity: 0;
}

.zc-Country:focus~.fomr-lable-val,
.zc-Country:not([value=""]):valid~.fomr-lable-val {
    top: 5px;
    background-color: #fff;
    left: 10px;
    padding: 0 5px;
    font-size: 12px;
    opacity: 1;
    color: #787878;
}

#country_state:focus~.fomr-lable-val,
#country_state:not([value=""]):valid~.fomr-lable-val,
#ukcountry_region:focus~.fomr-lable-val,
#ukcountry_region:not([value=""]):valid~.fomr-lable-val {
    top: 5px;
    background-color: #fff;
    left: 10px;
    padding: 0 5px;
    font-size: 12px;
    opacity: 1;
    color: #787878;
}

.t-dropdown-input:focus~.fomr-lable-val,
.t-dropdown-input.active-val~.fomr-lable-val {
    top: 5px;
    background-color: #fff;
    left: 10px;
    padding: 0 5px;
    font-size: 12px;
    opacity: 1;
    color: #787878;
}

#meGDPRMessage {
    color: #000;
}

.county-state-field {
    position: relative;
}


/* FORM END*/

.form-bg {
    width: 450px;
    margin: 0 auto;
    position: relative;
}


/* 
.form-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
} */

.radio-button input,
.radio-button label,
.sdp-itsm-chk-box p {
    font-size: 13px;
}

.sdp-itsm-chk-box {
    margin-bottom: 10px;
    margin-top: 15px;
}

.sdp-itsm-chk-box p {
    margin-bottom: 7px;
}

.form-bg .new-webinar-form-wrap {
    background: #fafafa7a;
    padding: 30px;
    border-radius: 10px;
    z-index: 99;
    position: relative;
}

.form-bg h2 {
    font: 22px/1.1 "Zoho_Puvi_SemiBold";
    text-align: center;
    margin: 0;
    padding-top: 5px;
    margin-bottom: 20px;
}

.form-bg .form-parent-div {
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
}

.form-bg .success-msg {
    background: #fff;
    padding: 40px 20px;
    border-radius: 5px;
}

.video-cta {
    text-align: center;
    cursor: pointer;
}

.video-cta a {
    font-weight: bold;
    background-color: #ff4f51;
    font-family: "Zoho_Puvi_Bold";
    margin: 20px 0px;
    display: inline-block;
    color: #fff;
    padding: 12px 18px;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
}

.new-webinar-form-wrap.sdp-wbr-form-hide .success-msg {
    display: block;
}

.new-webinar-form-wrap.sdp-wbr-form-hide .form-parent-div {
    display: none;
}

.sdp-wbr-col-item:last-child::before {
    content: '';
    position: absolute;
    background: url(../images/form-bg-grid.svg);
    height: 100%;
    width: 90%;
    opacity: 0.4;
}

.sdp-key-main {
    background-color: #FFFBF7;
    padding: 70px 0;
}

.sdp-four-col-main {
    display: flex;
    padding: 40px 0;
    margin: 20px 0;
}

.sdp-four-col-main .sdp-four-item {
    flex: 1 0;
    margin: 0 10px;
    padding: 20px 30px;
    border-radius: 10px;
}

.sdp-four-col-main .sdp-four-item:first-child {
    border: 1px solid #d4ebe2;
    background: #e8fff6;
}

.sdp-four-col-main .sdp-four-item:nth-child(2) {
    background: #F5F8FE;
    border: 1px solid #DFE9FD;
}

.sdp-four-col-main .sdp-four-item:nth-child(3) {
    background: #F5F0FF;
    border: 1px solid #EAE0FE;
}

.sdp-four-col-main .sdp-four-item:last-child {
    background: #FEF4E3;
    border: 1px solid #F6E6CA;
}

.sdp-four-col-main .sdp-four-item p {
    font-size: 14px;
    margin-top: 10px;
}

.sdp-four-col-main .sdp-key-icon {
    width: 100px;
    height: 85px;
    background: url(../images/form-icon.svg) no-repeat;
    background-position: 6px -64px;
    background-size: 400px;
    margin: 0 auto;
}

.sdp-four-col-main .sdp-key-icon.sdp-automating {
    background-position: -85px -56px;
}

.sdp-four-col-main .sdp-key-icon.sdp-privileged {
    background-position: -154px -45px;
    background-size: 350px;
}

.sdp-four-col-main .sdp-key-icon.sdp-certificate {
    background-position: -215px -28px;
    background-size: 300px;
}

.list-item {
    position: relative;
}

.list-item li {
    font: 18px / 1.7 'Zoho_Puvi_Regular', sans-serif;
    margin-bottom: 8px;
    list-style-type: none;
    padding: 0px 0 0 30px;
    position: relative;
}

.list-item li::before {
    content: '';
    position: absolute;
    background: url(../images/form-icon.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-position: -204px 0px;
    background-size: 325px;
    left: 0;
}

.sdp-footer-sec {
    background: url(../images/webinar-footer-bg.png) no-repeat center;
    padding: 70px;
    background-size: cover;
    border-radius: 25px;
    margin: 70px auto 50px;
}

.sdp-footer-sec .wbr-footer-cont {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.sdp-footer-sec .footer-cta-wbr {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-family: 'Zoho_Puvi_Medium';
    margin-top: 10px;
}

.sdp-footer-sec .footer-cta-wbr:hover {
    background-color: #dd0f26;
}

.sdp-footer-sec .wbr-footer-cont h2 {
    font: 32px / 1.4 "Zoho_Puvi_Bold";
}

.animation-btm-t-top .ani-delay-1,
.animation-btm-t-top .ani-delay-2,
.animation-btm-t-top .ani-delay-3,
.animation-btm-t-top .ani-delay-4,
.animation-btm-t-top .ani-delay-5 {
    transition: 1s ease-in;
    transform: translateY(50px);
    opacity: 0;
}

.animation-btm-t-top.active-btm .ani-delay-1 {
    transform: translateY(0px);
    opacity: 1;
}

.animation-btm-t-top.active-btm .ani-delay-2 {
    transition-delay: 0.1s;
    transform: translateY(0px);
    opacity: 1;
}

.animation-btm-t-top.active-btm .ani-delay-3 {
    transition-delay: 0.2s;
    transform: translateY(0px);
    opacity: 1;
}

.animation-btm-t-top.active-btm .ani-delay-4 {
    transition-delay: 0.3s;
    transform: translateY(0px);
    opacity: 1;
}

.animation-btm-t-top.active-btm .ani-delay-5 {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}

.sdp-wbr-date-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/form-icon.svg) no-repeat;
    background-position: 2px 4px;
    background-size: 210px;
    margin-right: 5px;
}

span.sdp-wbr-time-icon {
    width: 30px;
    height: 29px;
    display: inline-block;
    background: url(../images/form-icon.svg) no-repeat;
    background-position: -25px 4px;
    background-size: 260px;
    margin-right: 6px;
}

.sdp-web-img img {
    width: 100%;
}

.sdp-web-img {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.cmn-breadcrum .root-page {
    color: #000;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3ab54a;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0px auto 20px auto;
    box-shadow: inset 0px 0px 0px #3ab54a;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3ab54a;
    }
}

.success-msg {
    display: none;
    text-align: center;
}

.success-msg h3 {
    font: 22px/1.25 "Zoho_Puvi_Bold";
    color: #000;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.success-msg p {
    max-width: 100%;
    margin: 0 auto 15px auto;
    font-size: 16px;
}

.reg-another {
    border-bottom: 1px solid #0080ff;
    display: inline-block;
    color: #0080ff;
    cursor: pointer;
    text-decoration: none;
}

.reg-another:hover {
    text-decoration: none;
}

.success-msg a {
    /*display: inline-block;
  text-decoration: none;
  font-family: Zoho_Puvi_SemiBold;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  background: #f0483e;*/
    /* cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  font-size: 15px;
  border-radius: 2px;*/
}

.thanks-bg {
    padding: 100px 0px;
    display: none;
}

.thanks {
    text-align: center;
}

.thanks h2 {
    max-width: 50%;
    margin: 0 auto 30px auto;
}

.thanks p {
    margin: 15px auto 30px auto;
    font: 20px/1.5 "Zoho_Puvi_Regular";
    color: #000;
    max-width: 50%;
}

.prd-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.present-title {
    font-size: 20px;
    margin-top: 20px;
}

.prd-nav li {
    width: 33.33%;
}

.sdp-web-t-s {
    text-align: center;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #132273;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #FFEB3B;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #000;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
    z-index: 9;
}

.ribbon-top-left span {
    transform: rotate(-45deg) scale(.1);
    transform-origin: center;
    transition: .5s ease-in;
    opacity: 1;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 0;
    transition: .5s
}

.ribbon-top-left.active::after,
.ribbon-top-left.active::before {
    opacity: 1;
    transition: .5s;
    transition-delay: .6s
}

.ribbon-top-left span.active {
    transform: rotate(-45deg) scale(1);
    transition: .5s ease-in;
    opacity: 1;
}

.upcoming {
    position: absolute;
    text-align: center;
    z-index: 10000;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: none;
}

.upcoming.active {
    display: block;
}

.upcoming img {
    width: 60px;
}

.upcoming p {
    font: 17px/1.5 Zoho_Puvi_SemiBold !important;
    max-width: 40%;
    margin: 5px auto 0px auto;
}

@media only screen and (max-width: 1024px) {
    .breadcrumb-sec {
        margin-top: 25px;
    }
    .sdp-wbr-col-item:first-child {
        padding-right: 0px;
    }
    .sdp-wbr-col-item:last-child {
        padding-left: 0px;
    }
    .present-sub-item {
        display: block;
    }
    .present-img {
        text-align: center;
    }
    .present-details {
        text-align: center;
        padding-top: 10px;
    }
    .present-sub-main {
        justify-content: space-evenly;
    }
    .sdp-event-col {
        max-width: 90%;
    }
    .sdp-wbr-col-item:last-child::before {
        width: 100%;
        height: 85%;
    }
    .present-img img {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .sdp-wbr-banner {
        padding: 30px 0 100px 0;
    }
    .sdp-wbr-col-item:last-child {
        margin: 50px 0 0;
    }
    .present-sub-main {
        justify-content: left;
    }
    .sdp-wbr-col-item:last-child::before {
        width: 100%;
    }
    .sdp-wbr-two-col,
    .sdp-four-col-main {
        display: block;
    }
    .sdp-four-col-main .sdp-four-item {
        margin: 20px 0;
    }
    .sdp-event-col {
        max-width: 100%;
    }
    .date-item {
        padding: 0 30px;
    }
    .sdp-sec-pad {
        padding: 70px 0;
    }
    .sdp-footer-sec .wbr-footer-cont {
        width: 100%;
    }
    .form-bg {
        width: 100%;
    }
    .sdp-web-img img {
        width: 70%;
    }
}

@media only screen and (max-width: 414px) {
    .form-bg,
    .sdp-event-item:first-child,
    .sdp-event-item:last-child {
        width: 100%;
    }
    .sdp-event-col,
    .sdp-wbr-date {
        display: block;
    }
    .date-item {
        padding: 0 13px;
    }
    .date-item h2 {
        font-size: 24px;
    }
    .sdp-footer-sec {
        max-width: 100%;
    }
    span.sdp-wbr-time-icon,
    .sdp-event-item:last-child {
        margin-top: 15px;
    }
    .date-item p {
        font-size: 13px;
    }
    .sdp-footer-sec h2 {
        font-size: 26px;
    }
    .sdp-footer-sec {
        padding: 50px 20px;
        margin: 50px auto;
    }
    .sdp-four-col-main {
        margin: 0;
    }
    .sdp-web-img img {
        width: 100%;
    }
}