/*
Theme Name: Marine Tasker
Template: experthive
Author: alokhinDev
Author URI: https://github.com/alokhinDev
Version: 1.0
Text Domain: marine-tasker
*/
/*--------------------------------------------------------------
  Fixes
  --------------------------------------------------------------*/
.select2-container {
    width: auto;
}

/*--------------------------------------------------------------
  Forms
  --------------------------------------------------------------*/
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='range'],
input[type='min'],
input[type='max'],
input[type='value'],
input[type='step'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
select,
textarea {
    background-color: #ffffff !important;
}

/*--------------------------------------------------------------
  Content
  --------------------------------------------------------------*/
.site-content {
    background-color: rgb(243, 243, 247);
}
