/* popup start */  
 
.popup-frame {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%
}
  
.popup-frame .popup-window {
    background-color: #fff;
    width: 748px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    padding: 20px 26px;
    max-width: calc(100% - 33px) !important
}

.popup-frame .pop-close-dv {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border-top-right-radius: 6px;
}

.popup-frame .pop-close-dv .popup-close {
    width: 43px;
    height: 89px;
    background-color: #2b7526;
    transform: rotate(-45deg);
    max-width: none !important;
    position: absolute;
    top: -30px;
    left: 23px;
    cursor: pointer;
}

.popup-frame .pop-close-dv .popup-close:hover {
    background-color: #f28193;
}

.popup-frame .pop-close-dv .popup-close .cl-icon {
    position: absolute;
    top: 28px;
    left: 6px;
    transform: rotate(-45deg);
    font-size: 19px;
    color: #fff;
}

.popup-frame .popup-heading {
    font-size: 18px;
    font-weight: 700;
    color: #003C46;
    margin: 0 0 15px
}

.popup-frame .popup-content-fm .mail-head {
    font-weight: 600;
}

.popup-frame .popup-content-fm .mail-list ul li {
    padding: 9px 0;
    color: #5B5B5B;
    position: relative;
}

.popup-frame .popup-content-fm .mail-list ul li+li {
    border-top: #B1C1D0 1px dashed;
}

.popup-frame .popup-content-fm .mail-list ul li span.rem-item {
    text-align: right;
    display: block;
    position: absolute;
    right: -5px;
    top: 2px;
    cursor: pointer;
    padding: 7px 12px;
}

.popup-frame .popup-content-fm .mail-list ul {
    background-color: #EFF1F5;
    border-radius: 5px;
    padding: 5px 17px 5px 17px;
    list-style: none;
}

.popup-frame .popup-content-fm {
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -20px;
    max-width: none !important;
    padding-bottom: 1px;
    padding-right: 20px
}

.popup-frame.out-msg {
    animation: outMsgBgAnim .2s;
    -webkit-animation: outMsgBgAnim .2s;
}

.popup-frame.out-msg .popup-window {
    border-radius: 45px;
    animation: outMsgAnim .4s;
    -webkit-animation: outMsgAnim .4s;
    transform-origin: 0 0 0;
}

.popup-frame.out-msg.msg-error .pop-close-dv .popup-close {
    background-color: #f00;
}

@keyframes outMsgAnim {
    0% {
        transform: rotate(-180deg) translate(-50%, -50%) scale(0, 0)
    }

    100% {
        transform: rotate(0deg) translate(-50%, -50%) scale(1, 1)
    }
}

@-webkit-keyframes outMsgAnim {
    0% {
        transform: rotate(-180deg) translate(-50%, -50%) scale(0, 0)
    }

    100% {
        transform: rotate(0deg) translate(-50%, -50%) scale(1, 1)
    }
}

@keyframes outMsgBgAnim {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, .2);
    }
}

@-webkit-keyframes outMsgBgAnim {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, .2);
    }
}

.popup-frame .popup-output {
    text-align: center;
    font-size: 16px;
    color: #777;
}

.popup-frame .popup-output .ppo-icon {
    margin: 10px 0 0;
}

.popup-frame .popup-output .ppo-icon .alert-icon {
    font-size: 40px;
}

.popup-frame .popup-output .ppo-title {
    color: #000;
    font-size: 1.2em;
    font-weight: 500;
    padding: 12px 0 1px;
}

.popup-frame .popup-output .ppo-body {
    font-size: 0.9em;
    margin-bottom: 19px;
}

.popup-frame .popup-output .ppo-button {
    padding-bottom: 17px;
}

.popup-frame .popup-output .ppo-button .pix-btn {
    border-radius: 100px;
}


/* popup end */

/* pix spinner start */

.pix-spinner {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: spinnerAnimation .7s infinite;
    -webkit-animation: spinnerAnimation .7s infinite;
}

.pix-spinner.sm {
    width: 20px;
    height: 20px;
}

.pix-spinner.md {
    width: 30px;
    height: 30px;
}

@keyframes spinnerAnimation {
    0% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes spinnerAnimation {
    0% {
        transform: rotate(-360deg)
    }
}


/* pix spinner end */


/* form  */
.sub-canc-fm {
    padding: 25px 0 60px;
  font-family: lato;
}
.sub-canc-fm .fm-hd {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
}
.sub-canc-fm .fm-cnt {
  text-align: center;
  margin-bottom: 40px;
}
.sub-canc-fm .canc-frm {
  max-width: 1050px;
  margin: 0 auto;
}
.sub-canc-fm .canc-frm .fm-fid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 15px;
}
.sub-canc-fm .canc-frm .fm-fid .fid-rw {
  width: 49%;
}
.sub-canc-fm .canc-frm .fm-fid .fid-rw .tx-fd {
  border-radius: 8px;
  padding: 12px 20px;
  border-color: #ddd;
  font-size: 16px;
}
.sub-canc-fm .canc-frm .fm-fid .fid-rw label {
  font-weight: 400;
}

.sub-canc-fm .canc-frm .fm-fid .fid-rw .reason-inp {
    display: inline-block;
}

.sub-canc-fm .canc-frm .fm-fid .fid-rw .reason-inp + .reason-inp{
    margin-left: 25px;
}

.sub-canc-fm .canc-frm .fm-titl {
  font-weight: 600;
  margin-bottom: 10px;
}
.sub-canc-fm .canc-frm .fm-tx textarea {
  border-radius: 8px;
  height: 200px;
  padding: 12px 20px;
  font-size: 16px;
}
.sub-canc-fm .canc-frm .fm-btn .btn {
  background-color: #2b7526;
  color: #fff;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: 500;
}
.sub-canc-fm .canc-frm .fm-btn .btn:hover {
  background-color: #f28193;
  color: #fff;
}
.sub-canc-fm .canc-frm .fm-btn {
  text-align: center;
}
.sub-canc-fm .canc-frm .fm-tx {
  margin-bottom: 20px;
}

@media only screen and (max-width:640px){

  .sub-canc-fm .canc-frm .fm-fid {
    display: block;
  }
  .sub-canc-fm .canc-frm .fm-fid .fid-rw {
    width: auto;
    margin-bottom: 15px;
  }

  .sub-canc-fm .canc-frm .fm-fid .fid-rw .reason-inp {
    display: block;
  }

  .sub-canc-fm .canc-frm .fm-fid .fid-rw .reason-inp + .reason-inp{
    margin-left: 0px;
    margin-top: 10px;
  }

}

 /* confirm message  */

.confm-msg {
    max-width: 1050px;
    margin: 0 auto;
    padding: 50px 0px;
  font-family: lato;
}
.confm-msg .conf-tp {
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 600;
}
.confm-msg .conf-hd {
    font-weight: 600;
    margin-bottom: 10px;
}
.confm-msg .btm-tx a {
    color: #6d1114;
}